Skip to content

Commit

Permalink
Gamma Support UserSync Endpoint (#2216)
Browse files Browse the repository at this point in the history
* commit gamma adapter

* Fixed The Travis CI build failed

* fix interpretResponse return empty when server response empty

* removed mediaType

removed mediaType in bid 
and return vastXml property if video request

* fixed Travis CI build

* Travis CI build

* add gamma spec

* fixed Travis CI build

* fix spec

* fix spec

* Add files via upload

* Add files via upload

* fix spec

* fix Travis CI build

* move to module

* remove gaxDomain param and move to adapter

* remove check isBidRequestValid for gaxDomain

* remove gaxDomain param

* remove gaxDomain param

* remove gaxDomain param

* Delete gammaBidAdapter_spec.js

* add usersync endpoid

* add usersync
  • Loading branch information
gammassp authored and matthewlane committed Mar 6, 2018
1 parent b315a52 commit 94c4023
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/gammaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ export const spec = {
}

return bids;
},

getUserSyncs: function(syncOptions) {
if (syncOptions.iframeEnabled) {
return [{
type: 'iframe',
url: '//' + ENDPOINT + '/adx/usersync'
}];
}
}
}

Expand Down

0 comments on commit 94c4023

Please sign in to comment.