You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/gs-faqs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Here are some frequently asked questions for publishers using the UID2 framework
77
77
-[What is the uniqueness and rotation policy for UID2 tokens?](#what-is-the-uniqueness-and-rotation-policy-for-uid2-tokens)
78
78
-[What does a UID2 token look like in the bidstream?](#what-does-a-uid2-token-look-like-in-the-bidstream)
79
79
-[Can I integrate UID2 with Single Sign-On (SSO)?](#can-i-integrate-uid2-with-single-sign-on-sso)
80
-
-[I'm using Prebid with the Android SDK—what atype value should I use?](#im-using-prebid-with-the-android-sdkwhat-atype-value-should-i-use)
80
+
-[I'm using Prebid with a Mobile SDK—what atype value should I use?](#im-using-prebid-with-a-mobile-sdkwhat-atype-value-should-i-use)
81
81
82
82
#### How can I test that the DII sent and the returned token match up?
83
83
@@ -164,11 +164,11 @@ Yes. With popular <a href="../ref-info/glossary-uid#gl-sso">SSO</a> integration
164
164
165
165
For details, see [Publisher Integration with SSO Providers](/docs/ref-info/ref-integration-sso-providers.md).
166
166
167
-
#### I'm using Prebid with the Android SDK—what atype value should I use?
167
+
#### I'm using Prebid with a Mobile SDK—what atype value should I use?
168
168
169
169
According to the IAB documentation, the `atype` (agent type) value indicates the type of user agent that the match is from. IAB recommends defining this property.
170
170
171
-
If you're using Prebid with the AndroidSDK, use an `atype` value of `3`, indicating a person-based ID.
171
+
If you're using Prebid with the [SDK for Android](../sdks/sdk-ref-android.md) or the [SDK for iOS](../sdks/sdk-ref-ios.md), use an `atype` value of `3`, indicating a person-based ID.
172
172
173
173
For details, refer to these sections in the IAB documentation:
0 commit comments