-
Notifications
You must be signed in to change notification settings - Fork 49
Clarify refresh timestamp behavior #958
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
Changes from 1 commit
510a8ee
7053224
20b31a8
b97c54b
506fdb6
ca36389
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -93,9 +93,11 @@ You could also send conversion information via API or pixels for measurement (at | |
|
|
||
| ### 5: Monitor for Raw UID2 Refresh | ||
|
|
||
| A raw UID2 is an identifier for a user at a specific moment in time. The raw UID2 for a specific user changes roughly once per year as part of the UID2 refresh process. | ||
| A raw UID2 is an identifier for a user at a specific moment in time. The raw UID2 for a specific user rotates roughly once per year as part of the UID2 refresh process. | ||
|
|
||
| The v3 Identity Map API provides a refresh timestamp (`r` field) in the response that indicates when each raw UID2 might refresh. Use this timestamp to determine when to regenerate raw UID2s for your stored data. It is guaranteed that it won't refresh before that time. | ||
| The v3 Identity Map API provides a refresh timestamp (`r` field) in the response that indicates when each raw UID2 might rotate. Use this timestamp to determine when to regenerate raw UID2s for your stored data. | ||
|
|
||
| It is guaranteed that the raw UID2 will not rotate before the refresh timestamp. After the refresh timestamp, when remapping the DII, a new refresh timestamp will be returned but the raw UID2 may not rotate. This is by design to encourage more frequent checks of the opt-out status of the underlying DII. | ||
|
||
|
|
||
| We recommend checking for refresh opportunities daily. The following table shows the steps for monitoring raw UID2 refresh. | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.