Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AdGeneration adapter #2151

Merged
merged 1 commit into from
Feb 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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