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

Account level targeting config #3147

Open
bretg opened this issue Sep 26, 2023 · 2 comments
Open

Account level targeting config #3147

bretg opened this issue Sep 26, 2023 · 2 comments

Comments

@bretg
Copy link
Contributor

bretg commented Sep 26, 2023

It's not optimal that stored requests have to contain ext.prebid.targeting values for AMP and SDK scenarios. This creates a need to update many DB entries if there's a change (e.g. in how they want deals prioritized). It would be more convenient to have the account-level config store the target settings.

Suggested config:

auction:
    truncate-target-attr: 20      // we should move this under targeting with a future major release
    targeting:
        includewinners: true/false
        includebidderkeys: true/false
        includeformat: true/false
        preferdeals: true/false
        alwaysincludedeals: true/false

And, as usual, if the value is seen in both the request/stored-request AND config, request takes precedence.

@bretg
Copy link
Contributor Author

bretg commented Oct 18, 2023

discussed in committee and approved without the move of truncate-target-attr

@bretg
Copy link
Contributor Author

bretg commented Nov 16, 2023

released with PBS-Java 2.3

@bretg bretg added the PBS-Go label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for Dev
Development

No branches or pull requests

1 participant