Skip to content

Amazon parameters question? #32

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

Closed
ialex opened this issue Aug 20, 2015 · 3 comments
Closed

Amazon parameters question? #32

ialex opened this issue Aug 20, 2015 · 3 comments

Comments

@ialex
Copy link
Contributor

ialex commented Aug 20, 2015

In the documentation the only param needed is aaxId but i dont see any reference to it in the amazon adaptor just a reference to aid, so it must be aaxId or aid, maybe aid just refers to the slot id but im confused.

http://prebid.org/bidders.html#amazon

@ialex
Copy link
Contributor Author

ialex commented Aug 21, 2015

Correct param is aid seems that doesnt matter the ammount of ad unit you have on your page you should always include just one configuration for all ads. correct me if im wrong.

@mkendall07
Copy link
Member

@ialex - you are correct. Feel free to update the example page with a PR.

@ialex
Copy link
Contributor Author

ialex commented Aug 21, 2015

i will

@ialex ialex closed this as completed Aug 21, 2015
marian-r added a commit to aol/Prebid.js that referenced this issue Sep 23, 2016
…2.0 to master

* commit '40fdbed10c218a993df9e6665797b36f402ded18': (52 commits)
  Added new adapter for AOL analytics
  Fixed ES6 features which require a polyfill
  Updated CHANGELOG
  Fixed per-adapter timeouts
  Fixed sorting of per-adapter timeouts
  Added horizontal rule to delimit the original README part
  Link to the AOL documentation made more visible
  Fixed unit tests for AOL analytics
  Made changes required due to pull from Prebid official
  Updated README
  Updated LICENSE
  Reverted AOL branding
  restore url.js and modifcations to ajax.js (prebid#551)
  Log unsupported ad type only for good bids (prebid#547)
  use var ad instead of incorrect ads in rubicon adapter (prebid#546)
  Karma opens debug.html by default (prebid#540)
  Prebid 0.12.0 release
  Add tests for triplelift adapter. (prebid#531)
  allows multiple bids to be registered per a slot, related to prebid#496 (prebid#503)
  Add tests for aardvark adapter. (prebid#529)
  ...
lntho referenced this issue in openx/Prebid.js Oct 11, 2016
cleanup(openx adapter): cleanup the openx adapter for jshint warnings
justinkuo-appier added a commit to appier/Prebid.js that referenced this issue Jun 18, 2020
msm0504 pushed a commit that referenced this issue Jul 19, 2021
…ata (#7167)

* DL-1746: Remove trId and use notid instead (#31)

* Remove trId and use notid instead
* Update version to 0.7.3
* Set default value to empty string

Co-authored-by: SublimeJeremy <[email protected]>

* DL-1780: Fix pubtimeout (#32)

* Update timeout value with onTimeout data
* Add test for onTimeout
* Update state with timeout asap

Co-authored-by: SublimeJeremy <[email protected]>
prebidtappx pushed a commit to prebidtappx/Prebid.js that referenced this issue Nov 15, 2021
…ata (prebid#7167)

* DL-1746: Remove trId and use notid instead (prebid#31)

* Remove trId and use notid instead
* Update version to 0.7.3
* Set default value to empty string

Co-authored-by: SublimeJeremy <[email protected]>

* DL-1780: Fix pubtimeout (prebid#32)

* Update timeout value with onTimeout data
* Add test for onTimeout
* Update state with timeout asap

Co-authored-by: SublimeJeremy <[email protected]>
dgirardi pushed a commit that referenced this issue Jan 6, 2025
patmmccann pushed a commit that referenced this issue May 24, 2025
…rameters (#13122)

* V 0 29 (#31)

* AGT-403: Add adType parameter to payload in report

* AGT-403: Test for partner report, adType parameter

* AGT-403: Test refactoring

* AGT-403: Documentation updated

* IntentIq Analytics Module: adUnitCode or placemetId to report (#9)

* AGT-446: adUnitCode or placemetId to report

* AGT-446: Description of changes, example

* AGT-446: Fix documentation

* AGT-446: Changes after review

* Agt 409 full url in prebid modules (#8)

* add sync

* update full url

* set url param

* fix comment

* fix issue fix sync mode

* update url

* update full url

* add test

* move browser_blacklist (#10)

* add is optedOut (#11)

* update date in FPD after sync (#12)

* update sync logic for new user (#13)

* fix unit tests

* change version name

* IntentIq ID: Support sourceMetaData and sourceMetaDataExternal (#17)

* AGT-453: Support sourceMetaData

* AGT-453: sourceMetaDataExternal

* AGT-453: Documentation

* AGT-453: Changes after review

* AGT-453: Fix doc

* Fix doc

* AGT-453: Fix test

* update test

* update endpoint (#16)

* update endpoint

* update test

* add tests

* update test

* fix conflict

* fix conflict

* add test for reportingServerAddress

* add test for reportingServerAddress

* AGT-498: support report method parameter (#22)

* AGT-498: reportMethod

* AGT-498: Tests and refactoring

* AGT-498: method refactoring

* AGT-498: get method refactoring

* AGT-498: reportMethod parameter description (#23)

* AGT-498: reportMethod

* AGT-498: Tests and refactoring

* AGT-498: method refactoring

* AGT-498: get method refactoring

* AGT-498: Documentation

* Agt 452 server call counters (#18)

* add counters

* add unit tests and fixes

* counters additions

* clear counters when a request is made

---------

Co-authored-by: Eyvaz Ahmadzada <[email protected]>

* add siloEnabled feature (#19)

* add siloEnabled feature

* add siloEnabled feature to analytics adapter

* add unit tests for siloEnabled feature

* add siloenabled to docs

---------

Co-authored-by: Eyvaz Ahmadzada <[email protected]>

* fix unit test issues

* AGT-455: Source parameter in requests (#28)

* AGT-508: Spd parameter (#29)

* AGT-508: Spd parameter

* AGT-508: Move appendSpd to utils

* AGT-499: Support partnerClientIdType and partnerClientId (#30)

* AGT-499: partnerClientId and partnerClientIdType in requests

* AGT-499: Clean comment

* AGT-499: Refactoring

* add groupchanged parameter (#25)

* add groupchanged parameter

* fix md file issue

* add groupChanged example in docs

* remove group from example

* add unit tests and fix groupChanged issue

---------

Co-authored-by: Eyvaz Ahmadzada <[email protected]>
Co-authored-by: DimaIntentIQ <[email protected]>

* Agt 501 support additional params (#24)

* additionalParams feature init

* additional params add features

* additionalparams fix analytics adapter

* add unit tests for additionalParams

* fix currentBrowser issue

---------

Co-authored-by: Eyvaz Ahmadzada <[email protected]>
Co-authored-by: DimaIntentIQ <[email protected]>

* fix linter error

---------

Co-authored-by: dmytro-po <[email protected]>
Co-authored-by: DimaIntentIQ <[email protected]>
Co-authored-by: dLepetynskyiIntentiq <[email protected]>
Co-authored-by: DimaIntentIQ <[email protected]>
Co-authored-by: Eyvaz Ahmadzada <[email protected]>

* fix unit tests (#32)

Co-authored-by: Eyvaz Ahmadzada <[email protected]>

* Agt 547 vr bug for module (#33)

* save progress

* fix calling server

* add "dbsaved" parameter

* add tests

* AGT-552: Additional query params (#34)

* AGT-552: Additional query params

* update documentation

---------

Co-authored-by: DimaIntentIQ <[email protected]>

* Fix unit test for specific browser

* fix spelling

---------

Co-authored-by: Eyvaz <[email protected]>
Co-authored-by: dmytro-po <[email protected]>
Co-authored-by: dLepetynskyiIntentiq <[email protected]>
Co-authored-by: Eyvaz Ahmadzada <[email protected]>
pm-komal-kumari pushed a commit to pm-komal-kumari/Prebid.js that referenced this issue May 28, 2025
…rameters (prebid#13122)

* V 0 29 (prebid#31)

* AGT-403: Add adType parameter to payload in report

* AGT-403: Test for partner report, adType parameter

* AGT-403: Test refactoring

* AGT-403: Documentation updated

* IntentIq Analytics Module: adUnitCode or placemetId to report (prebid#9)

* AGT-446: adUnitCode or placemetId to report

* AGT-446: Description of changes, example

* AGT-446: Fix documentation

* AGT-446: Changes after review

* Agt 409 full url in prebid modules (prebid#8)

* add sync

* update full url

* set url param

* fix comment

* fix issue fix sync mode

* update url

* update full url

* add test

* move browser_blacklist (prebid#10)

* add is optedOut (prebid#11)

* update date in FPD after sync (prebid#12)

* update sync logic for new user (prebid#13)

* fix unit tests

* change version name

* IntentIq ID: Support sourceMetaData and sourceMetaDataExternal (prebid#17)

* AGT-453: Support sourceMetaData

* AGT-453: sourceMetaDataExternal

* AGT-453: Documentation

* AGT-453: Changes after review

* AGT-453: Fix doc

* Fix doc

* AGT-453: Fix test

* update test

* update endpoint (prebid#16)

* update endpoint

* update test

* add tests

* update test

* fix conflict

* fix conflict

* add test for reportingServerAddress

* add test for reportingServerAddress

* AGT-498: support report method parameter (prebid#22)

* AGT-498: reportMethod

* AGT-498: Tests and refactoring

* AGT-498: method refactoring

* AGT-498: get method refactoring

* AGT-498: reportMethod parameter description (prebid#23)

* AGT-498: reportMethod

* AGT-498: Tests and refactoring

* AGT-498: method refactoring

* AGT-498: get method refactoring

* AGT-498: Documentation

* Agt 452 server call counters (prebid#18)

* add counters

* add unit tests and fixes

* counters additions

* clear counters when a request is made

---------

Co-authored-by: Eyvaz Ahmadzada <[email protected]>

* add siloEnabled feature (prebid#19)

* add siloEnabled feature

* add siloEnabled feature to analytics adapter

* add unit tests for siloEnabled feature

* add siloenabled to docs

---------

Co-authored-by: Eyvaz Ahmadzada <[email protected]>

* fix unit test issues

* AGT-455: Source parameter in requests (prebid#28)

* AGT-508: Spd parameter (prebid#29)

* AGT-508: Spd parameter

* AGT-508: Move appendSpd to utils

* AGT-499: Support partnerClientIdType and partnerClientId (prebid#30)

* AGT-499: partnerClientId and partnerClientIdType in requests

* AGT-499: Clean comment

* AGT-499: Refactoring

* add groupchanged parameter (prebid#25)

* add groupchanged parameter

* fix md file issue

* add groupChanged example in docs

* remove group from example

* add unit tests and fix groupChanged issue

---------

Co-authored-by: Eyvaz Ahmadzada <[email protected]>
Co-authored-by: DimaIntentIQ <[email protected]>

* Agt 501 support additional params (prebid#24)

* additionalParams feature init

* additional params add features

* additionalparams fix analytics adapter

* add unit tests for additionalParams

* fix currentBrowser issue

---------

Co-authored-by: Eyvaz Ahmadzada <[email protected]>
Co-authored-by: DimaIntentIQ <[email protected]>

* fix linter error

---------

Co-authored-by: dmytro-po <[email protected]>
Co-authored-by: DimaIntentIQ <[email protected]>
Co-authored-by: dLepetynskyiIntentiq <[email protected]>
Co-authored-by: DimaIntentIQ <[email protected]>
Co-authored-by: Eyvaz Ahmadzada <[email protected]>

* fix unit tests (prebid#32)

Co-authored-by: Eyvaz Ahmadzada <[email protected]>

* Agt 547 vr bug for module (prebid#33)

* save progress

* fix calling server

* add "dbsaved" parameter

* add tests

* AGT-552: Additional query params (prebid#34)

* AGT-552: Additional query params

* update documentation

---------

Co-authored-by: DimaIntentIQ <[email protected]>

* Fix unit test for specific browser

* fix spelling

---------

Co-authored-by: Eyvaz <[email protected]>
Co-authored-by: dmytro-po <[email protected]>
Co-authored-by: dLepetynskyiIntentiq <[email protected]>
Co-authored-by: Eyvaz Ahmadzada <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants