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

Generate SharedId and send in auction requests #1082

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jclou
Copy link

@jclou jclou commented Jan 9, 2025

I based the implementation on this proposal #1057 with a few changes:

  1. The consent checks and id generation/deletion is done lazily when the .sharedId property is accessed. This ensures that the latest consents are always checked before usage. However we still want to give app developers control over whether sharedId is used, so I added the flag sharedIdEnabled that developers need to set before we generate/send SharedIds. Maybe we want to also allow app developers to clear a previously generated id, but I did not implement this.
  2. Since ATT deprecates and replaces LMT, we only need to check LMT as a fallback for older versions of iOS where ATT is not yet available (e.g. iOS 13 and below).

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

Successfully merging this pull request may close these issues.

1 participant