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

Adagio feature/enforce enable tids #49

Closed
wants to merge 2 commits into from

Conversation

Abyfall
Copy link

@Abyfall Abyfall commented Jul 8, 2024

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

To ensure compatibility with our backend while staying compliant with the behavior introduced in prebid#9781 we for some time generated our own specific auction id.

We will now rely on source.tid, thus requiring publishers to set enableTIDs to true.
The analyticsAdapter won't start if this option is not set to true

Other information

Reflecting changes in documentation prebid/prebid.github.io#5485

Copy link

github-actions bot commented Jul 8, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. Keep up the great work! 🚀

@Abyfall Abyfall force-pushed the adagio-feature/enforce-enable-tids branch from bde9ff3 to 07d3d71 Compare July 8, 2024 10:07
Copy link

github-actions bot commented Jul 8, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. Keep up the great work! 🚀

@Abyfall Abyfall force-pushed the adagio-feature/enforce-enable-tids branch from 07d3d71 to fb8d3ed Compare July 8, 2024 10:32
Copy link

github-actions bot commented Jul 8, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. Keep up the great work! 🚀

Copy link

github-actions bot commented Jul 8, 2024

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/adagioBidAdapter.js (+1 error)
  • test/spec/modules/adagioRtdProvider_spec.js (+1 error)

Copy link

github-actions bot commented Jul 8, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. Keep up the great work! 🚀

@Abyfall
Copy link
Author

Abyfall commented Jul 8, 2024

Moved to upstream prebid#11938

@Abyfall Abyfall closed this Jul 8, 2024
@Abyfall Abyfall reopened this Jul 10, 2024
@Abyfall Abyfall marked this pull request as draft July 10, 2024 08:12
Copy link

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. Keep up the great work! 🚀

@Abyfall Abyfall force-pushed the adagio-feature/enforce-enable-tids branch from c3fa5a0 to 8c4442f Compare July 10, 2024 15:00
Copy link

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

Copy link

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • modules/adagioRtdProvider.js (+1 error)

@Abyfall Abyfall force-pushed the adagio-feature/enforce-enable-tids branch from 8c4442f to 558aeaf Compare July 10, 2024 15:31
Copy link

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

@Abyfall Abyfall force-pushed the adagio-feature/enforce-enable-tids branch from 558aeaf to c7d6472 Compare July 10, 2024 15:48
Copy link

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

@Abyfall Abyfall force-pushed the adagio-feature/enforce-enable-tids branch from c7d6472 to 85f0731 Compare July 10, 2024 15:53
Copy link

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

@Abyfall
Copy link
Author

Abyfall commented Jul 10, 2024

Replaced by #50 following the scope change

@Abyfall Abyfall closed this Jul 10, 2024
@osazos osazos deleted the adagio-feature/enforce-enable-tids branch July 15, 2024 12:09
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

Successfully merging this pull request may close these issues.

1 participant