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

Add warning about deprecation #44

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pubcid.js/src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
console.warn("Warning: The Shared ID Google Deploy Secure Signals script is deprecated in favor of the Prebid User ID method. Please adjust your GAM Secure Signals settings. This script may or may not function as intended. It may have some unusual side effects. If you are using Prebid.js, the newer method is maintained. If you are not using Prebid, GAM now supports generating its own id analogous to the shared id for AdX requests, or may ingest the GA id. See https://support.google.com/admanager/answer/10488752?hl=en&ref_topic=10728657&sjid=15896989004232235718-NA and https://support.google.com/admanager/answer/14082205 for additional detail. Many Prebid publishers have found success using the sharedid as the GAM ppid.");

const SOURCE = 'pubcid.org';

window.googletag = window.googletag || {cmd: []};
Expand Down