Skip to content

Commit

Permalink
Update AdGeneration native impression trackers (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
banakemi authored and matthewlane committed Feb 15, 2018
1 parent e44b108 commit 2acd3c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions modules/adgenerationBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ function createNativeAd(body) {
native.clickUrl = body.native_ad.link.url;
native.clickTrackers = body.native_ad.link.clicktrackers || [];
native.impressionTrackers = body.native_ad.imptrackers || [];
if (body.beaconurl && body.beaconurl != '') {
native.impressionTrackers.push(body.beaconurl)
}
}
return native;
}
Expand Down
6 changes: 3 additions & 3 deletions modules/adgenerationBidAdapter.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Overview

```
Module Name: Adgeneration Bid Adapter
Module Name: AdGeneration Bid Adapter
Module Type: Bidder Adapter
Maintainer: ssp-ope@supership.jp
```

# Description

Connects to Adgeneration exchange for bids.
Connects to AdGeneration exchange for bids.

Adgeneration bid adapter supports Banner and Native.
AdGeneration bid adapter supports Banner and Native.

# Test Parameters
```
Expand Down

0 comments on commit 2acd3c5

Please sign in to comment.