Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Add A4G prebid adapter #1

Merged
merged 1 commit into from
Aug 9, 2017
Merged

Add A4G prebid adapter #1

merged 1 commit into from
Aug 9, 2017

Conversation

kononenko-a-m
Copy link

No description provided.

}

return {
callBids({ params }) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excuse me for a js noob question:
I got used to see object literals that look like {methodName: function() {} } but this one look a bit different, wonder how it works

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's es6 syntax for defining methods, works in the same way but adds some syntax sugar, so expression looks less noise. if you are interested in understanding how it gonna be transpiled, you might find useful this tool:
https://babeljs.io/repl/#?babili=false&evaluate=true&lineWrap=false&presets=es2015%2Ces2016%2Creact%2Cstage-2&targets=&browsers=&builtIns=false&debug=false&code=var%20obj%20%3D%20%7B%0A%20%20method()%20%7B%20%0A%20%20%20%20return%201%3B%0A%20%20%7D%0A%7D

@kononenko-a-m kononenko-a-m force-pushed the feature/INC-9 branch 2 times, most recently from 1adedd5 to 7dc5e56 Compare May 24, 2017 18:11
@sjukeshov sjukeshov merged this pull request into master Aug 9, 2017
@sjukeshov sjukeshov deleted the feature/INC-9 branch August 9, 2017 07:37
kononenko-a-m pushed a commit that referenced this pull request Aug 23, 2017
* ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: cleanup

* ET-1691: minor

* ET-1691: revert package.json change

* Adding bidRequest to bidFactory.createBid method as per prebid#509

* ET-1765: Adding support for additional params in PulsePoint adapter (prebid#2)

* ET-1850: Fixing prebid#866

* Minor fix

* Adding multi imp ORTB support

* replacing existing lite adapter code

* interim commit

* pulseLite - native tests

* pulseLite - native tests

* registering new adapter name via alias
kononenko-a-m pushed a commit that referenced this pull request Aug 23, 2017
…id#1383)

* ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: cleanup

* ET-1691: minor

* ET-1691: revert package.json change

* Adding bidRequest to bidFactory.createBid method as per prebid#509

* ET-1765: Adding support for additional params in PulsePoint adapter (prebid#2)

* ET-1850: Fixing prebid#866

* Minor fix

* Adding createNew method on the adapter for aliasing
adilets pushed a commit that referenced this pull request Oct 31, 2017
* ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: cleanup

* ET-1691: minor

* ET-1691: revert package.json change

* Adding bidRequest to bidFactory.createBid method as per prebid#509

* ET-1765: Adding support for additional params in PulsePoint adapter (prebid#2)

* ET-1850: Fixing prebid#866

* Minor fix

* Refactoring current functionality to work with bidderFactory (for 1.0 migration)

* More tests.

* Adding support for "app" requests.

* fixing eslint issues

* adding adapter documentation

* minor doc update

* removing usage of reserved keyword 'native'
adilets pushed a commit that referenced this pull request Oct 31, 2017
* ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter

* ET-1691: cleanup

* ET-1691: minor

* ET-1691: revert package.json change

* Adding bidRequest to bidFactory.createBid method as per prebid#509

* ET-1765: Adding support for additional params in PulsePoint adapter (prebid#2)

* ET-1850: Fixing prebid#866

* Minor fix

* Enabling User sync pixel

* minor fix
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants