From f9d56a76aed4c35b631c79a196acccff2538f71b Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Tue, 26 Aug 2025 15:13:12 -0400 Subject: [PATCH 1/2] FAQ add re prebid android atype value --- docs/getting-started/gs-faqs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/getting-started/gs-faqs.md b/docs/getting-started/gs-faqs.md index e30ac9ffe..e53215c6e 100644 --- a/docs/getting-started/gs-faqs.md +++ b/docs/getting-started/gs-faqs.md @@ -77,6 +77,7 @@ Here are some frequently asked questions for publishers using the UID2 framework - [What is the uniqueness and rotation policy for UID2 tokens?](#what-is-the-uniqueness-and-rotation-policy-for-uid2-tokens) - [What does a UID2 token look like in the bidstream?](#what-does-a-uid2-token-look-like-in-the-bidstream) - [Can I integrate UID2 with Single Sign-On (SSO)?](#can-i-integrate-uid2-with-single-sign-on-sso) +- [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) #### How can I test that the DII sent and the returned token match up? @@ -163,6 +164,16 @@ Yes. With popular SSO integration For details, see [Publisher Integration with SSO Providers](/docs/ref-info/ref-integration-sso-providers.md). +#### I'm using Prebid with the Android SDK—what atype value should I use? + +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. + +If you're using Prebid with the Android SDK, use an `atype` value of `3`, indicating a person-based ID. + +For details, refer to these sections in the IAB documentation: +- [Object: Extended Identifier UIDs](https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/main/AdCOM%20v1.0%20FINAL.md#object_eid_uids) +- [List: Agent Types](https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/main/AdCOM%20v1.0%20FINAL.md#list_agenttypes) + ## FAQs for Advertisers and Data Providers Here are some frequently asked questions for advertisers and data providers using the UID2 framework. From c4933400bebf305e3c5032caebd29f229a982635 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Thu, 28 Aug 2025 11:43:47 -0400 Subject: [PATCH 2/2] edit to include iOS as well as Android --- docs/getting-started/gs-faqs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/gs-faqs.md b/docs/getting-started/gs-faqs.md index e53215c6e..769c20406 100644 --- a/docs/getting-started/gs-faqs.md +++ b/docs/getting-started/gs-faqs.md @@ -77,7 +77,7 @@ Here are some frequently asked questions for publishers using the UID2 framework - [What is the uniqueness and rotation policy for UID2 tokens?](#what-is-the-uniqueness-and-rotation-policy-for-uid2-tokens) - [What does a UID2 token look like in the bidstream?](#what-does-a-uid2-token-look-like-in-the-bidstream) - [Can I integrate UID2 with Single Sign-On (SSO)?](#can-i-integrate-uid2-with-single-sign-on-sso) -- [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) +- [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) #### How can I test that the DII sent and the returned token match up? @@ -164,11 +164,11 @@ Yes. With popular SSO integration For details, see [Publisher Integration with SSO Providers](/docs/ref-info/ref-integration-sso-providers.md). -#### I'm using Prebid with the Android SDK—what atype value should I use? +#### I'm using Prebid with a Mobile SDK—what atype value should I use? 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. -If you're using Prebid with the Android SDK, use an `atype` value of `3`, indicating a person-based ID. +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. For details, refer to these sections in the IAB documentation: - [Object: Extended Identifier UIDs](https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/main/AdCOM%20v1.0%20FINAL.md#object_eid_uids)