Skip to content

Commit 40c03ee

Browse files
committed
edits
1 parent 17f5649 commit 40c03ee

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/guides/integration-ctv-guide.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import PrivateOperatorOption from '../snippets/_private-operator-option.mdx';
1313

1414
# CTV Integration Guide
1515

16-
If you're a CTV publisher, there are several ways that you can integrate with UID2 to generate and refresh identity tokens to be passed into the RTB bidstream in the context of your CTV apps.
16+
If you're a Connected TV (CTV) publisher, there are several ways that you can integrate with UID2 to generate and refresh identity tokens to be passed into the RTB bidstream in the context of your CTV apps.
1717

1818
## Key Integration Steps
1919
At a high level, to integrate with UID2, you'll implement these three key steps:
@@ -116,14 +116,20 @@ The following table shows supported operating systems, with links to applicable
116116

117117
## Best Practices
118118

119-
The following points are best practices for Connected TV integrations:
119+
The following points are best practices for CTV integrations:
120120

121-
- Rotate tokens well in advance. Top CTV ad activity is tied to traffic spikes during ad breaks; generating or refreshing UID2 tokens during these times is not ideal. Plan to have tokens generated or refreshed before these busy times.
121+
- **Rotate tokens well in advance**
122+
123+
Top CTV ad activity is tied to traffic spikes during ad breaks; generating or refreshing UID2 tokens during these times is not ideal. Plan to have tokens generated or refreshed before these busy times.
122124

123125
If the token was refreshed before its expiration date, both new and old tokens are usable for a while, until the old token expires. The TTL (time to live) timestamp is part of the response body returned by the UID2 Operator when the token is generated or refreshed.
124126

125-
- The UID2 token is tied to a user's HEM or phone, not to the viewing session or app session. As long as you have a valid UID2 token for the user, there is no need to generate new UID2 for each new viewing session or app session. For example, if the user leaves your app and then opens the app again, there is no need to generate a new UID2 if the existing one is still fresh.
127+
- **Rotate tokens only when needed**
128+
129+
The UID2 token is tied to a user's HEM or phone, not to the viewing session or app session. As long as you have a valid UID2 token for the user, there is no need to generate new UID2 for each new viewing session or app session. For example, if the user leaves your app and then opens the app again, there is no need to generate a new UID2 if the existing one is still fresh.
130+
131+
- **Use the same token for multiple ad slots within a pod**
126132

127-
- As long as the UID2 token is valid throughout the pod duration, you can use it for any ad slot within the pod.
133+
As long as the UID2 token is valid throughout the pod duration, you can use it for any ad slot within the pod.
128134

129-
In summary: ideally, if you follow these guidelines, there is no need to generate a new UID2 token during an ad break.
135+
Ideally, if you follow these guidelines, there is no need to generate a new UID2 token during an ad break.

0 commit comments

Comments
 (0)