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

Extend PCM Ad Identifier (Source ID) field from an 8-bit value to 20-bits #99

Open
ranton256 opened this issue Mar 16, 2022 · 1 comment

Comments

@ranton256
Copy link

The 8-bit ad identifier (Source ID) field limits the number of creatives that can be identified on a publisher domain to 256. An 8-bit ad identifier limits common advertising technology use cases, including limited creative variation and testing to provide an improved customer advertising experience. Typically, an ad network server has millions of possible creatives on each domain. We propose to increase the 8-bit field to 20-bit.

@johnwilander
Copy link
Collaborator

PCM is designed to not allow cross-site tracking of individual users at scale. Allowing for over a million unique IDs on either side would enable cross-site tracking.

The existing 8-bit identifier was originally 6 bits. Discussion about what’s useful led to the change to 8 bits while lowering to 4 bits on the destination side to reduce cross-site tracking risk.

Note that PCM is not designed to be a drop-in replacement for cookie or navigational tracking. If we would accept cross-sure tracking we wouldn’t need PCM and could just stick with third-party cookies.

If anything, the 8-bit source ID would be reduced. Adding any extra bits is out of the question for the existing, on-device processing design.

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

No branches or pull requests

2 participants