Skip to content

Commit

Permalink
ReklamStore Adapter Update (#3784)
Browse files Browse the repository at this point in the history
* ReklamStore Bid Adapter

ReklamStore Bid Adapter

* Added unit test for user sync

Added unit test for user sync

* Update bid adapter

Update bid adapter

* Reklamstore Adapter Update

Reklamstore Adapter Update
  • Loading branch information
ReklamStoreIT authored and bretg committed Apr 29, 2019
1 parent 6ca459d commit c6069f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/reklamstoreBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const spec = {
regionId: bid.params.regionId,
dt: getDeviceType(),
os: getOS(),
dbg: 1,
ref: extractDomain(url),
_: (new Date().getTime()),
mobile_web: 1
Expand Down Expand Up @@ -65,7 +64,7 @@ export const spec = {
height: bidResponse.h,
creativeId: bidResponse.adId || 1,
currency: CURRENCY,
netRevenue: false,
netRevenue: true,
ttl: TIME_TO_LIVE,
ad: bidResponse.ad
});
Expand Down

0 comments on commit c6069f1

Please sign in to comment.