Get Banner Data
Use this API to retrieve the required interface attributes to be rendered on the Banner.
Headers
The location of the CDN.
The location of the CDN.
The unique identifier for the app or domain.
The unique identifier for the app or domain.
The type of device.
The type of device.
The published version of the app or domain.
The published version of the app or domain.
The OT SDK identification.
The OneTrust SDK identification.
The language in which the user interface should be displayed.
The language in which the UI should be displayed.
The country code from which the user is accessing the app or website.
The country code from which the user is accessing the app or website. The value passed in this parameter will be used to resolve the geolocation rule.
The region code from which the user is accessing the app or website.
The region code from which the user is accessing the app or website. The value passed in this parameter will be used to resolve the geolocation rule.
The type of data to download.
The type of data to download. The value passed in this parameter will determine whether to download app data only or app data and the data subject profile.
The encoded consent string that contains the interface's metadata.
The encoded consent string that contains the UI's metadata.
The unique identifier for the data subject.
The unique identifier of the data subject.
The identifier type associated with the unique identifier in OT-Identifier header
The identifier type associated with the unique identifier in the OT-Identifier header.
The update type for the identifier. This header is used to specify how the identifier should be updated.
The JSON Web Token (JWT) generated using Public Keys within the OneTrust application.
The JSON Web Token (JWT) generated using Public Keys within the OneTrust application. This is used to sync consent for a known user.
To handle platform-specific features like ATT (App Tracking Transparency for Apple) or GoogleAdId (for Android) in a structured way, you can send the platform type in the parameters of an API or request.
The platform-specific features, such as ATT for Apple or GoogleAdId for Android.
This is specifically to unbold the vendor numbers only.
The flag that indicates whether to unbold the vendor numbers.
This flag indicates whether the Banner configuration data is returned irrespective of the showBanner status.
The flag that indicates whether the Banner configuration data is returned, irrespective of the showBanner status.
The IAB TCF string that contains information on consent preferences.
The IAB TCF string that contains information on consent preferences.
The Additional Consent string for Google Vendors.
The Additional Consent string for Google Vendors.
Response
Success
Example response
{
"errors": [
{
"code": "ERROR_CODE_BLOB_LOCATIONS_UNAVAILABLE",
"message": "Unable to fetch data for the specified Application ID. Please check your configurations."
}
],
"warnings": [
{
"code": "WARNING_CODE_PUBLISHED_VERSION_MISMATCH",
"message": "Requested data for the OT-SDK-Version does not match the published version on the OneTrust server. The latest published version will be returned instead."
}
],
"appConfig": {
"showBanner": true,
"bannerReason": "Geo rule Banner is enabled and is first launch.",
"templateType": "IAB2V2",
"bannerReasonCode": 101,
"gcmInfo": {
"gcmConsents": {
"adStorage": "DENIED",
"adUserData": "GRANTED",
"analyticsStorage": "UNDEFINED"
}
},
"countryCode": "US",
"regionCode": "CA",
"lastReconsentDate": 1733147973220,
"rejectAllButtonBehavior": "LIActiveIfLegalBasis"
},
"bannerUIData": {
"general": {
"backgroundColor": "#FFFFFF",
"backgroundColorDark": "#2F2F2F",
"additionalDescriptionPlacement": "AfterDescription",
"layoutHeight": "full",
"buttonFocusColor": "#FFFFFF",
"buttonFocusTextColor": "#FFFFFF",
"layout": "bottom",
"qrCodeAriaLabel": "Scan the QR code below for <X>",
"headingAriaLabel": "Heading",
"selectedAriaLabel": "Selected",
"bannerLinkScreenReaderAriaLabel": "More information about your privacy, opens in a new tab",
"openNewViewAriaLabel": "Open in a new view",
"bannerLandingDescription": "This is the consent banner. Please give consent by pressing Accept or Reject to continue.",
"linkRoleLabel": "Link role label",
"cookieSettingButtonText": "Cookie Preferences"
},
"logo": {
"url": "https://cookie-cdn.1trust.app/logos/static/ot_company_logo.png",
"logoVoiceOverText": "Banner Logo"
},
"summary": {
"title": {
"fontSize": "22",
"text": "We Care About Your Privacy",
"textAlign": "center",
"textColor": "#696969",
"textColorDark": "#FFFFFF"
},
"description": {
"fontSize": "16",
"text": "We and our 793 partners store and/or access information on a device, such as unique IDs in cookies to process personal data. You may accept or manage your choices by clicking below or at any time in the privacy policy page. These choices will be signaled to our partners and will not affect browsing data.",
"textAlign": "center",
"textColor": "#696969",
"textColorDark": "#FFFFFF"
},
"dpdTitle": {
"fontSize": "22",
"text": "We and our partners process data to provide:",
"textAlign": "center",
"textColor": "#696969",
"textColorDark": "#FFFFFF"
},
"dpdDescription": {
"fontSize": "16",
"text": "Use precise geolocation data. Actively scan device characteristics for identification. Store and/or access information on a device. Personalised advertising and content, advertising and content measurement, audience research and services development. ",
"textAlign": "center",
"textColor": "#696969",
"textColorDark": "#FFFFFF"
},
"additionalDescription": {
"fontSize": "16",
"text": "Additional description",
"textAlign": "center",
"textColor": "#696969",
"textColorDark": "#696969"
}
},
"buttons": {
"closeButton": {
"color": "#2F2F2F",
"colorDark": "#FFFFFF",
"showAsLink": true,
"borderRadius": "0",
"fontSize": "12",
"showText": true,
"text": "Continue without Accepting",
"textColor": "#696969",
"textColorDark": "#FFFFFF",
"imgcolor": "#FFFFFF",
"imgcolorDark": "#FFFFFF",
"closeBtnVoiceOverText": "Close",
"interactionType": "BANNER_CLOSE"
},
"acceptAll": {
"borderRadius": "0",
"color": "#346E4A",
"colorDark": "#6CC04A",
"fontSize": "17",
"text": "I Accept",
"textColor": "#FFFFFF",
"textColorDark": "#FFFFFF",
"interactionType": "BANNER_ALLOW_ALL"
},
"rejectAll": {
"borderRadius": "0",
"color": "#346E4A",
"colorDark": "#6CC04A",
"fontSize": "17",
"text": "Reject All",
"textColor": "#FFFFFF",
"textColorDark": "#FFFFFF",
"interactionType": "BANNER_REJECT_ALL"
},
"showPreferences": {
"borderRadius": "0",
"color": "#FFFFFF",
"colorDark": "#FFFFFF",
"fontSize": "17",
"text": "Cookie Settings",
"textColor": "#346E4A",
"textColorDark": "#6CC04A"
},
"vendorList": {
"text": "List of Partners (vendors)",
"color": "#8EDD90",
"textColor": "#3860BE",
"textColorDark": "#3860BE"
}
},
"links": {
"policyLink": {
"text": "Policy Link",
"textAlign": "center",
"fontSize": "17",
"textColor": "#3860BE",
"textColorDark": "#3860BE"
}
}
},
"prompts": {
"ageGate": {
"logoUrl": "https://cookie-cdn.1trust.app/logos/static/mbl_age_gate_prompt_logo.png",
"titleText": "Age Verification",
"descriptionText": "The following content is intended for a mature audience. As part of our commitment to showing age appropriate content to children, please confirm you are over the age of 16 before proceeding",
"primaryButtonText": "Yes",
"secondaryButtonText": "No"
},
"idfa": {
"prePrompt": {
"logoUrl": "https://cookie-cdn.1trust.app/logos/static/mbl_pre_prompt_logo.png",
"titleText": "Help Us Keep This App Free",
"descriptionText": "Ads relevant to you",
"primaryButtonText": "Continue",
"secondaryButtonText": "Not Now"
},
"postPrompt": {
"logoUrl": "https://cookie-cdn.1trust.app/logos/static/mbl_post_prompt_logo.png",
"titleText": "Help Us Keep This App Free",
"descriptionText": "Ads relevant to you",
"primaryButtonText": "Settings",
"secondaryButtonText": "Not Now"
}
},
"ntfyConfigData": {
"sync": {
"general": {
"backgroundColor": "#FFFFFF",
"backgroundColorDark": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderColorDark": "#FFFFFF",
"iconBackgroundColor": "#1276CE",
"iconBackgroundColorDark": "#1276CE",
"closeAria": "Close"
},
"title": {
"fontSize": "14",
"text": "Cookie Preferences",
"textAlign": "left",
"textColor": "#696969",
"textColorDark": "#696969"
},
"description": {
"fontSize": "12",
"text": "Syncing...",
"textAlign": "left",
"textColor": "#696969",
"textColorDark": "#696969"
}
},
"complete": {
"general": {
"backgroundColor": "#FFFFFF",
"backgroundColorDark": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderColorDark": "#FFFFFF",
"iconBackgroundColor": "#6CC04A",
"iconBackgroundColorDark": "#6CC04A",
"closeAria": "Close"
},
"title": {
"fontSize": "14",
"text": "Cookie Preferences",
"textAlign": "left",
"textColor": "#696969",
"textColorDark": "#696969"
},
"description": {
"fontSize": "12",
"text": "Synced",
"textAlign": "left",
"textColor": "#696969",
"textColorDark": "#696969"
},
"button": {
"borderRadius": "0",
"color": "#1276CE",
"colorDark": "#1276CE",
"fontSize": "12",
"text": "Cookie Settings",
"textColor": "#FFFFFF",
"textColorDark": "#FFFFFF",
"borderColor": "#1276CE",
"borderColorDark": "#1276CE"
}
}
}
},
"storageKeys": {
"IABUSPrivacy_String": "1YNY",
"IABTCF_AddtlConsent": "1~1584.2292.2392.3100.24431.25731.25931.26031",
"IABTCF_TCString": "CP68pYAP68pYAAcABBENAKEsAP_gAEPgAChQg1NX_H__bW9j8Xr1aft0eY1P99j7ruQxBhfJE-4FyLvW_JwXx2ExNA36pqIKmRIEu3bBIQFlHIHUTUigaogVryHMakWMhTNKJ6BkiFMRM2dYCF5vmYlD-QKY5_p9d3dx2D-t_dv83dzyz81Hn3f5_2e0eLCdQ58tDfv9bROb-9INd_78v4AAAAAAAAAAAAAAAAAAAAAAAAAAABU-9_fff78AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQaoWoACIAFAAXAA4AD4AKAAqABcADgAHgAQAAkABdADAAMoAaABqADwAH4ARAAjgBMAChAFIAUwAqwBbAF0AMQAZgA0ABvAD0AHwAPwAhABDQCIAIkARwAlgBNACjAFKAMAAYcAygDLAGaANEAbIA5ABzwDuAO8AewA-IB9gH7AP8BAICDgIQAREAikBFgEYAI1ARwBHQCRAElAJSATQAn4BQYCoAKiAVcAsQBcwC6wF5AXoAvoBigDRAGvANoAbgA4gBxwDpAHUAO2Ae0A-wB_QD_gIQARMAi8BHsCRAJFASsAmKBMgEygJtATsAoeBR4FIgKTgU0BTYCnwFSAKsAVyArsBYUCxALFAWUAtEBakC2ALZAW4AuABcgC6AF2gLvgXkBeYC-gF_gMEAYMAw0BiADFgGPAMhgZGBkkDJgMnAZUAywBmYDOQGeANEgaMBo4DTQGpgNVgauBrIDXgG0ANsgbcBt8DcgN1AcEA4sBx4Dk4HLAcuA50Bz4DrAHigPHgeSB5QD2gHxQPkA-UB9cD7QPugfsB-4D-wH_AQBAgIBAwCB4EEQIJgQYAg3BMwEzgJqATYgm2CbkE3gTfAnDBOUE5gJ0gTrgnaCdwE8AJ5hBqAEEAAQBlDgAQCdAG2EAAQAuQDTlAAICdA.f_wACHwAAAAA",
"IABTCF_CmpSdkID": 28,
"IABTCF_CmpSdkVersion": 1,
"IABTCF_PolicyVersion": 4,
"IABTCF_gdprApplies": 1,
"IABTCF_PublisherCC": "UK",
"IABTCF_VendorConsents": "11010101111111110001111111111111110110110101101111011000111111000101111010111101010110100111111011011101000111100110001101010011111111011111011000111110111010111011100100001100010000011000010111110010010001001111101110000001011100100010111011110101101111110010011100000101111100011101100001001100010011010000001101111110101010011010100010000010101001100100010010000001001011101101110110110000010010000100000001011001010001110010000001110101000100110101001000101000000110101010001000000101011010111100100001110011000110101001000101100011001000010100110011010010100010011110100000011001001000100001010011000100010011001101100111010110000000100001011110011011111001100110001001010000111111100100000010100110001110011111111010011111010111011101110111011100011101100000111111101011011111110111011011111111001101110111011100111100101100111111001101010001111001111101110111111110011111111101100111101101000111100010110000100111010100001110011111001011010000110111111011111111010110110100010011100110111111101111010010000011010111011111111110111111001011111110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010101001111101111011111110111110111110111111110111111000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
"IABTCF_VendorLegitimateInterests": "00000001011001100001101000010101000100000000010111011000000100100001001000010001011010000011100001000101000000100000000001010100000101011000010000000100010000000010100000000000000000000000000100100000011010001000000010000000000100100000011000000101001110110000001100000000100101110101100001001000100000000001000000000010100000000000000110000010000000000100000000000000001010001100100000000000010000000000000000000000010000000000001000010001000000000001001000000000010100000010000000000000000010000000010000001010000000000000000100000000000000000000010000000010000000000000100000011000000000000000010000000000010110000000100000000100000000000000001000000011101000000110001000010000000100000000000010100000010110000100000010010001100100010001000100001010011000000100001000010100000010010000010000000100101101100101000000100000100100000001011000001000001010111000010000000001000101100111100000000000010000000010001000100110000010100000000000010000000000000000000000001010110000000000000001000000010110000010110000000110001001001001000000010010101000010010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011100000100010011011010001100101011010010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
"IABTCF_PurposeConsents": "11111111111",
"IABTCF_PurposeLegitimateInterests": "01000011111",
"IABTCF_SpecialFeaturesOptIns": "11",
"IABTCF_PublisherConsent": "11111111111",
"IABTCF_PublisherLegitimateInterests": "01000011111",
"IABTCF_DisclosedVendors": "1101",
"IABGPP_2_String": "CP68pYAP68pYAAcABBENAKEsAP_gAEPgAChQg1NX_H__bW9j8Xr1aft0eY1P99j7ruQxBhfJE-4FyLvW_JwXx2ExNA36pqIKmRIEu3bBIQFlHIHUTUigaogVryHMakWMhTNKJ6BkiFMRM2dYCF5vmYlD-QKY5_p9d3dx2D-t_dv83dzyz81Hn3f5_2e0eLCdQ58tDfv9bROb-9INd_78v4AAAAAAAAAAAAAAAAAAAAAAAAAAABU-9_fff78AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQaoWoACIAFAAXAA4AD4AKAAqABcADgAHgAQAAkABdADAAMoAaABqADwAH4ARAAjgBMAChAFIAUwAqwBbAF0AMQAZgA0ABvAD0AHwAPwAhABDQCIAIkARwAlgBNACjAFKAMAAYcAygDLAGaANEAbIA5ABzwDuAO8AewA-IB9gH7AP8BAICDgIQAREAikBFgEYAI1ARwBHQCRAElAJSATQAn4BQYCoAKiAVcAsQBcwC6wF5AXoAvoBigDRAGvANoAbgA4gBxwDpAHUAO2Ae0A-wB_QD_gIQARMAi8BHsCRAJFASsAmKBMgEygJtATsAoeBR4FIgKTgU0BTYCnwFSAKsAVyArsBYUCxALFAWUAtEBakC2ALZAW4AuABcgC6AF2gLvgXkBeYC-gF_gMEAYMAw0BiADFgGPAMhgZGBkkDJgMnAZUAywBmYDOQGeANEgaMBo4DTQGpgNVgauBrIDXgG0ANsgbcBt8DcgN1AcEA4sBx4Dk4HLAcuA50Bz4DrAHigPHgeSB5QD2gHxQPkA-UB9cD7QPugfsB-4D-wH_AQBAgIBAwCB4EEQIJgQYAg3BMwEzgJqATYgm2CbkE3gTfAnDBOUE5gJ0gTrgnaCdwE8AJ5hBqAEEAAQBlDgAQCdAG2EAAQAuQDTlAAICdA.f_wACHwAAAAA",
"IABGPP_TCFEU2_CmpSdkID": 28,
"IABGPP_TCFEU2_CmpSdkVersion": 1,
"IABGPP_TCFEU2_PolicyVersion": 4,
"IABGPP_TCFEU2_PublisherCC": "UK",
"IABGPP_TCFEU2_VendorConsents": "11010101111111110001111111111111110110110101101111011000111111000101111010111101010110100111111011011101000111100110001101010011111111011111011000111110111010111011100100001100010000011000010111110010010001001111101110000001011100100010111011110101101111110010011100000101111100011101100001001100010011010000001101111110101010011010100010000010101001100100010010000001001011101101110110110000010010000100000001011001010001110010000001110101000100110101001000101000000110101010001000000101011010111100100001110011000110101001000101100011001000010100110011010010100010011110100000011001001000100001010011000100010011001101100111010110000000100001011110011011111001100110001001010000111111100100000010100110001110011111111010011111010111011101110111011100011101100000111111101011011111110111011011111111001101110111011100111100101100111111001101010001111001111101110111111110011111111101100111101101000111100010110000100111010100001110011111001011010000110111111011111111010110110100010011100110111111101111010010000011010111011111111110111111001011111110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010101001111101111011111110111110111110111111110111111000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
"IABGPP_TCFEU2_VendorLegitimateInterests": "00000001011001100001101000010101000100000000010111011000000100100001001000010001011010000011100001000101000000100000000001010100000101011000010000000100010000000010100000000000000000000000000100100000011010001000000010000000000100100000011000000101001110110000001100000000100101110101100001001000100000000001000000000010100000000000000110000010000000000100000000000000001010001100100000000000010000000000000000000000010000000000001000010001000000000001001000000000010100000010000000000000000010000000010000001010000000000000000100000000000000000000010000000010000000000000100000011000000000000000010000000000010110000000100000000100000000000000001000000011101000000110001000010000000100000000000010100000010110000100000010010001100100010001000100001010011000000100001000010100000010010000010000000100101101100101000000100000100100000001011000001000001010111000010000000001000101100111100000000000010000000010001000100110000010100000000000010000000000000000000000001010110000000000000001000000010110000010110000000110001001001001000000010010101000010010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011100000100010011011010001100101011010010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
"IABGPP_TCFEU2_PurposeConsents": "01100011111",
"IABGPP_TCFEU2_PurposeLegitimateInterests": "01000011111",
"IABGPP_TCFEU2_SpecialFeaturesOptIns": "11",
"IABGPP_TCFEU2_PublisherConsent": "01100011111",
"IABGPP_TCFEU2_PublisherLegitimateInterests": "01000011111",
"IABGPP_TCFEU2_DisclosedVendors": "1101",
"OT_GroupConsents": {
"C0001": 1
},
"OT_GroupLIConsents": {
"IAB2V2_1": 1
},
"OT_SdkConsents": {
"d5fe3c22-2266-40c0-91b7-35844fde37a1": 1
},
"OT_UCPConsents": {
"6c105523-9b73-4ef0-8908-c99d8d63ecea": {
"consentStatus": 0,
"options": {
"638f54bd-6fc5-455d-aa87-8fe0c3a6eb47": 0
}
}
},
"OT_GeneralVendorsConsents": {
"V34": 1
},
"OT_LastConsentedDate": "2024-11-19T04:59:48.059Z",
"OT_Identifier": "user-1",
"OT_AlwaysActiveIds": {
"groups": [
"C0001"
],
"sdks": [
"e0cad307-e07b-45e7-b081-0563251d5560"
]
},
"OT_AgeGate": {
"lastUpdated": 1777323272761,
"lowerBound": 18,
"upperBound": 65
}
},
"groupsHierarchy": {
"C0001": {
"children": [
{
"C0002": {
"sdks": [
"sdk3",
"sdk4"
]
}
}
],
"sdks": [
"sdk1",
"sdk2"
],
"canToggleSubgroups": true
},
"IAB2V2_1": {}
},
"otConsentString": "eyJMYXN0TGF1bmNoRGF0ZSI6MTcwNDczNzM3OTY1MSwiU2hvdWxkU2hvd0Jhbm5lciI6MSwiRFNJRCI6InN1cC1uZXdsa2diIn0="
}