We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
question
I have created a test page. I am able to see below json from pbjs.requestBids "crumbs":{ "pubcid":"c4a4c843-2368-4b5e-b3b1-6ee4702b9ad6" },
I will be very happy if someone explain to me what is the benefit of 'pubcid'?
https://stage.thisoldhouse.com/header_bidder/test_prebid_appnexus_with_publisher_common_id.html?pbjs_debug=true
The text was updated successfully, but these errors were encountered:
It's just a way to create a pub-specific advertising ID for a user -- provided as a service to publishers so they don't have to do it themselves.
Please watch #3046 for the implementation of an ID module that should have broader impact.
Sorry, something went wrong.
No branches or pull requests
Type of issue
question
Description
I have created a test page. I am able to see below json from pbjs.requestBids
"crumbs":{
"pubcid":"c4a4c843-2368-4b5e-b3b1-6ee4702b9ad6"
},
I will be very happy if someone explain to me what is the benefit of 'pubcid'?
Test page
https://stage.thisoldhouse.com/header_bidder/test_prebid_appnexus_with_publisher_common_id.html?pbjs_debug=true
The text was updated successfully, but these errors were encountered: