-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Concert Bid Adapter: Update localStorage name-spacing for Concert UID #9158
Conversation
[RPO-2922] - Add Prebid Unified Token
[RPO-2971] - Add ad slot positioning to payload
* Updates c_uid namespacing to be more specific for concert * fixes unit tests * remove console.log
In general, this is bad netizenship. You generate a uuid and set it in the first party domain. Why not check for pubcommonid / sharedid, which is the exact same thing and use that when available and fallback to this when missing? |
@jdwieland8282 as fyi; as these examples start to proliferate, should we crack down on them? |
Thanks for surfacing this, yes we should, absolutely. |
@BrettBlox what are your reservations about checking for and using sharedid? Using a universal open source id namespace (pubcid.org) has many advantages over a bespoke one. |
@jdwieland8282 I will look into it. |
* Adds check for sharedId * Updates cookie name * remove trailing comma
Updated to check for sharedId. |
|
||
if (sharedId) { | ||
return sharedId; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, ty
…prebid#9158) * collect EIDs for bid request * add ad slot positioning to payload * RPO-2012: Update local storage name-spacing for c_uid (prebid#8) * Updates c_uid namespacing to be more specific for concert * fixes unit tests * remove console.log * RPO-2012: Add check for shared id (prebid#9) * Adds check for sharedId * Updates cookie name * remove trailing comma Co-authored-by: antoin <antoin.campbell@voxmedia.com> Co-authored-by: Antoin <antoinfive@gmail.com>
…prebid#9158) * collect EIDs for bid request * add ad slot positioning to payload * RPO-2012: Update local storage name-spacing for c_uid (#8) * Updates c_uid namespacing to be more specific for concert * fixes unit tests * remove console.log * RPO-2012: Add check for shared id (#9) * Adds check for sharedId * Updates cookie name * remove trailing comma Co-authored-by: antoin <antoin.campbell@voxmedia.com> Co-authored-by: Antoin <antoinfive@gmail.com>
Type of change
Description of change
c_uid
withvmconcert_uid
to avoid potential collisions with vendors