diff --git a/build.gradle b/build.gradle index 669fe94f1..d99373129 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '1.9.25' repositories { google() @@ -27,7 +27,7 @@ plugins { id 'io.github.dryrum.replace-in-file' version '0.6.4' id 'io.github.dryrum.git-utils' version '0.6.4' id 'io.github.dryrum.bump-version-code' version '0.6.4' - id 'org.jetbrains.kotlin.plugin.serialization' version '1.6.21' + id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.25' } apply plugin: 'io.codearte.nexus-staging' @@ -35,7 +35,6 @@ apply plugin: 'io.codearte.nexus-staging' allprojects { repositories { google() - jcenter() maven { url "https://s01.oss.sonatype.org/service/local/repositories/snapshots/content/" } maven { url "https://s01.oss.sonatype.org/content/repositories/releases/"} // repo to test the release mavenCentral() diff --git a/buildSrc/src/main/kotlin/Libs.kt b/buildSrc/src/main/kotlin/Libs.kt index 58275c4e4..3cba6afe5 100755 --- a/buildSrc/src/main/kotlin/Libs.kt +++ b/buildSrc/src/main/kotlin/Libs.kt @@ -2,8 +2,8 @@ object Libs { const val kotlinxCoroutinesCore: String = "org.jetbrains.kotlinx:kotlinx-coroutines-core:" + Versions.coroutinesVersion const val mockk: String = "io.mockk:mockk:" + Versions.mockkVersion const val okHttpLatest = "com.squareup.okhttp3:okhttp:${Versions.okHttpLatestVersion}" - const val koinCore = "org.koin:koin-core:${Versions.koinVersion}" - const val koinCoreExt = "org.koin:koin-core-ext:${Versions.koinVersion}" + const val koinCore = "io.insert-koin:koin-core:${Versions.koinVersion}" + const val koinCoreExt = "io.insert-koin:koin-core-ext:${Versions.koinVersion}" const val koinAndroid = "io.insert-koin:koin-android:2.2.3" const val koinViewModel = "io.insert-koin:koin-androidx-viewmodel:2.2.3" @@ -19,5 +19,3 @@ object Libs { const val leanback_pref : String = "androidx.leanback:leanback-preference:1.0.0" } - - diff --git a/cmplibrary/build.gradle.kts b/cmplibrary/build.gradle.kts index 7cf20548e..ff5e21e85 100644 --- a/cmplibrary/build.gradle.kts +++ b/cmplibrary/build.gradle.kts @@ -94,15 +94,15 @@ android { dependencies { // kotlin - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1") // https://mvnrepository.com/artifact/com.android.tools/desugar_jdk_libs - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.0") //noinspection GradleDependency api("com.squareup.okhttp3:okhttp:4.9.0") - api("org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.3.0") + api("org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.5.1") testImplementation("io.mockk:mockk:1.12.3") } @@ -150,4 +150,4 @@ changeLogConfig { changeLogPath = rootDir.path + "/CHANGELOG.md" content = file( "${rootDir.path}/${project.name}/release_note.txt").readText() version = versionName -} \ No newline at end of file +} diff --git a/cmplibrary/gradle.properties b/cmplibrary/gradle.properties index ab5f946db..f4ead8dc0 100644 --- a/cmplibrary/gradle.properties +++ b/cmplibrary/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME = 7.10.0 +VERSION_NAME = 7.10.1 POM_NAME = cmplibrary POM_REPO = sourcepoint diff --git a/cmplibrary/release_note.txt b/cmplibrary/release_note.txt index 77428aeb1..acacb9a46 100644 --- a/cmplibrary/release_note.txt +++ b/cmplibrary/release_note.txt @@ -1 +1,2 @@ -* [DIA-3574](https://sourcepoint.atlassian.net/browse/DIA-3574) Update all dependencies and Kotlin from 1.6 to 1.9.24. [#808](https://github.com/SourcePointUSA/android-cmp-app/pull/808) +* [DIA-3942](https://sourcepoint.atlassian.net/browse/DIA-3942) Update all dependencies and Kotlin from 1.6 to 1.9.24. [#830](https://github.com/SourcePointUSA/android-cmp-app/pull/830) +* Updated sample apps dependencies and project Kotlin version to 1.9.25 [#831](https://github.com/SourcePointUSA/android-cmp-app/pull/831) diff --git a/cmplibrary/src/androidTest/java/com/sourcepoint/cmplibrary/data/local/DataStorageGdprImplTest.kt b/cmplibrary/src/androidTest/java/com/sourcepoint/cmplibrary/data/local/DataStorageGdprImplTest.kt index b2b2d61cd..4c190c3f4 100644 --- a/cmplibrary/src/androidTest/java/com/sourcepoint/cmplibrary/data/local/DataStorageGdprImplTest.kt +++ b/cmplibrary/src/androidTest/java/com/sourcepoint/cmplibrary/data/local/DataStorageGdprImplTest.kt @@ -83,10 +83,10 @@ class DataStorageGdprImplTest { "IABTCF_PurposeConsents": "1111000010", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_SpecialFeaturesOptIns": "11", - "IABTCF_PublisherConsent": "0000000000", - "IABTCF_PublisherLegitimateInterests": "0000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherConsent": "00000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "IABTCF_EnableAdvertiserConsentMode": true, "IABTCF_gdprApplies": 1, "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", diff --git a/cmplibrary/src/main/java/com/sourcepoint/cmplibrary/model/MessageLanguage.kt b/cmplibrary/src/main/java/com/sourcepoint/cmplibrary/model/MessageLanguage.kt index 36c720b2c..56951cfcf 100644 --- a/cmplibrary/src/main/java/com/sourcepoint/cmplibrary/model/MessageLanguage.kt +++ b/cmplibrary/src/main/java/com/sourcepoint/cmplibrary/model/MessageLanguage.kt @@ -15,12 +15,17 @@ enum class MessageLanguage(val value: String) { GAELIC("GD"), GERMAN("DE"), GREEK("EL"), + HEBREW("HE"), HUNGARIAN("HU"), ICELANDIC("IS"), + INDONESIAN("ID"), ITALIAN("IT"), JAPANESE("JA"), + KOREAN("KO"), LATVIAN("LV"), LITHUANIAN("LT"), + MACEDONIAN("MK"), + MALAY("MS"), NORWEGIAN("NO"), POLISH("PL"), PORTUGUESE("PT"), @@ -32,6 +37,6 @@ enum class MessageLanguage(val value: String) { SLOVENIAN("SL"), SPANISH("ES"), SWEDISH("SV"), - TURKISH("TR"), - TAGALOG("TL"); + TAGALOG("TL"), + TURKISH("TR"); } diff --git a/cmplibrary/src/test/java/com/sourcepoint/cmplibrary/campaign/CampaignManagerTest.kt b/cmplibrary/src/test/java/com/sourcepoint/cmplibrary/campaign/CampaignManagerTest.kt index 8e5aec145..adc7cf82b 100644 --- a/cmplibrary/src/test/java/com/sourcepoint/cmplibrary/campaign/CampaignManagerTest.kt +++ b/cmplibrary/src/test/java/com/sourcepoint/cmplibrary/campaign/CampaignManagerTest.kt @@ -647,10 +647,10 @@ class CampaignManagerTest { "IABTCF_PurposeConsents": "1111110000", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_SpecialFeaturesOptIns": "00", - "IABTCF_PublisherConsent": "0000000000", - "IABTCF_PublisherLegitimateInterests": "0000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherConsent": "00000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "IABTCF_gdprApplies": 1 }, "uuid": "0a9a7b2d-ddb7-467f-9e3e-da53860b5ac4", diff --git a/samples/app/build.gradle b/samples/app/build.gradle index ccc6c25c0..34f4dd5f7 100644 --- a/samples/app/build.gradle +++ b/samples/app/build.gradle @@ -63,11 +63,10 @@ android { } dependencies { - implementation fileTree(include: ['*.aar'], dir: 'libs') // kotlin - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" //noinspection GradleCompatible @@ -79,11 +78,9 @@ dependencies { // implementation 'com.sourcepoint.cmplibrary:cmplibrary:6.0.3' // Koin - implementation "org.koin:koin-core:2.0.1" - implementation "org.koin:koin-core-ext:2.0.1" - implementation "org.koin:koin-android:2.0.1" - implementation "org.koin:koin-java:2.0.1" - androidTestImplementation "org.koin:koin-test:2.0.1" + implementation "io.insert-koin:koin-core:3.5.6" + implementation "io.insert-koin:koin-android:3.5.6" + androidTestImplementation "io.insert-koin:koin-test:3.5.6" // mockk testImplementation("io.mockk:mockk:1.12.3") diff --git a/samples/app/src/androidTest/java/com/sourcepoint/app/v6/MainActivityKotlinTest.kt b/samples/app/src/androidTest/java/com/sourcepoint/app/v6/MainActivityKotlinTest.kt index 1c49344af..6b5aa3fe9 100644 --- a/samples/app/src/androidTest/java/com/sourcepoint/app/v6/MainActivityKotlinTest.kt +++ b/samples/app/src/androidTest/java/com/sourcepoint/app/v6/MainActivityKotlinTest.kt @@ -248,7 +248,7 @@ class MainActivityKotlinTest { getInt("IABTCF_gdprApplies", -1).assertNotEquals(-1) getString("IABTCF_TCString", null).assertNotNull() - getString("IABTCF_PublisherLegitimateInterests", null).assertEquals("0000000000") + getString("IABTCF_PublisherLegitimateInterests", null).assertEquals("00000000000") getString("IABTCF_AddtlConsent", null).assertEquals("1~899") getString("IABTCF_PurposeConsents", null).assertNotNull() getString("IABTCF_VendorLegitimateInterests", null).assertNotNull() @@ -617,7 +617,7 @@ class MainActivityKotlinTest { scenario.onActivity { getSharedPrefs(it).run { getString("IABTCF_AddtlConsent", null).assertEquals("1~") - getString("IABTCF_PublisherLegitimateInterests", null).assertEquals("0000000000") + getString("IABTCF_PublisherLegitimateInterests", null).assertEquals("00000000000") getString("IABTCF_TCString", null).assertNotNull() getInt("IABTCF_CmpSdkVersion", -1).assertNotEquals(-1) getInt("IABTCF_CmpSdkID", -1).assertNotEquals(-1) @@ -1165,4 +1165,4 @@ class MainActivityKotlinTest { getSharedPrefs(it).getInt("sp.key.config.propertyId", 0).assertEquals(newPropertyId) } } -} \ No newline at end of file +} diff --git a/samples/app/src/androidTest/java/com/sourcepoint/app/v6/TestData.kt b/samples/app/src/androidTest/java/com/sourcepoint/app/v6/TestData.kt index 125c5d7b2..10952bcca 100644 --- a/samples/app/src/androidTest/java/com/sourcepoint/app/v6/TestData.kt +++ b/samples/app/src/androidTest/java/com/sourcepoint/app/v6/TestData.kt @@ -94,7 +94,7 @@ object TestData { "IABTCF_PurposeOneTreatment": 0, "sp.gdpr.key.expiration.date": "2024-11-07T12:41:50.349Z", "sp.ccpa.consentUUID": "3b26d050-500d-4976-8827-54b979e21bf2", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "sp.ccpa.key.applies": true, "sp.key.local.state": "{\"ccpa\":{\"dnsDisplayed\":true,\"expiration\":\"2025-02-07T12:38:56.398Z\",\"messageId\":766174,\"mmsCookies\":[\"_sp_v1_uid=1:857:c72c14d0-7412-4c91-92e1-aec6fcc2ddce\",\"_sp_v1_data=2:585620:1707395936:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!0:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"status\":\"consentedAll\",\"uuid\":\"3b26d050-500d-4976-8827-54b979e21bf2\"},\"gdpr\":{\"expiration\":\"2025-02-07T12:38:56.350Z\",\"messageId\":973265,\"mmsCookies\":[\"_sp_v1_uid=1:539:d858fa1c-dcfe-469a-8e0d-f27a576849ef\",\"_sp_v1_data=2:775380:1707395936:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!-1:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"uuid\":\"8d726acf-dc78-4488-8840-b9c569f2634e_28\"}}", @@ -103,7 +103,7 @@ object TestData { "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "sp.ccpa.key.expiration.date": "2024-11-07T12:41:50.394Z", "IABTCF_AddtlConsent": "1~899", @@ -111,7 +111,7 @@ object TestData { "sp.key.saved.consent": true, "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"ccpa\": {\n \"applies\": true,\n \"sampleRate\": 1.0\n },\n \"gdpr\": {\n \"additionsChangeDate\": \"2023-09-19T13:53:18.421Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"608badf1a22863112f750a18\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 47,\n \"sampleRate\": 1.0\n }\n}", "sp.gdpr.key.sampling.result": true, "sp.ccpa.key.sampling.result": true, @@ -121,18 +121,18 @@ object TestData { "IABTCF_SpecialFeaturesOptIns": "11", "client_pref_key": "client_pref_val", "sp.ccpa.consent.resp": "{\"uspstring\":\"1YNN\",\"status\":\"consentedAll\",\"rejectedVendors\":[],\"rejectedCategories\":[],\"signedLspa\":false,\"rejectedAll\":false}", - "IABTCF_PublisherLegitimateInterests": "0000000000", - "sp.key.gdpr": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. \",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Advertising presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type or which content you are (or have been) interacting with (for example, to limit the number of times an ad is presented to you).\",\"name\":\"Use limited data to select advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"Information about your activity on this service (such as forms you submit, content you look at) can be stored and combined with other information about you (for example, information from your previous activity on this service and other websites or apps) or similar users. This is then used to build or improve a profile about you (that might include possible interests and personal aspects). Your profile can be used (also later) to present advertising that appears more relevant based on your possible interests by this and other entities.\",\"name\":\"Create profiles for personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Advertising presented to you on this service can be based on your advertising profiles, which can reflect your activity on this service or other websites or apps (like the forms you submit, content you look at), possible interests and personal aspects.\",\"name\":\"Use profiles to select personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Reports can be generated based on the combination of data sets (like user profiles, statistics, market research, analytics data) regarding your interactions and those of other users with advertising or (non-advertising) content to identify common characteristics (for instance, to determine which target audiences are more receptive to an ad campaign or to certain contents).\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb49c\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Analytics Storage\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4a6\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad Storage\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4b0\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad User Data\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4ba\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad Personalization\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent unusual and possibly fraudulent activity (for example, regarding advertising, ad clicks by bots), and ensure systems and processes work properly and securely. It can also be used to correct any problems you, the publisher or the advertiser may encounter in the delivery of content and ads and in your interaction with them.\",\"name\":\"Ensure security, prevent and detect fraud, and fix errors\\n\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Certain information (like an IP address or device capabilities) is used to ensure the technical compatibility of the content or advertising, and to facilitate the transmission of the content or ad to your device.\",\"name\":\"Deliver and present advertising and content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Information about your activity on this service may be matched and combined with other information relating to you and originating from various sources (for instance your activity on a separate online service, your use of a loyalty card in-store, or your answers to a survey), in support of the purposes explained in this notice.\",\"name\":\"Match and combine data from other data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"In support of the purposes explained in this notice, your device might be considered as likely linked to other devices that belong to you or your household (for instance because you are logged in to the same service on both your phone and your computer, or because you may use the same Internet connection on both devices).\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends when accessing the Internet (for instance, the IP address of your Internet connection or the type of browser you are using) in support of the purposes exposed in this notice.\",\"name\":\"Identify devices based on information transmitted automatically\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":10633157,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":10633158,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":10633159,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":10633160,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\"},\\\"ES\\\":{\\\"iframeTitle\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\",\\\"supportedLanguages\\\":[\\\"EN\\\",\\\"ES\\\"],\\\"selectedLanguage\\\":\\\"EN\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"},\\\"ES\\\":{\\\"text\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"selectedLanguage\\\":\\\"ES\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":false,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\"},\"ES\":{\"iframeTitle\":\"

Mensaje GDPR<\\/p>\"}},\"selectedLanguage\":\"EN\",\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12},\"supportedLanguages\":[\"EN\",\"ES\"]},\"signature\":[245,216,222,17,165,180,230,72,148,82,59,95,92,234,195,255,151,255,134,195,95,227,223,178,114,216,24,68,10,142,64,123,142,227,167,133,21,221,210,217,147,70,47,157,136,237,7,55,107,110,238,182,27,228,21,99,87,216,118,54,137,204,235,1],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":539,\"categoryId\":1,\"messageId\":973265,\"msgDescription\":\"\",\"prtnUUID\":\"782cea27-af2d-4b12-8f1e-092608491204\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=8d726acf-dc78-4488-8840-b9c569f2634e&consentLanguage=EN&preload_message=true&version=v1&message_id=973265\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeConsents\":\"0000000000\",\"IABTCF_PurposeLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CP5qP8AP5qP8AAGABCENAmEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2024-02-08T12:38:56.295Z\",\"euconsent\":\"CP5qP8AP5qP8AAGABCENAmEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5e7e1298b8e05c4854221be9\":{\"purposeGrants\":{\"65c4a19739cd2b04ba0cb49c\":false,\"65c4a19739cd2b04ba0cb4a6\":false,\"65c4a19739cd2b04ba0cb4b0\":false,\"65c4a19739cd2b04ba0cb4ba\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false,\"608bad95d08d3112188e0e3d\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}", + "IABTCF_PublisherLegitimateInterests": "00000000000", + "sp.key.gdpr": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. \",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Advertising presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type or which content you are (or have been) interacting with (for example, to limit the number of times an ad is presented to you).\",\"name\":\"Use limited data to select advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"Information about your activity on this service (such as forms you submit, content you look at) can be stored and combined with other information about you (for example, information from your previous activity on this service and other websites or apps) or similar users. This is then used to build or improve a profile about you (that might include possible interests and personal aspects). Your profile can be used (also later) to present advertising that appears more relevant based on your possible interests by this and other entities.\",\"name\":\"Create profiles for personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Advertising presented to you on this service can be based on your advertising profiles, which can reflect your activity on this service or other websites or apps (like the forms you submit, content you look at), possible interests and personal aspects.\",\"name\":\"Use profiles to select personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Reports can be generated based on the combination of data sets (like user profiles, statistics, market research, analytics data) regarding your interactions and those of other users with advertising or (non-advertising) content to identify common characteristics (for instance, to determine which target audiences are more receptive to an ad campaign or to certain contents).\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb49c\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Analytics Storage\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4a6\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad Storage\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4b0\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad User Data\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4ba\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad Personalization\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent unusual and possibly fraudulent activity (for example, regarding advertising, ad clicks by bots), and ensure systems and processes work properly and securely. It can also be used to correct any problems you, the publisher or the advertiser may encounter in the delivery of content and ads and in your interaction with them.\",\"name\":\"Ensure security, prevent and detect fraud, and fix errors\\n\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Certain information (like an IP address or device capabilities) is used to ensure the technical compatibility of the content or advertising, and to facilitate the transmission of the content or ad to your device.\",\"name\":\"Deliver and present advertising and content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Information about your activity on this service may be matched and combined with other information relating to you and originating from various sources (for instance your activity on a separate online service, your use of a loyalty card in-store, or your answers to a survey), in support of the purposes explained in this notice.\",\"name\":\"Match and combine data from other data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"In support of the purposes explained in this notice, your device might be considered as likely linked to other devices that belong to you or your household (for instance because you are logged in to the same service on both your phone and your computer, or because you may use the same Internet connection on both devices).\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends when accessing the Internet (for instance, the IP address of your Internet connection or the type of browser you are using) in support of the purposes exposed in this notice.\",\"name\":\"Identify devices based on information transmitted automatically\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":10633157,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":10633158,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":10633159,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":10633160,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\"},\\\"ES\\\":{\\\"iframeTitle\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\",\\\"supportedLanguages\\\":[\\\"EN\\\",\\\"ES\\\"],\\\"selectedLanguage\\\":\\\"EN\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"},\\\"ES\\\":{\\\"text\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"selectedLanguage\\\":\\\"ES\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":false,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\"},\"ES\":{\"iframeTitle\":\"

Mensaje GDPR<\\/p>\"}},\"selectedLanguage\":\"EN\",\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12},\"supportedLanguages\":[\"EN\",\"ES\"]},\"signature\":[245,216,222,17,165,180,230,72,148,82,59,95,92,234,195,255,151,255,134,195,95,227,223,178,114,216,24,68,10,142,64,123,142,227,167,133,21,221,210,217,147,70,47,157,136,237,7,55,107,110,238,182,27,228,21,99,87,216,118,54,137,204,235,1],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":539,\"categoryId\":1,\"messageId\":973265,\"msgDescription\":\"\",\"prtnUUID\":\"782cea27-af2d-4b12-8f1e-092608491204\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=8d726acf-dc78-4488-8840-b9c569f2634e&consentLanguage=EN&preload_message=true&version=v1&message_id=973265\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeConsents\":\"00000000000\",\"IABTCF_PurposeLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CP5qP8AP5qP8AAGABCENAmEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2024-02-08T12:38:56.295Z\",\"euconsent\":\"CP5qP8AP5qP8AAGABCENAmEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5e7e1298b8e05c4854221be9\":{\"purposeGrants\":{\"65c4a19739cd2b04ba0cb49c\":false,\"65c4a19739cd2b04ba0cb4a6\":false,\"65c4a19739cd2b04ba0cb4b0\":false,\"65c4a19739cd2b04ba0cb4ba\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false,\"608bad95d08d3112188e0e3d\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}", "sp.key.gdpr.message.subcategory": 5, "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "sp.gdpr.consent.resp": "{\"euconsent\":\"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[\"5e37fc3e973acf1e955b8966\",\"5e37fc3e973acf1e955b8967\"],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true,\"608bad95d08d3112188e0e3d\":true}},\"5e7e1298b8e05c4854221be9\":{\"vendorGrant\":true,\"purposeGrants\":{\"65c4a19739cd2b04ba0cb49c\":true,\"65c4a19739cd2b04ba0cb4a6\":true,\"65c4a19739cd2b04ba0cb4b0\":true,\"65c4a19739cd2b04ba0cb4ba\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5ff4d000a228633ac048be41\",\"5e7e1298b8e05c4854221be9\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\",\"608bad95d08d3112188e0e2f\",\"608bad95d08d3112188e0e36\",\"608bad95d08d3112188e0e3d\",\"608bad96d08d3112188e0e59\",\"60b65857619abe242bed971e\",\"65c4a19739cd2b04ba0cb49c\",\"65c4a19739cd2b04ba0cb4a6\",\"65c4a19739cd2b04ba0cb4b0\",\"65c4a19739cd2b04ba0cb4ba\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2024-02-08T12:38:59.001Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e7e1298b8e05c4854221be9\",\"name\":\"Google Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"name\":\"Use profiles to select personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"},{\"_id\":\"65c4a19739cd2b04ba0cb49c\",\"name\":\"GCM Analytics Storage\"},{\"_id\":\"65c4a19739cd2b04ba0cb4a6\",\"name\":\"GCM Ad Storage\"},{\"_id\":\"65c4a19739cd2b04ba0cb4b0\",\"name\":\"GCM Ad User Data\"},{\"_id\":\"65c4a19739cd2b04ba0cb4ba\",\"name\":\"GCM Ad Personalization\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_TCString\":\"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1111000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", + "sp.gdpr.consent.resp": "{\"euconsent\":\"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[\"5e37fc3e973acf1e955b8966\",\"5e37fc3e973acf1e955b8967\"],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true,\"608bad95d08d3112188e0e3d\":true}},\"5e7e1298b8e05c4854221be9\":{\"vendorGrant\":true,\"purposeGrants\":{\"65c4a19739cd2b04ba0cb49c\":true,\"65c4a19739cd2b04ba0cb4a6\":true,\"65c4a19739cd2b04ba0cb4b0\":true,\"65c4a19739cd2b04ba0cb4ba\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5ff4d000a228633ac048be41\",\"5e7e1298b8e05c4854221be9\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\",\"608bad95d08d3112188e0e2f\",\"608bad95d08d3112188e0e36\",\"608bad95d08d3112188e0e3d\",\"608bad96d08d3112188e0e59\",\"60b65857619abe242bed971e\",\"65c4a19739cd2b04ba0cb49c\",\"65c4a19739cd2b04ba0cb4a6\",\"65c4a19739cd2b04ba0cb4b0\",\"65c4a19739cd2b04ba0cb4ba\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2024-02-08T12:38:59.001Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e7e1298b8e05c4854221be9\",\"name\":\"Google Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"name\":\"Use profiles to select personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"},{\"_id\":\"65c4a19739cd2b04ba0cb49c\",\"name\":\"GCM Analytics Storage\"},{\"_id\":\"65c4a19739cd2b04ba0cb4a6\",\"name\":\"GCM Ad Storage\"},{\"_id\":\"65c4a19739cd2b04ba0cb4b0\",\"name\":\"GCM Ad User Data\"},{\"_id\":\"65c4a19739cd2b04ba0cb4ba\",\"name\":\"GCM Ad Personalization\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_TCString\":\"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1111000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", "IABTCF_TCString": "CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", "sp.gdpr.consentUUID": "8d726acf-dc78-4488-8840-b9c569f2634e_28", "IABTCF_UseNonStandardTexts": 0, "sp.key.localDataVersion": 1, "sp.key.config.propertyId": 16893, "IABTCF_PurposeConsents": "1111000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\"\n ],\n \"consentedToAll\": false,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"rejectedAny\": true,\n \"specialFeatures\": [\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": false,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"SOME\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"SOME\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": true,\n \"rejectedLI\": false\n },\n \"dateCreated\": \"2023-11-08T12:42:15.182Z\",\n \"euconsent\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": false,\n \"608bad96d08d3112188e0e59\": false,\n \"60b65857619abe242bed971e\": false\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": false,\n \"608bad95d08d3112188e0e36\": false\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1000000000\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"00\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"uuid\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n {\n \"key\": \"consentUUID\",\n \"value\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": false\n },\n {\n \"key\": \"consentDate\",\n \"value\": \"2023-11-08T12:42:15.182Z\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": false\n }\n ],\n \"consentStatus\": {\n \"rejectedAny\": true,\n \"rejectedLI\": false,\n \"consentedAll\": false,\n \"granularStatus\": {\n \"vendorConsent\": \"SOME\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"SOME\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-11-08T12:42:15.182Z\",\n \"expirationDate\": \"2024-11-07T12:42:15.182Z\",\n \"euconsent\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": false,\n \"608bad96d08d3112188e0e59\": false,\n \"60b65857619abe242bed971e\": false\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": false,\n \"608bad95d08d3112188e0e36\": false\n }\n }\n },\n \"uuid\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\"\n },\n \"expirationDate\": \"2024-11-07T12:42:15.182Z\"\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\"\n ],\n \"consentedToAll\": false,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"rejectedAny\": true,\n \"specialFeatures\": [\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": false,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"SOME\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"SOME\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": true,\n \"rejectedLI\": false\n },\n \"dateCreated\": \"2023-11-08T12:42:15.182Z\",\n \"euconsent\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": false,\n \"608bad96d08d3112188e0e59\": false,\n \"60b65857619abe242bed971e\": false\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": false,\n \"608bad95d08d3112188e0e36\": false\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1000000000\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"00\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"uuid\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n {\n \"key\": \"consentUUID\",\n \"value\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": false\n },\n {\n \"key\": \"consentDate\",\n \"value\": \"2023-11-08T12:42:15.182Z\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": false\n }\n ],\n \"consentStatus\": {\n \"rejectedAny\": true,\n \"rejectedLI\": false,\n \"consentedAll\": false,\n \"granularStatus\": {\n \"vendorConsent\": \"SOME\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"SOME\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-11-08T12:42:15.182Z\",\n \"expirationDate\": \"2024-11-07T12:42:15.182Z\",\n \"euconsent\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": false,\n \"608bad96d08d3112188e0e59\": false,\n \"60b65857619abe242bed971e\": false\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": false,\n \"608bad95d08d3112188e0e36\": false\n }\n }\n },\n \"uuid\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\"\n },\n \"expirationDate\": \"2024-11-07T12:42:15.182Z\"\n}", "sp.key.ccpa": "{\"applies\":true,\"message\":{\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":7746210,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1675336198558\",\"choice_id\":7746211,\"iframe_url\":\"https:\\/\\/ccpa-notice.sp-prod.net\\/ccpa_pm\\/index.html?message_id=509688\",\"type\":12},{\"button_text\":\"1623758165801\",\"choice_id\":7746212,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1623758176582\",\"choice_id\":7746213,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"CCPA Message\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\",\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1675336139152\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/ccpa-notice.sp-prod.net\\/ccpa_pm\\/index.html?message_id=509688\\\",\\\"consent_origin\\\":\\\"https:\\/\\/ccpa-service.sp-prod.net\\\"}},\\\"supportedLanguages\\\":[\\\"EN\\\",\\\"ES\\\"]},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

CCPA Message<\\/p>\\\"},\\\"ES\\\":{\\\"text\\\":\\\"

Mensaje CCPA<\\/p>\\\"}},\\\"text\\\":\\\"

CCPA Message<\\/p>\\\",\\\"selectedLanguage\\\":\\\"ES\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1675336198558\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/ccpa-notice.sp-prod.net\\/ccpa_pm\\/index.html?message_id=509688\\\",\\\"consent_origin\\\":\\\"https:\\/\\/ccpa-service.sp-prod.net\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1623758165801\\\",\\\"consent_origin\\\":\\\"https:\\/\\/ccpa-service.sp-prod.net\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#9a244f\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1623758176582\\\",\\\"consent_origin\\\":\\\"https:\\/\\/ccpa-service.sp-prod.net\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#4f7a28\\\"},\\\"children\\\":[]}],\\\"compliance_status\\\":false,\\\"compliance_list\\\":[]}\",\"name\":\"CCPA Message\",\"settings\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\"}},\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1675336139152\",\"consent_origin\":\"https:\\/\\/ccpa-service.sp-prod.net\",\"privacy_manager_iframe_url\":\"https:\\/\\/ccpa-notice.sp-prod.net\\/ccpa_pm\\/index.html?message_id=509688\"},\"type\":12},\"supportedLanguages\":[\"EN\",\"ES\"]},\"signature\":[183,119,208,163,47,228,66,229,135,190,163,68,74,218,185,163,30,170,150,15,21,148,166,40,83,132,118,18,61,186,253,217,194,86,85,120,217,140,140,26,14,147,176,215,133,0,157,120,27,90,31,30,203,236,241,121,232,11,37,77,150,85,149,2],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":857,\"categoryId\":2,\"messageId\":766174,\"msgDescription\":\"\",\"prtnUUID\":\"0f7a409a-23de-4598-a39a-148cc3aa7325\",\"subCategoryId\":1},\"type\":\"CCPA\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?ccpaUUID=3b26d050-500d-4976-8827-54b979e21bf2&consentLanguage=EN&preload_message=true&version=v1&message_id=766174\",\"userConsent\":{\"dateCreated\":\"2024-02-08T12:38:56.347Z\",\"newUser\":true,\"rejectedAll\":false,\"rejectedCategories\":[],\"rejectedVendors\":[],\"signedLspa\":false,\"status\":\"rejectedNone\",\"uspstring\":\"1YNN\"}}", "sp.key.property.id": 16893, "sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"201\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"696784\",\n \"_sp_v1_p\": \"113\"\n }\n}", @@ -156,7 +156,7 @@ object TestData { val storedConsentGdprReconsentCase = """ { "IABTCF_PurposeOneTreatment": 0, - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "sp.key.local.state": "{\"gdpr\":{\"expiration\":\"2023-12-08T11:29:54.105Z\",\"messageId\":525881,\"mmsCookies\":[\"_sp_v1_uid=1:460:0b29bdb7-68cb-4b1b-aa75-4285f37b1475\",\"_sp_v1_data=2:372393:1670498994:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!-1:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"uuid\":\"cae9c2d9-1c74-48c2-85fd-9281e36e01a7_14\"}}", "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", @@ -165,21 +165,21 @@ object TestData { "sp.gdpr.key.message.subcategory": 5, "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_UseNonStandardStacks": 0, - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 2, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "sp.key.saved.consent": true, "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "IABTCF_VendorConsents": "000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", - "sp.gdpr.key": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device identifiers, or other information can be stored or accessed on your device for the purposes presented to you.\",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Ads can be shown to you based on the content you’re viewing, the app you’re using, your approximate location, or your device type.\",\"name\":\"Select basic ads\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"A profile can be built about you and your interests to show you personalised ads that are relevant to you.\",\"name\":\"Create a personalised ads profile\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Personalised ads can be shown to you based on a profile about you.\",\"name\":\"Select personalised ads\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e4d\",\"description\":\"The performance and effectiveness of ads that you see or interact with can be measured.\",\"name\":\"Measure ad performance\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Market research can be used to learn more about the audiences who visit sites\\/apps and view ads.\",\"name\":\"Apply market research to generate audience insights\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e5f\",\"description\":\"Your data can be used to improve existing systems and software, and to develop new products\",\"name\":\"Develop and improve products\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent fraudulent activity, and ensure systems and processes work properly and securely.\",\"name\":\"Ensure security, prevent fraud, and debug\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Your device can receive and send information that allows you to see and interact with ads and content.\",\"name\":\"Technically deliver ads or content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Data from offline data sources can be combined with your online activity in support of one or more purposes\",\"name\":\"Match and combine offline data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"Different devices can be determined as belonging to you or your household in support of one or more of purposes.\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends, such as IP address or browser type.\",\"name\":\"Receive and use automatically-sent device characteristics for identification\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":4534385,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":4534386,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":4534387,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":4534388,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":true,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\"}},\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12}},\"signature\":[235,149,96,143,109,145,136,28,93,136,106,192,186,17,83,82,236,190,29,212,201,97,195,230,253,36,122,248,19,72,51,61,140,211,43,199,109,222,125,223,60,236,23,170,247,52,120,5,254,161,44,29,116,130,90,134,136,211,161,75,198,132,166,9],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":460,\"categoryId\":1,\"messageId\":525881,\"msgDescription\":\"\",\"prtnUUID\":\"454933ba-c2a5-4b4f-8277-86b4fcacbc89\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=cae9c2d9-1c74-48c2-85fd-9281e36e01a7&message_id=525881&consentLanguage=EN&preload_message=true&version=v1\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeConsents\":\"0000000000\",\"IABTCF_PurposeLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CPjq5oAPjq5oAAGABCENCtCgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardStacks\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"}]},\"dateCreated\":\"2022-12-08T11:29:54.098Z\",\"euconsent\":\"CPjq5oAPjq5oAAGABCENCtCgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false},\"vendorGrant\":false}},\"hasConsentData\":false}}", - "IABTCF_PublisherLegitimateInterests": "0000000000", + "sp.gdpr.key": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device identifiers, or other information can be stored or accessed on your device for the purposes presented to you.\",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Ads can be shown to you based on the content you’re viewing, the app you’re using, your approximate location, or your device type.\",\"name\":\"Select basic ads\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"A profile can be built about you and your interests to show you personalised ads that are relevant to you.\",\"name\":\"Create a personalised ads profile\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Personalised ads can be shown to you based on a profile about you.\",\"name\":\"Select personalised ads\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e4d\",\"description\":\"The performance and effectiveness of ads that you see or interact with can be measured.\",\"name\":\"Measure ad performance\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Market research can be used to learn more about the audiences who visit sites\\/apps and view ads.\",\"name\":\"Apply market research to generate audience insights\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e5f\",\"description\":\"Your data can be used to improve existing systems and software, and to develop new products\",\"name\":\"Develop and improve products\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent fraudulent activity, and ensure systems and processes work properly and securely.\",\"name\":\"Ensure security, prevent fraud, and debug\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Your device can receive and send information that allows you to see and interact with ads and content.\",\"name\":\"Technically deliver ads or content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Data from offline data sources can be combined with your online activity in support of one or more purposes\",\"name\":\"Match and combine offline data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"Different devices can be determined as belonging to you or your household in support of one or more of purposes.\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends, such as IP address or browser type.\",\"name\":\"Receive and use automatically-sent device characteristics for identification\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":4534385,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":4534386,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":4534387,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":4534388,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":true,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\"}},\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12}},\"signature\":[235,149,96,143,109,145,136,28,93,136,106,192,186,17,83,82,236,190,29,212,201,97,195,230,253,36,122,248,19,72,51,61,140,211,43,199,109,222,125,223,60,236,23,170,247,52,120,5,254,161,44,29,116,130,90,134,136,211,161,75,198,132,166,9],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":460,\"categoryId\":1,\"messageId\":525881,\"msgDescription\":\"\",\"prtnUUID\":\"454933ba-c2a5-4b4f-8277-86b4fcacbc89\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=cae9c2d9-1c74-48c2-85fd-9281e36e01a7&message_id=525881&consentLanguage=EN&preload_message=true&version=v1\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeConsents\":\"00000000000\",\"IABTCF_PurposeLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CPjq5oAPjq5oAAGABCENCtCgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardStacks\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"}]},\"dateCreated\":\"2022-12-08T11:29:54.098Z\",\"euconsent\":\"CPjq5oAPjq5oAAGABCENCtCgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false},\"vendorGrant\":false}},\"hasConsentData\":false}}", + "IABTCF_PublisherLegitimateInterests": "00000000000", "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "sp.gdpr.consent.resp": "{\"euconsent\":\"CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[\"5e37fc3e973acf1e955b8966\",\"5e37fc3e973acf1e955b8967\"],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true}},\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5ff4d000a228633ac048be41\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\",\"608bad95d08d3112188e0e2f\",\"608bad95d08d3112188e0e36\",\"608bad96d08d3112188e0e59\",\"60b65857619abe242bed971e\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2022-12-08T11:29:57.761Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create a personalised ads profile\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Apply market research to generate audience insights\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardStacks\":0,\"IABTCF_TCString\":\"CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1110000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", + "sp.gdpr.consent.resp": "{\"euconsent\":\"CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[\"5e37fc3e973acf1e955b8966\",\"5e37fc3e973acf1e955b8967\"],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true}},\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5ff4d000a228633ac048be41\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\",\"608bad95d08d3112188e0e2f\",\"608bad95d08d3112188e0e36\",\"608bad96d08d3112188e0e59\",\"60b65857619abe242bed971e\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2022-12-08T11:29:57.761Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create a personalised ads profile\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Apply market research to generate audience insights\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardStacks\":0,\"IABTCF_TCString\":\"CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1110000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", "sp.gdpr.key.applies": true, "IABTCF_TCString": "CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", "sp.gdpr.consentUUID": "cae9c2d9-1c74-48c2-85fd-9281e36e01a7_14", @@ -192,7 +192,7 @@ object TestData { { "IABTCF_PurposeOneTreatment": 0, "sp.gdpr.key.expiration.date": "2024-11-07T12:41:50.349Z", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "sp.key.local.state": "{\"ccpa\":{\"dnsDisplayed\":true,\"expiration\":\"2025-02-07T12:38:56.398Z\",\"messageId\":766174,\"mmsCookies\":[\"_sp_v1_uid=1:857:c72c14d0-7412-4c91-92e1-aec6fcc2ddce\",\"_sp_v1_data=2:585620:1707395936:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!0:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"status\":\"consentedAll\",\"uuid\":\"3b26d050-500d-4976-8827-54b979e21bf2\"},\"gdpr\":{\"expiration\":\"2025-02-07T12:38:56.350Z\",\"messageId\":973265,\"mmsCookies\":[\"_sp_v1_uid=1:539:d858fa1c-dcfe-469a-8e0d-f27a576849ef\",\"_sp_v1_data=2:775380:1707395936:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!-1:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"uuid\":\"8d726acf-dc78-4488-8840-b9c569f2634e_28\"}}", "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", @@ -200,14 +200,14 @@ object TestData { "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "sp.key.saved.consent": true, "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"ccpa\": {\n \"applies\": true,\n \"sampleRate\": 1.0\n },\n \"gdpr\": {\n \"additionsChangeDate\": \"2023-09-19T13:53:18.421Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"608badf1a22863112f750a18\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 47,\n \"sampleRate\": 1.0\n }\n}", "sp.gdpr.key.sampling.result": true, "IABUSPrivacy_String": "1YNN", @@ -215,18 +215,18 @@ object TestData { "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", "client_pref_key": "client_pref_val", - "IABTCF_PublisherLegitimateInterests": "0000000000", - "sp.key.gdpr": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. \",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Advertising presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type or which content you are (or have been) interacting with (for example, to limit the number of times an ad is presented to you).\",\"name\":\"Use limited data to select advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"Information about your activity on this service (such as forms you submit, content you look at) can be stored and combined with other information about you (for example, information from your previous activity on this service and other websites or apps) or similar users. This is then used to build or improve a profile about you (that might include possible interests and personal aspects). Your profile can be used (also later) to present advertising that appears more relevant based on your possible interests by this and other entities.\",\"name\":\"Create profiles for personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Advertising presented to you on this service can be based on your advertising profiles, which can reflect your activity on this service or other websites or apps (like the forms you submit, content you look at), possible interests and personal aspects.\",\"name\":\"Use profiles to select personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Reports can be generated based on the combination of data sets (like user profiles, statistics, market research, analytics data) regarding your interactions and those of other users with advertising or (non-advertising) content to identify common characteristics (for instance, to determine which target audiences are more receptive to an ad campaign or to certain contents).\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb49c\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Analytics Storage\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4a6\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad Storage\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4b0\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad User Data\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4ba\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad Personalization\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent unusual and possibly fraudulent activity (for example, regarding advertising, ad clicks by bots), and ensure systems and processes work properly and securely. It can also be used to correct any problems you, the publisher or the advertiser may encounter in the delivery of content and ads and in your interaction with them.\",\"name\":\"Ensure security, prevent and detect fraud, and fix errors\\n\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Certain information (like an IP address or device capabilities) is used to ensure the technical compatibility of the content or advertising, and to facilitate the transmission of the content or ad to your device.\",\"name\":\"Deliver and present advertising and content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Information about your activity on this service may be matched and combined with other information relating to you and originating from various sources (for instance your activity on a separate online service, your use of a loyalty card in-store, or your answers to a survey), in support of the purposes explained in this notice.\",\"name\":\"Match and combine data from other data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"In support of the purposes explained in this notice, your device might be considered as likely linked to other devices that belong to you or your household (for instance because you are logged in to the same service on both your phone and your computer, or because you may use the same Internet connection on both devices).\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends when accessing the Internet (for instance, the IP address of your Internet connection or the type of browser you are using) in support of the purposes exposed in this notice.\",\"name\":\"Identify devices based on information transmitted automatically\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":10633157,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":10633158,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":10633159,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":10633160,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\"},\\\"ES\\\":{\\\"iframeTitle\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\",\\\"supportedLanguages\\\":[\\\"EN\\\",\\\"ES\\\"],\\\"selectedLanguage\\\":\\\"EN\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"},\\\"ES\\\":{\\\"text\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"selectedLanguage\\\":\\\"ES\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":false,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\"},\"ES\":{\"iframeTitle\":\"

Mensaje GDPR<\\/p>\"}},\"selectedLanguage\":\"EN\",\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12},\"supportedLanguages\":[\"EN\",\"ES\"]},\"signature\":[245,216,222,17,165,180,230,72,148,82,59,95,92,234,195,255,151,255,134,195,95,227,223,178,114,216,24,68,10,142,64,123,142,227,167,133,21,221,210,217,147,70,47,157,136,237,7,55,107,110,238,182,27,228,21,99,87,216,118,54,137,204,235,1],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":539,\"categoryId\":1,\"messageId\":973265,\"msgDescription\":\"\",\"prtnUUID\":\"782cea27-af2d-4b12-8f1e-092608491204\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=8d726acf-dc78-4488-8840-b9c569f2634e&consentLanguage=EN&preload_message=true&version=v1&message_id=973265\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeConsents\":\"0000000000\",\"IABTCF_PurposeLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CP5qP8AP5qP8AAGABCENAmEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2024-02-08T12:38:56.295Z\",\"euconsent\":\"CP5qP8AP5qP8AAGABCENAmEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5e7e1298b8e05c4854221be9\":{\"purposeGrants\":{\"65c4a19739cd2b04ba0cb49c\":false,\"65c4a19739cd2b04ba0cb4a6\":false,\"65c4a19739cd2b04ba0cb4b0\":false,\"65c4a19739cd2b04ba0cb4ba\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false,\"608bad95d08d3112188e0e3d\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}", + "IABTCF_PublisherLegitimateInterests": "00000000000", + "sp.key.gdpr": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. \",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Advertising presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type or which content you are (or have been) interacting with (for example, to limit the number of times an ad is presented to you).\",\"name\":\"Use limited data to select advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"Information about your activity on this service (such as forms you submit, content you look at) can be stored and combined with other information about you (for example, information from your previous activity on this service and other websites or apps) or similar users. This is then used to build or improve a profile about you (that might include possible interests and personal aspects). Your profile can be used (also later) to present advertising that appears more relevant based on your possible interests by this and other entities.\",\"name\":\"Create profiles for personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Advertising presented to you on this service can be based on your advertising profiles, which can reflect your activity on this service or other websites or apps (like the forms you submit, content you look at), possible interests and personal aspects.\",\"name\":\"Use profiles to select personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Reports can be generated based on the combination of data sets (like user profiles, statistics, market research, analytics data) regarding your interactions and those of other users with advertising or (non-advertising) content to identify common characteristics (for instance, to determine which target audiences are more receptive to an ad campaign or to certain contents).\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb49c\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Analytics Storage\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4a6\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad Storage\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4b0\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad User Data\",\"type\":\"CUSTOM\"},{\"_id\":\"65c4a19739cd2b04ba0cb4ba\",\"description\":\"\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"GCM Ad Personalization\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent unusual and possibly fraudulent activity (for example, regarding advertising, ad clicks by bots), and ensure systems and processes work properly and securely. It can also be used to correct any problems you, the publisher or the advertiser may encounter in the delivery of content and ads and in your interaction with them.\",\"name\":\"Ensure security, prevent and detect fraud, and fix errors\\n\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Certain information (like an IP address or device capabilities) is used to ensure the technical compatibility of the content or advertising, and to facilitate the transmission of the content or ad to your device.\",\"name\":\"Deliver and present advertising and content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Information about your activity on this service may be matched and combined with other information relating to you and originating from various sources (for instance your activity on a separate online service, your use of a loyalty card in-store, or your answers to a survey), in support of the purposes explained in this notice.\",\"name\":\"Match and combine data from other data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"In support of the purposes explained in this notice, your device might be considered as likely linked to other devices that belong to you or your household (for instance because you are logged in to the same service on both your phone and your computer, or because you may use the same Internet connection on both devices).\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends when accessing the Internet (for instance, the IP address of your Internet connection or the type of browser you are using) in support of the purposes exposed in this notice.\",\"name\":\"Identify devices based on information transmitted automatically\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":10633157,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":10633158,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":10633159,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":10633160,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\"},\\\"ES\\\":{\\\"iframeTitle\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\",\\\"supportedLanguages\\\":[\\\"EN\\\",\\\"ES\\\"],\\\"selectedLanguage\\\":\\\"EN\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"},\\\"ES\\\":{\\\"text\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"selectedLanguage\\\":\\\"ES\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":false,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\"},\"ES\":{\"iframeTitle\":\"

Mensaje GDPR<\\/p>\"}},\"selectedLanguage\":\"EN\",\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12},\"supportedLanguages\":[\"EN\",\"ES\"]},\"signature\":[245,216,222,17,165,180,230,72,148,82,59,95,92,234,195,255,151,255,134,195,95,227,223,178,114,216,24,68,10,142,64,123,142,227,167,133,21,221,210,217,147,70,47,157,136,237,7,55,107,110,238,182,27,228,21,99,87,216,118,54,137,204,235,1],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":539,\"categoryId\":1,\"messageId\":973265,\"msgDescription\":\"\",\"prtnUUID\":\"782cea27-af2d-4b12-8f1e-092608491204\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=8d726acf-dc78-4488-8840-b9c569f2634e&consentLanguage=EN&preload_message=true&version=v1&message_id=973265\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeConsents\":\"00000000000\",\"IABTCF_PurposeLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CP5qP8AP5qP8AAGABCENAmEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2024-02-08T12:38:56.295Z\",\"euconsent\":\"CP5qP8AP5qP8AAGABCENAmEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5e7e1298b8e05c4854221be9\":{\"purposeGrants\":{\"65c4a19739cd2b04ba0cb49c\":false,\"65c4a19739cd2b04ba0cb4a6\":false,\"65c4a19739cd2b04ba0cb4b0\":false,\"65c4a19739cd2b04ba0cb4ba\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false,\"608bad95d08d3112188e0e3d\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}", "sp.key.gdpr.message.subcategory": 5, "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "sp.gdpr.consent.resp": "{\"euconsent\":\"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[\"5e37fc3e973acf1e955b8966\",\"5e37fc3e973acf1e955b8967\"],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true,\"608bad95d08d3112188e0e3d\":true}},\"5e7e1298b8e05c4854221be9\":{\"vendorGrant\":true,\"purposeGrants\":{\"65c4a19739cd2b04ba0cb49c\":true,\"65c4a19739cd2b04ba0cb4a6\":true,\"65c4a19739cd2b04ba0cb4b0\":true,\"65c4a19739cd2b04ba0cb4ba\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5ff4d000a228633ac048be41\",\"5e7e1298b8e05c4854221be9\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\",\"608bad95d08d3112188e0e2f\",\"608bad95d08d3112188e0e36\",\"608bad95d08d3112188e0e3d\",\"608bad96d08d3112188e0e59\",\"60b65857619abe242bed971e\",\"65c4a19739cd2b04ba0cb49c\",\"65c4a19739cd2b04ba0cb4a6\",\"65c4a19739cd2b04ba0cb4b0\",\"65c4a19739cd2b04ba0cb4ba\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2024-02-08T12:38:59.001Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e7e1298b8e05c4854221be9\",\"name\":\"Google Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"name\":\"Use profiles to select personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"},{\"_id\":\"65c4a19739cd2b04ba0cb49c\",\"name\":\"GCM Analytics Storage\"},{\"_id\":\"65c4a19739cd2b04ba0cb4a6\",\"name\":\"GCM Ad Storage\"},{\"_id\":\"65c4a19739cd2b04ba0cb4b0\",\"name\":\"GCM Ad User Data\"},{\"_id\":\"65c4a19739cd2b04ba0cb4ba\",\"name\":\"GCM Ad Personalization\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_TCString\":\"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1111000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", + "sp.gdpr.consent.resp": "{\"euconsent\":\"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[\"5e37fc3e973acf1e955b8966\",\"5e37fc3e973acf1e955b8967\"],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true,\"608bad95d08d3112188e0e3d\":true}},\"5e7e1298b8e05c4854221be9\":{\"vendorGrant\":true,\"purposeGrants\":{\"65c4a19739cd2b04ba0cb49c\":true,\"65c4a19739cd2b04ba0cb4a6\":true,\"65c4a19739cd2b04ba0cb4b0\":true,\"65c4a19739cd2b04ba0cb4ba\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5ff4d000a228633ac048be41\",\"5e7e1298b8e05c4854221be9\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\",\"608bad95d08d3112188e0e2f\",\"608bad95d08d3112188e0e36\",\"608bad95d08d3112188e0e3d\",\"608bad96d08d3112188e0e59\",\"60b65857619abe242bed971e\",\"65c4a19739cd2b04ba0cb49c\",\"65c4a19739cd2b04ba0cb4a6\",\"65c4a19739cd2b04ba0cb4b0\",\"65c4a19739cd2b04ba0cb4ba\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2024-02-08T12:38:59.001Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e7e1298b8e05c4854221be9\",\"name\":\"Google Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"name\":\"Use profiles to select personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"},{\"_id\":\"65c4a19739cd2b04ba0cb49c\",\"name\":\"GCM Analytics Storage\"},{\"_id\":\"65c4a19739cd2b04ba0cb4a6\",\"name\":\"GCM Ad Storage\"},{\"_id\":\"65c4a19739cd2b04ba0cb4b0\",\"name\":\"GCM Ad User Data\"},{\"_id\":\"65c4a19739cd2b04ba0cb4ba\",\"name\":\"GCM Ad Personalization\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_TCString\":\"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1111000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", "IABTCF_TCString": "CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", "sp.gdpr.consentUUID": "8d726acf-dc78-4488-8840-b9c569f2634e_28", "IABTCF_UseNonStandardTexts": 0, "sp.key.localDataVersion": 1, "sp.key.config.propertyId": 16893, "IABTCF_PurposeConsents": "1111000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\"\n ],\n \"consentedToAll\": false,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"rejectedAny\": true,\n \"specialFeatures\": [\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": false,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"SOME\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"SOME\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": true,\n \"rejectedLI\": false\n },\n \"dateCreated\": \"2023-11-08T12:42:15.182Z\",\n \"euconsent\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": false,\n \"608bad96d08d3112188e0e59\": false,\n \"60b65857619abe242bed971e\": false\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": false,\n \"608bad95d08d3112188e0e36\": false\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1000000000\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"00\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"uuid\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n {\n \"key\": \"consentUUID\",\n \"value\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": false\n },\n {\n \"key\": \"consentDate\",\n \"value\": \"2023-11-08T12:42:15.182Z\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": false\n }\n ],\n \"consentStatus\": {\n \"rejectedAny\": true,\n \"rejectedLI\": false,\n \"consentedAll\": false,\n \"granularStatus\": {\n \"vendorConsent\": \"SOME\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"SOME\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-11-08T12:42:15.182Z\",\n \"expirationDate\": \"2024-11-07T12:42:15.182Z\",\n \"euconsent\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": false,\n \"608bad96d08d3112188e0e59\": false,\n \"60b65857619abe242bed971e\": false\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": false,\n \"608bad95d08d3112188e0e36\": false\n }\n }\n },\n \"uuid\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\"\n },\n \"expirationDate\": \"2024-11-07T12:42:15.182Z\"\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\"\n ],\n \"consentedToAll\": false,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"rejectedAny\": true,\n \"specialFeatures\": [\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": false,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"SOME\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"SOME\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": true,\n \"rejectedLI\": false\n },\n \"dateCreated\": \"2023-11-08T12:42:15.182Z\",\n \"euconsent\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": false,\n \"608bad96d08d3112188e0e59\": false,\n \"60b65857619abe242bed971e\": false\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": false,\n \"608bad95d08d3112188e0e36\": false\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1000000000\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"00\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"uuid\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n {\n \"key\": \"consentUUID\",\n \"value\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": false\n },\n {\n \"key\": \"consentDate\",\n \"value\": \"2023-11-08T12:42:15.182Z\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": false\n }\n ],\n \"consentStatus\": {\n \"rejectedAny\": true,\n \"rejectedLI\": false,\n \"consentedAll\": false,\n \"granularStatus\": {\n \"vendorConsent\": \"SOME\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"SOME\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-11-08T12:42:15.182Z\",\n \"expirationDate\": \"2024-11-07T12:42:15.182Z\",\n \"euconsent\": \"CP07BsAP07BsAAGABBENAYEgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": false,\n \"608bad96d08d3112188e0e59\": false,\n \"60b65857619abe242bed971e\": false\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": false,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": false,\n \"608bad95d08d3112188e0e36\": false\n }\n }\n },\n \"uuid\": \"df0f620c-79f0-4360-8861-856d08a25f95_25\"\n },\n \"expirationDate\": \"2024-11-07T12:42:15.182Z\"\n}", "sp.key.property.id": 16893, "sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"201\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"696784\",\n \"_sp_v1_p\": \"113\"\n }\n}", "sp.key.gdpr.applies": true @@ -239,20 +239,20 @@ object TestData { "IABTCF_PurposeOneTreatment": 0, "sp.ccpa.consentUUID": "4c99bd2b-b40b-4aef-b762-20397e07d026", "sp.ccpa.key.message.metadata": "{\n \"bucket\": 365,\n \"categoryId\": 2,\n \"messageId\": 766174,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"0f7a409a-23de-4598-a39a-148cc3aa7325\",\n \"subCategoryId\": 5\n}", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.key.messages.v7.local.state": "{\n \"gdpr\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 825386\n },\n \"ccpa\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 766174\n }\n}", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"ccpa\": {\n \"applies\": true,\n \"sampleRate\": 1.0\n },\n \"gdpr\": {\n \"additionsChangeDate\": \"2023-09-19T13:53:18.421Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"608badf1a22863112f750a18\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 44,\n \"sampleRate\": 1.0\n }\n}", "sp.gdpr.key.sampling.result": true, "IABUSPrivacy_String": "1YNN", @@ -261,7 +261,7 @@ object TestData { "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", "client_pref_key": "client_pref_val", - "IABTCF_PublisherLegitimateInterests": "0000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.gdpr.key.applies": true, "IABTCF_TCString": "CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", @@ -270,7 +270,7 @@ object TestData { "sp.key.localDataVersion": 1, "sp.gdpr.key.message.metadata": "{\n \"bucket\": 159,\n \"categoryId\": 1,\n \"messageId\": 825386,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"03d4d5be-f4cb-44c3-ae80-7dc6462d11b7\",\n \"subCategoryId\": 5\n}", "IABTCF_PurposeConsents": "1110000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"gdprApplies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"expirationDate\": \"2024-10-19T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"gdprApplies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"expirationDate\": \"2024-10-19T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", "sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"365\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"633830\",\n \"_sp_v1_p\": \"159\"\n }\n}" } """.trimIndent() @@ -281,20 +281,20 @@ object TestData { "IABTCF_PurposeOneTreatment": 0, "sp.ccpa.consentUUID": "4c99bd2b-b40b-4aef-b762-20397e07d026", "sp.ccpa.key.message.metadata": "{\n \"bucket\": 365,\n \"categoryId\": 2,\n \"messageId\": 766174,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"0f7a409a-23de-4598-a39a-148cc3aa7325\",\n \"subCategoryId\": 5\n}", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.key.messages.v7.local.state": "{\n \"gdpr\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 825386\n },\n \"ccpa\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 766174\n }\n}", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"ccpa\": {\n \"applies\": true,\n \"sampleRate\": 1.0\n },\n \"gdpr\": {\n \"additionsChangeDate\": \"2023-09-19T13:53:18.421Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"6509a95f4f9aee411552d6aa\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 44,\n \"sampleRate\": 1.0\n }\n}", "sp.gdpr.key.sampling.result": true, "IABUSPrivacy_String": "1YNN", @@ -303,7 +303,7 @@ object TestData { "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", "client_pref_key": "client_pref_val", - "IABTCF_PublisherLegitimateInterests": "0000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.gdpr.key.applies": true, "IABTCF_TCString": "CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", @@ -312,7 +312,7 @@ object TestData { "sp.key.localDataVersion": 1, "sp.gdpr.key.message.metadata": "{\n \"bucket\": 159,\n \"categoryId\": 1,\n \"messageId\": 825386,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"03d4d5be-f4cb-44c3-ae80-7dc6462d11b7\",\n \"subCategoryId\": 5\n}", "IABTCF_PurposeConsents": "1110000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"gdprApplies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"expirationDate\": \"2024-10-19T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"gdprApplies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"expirationDate\": \"2024-10-19T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", "sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"365\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"633830\",\n \"_sp_v1_p\": \"159\"\n }\n}" } """.trimIndent() @@ -325,20 +325,20 @@ object TestData { "IABTCF_PurposeOneTreatment": 0, "sp.ccpa.consentUUID": "4c99bd2b-b40b-4aef-b762-20397e07d026", "sp.ccpa.key.message.metadata": "{\n \"bucket\": 365,\n \"categoryId\": 2,\n \"messageId\": 766174,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"0f7a409a-23de-4598-a39a-148cc3aa7325\",\n \"subCategoryId\": 5\n}", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.key.messages.v7.local.state": "{\n \"gdpr\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 825386\n },\n \"ccpa\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 766174\n }\n}", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"ccpa\": {\n \"applies\": true,\n \"sampleRate\": 1.0\n },\n \"gdpr\": {\n \"additionsChangeDate\": \"2023-09-19T13:53:18.421Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"608badf1a22863112f750a18\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 44,\n \"sampleRate\": 1.0\n }\n}", "sp.gdpr.key.sampling.result": true, "IABUSPrivacy_String": "1YNN", @@ -347,7 +347,7 @@ object TestData { "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", "client_pref_key": "client_pref_val", - "IABTCF_PublisherLegitimateInterests": "0000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.gdpr.key.applies": true, "IABTCF_TCString": "CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", @@ -356,7 +356,7 @@ object TestData { "sp.key.localDataVersion": 1, "sp.gdpr.key.message.metadata": "{\n \"bucket\": 159,\n \"categoryId\": 1,\n \"messageId\": 825386,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"03d4d5be-f4cb-44c3-ae80-7dc6462d11b7\",\n \"subCategoryId\": 5\n}", "IABTCF_PurposeConsents": "1110000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"gdprApplies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"expirationDate\": \"2024-10-19T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"gdprApplies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65321b6c4f9aee6af73288d6\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and\\/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-20T12:48:42.746Z\",\n \"expirationDate\": \"2024-10-19T12:48:42.746Z\",\n \"euconsent\": \"CPz8Z4APz8Z4AAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", "sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"365\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"633830\",\n \"_sp_v1_p\": \"159\"\n }\n}" } """.trimIndent() @@ -364,20 +364,20 @@ object TestData { val storedConsentGDPR_V7 = """ { "IABTCF_PurposeOneTreatment": 0, - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.key.messages.v7.local.state": "{\n \"gdpr\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 825386\n }\n}", "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"gdpr\": {\n \"additionsChangeDate\": \"2023-09-19T13:53:18.421Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"608badf1a22863112f750a18\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 44,\n \"sampleRate\": 1.0\n }\n}", "sp.gdpr.key.sampling.result": true, "IABUSPrivacy_String": "1---", @@ -386,7 +386,7 @@ object TestData { "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", "client_pref_key": "client_pref_val", - "IABTCF_PublisherLegitimateInterests": "0000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.gdpr.key.applies": true, "IABTCF_TCString": "CPzbcgAPzbcgAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", @@ -394,7 +394,7 @@ object TestData { "sp.gdpr.consentUUID": "57061fd8-ed66-43b0-a52c-1e92beb35605_24", "sp.gdpr.key.message.metadata": "{\n \"bucket\": 273,\n \"categoryId\": 1,\n \"messageId\": 825386,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"03d4d5be-f4cb-44c3-ae80-7dc6462d11b7\",\n \"subCategoryId\": 5\n}", "IABTCF_PurposeConsents": "1110000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"gdprApplies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"6524ff474f9aee6b9859460e\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"6524ff474f9aee6b9859460e\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-10T19:08:48.175Z\",\n \"euconsent\": \"CPzbcgAPzbcgAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CPzbcgAPzbcgAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-10T19:08:48.175Z\",\n \"expirationDate\": \"2024-10-09T19:08:48.175Z\",\n \"euconsent\": \"CPzbcgAPzbcgAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"gdprApplies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"6524ff474f9aee6b9859460e\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"6524ff474f9aee6b9859460e\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-10T19:08:48.175Z\",\n \"euconsent\": \"CPzbcgAPzbcgAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CPzbcgAPzbcgAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-10T19:08:48.175Z\",\n \"expirationDate\": \"2024-10-09T19:08:48.175Z\",\n \"euconsent\": \"CPzbcgAPzbcgAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", "sp.key.messages.v7.nonKeyedLocalState": "{\n \"gdpr\": {\n \"_sp_v1_data\": \"633830\",\n \"_sp_v1_p\": \"273\"\n }\n}" } """.trimIndent() @@ -431,20 +431,20 @@ object TestData { "sp.ccpa.key.consent.status": "{\n \"applies\": true,\n \"consentedAll\": true,\n \"dateCreated\": \"2023-10-27T08:06:17.532Z\",\n \"rejectedAll\": false,\n \"rejectedCategories\": [\n ],\n \"rejectedVendors\": [\n ],\n \"signedLspa\": false,\n \"uspstring\": \"1YNN\",\n \"status\": \"consentedAll\",\n \"uuid\": \"b017c014-efa2-459d-aae6-c9ce65f2e697\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"cookies\": [\n {\n \"key\": \"ccpaConsentAll\",\n \"value\": true,\n \"setPath\": true,\n \"maxAge\": 31536000\n },\n {\n \"key\": \"ccpaReject\",\n \"value\": false,\n \"setPath\": true,\n \"maxAge\": 31536000\n },\n {\n \"key\": \"consentStatus\",\n \"value\": \"consentedAll\",\n \"setPath\": true,\n \"maxAge\": 31536000\n }\n ],\n \"consentedAll\": true,\n \"dateCreated\": \"2023-10-27T08:05:05.144Z\",\n \"expirationDate\": \"2024-10-26T08:05:05.144Z\",\n \"rejectedAll\": false,\n \"rejectedCategories\": [\n ],\n \"rejectedVendors\": [\n ],\n \"signedLspa\": false,\n \"status\": \"consentedAll\"\n }\n}", "IABTCF_PurposeOneTreatment": 0, "sp.ccpa.consentUUID": "b017c014-efa2-459d-aae6-c9ce65f2e697", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.key.messages.v7.local.state": "{\n \"gdpr\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbLKK83J0YlRSkVil4AlqmtrlXSoqiwWACMYp9h2AAAA\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 0\n },\n \"ccpa\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbLKK83J0YlRSkVil4AlqmtrlWIBBrfP6SgAAAA%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 0\n }\n}", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"ccpa\": {\n \"applies\": true,\n \"sampleRate\": 1.0\n },\n \"gdpr\": {\n \"additionsChangeDate\": \"2023-09-19T13:53:18.421Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"608badf1a22863112f750a18\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 45,\n \"sampleRate\": 1.0\n }\n}", "sp.gdpr.key.sampling.result": true, "sp.ccpa.key.sampling.result": true, @@ -453,7 +453,7 @@ object TestData { "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", "client_pref_key": "client_pref_val", - "IABTCF_PublisherLegitimateInterests": "0000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.gdpr.key.applies": true, "IABTCF_TCString": "CP0TecAP0TecAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", @@ -461,7 +461,7 @@ object TestData { "sp.gdpr.consentUUID": "0b08edea-788c-45fc-ac43-b0f6cac1d899_25", "sp.key.localDataVersion": 1, "IABTCF_PurposeConsents": "1110000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"653b6b4c4f9aee39d721bfa4\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"653b6b4c4f9aee39d721bfa4\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-27T08:05:03.929Z\",\n \"euconsent\": \"CP0TecAP0TecAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP0TecAP0TecAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"uuid\": \"c1216c4e-61ca-4aca-971d-8925a5412508\",\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-27T08:05:03.929Z\",\n \"expirationDate\": \"2024-10-26T08:05:03.929Z\",\n \"euconsent\": \"CP0TecAP0TecAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"653b6b4c4f9aee39d721bfa4\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"653b6b4c4f9aee39d721bfa4\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-27T08:05:03.929Z\",\n \"euconsent\": \"CP0TecAP0TecAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP0TecAP0TecAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"uuid\": \"c1216c4e-61ca-4aca-971d-8925a5412508\",\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-27T08:05:03.929Z\",\n \"expirationDate\": \"2024-10-26T08:05:03.929Z\",\n \"euconsent\": \"CP0TecAP0TecAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n }\n}", "sp.key.property.id": 26891, "sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"973\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"633830\",\n \"_sp_v1_p\": \"372\"\n }\n}" } @@ -474,21 +474,21 @@ object TestData { "sp.gdpr.key.expiration.date": "2022-10-27T17:15:56.953Z", "sp.ccpa.consentUUID": "fa5e379c-4826-468a-afab-28f44c1f2f9e", "sp.ccpa.key.message.metadata": "{\n \"bucket\": 80,\n \"categoryId\": 2,\n \"messageId\": 766174,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"0f7a409a-23de-4598-a39a-148cc3aa7325\",\n \"subCategoryId\": 5\n}", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.key.messages.v7.local.state": "{\n \"gdpr\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 825386\n },\n \"ccpa\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 766174\n }\n}", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "sp.ccpa.key.expiration.date": "2022-10-27T17:15:57.006Z", "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"ccpa\": {\n \"applies\": true,\n \"sampleRate\": 1.0\n },\n \"gdpr\": {\n \"additionsChangeDate\": \"2023-09-19T13:53:18.421Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"608badf1a22863112f750a18\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 45,\n \"sampleRate\": 1.0\n }\n}", "sp.gdpr.key.sampling.result": true, "sp.ccpa.key.sampling.result": true, @@ -496,7 +496,7 @@ object TestData { "IABTCF_VendorConsents": "000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", - "IABTCF_PublisherLegitimateInterests": "0000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_TCString": "CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", "IABTCF_UseNonStandardTexts": 0, @@ -504,7 +504,7 @@ object TestData { "sp.key.localDataVersion": 1, "sp.gdpr.key.message.metadata": "{\n \"bucket\": 905,\n \"categoryId\": 1,\n \"messageId\": 825386,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"03d4d5be-f4cb-44c3-ae80-7dc6462d11b7\",\n \"subCategoryId\": 5\n}", "IABTCF_PurposeConsents": "1110000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"653d09b24f9aee39c423fd20\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"653d09b24f9aee39c423fd20\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-28T17:19:04.046Z\",\n \"euconsent\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-28T17:19:04.046Z\",\n \"expirationDate\": \"2022-10-27T17:19:04.046Z\",\n \"euconsent\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"expirationDate\": \"2022-10-27T17:19:04.046Z\"\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"653d09b24f9aee39c423fd20\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"653d09b24f9aee39c423fd20\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-28T17:19:04.046Z\",\n \"euconsent\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-28T17:19:04.046Z\",\n \"expirationDate\": \"2022-10-27T17:19:04.046Z\",\n \"euconsent\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"expirationDate\": \"2022-10-27T17:19:04.046Z\"\n}", "sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"80\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"633830\",\n \"_sp_v1_p\": \"905\"\n }\n}" } """.trimIndent() @@ -515,7 +515,7 @@ object TestData { "IABTCF_PurposeOneTreatment": 0, "sp.gdpr.key.expiration.date": "2025-02-07T12:20:00.041Z", "sp.ccpa.consentUUID": "8fe0c829-7a71-4860-a655-e8916fe11a54", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABGPP_USNAT_SharingOptOutNotice": 1, "IABTCF_gdprApplies": 1, "IABGPP_USNAT_GpcSegmentType": 1, @@ -529,7 +529,7 @@ object TestData { "IABGPP_USNAT_Gpc": 0, "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.gdpr.key.sampling.result": true, "IABGPP_USNAT_SharingOptOut": 2, "IABGPP_HDR_Sections": "7", @@ -543,7 +543,7 @@ object TestData { "IABGPP_USNAT_SensitiveDataProcessing": "0_0_0_0_0_0_0_0_0_0_0_0", "IABGPP_HDR_GppString": "DBABLA~BVQqAAAAAgA", "IABTCF_PurposeConsents": "1111000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad95d08d3112188e0e3d\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\",\n \"65c4a19739cd2b04ba0cb49c\",\n \"65c4a19739cd2b04ba0cb4a6\",\n \"65c4a19739cd2b04ba0cb4b0\",\n \"65c4a19739cd2b04ba0cb4ba\"\n ],\n \"consentAllRef\": \"65c4a1dc4f9aee743526c16f\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65c4a1dc4f9aee743526c16f\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7e1298b8e05c4854221be9\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e3d\",\n \"name\": \"Use profiles to select personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb49c\",\n \"name\": \"GCM Analytics Storage\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4a6\",\n \"name\": \"GCM Ad Storage\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4b0\",\n \"name\": \"GCM Ad User Data\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4ba\",\n \"name\": \"GCM Ad Personalization\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5e7e1298b8e05c4854221be9\",\n \"name\": \"Google Inc.\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2024-02-08T12:08:15.603Z\",\n \"euconsent\": \"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad95d08d3112188e0e3d\": true\n }\n },\n \"5e7e1298b8e05c4854221be9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"65c4a19739cd2b04ba0cb49c\": true,\n \"65c4a19739cd2b04ba0cb4a6\": true,\n \"65c4a19739cd2b04ba0cb4b0\": true,\n \"65c4a19739cd2b04ba0cb4ba\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1111000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"uuid\": \"d353d63d-c5e7-4fc1-8496-a4d19f196879\",\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n {\n \"_id\": \"65c4a19739cd2b04ba0cb49e\",\n \"type\": \"google_consent_mode\",\n \"url\": \"\",\n \"js\": \"\",\n \"tagManager\": {\n \"_id\": \"65c4a19739cd2b04ba0cb49f\",\n \"name\": \"consent\",\n \"key\": \"analytics_storage\",\n \"value\": \"granted\"\n }\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4a8\",\n \"type\": \"google_consent_mode\",\n \"url\": \"\",\n \"js\": \"\",\n \"tagManager\": {\n \"_id\": \"65c4a19739cd2b04ba0cb4a9\",\n \"name\": \"consent\",\n \"key\": \"ad_storage\",\n \"value\": \"granted\"\n }\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4b2\",\n \"type\": \"google_consent_mode\",\n \"url\": \"\",\n \"js\": \"\",\n \"tagManager\": {\n \"_id\": \"65c4a19739cd2b04ba0cb4b3\",\n \"name\": \"consent\",\n \"key\": \"ad_user_data\",\n \"value\": \"granted\"\n }\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4bc\",\n \"type\": \"google_consent_mode\",\n \"url\": \"\",\n \"js\": \"\",\n \"tagManager\": {\n \"_id\": \"65c4a19739cd2b04ba0cb4bd\",\n \"name\": \"consent\",\n \"key\": \"ad_personalization\",\n \"value\": \"granted\"\n }\n }\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5e7e1298b8e05c4854221be9\",\n \"name\": \"Google Inc.\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e3d\",\n \"name\": \"Use profiles to select personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb49c\",\n \"name\": \"GCM Analytics Storage\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4a6\",\n \"name\": \"GCM Ad Storage\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4b0\",\n \"name\": \"GCM Ad User Data\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4ba\",\n \"name\": \"GCM Ad Personalization\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2024-02-08T12:08:15.603Z\",\n \"expirationDate\": \"2025-02-07T12:08:15.603Z\",\n \"euconsent\": \"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad95d08d3112188e0e3d\": true\n }\n },\n \"5e7e1298b8e05c4854221be9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"65c4a19739cd2b04ba0cb49c\": true,\n \"65c4a19739cd2b04ba0cb4a6\": true,\n \"65c4a19739cd2b04ba0cb4b0\": true,\n \"65c4a19739cd2b04ba0cb4ba\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"expirationDate\": \"2025-02-07T12:08:15.603Z\",\n \"gcmStatus\": {\n \"ad_storage\": \"granted\",\n \"analytics_storage\": \"granted\",\n \"ad_user_data\": \"granted\",\n \"ad_personalization\": \"granted\"\n }\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad95d08d3112188e0e3d\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\",\n \"65c4a19739cd2b04ba0cb49c\",\n \"65c4a19739cd2b04ba0cb4a6\",\n \"65c4a19739cd2b04ba0cb4b0\",\n \"65c4a19739cd2b04ba0cb4ba\"\n ],\n \"consentAllRef\": \"65c4a1dc4f9aee743526c16f\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65c4a1dc4f9aee743526c16f\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7e1298b8e05c4854221be9\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e3d\",\n \"name\": \"Use profiles to select personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb49c\",\n \"name\": \"GCM Analytics Storage\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4a6\",\n \"name\": \"GCM Ad Storage\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4b0\",\n \"name\": \"GCM Ad User Data\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4ba\",\n \"name\": \"GCM Ad Personalization\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5e7e1298b8e05c4854221be9\",\n \"name\": \"Google Inc.\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2024-02-08T12:08:15.603Z\",\n \"euconsent\": \"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad95d08d3112188e0e3d\": true\n }\n },\n \"5e7e1298b8e05c4854221be9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"65c4a19739cd2b04ba0cb49c\": true,\n \"65c4a19739cd2b04ba0cb4a6\": true,\n \"65c4a19739cd2b04ba0cb4b0\": true,\n \"65c4a19739cd2b04ba0cb4ba\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1111000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"uuid\": \"d353d63d-c5e7-4fc1-8496-a4d19f196879\",\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n {\n \"_id\": \"65c4a19739cd2b04ba0cb49e\",\n \"type\": \"google_consent_mode\",\n \"url\": \"\",\n \"js\": \"\",\n \"tagManager\": {\n \"_id\": \"65c4a19739cd2b04ba0cb49f\",\n \"name\": \"consent\",\n \"key\": \"analytics_storage\",\n \"value\": \"granted\"\n }\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4a8\",\n \"type\": \"google_consent_mode\",\n \"url\": \"\",\n \"js\": \"\",\n \"tagManager\": {\n \"_id\": \"65c4a19739cd2b04ba0cb4a9\",\n \"name\": \"consent\",\n \"key\": \"ad_storage\",\n \"value\": \"granted\"\n }\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4b2\",\n \"type\": \"google_consent_mode\",\n \"url\": \"\",\n \"js\": \"\",\n \"tagManager\": {\n \"_id\": \"65c4a19739cd2b04ba0cb4b3\",\n \"name\": \"consent\",\n \"key\": \"ad_user_data\",\n \"value\": \"granted\"\n }\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4bc\",\n \"type\": \"google_consent_mode\",\n \"url\": \"\",\n \"js\": \"\",\n \"tagManager\": {\n \"_id\": \"65c4a19739cd2b04ba0cb4bd\",\n \"name\": \"consent\",\n \"key\": \"ad_personalization\",\n \"value\": \"granted\"\n }\n }\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5e7e1298b8e05c4854221be9\",\n \"name\": \"Google Inc.\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e3d\",\n \"name\": \"Use profiles to select personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb49c\",\n \"name\": \"GCM Analytics Storage\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4a6\",\n \"name\": \"GCM Ad Storage\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4b0\",\n \"name\": \"GCM Ad User Data\"\n },\n {\n \"_id\": \"65c4a19739cd2b04ba0cb4ba\",\n \"name\": \"GCM Ad Personalization\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2024-02-08T12:08:15.603Z\",\n \"expirationDate\": \"2025-02-07T12:08:15.603Z\",\n \"euconsent\": \"CP5qP8AP5qP8AAGABCENAmEsAPCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad95d08d3112188e0e3d\": true\n }\n },\n \"5e7e1298b8e05c4854221be9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"65c4a19739cd2b04ba0cb49c\": true,\n \"65c4a19739cd2b04ba0cb4a6\": true,\n \"65c4a19739cd2b04ba0cb4b0\": true,\n \"65c4a19739cd2b04ba0cb4ba\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"expirationDate\": \"2025-02-07T12:08:15.603Z\",\n \"gcmStatus\": {\n \"ad_storage\": \"granted\",\n \"analytics_storage\": \"granted\",\n \"ad_user_data\": \"granted\",\n \"ad_personalization\": \"granted\"\n }\n}", "sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"501\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"775380\",\n \"_sp_v1_p\": \"785\"\n }\n}", "IABGPP_USNAT_KnownChildSensitiveDataConsents": "0_0", "sp.usnat.key.sampling.result": true, @@ -552,7 +552,7 @@ object TestData { "sp.key.messages.v7.local.state": "{\n \"gdpr\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 973265\n },\n \"ccpa\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 766174\n }\n}", "IABGPP_USNAT_Version": 1, "IABGPP_7_String": "BVQqAAAAAgA", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABGPP_USNAT_MspaServiceProviderMode": 0, "IABTCF_PolicyVersion": 4, "IABTCF_AddtlConsent": "1~899", @@ -564,7 +564,7 @@ object TestData { "IABGPP_USNAT_MspaOptOutOptionMode": 0, "IABGPP_USNAT_TargetedAdvertisingOptOutNotice": 1, "IABGPP_USNAT_PersonalDataConsents": 0, - "IABTCF_PublisherLegitimateInterests": "0000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", "IABGPP_USNAT_TargetedAdvertisingOptOut": 2, "IABTCF_UseNonStandardTexts": 0, "sp.gdpr.consentUUID": "d353d63d-c5e7-4fc1-8496-a4d19f196879_28", @@ -582,21 +582,21 @@ object TestData { "sp.gdpr.key.expiration.date": "2022-10-27T17:15:56.953Z", "sp.ccpa.consentUUID": "fa5e379c-4826-468a-afab-28f44c1f2f9e", "sp.ccpa.key.message.metadata": "{\n \"bucket\": 80,\n \"categoryId\": 2,\n \"messageId\": 766174,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"0f7a409a-23de-4598-a39a-148cc3aa7325\",\n \"subCategoryId\": 5\n}", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "sp.key.messages.v7.local.state": "{\n \"gdpr\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 825386\n },\n \"ccpa\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\"\n ],\n \"propertyId\": 16893,\n \"messageId\": 766174\n }\n}", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "sp.ccpa.key.expiration.date": "2024-10-27T17:15:57.006Z", "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"ccpa\": {\n \"applies\": true,\n \"sampleRate\": 1.0\n },\n \"gdpr\": {\n \"additionsChangeDate\": \"2023-09-19T13:53:18.421Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"608badf1a22863112f750a18\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 45,\n \"sampleRate\": 1.0\n }\n}", "sp.gdpr.key.sampling.result": true, "sp.ccpa.key.sampling.result": true, @@ -604,7 +604,7 @@ object TestData { "IABTCF_VendorConsents": "000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", - "IABTCF_PublisherLegitimateInterests": "0000000000", + "IABTCF_PublisherLegitimateInterests": "00000000000", "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_TCString": "CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", "IABTCF_UseNonStandardTexts": 0, @@ -612,9 +612,9 @@ object TestData { "sp.key.localDataVersion": 1, "sp.gdpr.key.message.metadata": "{\n \"bucket\": 905,\n \"categoryId\": 1,\n \"messageId\": 825386,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"03d4d5be-f4cb-44c3-ae80-7dc6462d11b7\",\n \"subCategoryId\": 5\n}", "IABTCF_PurposeConsents": "1110000010", - "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"653d09b24f9aee39c423fd20\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"653d09b24f9aee39c423fd20\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-28T17:19:04.046Z\",\n \"euconsent\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-28T17:19:04.046Z\",\n \"expirationDate\": \"2022-10-27T17:19:04.046Z\",\n \"euconsent\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"expirationDate\": \"2022-10-27T17:19:04.046Z\"\n}", + "sp.gdpr.key.consent.status": "{\n \"applies\": true,\n \"categories\": [\n \"608bad95d08d3112188e0e29\",\n \"608bad95d08d3112188e0e2f\",\n \"608bad95d08d3112188e0e36\",\n \"608bad96d08d3112188e0e59\",\n \"60b65857619abe242bed971e\"\n ],\n \"consentAllRef\": \"653d09b24f9aee39c423fd20\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"653d09b24f9aee39c423fd20\",\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"rejectedAny\": false,\n \"specialFeatures\": [\n \"5e37fc3e973acf1e955b8966\",\n \"5e37fc3e973acf1e955b8967\"\n ],\n \"vendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\",\n \"5ff4d000a228633ac048be41\",\n \"5e7ced57b8e05c485246cce0\"\n ],\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-28T17:19:04.046Z\",\n \"euconsent\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": 6,\n \"IABTCF_CmpSdkVersion\": 2,\n \"IABTCF_PolicyVersion\": 4,\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": 0,\n \"IABTCF_UseNonStandardTexts\": 0,\n \"IABTCF_TCString\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": 1,\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"vendorListId\": \"608badf1a22863112f750a18\",\n \"webConsentPayload\": {\n \"actions\": [\n ],\n \"addtlConsent\": \"1~899\",\n \"cookies\": [\n ],\n \"consentStatus\": {\n \"rejectedAny\": false,\n \"rejectedLI\": false,\n \"consentedAll\": true,\n \"granularStatus\": {\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\",\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"previousOptInAll\": false,\n \"defaultConsent\": false\n },\n \"hasConsentData\": true,\n \"consentedToAny\": true\n },\n \"customVendorsResponse\": {\n \"consentedVendors\": [\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create profiles for personalised advertising\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Understand audiences through statistics or combinations of data from different sources\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Use limited data to select advertising\"\n }\n ]\n },\n \"dateCreated\": \"2023-10-28T17:19:04.046Z\",\n \"expirationDate\": \"2022-10-27T17:19:04.046Z\",\n \"euconsent\": \"CP0WxYAP0WxYAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"vendorListId\": \"608badf1a22863112f750a18\"\n },\n \"expirationDate\": \"2022-10-27T17:19:04.046Z\"\n}", "sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"80\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"633830\",\n \"_sp_v1_p\": \"905\"\n }\n}" } """.trimIndent() -} \ No newline at end of file +} diff --git a/samples/app/src/main/java/com/sourcepoint/app/v6/App.kt b/samples/app/src/main/java/com/sourcepoint/app/v6/App.kt index 98d68af93..756c52961 100644 --- a/samples/app/src/main/java/com/sourcepoint/app/v6/App.kt +++ b/samples/app/src/main/java/com/sourcepoint/app/v6/App.kt @@ -5,19 +5,15 @@ import com.sourcepoint.app.v6.di.appModule import org.koin.android.ext.koin.androidContext import org.koin.android.ext.koin.androidLogger import org.koin.core.context.startKoin +import org.koin.core.logger.Level class App : Application() { - override fun onCreate() { super.onCreate() startKoin { - // Use Koin Android Logger - androidLogger() - // declare Android context + androidLogger(Level.ERROR) androidContext(this@App) - // declare modules to use modules(appModule) } } - -} \ No newline at end of file +} diff --git a/samples/app/src/main/java/com/sourcepoint/app/v6/MainActivityKotlin.kt b/samples/app/src/main/java/com/sourcepoint/app/v6/MainActivityKotlin.kt index a5895cc78..5e988081a 100644 --- a/samples/app/src/main/java/com/sourcepoint/app/v6/MainActivityKotlin.kt +++ b/samples/app/src/main/java/com/sourcepoint/app/v6/MainActivityKotlin.kt @@ -384,7 +384,7 @@ val consent = """ "sp.gdpr.key.date.created": "2022-12-08T13:56:00.766Z", "sp.ccpa.key.consent.status": "{\n \"consentedAll\": true,\n \"cookies\": [\n {\n \"key\": \"ccpaUUID\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": true,\n \"value\": \"08dcd5d5-738f-4e0d-8bd8-7ee9f24ac053\",\n \"setPath\": true\n },\n {\n \"key\": \"dnsDisplayed\",\n \"maxAge\": 31536000,\n \"value\": \"false\",\n \"setPath\": true\n },\n {\n \"key\": \"ccpaApplies\",\n \"maxAge\": 31536000,\n \"value\": \"true\",\n \"setPath\": true\n },\n {\n \"key\": \"signedLspa\",\n \"maxAge\": 31536000,\n \"value\": \"false\",\n \"setPath\": true\n }\n ],\n \"ccpaApplies\": true,\n \"dateCreated\": \"2022-12-08T09:24:13.542Z\",\n \"newUser\": false,\n \"rejectedAll\": false,\n \"rejectedCategories\": [\n ],\n \"rejectedVendors\": [\n ],\n \"signedLspa\": false,\n \"status\": \"consentedAll\",\n \"uspstring\": \"1YNN\",\n \"uuid\": \"08dcd5d5-738f-4e0d-8bd8-7ee9f24ac053\"\n}", "IABTCF_PurposeOneTreatment": 0, - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "sp.ccpa.key.applies": true, "sp.key.local.state": "{\"ccpa\":{\"dnsDisplayed\":true,\"expiration\":\"2023-12-08T14:11:48.006Z\",\"messageId\":616558,\"mmsCookies\":[\"_sp_v1_uid=1:780:3955bcb6-4f6a-41af-b0c7-ba264fa13458\",\"_sp_v1_data=2:458337:1670508707:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!0:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"status\":\"rejectedSome\",\"uuid\":\"175dbca3-a884-433c-98d5-df4b679a9f62\"},\"gdpr\":{\"expiration\":\"2023-12-08T14:11:47.912Z\",\"messageId\":525881,\"mmsCookies\":[\"_sp_v1_uid=1:162:299c5d95-d2f1-41c8-ac0e-dc69b0b5bb97\",\"_sp_v1_data=2:372393:1670508707:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!-1:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"uuid\":\"74b71f2c-451b-4162-bd1b-552e694f265a_14\"}}", @@ -392,7 +392,7 @@ val consent = """ "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_UseNonStandardStacks": 0, - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 2, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", @@ -400,7 +400,7 @@ val consent = """ "sp.key.consent.status": "{\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n}", "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "sp.key.meta.data": "{\n \"ccpa\": {\n \"applies\": true\n },\n \"gdpr\": {\n \"additionsChangeDate\": \"2021-07-09T09:55:20.433Z\",\n \"applies\": true,\n \"getMessageAlways\": false,\n \"_id\": \"608badf1a22863112f750a18\",\n \"legalBasisChangeDate\": \"2021-06-30T15:52:45.117Z\",\n \"version\": 27\n }\n}", "IABUSPrivacy_String": "1YNN", "IABTCF_VendorConsents": "000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", @@ -408,17 +408,17 @@ val consent = """ "IABTCF_SpecialFeaturesOptIns": "00", "client_pref_key": "client_pref_val", "sp.ccpa.consent.resp": "{\"uspstring\":\"1YYN\",\"status\":\"rejectedSome\",\"rejectedVendors\":[],\"rejectedCategories\":[\"608bae685461ff11a2c28653\"],\"signedLspa\":false,\"rejectedAll\":false}", - "IABTCF_PublisherLegitimateInterests": "0000000000", - "sp.key.gdpr": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device identifiers, or other information can be stored or accessed on your device for the purposes presented to you.\",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Ads can be shown to you based on the content you’re viewing, the app you’re using, your approximate location, or your device type.\",\"name\":\"Select basic ads\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"A profile can be built about you and your interests to show you personalised ads that are relevant to you.\",\"name\":\"Create a personalised ads profile\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Personalised ads can be shown to you based on a profile about you.\",\"name\":\"Select personalised ads\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e4d\",\"description\":\"The performance and effectiveness of ads that you see or interact with can be measured.\",\"name\":\"Measure ad performance\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Market research can be used to learn more about the audiences who visit sites\\/apps and view ads.\",\"name\":\"Apply market research to generate audience insights\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e5f\",\"description\":\"Your data can be used to improve existing systems and software, and to develop new products\",\"name\":\"Develop and improve products\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent fraudulent activity, and ensure systems and processes work properly and securely.\",\"name\":\"Ensure security, prevent fraud, and debug\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Your device can receive and send information that allows you to see and interact with ads and content.\",\"name\":\"Technically deliver ads or content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Data from offline data sources can be combined with your online activity in support of one or more purposes\",\"name\":\"Match and combine offline data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"Different devices can be determined as belonging to you or your household in support of one or more of purposes.\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends, such as IP address or browser type.\",\"name\":\"Receive and use automatically-sent device characteristics for identification\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":4534385,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":4534386,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":4534387,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":4534388,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":true,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\"}},\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12}},\"signature\":[235,149,96,143,109,145,136,28,93,136,106,192,186,17,83,82,236,190,29,212,201,97,195,230,253,36,122,248,19,72,51,61,140,211,43,199,109,222,125,223,60,236,23,170,247,52,120,5,254,161,44,29,116,130,90,134,136,211,161,75,198,132,166,9],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":162,\"categoryId\":1,\"messageId\":525881,\"msgDescription\":\"\",\"prtnUUID\":\"454933ba-c2a5-4b4f-8277-86b4fcacbc89\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=74b71f2c-451b-4162-bd1b-552e694f265a&message_id=525881&consentLanguage=EN&preload_message=true&version=v1\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeConsents\":\"0000000000\",\"IABTCF_PurposeLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CPjq5oAPjq5oAAGABCENCtCgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardStacks\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"}]},\"dateCreated\":\"2022-12-08T14:11:47.904Z\",\"euconsent\":\"CPjq5oAPjq5oAAGABCENCtCgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}", + "IABTCF_PublisherLegitimateInterests": "00000000000", + "sp.key.gdpr": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device identifiers, or other information can be stored or accessed on your device for the purposes presented to you.\",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Ads can be shown to you based on the content you’re viewing, the app you’re using, your approximate location, or your device type.\",\"name\":\"Select basic ads\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"A profile can be built about you and your interests to show you personalised ads that are relevant to you.\",\"name\":\"Create a personalised ads profile\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Personalised ads can be shown to you based on a profile about you.\",\"name\":\"Select personalised ads\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e4d\",\"description\":\"The performance and effectiveness of ads that you see or interact with can be measured.\",\"name\":\"Measure ad performance\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Market research can be used to learn more about the audiences who visit sites\\/apps and view ads.\",\"name\":\"Apply market research to generate audience insights\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e5f\",\"description\":\"Your data can be used to improve existing systems and software, and to develop new products\",\"name\":\"Develop and improve products\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent fraudulent activity, and ensure systems and processes work properly and securely.\",\"name\":\"Ensure security, prevent fraud, and debug\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Your device can receive and send information that allows you to see and interact with ads and content.\",\"name\":\"Technically deliver ads or content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Data from offline data sources can be combined with your online activity in support of one or more purposes\",\"name\":\"Match and combine offline data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"Different devices can be determined as belonging to you or your household in support of one or more of purposes.\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends, such as IP address or browser type.\",\"name\":\"Receive and use automatically-sent device characteristics for identification\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":4534385,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":4534386,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":4534387,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":4534388,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

SP Consent Message<\\/p>\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":true,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

SP Consent Message<\\/p>\"}},\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12}},\"signature\":[235,149,96,143,109,145,136,28,93,136,106,192,186,17,83,82,236,190,29,212,201,97,195,230,253,36,122,248,19,72,51,61,140,211,43,199,109,222,125,223,60,236,23,170,247,52,120,5,254,161,44,29,116,130,90,134,136,211,161,75,198,132,166,9],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":162,\"categoryId\":1,\"messageId\":525881,\"msgDescription\":\"\",\"prtnUUID\":\"454933ba-c2a5-4b4f-8277-86b4fcacbc89\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=74b71f2c-451b-4162-bd1b-552e694f265a&message_id=525881&consentLanguage=EN&preload_message=true&version=v1\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeConsents\":\"00000000000\",\"IABTCF_PurposeLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CPjq5oAPjq5oAAGABCENCtCgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardStacks\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"}]},\"dateCreated\":\"2022-12-08T14:11:47.904Z\",\"euconsent\":\"CPjq5oAPjq5oAAGABCENCtCgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}", "sp.key.gdpr.message.subcategory": 5, "sp.gdpr.key.applies": true, - "sp.gdpr.consent.resp": "{\"euconsent\":\"CPjq5oAPjq5oAAGABBENCtCgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":false,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false}},\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":false,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\"],\"consentedToAll\":false,\"rejectedAny\":true,\"dateCreated\":\"2022-12-08T14:11:58.091Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardStacks\":0,\"IABTCF_TCString\":\"CPjq5oAPjq5oAAGABBENCtCgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1000000000\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", + "sp.gdpr.consent.resp": "{\"euconsent\":\"CPjq5oAPjq5oAAGABBENCtCgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":false,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false}},\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":false,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\"],\"consentedToAll\":false,\"rejectedAny\":true,\"dateCreated\":\"2022-12-08T14:11:58.091Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Select basic ads\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardStacks\":0,\"IABTCF_TCString\":\"CPjq5oAPjq5oAAGABBENCtCgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1000000000\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", "IABTCF_TCString": "CPjq5oAPjq5oAAGABBENCtCgAIAAAEAAAAYgASAAAAAAQAAAAhAAIAJA.YAAAAAAAAAAA", "sp.key.pv.data": "{\n \"gdpr\": {\n \"cookies\": [\n {\n \"key\": \"consentUUID\",\n \"maxAge\": 31536000,\n \"session\": false,\n \"shareRootDomain\": false,\n \"value\": \"af60a9f6-e3e3-442d-86a6-b6e9b5ca5b45\"\n }\n ],\n \"uuid\": \"af60a9f6-e3e3-442d-86a6-b6e9b5ca5b45\"\n }\n}", "sp.gdpr.key.message.metadata": "{\n \"bucket\": 92,\n \"categoryId\": 1,\n \"messageId\": 525881,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"454933ba-c2a5-4b4f-8277-86b4fcacbc89\",\n \"subCategoryId\": 5\n}", "IABTCF_PurposeConsents": "1000000000", - "sp.gdpr.key.consent.status": "{\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"consentUUID\": \"d82edf09-464c-4d2b-9344-5509ceb4ad06_14\",\n \"cookieExpirationDays\": 365,\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Select basic ads\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create a personalised ads profile\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Apply market research to generate audience insights\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Select basic ads\"\n }\n ]\n },\n \"dateCreated\": \"2022-12-08T09:24:13.037Z\",\n \"euconsent\": \"CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": \"6\",\n \"IABTCF_CmpSdkVersion\": \"2\",\n \"IABTCF_PolicyVersion\": \"2\",\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": \"0\",\n \"IABTCF_UseNonStandardStacks\": \"0\",\n \"IABTCF_TCString\": \"CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"0000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"0000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"0000000000\",\n \"IABTCF_gdprApplies\": \"1\",\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"localDataCurrent\": false,\n \"uuid\": \"d82edf09-464c-4d2b-9344-5509ceb4ad06_14\",\n \"vendorListId\": \"608badf1a22863112f750a18\"\n}", + "sp.gdpr.key.consent.status": "{\n \"addtlConsent\": \"1~899\",\n \"consentStatus\": {\n \"consentedAll\": true,\n \"consentedToAny\": true,\n \"granularStatus\": {\n \"defaultConsent\": false,\n \"previousOptInAll\": false,\n \"purposeConsent\": \"ALL\",\n \"purposeLegInt\": \"ALL\",\n \"vendorConsent\": \"ALL\",\n \"vendorLegInt\": \"ALL\"\n },\n \"hasConsentData\": true,\n \"rejectedAny\": false,\n \"rejectedLI\": false\n },\n \"consentUUID\": \"d82edf09-464c-4d2b-9344-5509ceb4ad06_14\",\n \"cookieExpirationDays\": 365,\n \"customVendorsResponse\": {\n \"consentedPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e29\",\n \"name\": \"Store and/or access information on a device\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Select basic ads\"\n },\n {\n \"_id\": \"608bad95d08d3112188e0e36\",\n \"name\": \"Create a personalised ads profile\"\n },\n {\n \"_id\": \"608bad96d08d3112188e0e59\",\n \"name\": \"Apply market research to generate audience insights\"\n },\n {\n \"_id\": \"60b65857619abe242bed971e\",\n \"name\": \"Our Custom Purpose\"\n }\n ],\n \"consentedVendors\": [\n {\n \"_id\": \"5f1b2fbeb8e05c306f2a1eb9\",\n \"name\": \"QuarticON\",\n \"vendorType\": \"CUSTOM\"\n },\n {\n \"_id\": \"5ff4d000a228633ac048be41\",\n \"name\": \"Game Accounts\",\n \"vendorType\": \"CUSTOM\"\n }\n ],\n \"legIntPurposes\": [\n {\n \"_id\": \"608bad95d08d3112188e0e2f\",\n \"name\": \"Select basic ads\"\n }\n ]\n },\n \"dateCreated\": \"2022-12-08T09:24:13.037Z\",\n \"euconsent\": \"CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"gdprApplies\": true,\n \"grants\": {\n \"5e7ced57b8e05c485246cce0\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e36\": true,\n \"608bad96d08d3112188e0e59\": true,\n \"60b65857619abe242bed971e\": true\n }\n },\n \"5f1b2fbeb8e05c306f2a1eb9\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e29\": true,\n \"608bad95d08d3112188e0e2f\": true\n }\n },\n \"5ff4d000a228633ac048be41\": {\n \"vendorGrant\": true,\n \"purposeGrants\": {\n \"608bad95d08d3112188e0e2f\": true,\n \"608bad95d08d3112188e0e36\": true\n }\n }\n },\n \"TCData\": {\n \"IABTCF_AddtlConsent\": \"1~899\",\n \"IABTCF_CmpSdkID\": \"6\",\n \"IABTCF_CmpSdkVersion\": \"2\",\n \"IABTCF_PolicyVersion\": \"2\",\n \"IABTCF_PublisherCC\": \"DE\",\n \"IABTCF_PurposeOneTreatment\": \"0\",\n \"IABTCF_UseNonStandardStacks\": \"0\",\n \"IABTCF_TCString\": \"CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\n \"IABTCF_VendorConsents\": \"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_VendorLegitimateInterests\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PurposeConsents\": \"1110000010\",\n \"IABTCF_PurposeLegitimateInterests\": \"0100000000\",\n \"IABTCF_SpecialFeaturesOptIns\": \"11\",\n \"IABTCF_PublisherConsent\": \"00000000000\",\n \"IABTCF_PublisherLegitimateInterests\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesConsents\": \"00000000000\",\n \"IABTCF_PublisherCustomPurposesLegitimateInterests\": \"00000000000\",\n \"IABTCF_gdprApplies\": \"1\",\n \"IABTCF_PublisherRestrictions2\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions4\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions7\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\n \"IABTCF_PublisherRestrictions10\": \"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"\n },\n \"localDataCurrent\": false,\n \"uuid\": \"d82edf09-464c-4d2b-9344-5509ceb4ad06_14\",\n \"vendorListId\": \"608badf1a22863112f750a18\"\n}", "sp.key.ccpa": "{\"applies\":true,\"message\":{\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":5681956,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1623758277257\",\"choice_id\":5681957,\"iframe_url\":\"https:\\/\\/ccpa-notice.sp-prod.net\\/ccpa_pm\\/index.html?message_id=509688\",\"type\":12},{\"button_text\":\"1623758165801\",\"choice_id\":5681958,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1623758176582\",\"choice_id\":5681959,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"CCPA Message\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

CCPA Message<\\/p>\\\"}},\\\"text\\\":\\\"

CCPA Message<\\/p>\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1623758277257\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/ccpa-notice.sp-prod.net\\/ccpa_pm\\/index.html?message_id=509688\\\",\\\"consent_origin\\\":\\\"https:\\/\\/ccpa-service.sp-prod.net\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1623758165801\\\",\\\"consent_origin\\\":\\\"https:\\/\\/ccpa-service.sp-prod.net\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#9a244f\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1623758176582\\\",\\\"consent_origin\\\":\\\"https:\\/\\/ccpa-service.sp-prod.net\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#4f7a28\\\"},\\\"children\\\":[]}],\\\"compliance_status\\\":false,\\\"compliance_list\\\":[]}\",\"name\":\"CCPA Message\",\"settings\":{},\"signature\":[180,139,208,159,150,52,33,251,87,207,64,248,255,84,201,7,141,197,107,32,181,3,205,144,199,255,101,82,87,35,123,41,52,2,44,110,7,114,9,78,242,57,177,23,70,241,39,206,92,37,120,165,67,42,243,33,96,114,75,181,13,206,191,7],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":780,\"categoryId\":2,\"messageId\":616558,\"msgDescription\":\"\",\"prtnUUID\":\"5cfc830e-3d3a-4b18-979d-c543dd065516\",\"subCategoryId\":1},\"type\":\"CCPA\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?ccpaUUID=175dbca3-a884-433c-98d5-df4b679a9f62&message_id=616558&consentLanguage=EN&preload_message=true&version=v1\",\"userConsent\":{\"dateCreated\":\"2022-12-08T14:11:47.959Z\",\"newUser\":true,\"rejectedAll\":false,\"rejectedCategories\":[],\"rejectedVendors\":[],\"signedLspa\":false,\"status\":\"rejectedNone\",\"uspstring\":\"1YNN\"}}", "sp.key.gdpr.applies": true } -""".trimIndent() \ No newline at end of file +""".trimIndent() diff --git a/samples/metaapp/build.gradle.kts b/samples/metaapp/build.gradle.kts index 0d2a13c92..e1069ae41 100644 --- a/samples/metaapp/build.gradle.kts +++ b/samples/metaapp/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { // kotlin implementation(Libs.kotlinxCoroutinesCore) - implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.24") + implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.25") implementation(project(":cmplibrary")) diff --git a/samples/metaapp/src/main/java/com/sourcepointmeta/metaapp/App.kt b/samples/metaapp/src/main/java/com/sourcepointmeta/metaapp/App.kt index 2cf712970..7a227e2e3 100644 --- a/samples/metaapp/src/main/java/com/sourcepointmeta/metaapp/App.kt +++ b/samples/metaapp/src/main/java/com/sourcepointmeta/metaapp/App.kt @@ -8,15 +8,11 @@ import org.koin.core.context.startKoin import org.koin.core.logger.Level class App : Application() { - override fun onCreate() { super.onCreate() startKoin { - // Use Koin Android Logger - androidLogger(if (BuildConfig.DEBUG) Level.ERROR else Level.NONE) - // declare Android context + androidLogger(Level.ERROR) androidContext(this@App) - // declare modules to use modules(appModule) } } diff --git a/samples/metaapp/src/main/java/com/sourcepointmeta/metaapp/util/DefaultProperties.kt b/samples/metaapp/src/main/java/com/sourcepointmeta/metaapp/util/DefaultProperties.kt index 640e255ae..27568ebad 100644 --- a/samples/metaapp/src/main/java/com/sourcepointmeta/metaapp/util/DefaultProperties.kt +++ b/samples/metaapp/src/main/java/com/sourcepointmeta/metaapp/util/DefaultProperties.kt @@ -440,7 +440,7 @@ val oldV6Consent690 = """ { "IABTCF_PurposeOneTreatment": 0, "sp.ccpa.consentUUID": "81ce4d85-ccd9-4df9-a536-8ba0bcb1bf76", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "sp.ccpa.key.applies": true, "sp.key.local.state": "{\"ccpa\":{\"dnsDisplayed\":true,\"expiration\":\"2024-11-22T14:25:18.043Z\",\"messageId\":766174,\"mmsCookies\":[\"_sp_v1_uid=1:169:f9dc620c-ebf6-4028-b1fa-1c7d880e653c\",\"_sp_v1_data=2:585620:1700749517:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!0:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"status\":\"consentedAll\",\"uuid\":\"81ce4d85-ccd9-4df9-a536-8ba0bcb1bf76\"},\"gdpr\":{\"expiration\":\"2024-11-22T14:25:17.956Z\",\"messageId\":906985,\"mmsCookies\":[\"_sp_v1_uid=1:335:7bb48b38-f6e1-494a-b48a-293526acec09\",\"_sp_v1_data=2:700316:1700749517:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!-1:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"uuid\":\"c894ec68-e8c0-493c-a415-e5055c68b8dc_26\"}}", @@ -448,25 +448,25 @@ val oldV6Consent690 = """ "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 4, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "sp.key.saved.consent": true, "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "IABUSPrivacy_String": "1YNN", "IABTCF_VendorConsents": "000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "11", "client_pref_key": "client_pref_val", "sp.ccpa.consent.resp": "{\"uspstring\":\"1YNN\",\"status\":\"consentedAll\",\"rejectedVendors\":[],\"rejectedCategories\":[],\"signedLspa\":false,\"rejectedAll\":false}", - "IABTCF_PublisherLegitimateInterests": "0000000000", - "sp.key.gdpr": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. \",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Advertising presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type or which content you are (or have been) interacting with (for example, to limit the number of times an ad is presented to you).\",\"name\":\"Use limited data to select advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"Information about your activity on this service (such as forms you submit, content you look at) can be stored and combined with other information about you (for example, information from your previous activity on this service and other websites or apps) or similar users. This is then used to build or improve a profile about you (that might include possible interests and personal aspects). Your profile can be used (also later) to present advertising that appears more relevant based on your possible interests by this and other entities.\",\"name\":\"Create profiles for personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Advertising presented to you on this service can be based on your advertising profiles, which can reflect your activity on this service or other websites or apps (like the forms you submit, content you look at), possible interests and personal aspects.\",\"name\":\"Use profiles to select personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e4d\",\"description\":\"Information regarding which advertising is presented to you and how you interact with it can be used to determine how well an advert has worked for you or other users and whether the goals of the advertising were reached. For instance, whether you saw an ad, whether you clicked on it, whether it led you to buy a product or visit a website, etc. This is very helpful to understand the relevance of advertising campaigns.\",\"name\":\"Measure advertising performance\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Reports can be generated based on the combination of data sets (like user profiles, statistics, market research, analytics data) regarding your interactions and those of other users with advertising or (non-advertising) content to identify common characteristics (for instance, to determine which target audiences are more receptive to an ad campaign or to certain contents).\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e5f\",\"description\":\"Information about your activity on this service, such as your interaction with ads or content, can be very helpful to improve products and services and to build new products and services based on user interactions, the type of audience, etc. This specific purpose does not include the development or improvement of user profiles and identifiers.\",\"name\":\"Develop and improve services\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent unusual and possibly fraudulent activity (for example, regarding advertising, ad clicks by bots), and ensure systems and processes work properly and securely. It can also be used to correct any problems you, the publisher or the advertiser may encounter in the delivery of content and ads and in your interaction with them.\",\"name\":\"Ensure security, prevent and detect fraud, and fix errors\\n\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Certain information (like an IP address or device capabilities) is used to ensure the technical compatibility of the content or advertising, and to facilitate the transmission of the content or ad to your device.\",\"name\":\"Deliver and present advertising and content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Information about your activity on this service may be matched and combined with other information relating to you and originating from various sources (for instance your activity on a separate online service, your use of a loyalty card in-store, or your answers to a survey), in support of the purposes explained in this notice.\",\"name\":\"Match and combine data from other data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"In support of the purposes explained in this notice, your device might be considered as likely linked to other devices that belong to you or your household (for instance because you are logged in to the same service on both your phone and your computer, or because you may use the same Internet connection on both devices).\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends when accessing the Internet (for instance, the IP address of your Internet connection or the type of browser you are using) in support of the purposes exposed in this notice.\",\"name\":\"Identify devices based on information transmitted automatically\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":9693846,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":9693847,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":9693848,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":9693849,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\"},\\\"ES\\\":{\\\"iframeTitle\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\",\\\"supportedLanguages\\\":[\\\"EN\\\",\\\"ES\\\"],\\\"selectedLanguage\\\":\\\"EN\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"},\\\"ES\\\":{\\\"text\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"selectedLanguage\\\":\\\"ES\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":false,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\"},\"ES\":{\"iframeTitle\":\"

Mensaje GDPR<\\/p>\"}},\"selectedLanguage\":\"EN\",\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12},\"supportedLanguages\":[\"EN\",\"ES\"]},\"signature\":[245,216,222,17,165,180,230,72,148,82,59,95,92,234,195,255,151,255,134,195,95,227,223,178,114,216,24,68,10,142,64,123,142,227,167,133,21,221,210,217,147,70,47,157,136,237,7,55,107,110,238,182,27,228,21,99,87,216,118,54,137,204,235,1],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":335,\"categoryId\":1,\"messageId\":906985,\"msgDescription\":\"\",\"prtnUUID\":\"ccf6029a-3366-468b-9202-e82fc223e5bb\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=c894ec68-e8c0-493c-a415-e5055c68b8dc&message_id=906985&consentLanguage=EN&preload_message=true&version=v1\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeConsents\":\"0000000000\",\"IABTCF_PurposeLegitimateInterests\":\"0000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CP1sdwAP1sdwAAGABCENAbEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2023-11-23T14:25:17.938Z\",\"euconsent\":\"CP1sdwAP1sdwAAGABCENAbEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}", + "IABTCF_PublisherLegitimateInterests": "00000000000", + "sp.key.gdpr": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"description\":\"Cookies, device or similar online identifiers (e.g. login-based identifiers, randomly assigned identifiers, network based identifiers) together with other information (e.g. browser type and information, language, screen size, supported technologies etc.) can be stored or read on your device to recognise it each time it connects to an app or to a website, for one or several of the purposes presented here. \",\"name\":\"Store and\\/or access information on a device\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"description\":\"Advertising presented to you on this service can be based on limited data, such as the website or app you are using, your non-precise location, your device type or which content you are (or have been) interacting with (for example, to limit the number of times an ad is presented to you).\",\"name\":\"Use limited data to select advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"description\":\"Information about your activity on this service (such as forms you submit, content you look at) can be stored and combined with other information about you (for example, information from your previous activity on this service and other websites or apps) or similar users. This is then used to build or improve a profile about you (that might include possible interests and personal aspects). Your profile can be used (also later) to present advertising that appears more relevant based on your possible interests by this and other entities.\",\"name\":\"Create profiles for personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad95d08d3112188e0e3d\",\"description\":\"Advertising presented to you on this service can be based on your advertising profiles, which can reflect your activity on this service or other websites or apps (like the forms you submit, content you look at), possible interests and personal aspects.\",\"name\":\"Use profiles to select personalised advertising\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e4d\",\"description\":\"Information regarding which advertising is presented to you and how you interact with it can be used to determine how well an advert has worked for you or other users and whether the goals of the advertising were reached. For instance, whether you saw an ad, whether you clicked on it, whether it led you to buy a product or visit a website, etc. This is very helpful to understand the relevance of advertising campaigns.\",\"name\":\"Measure advertising performance\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"description\":\"Reports can be generated based on the combination of data sets (like user profiles, statistics, market research, analytics data) regarding your interactions and those of other users with advertising or (non-advertising) content to identify common characteristics (for instance, to determine which target audiences are more receptive to an ad campaign or to certain contents).\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"608bad96d08d3112188e0e5f\",\"description\":\"Information about your activity on this service, such as your interaction with ads or content, can be very helpful to improve products and services and to build new products and services based on user interactions, the type of audience, etc. This specific purpose does not include the development or improvement of user profiles and identifiers.\",\"name\":\"Develop and improve services\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"60b65857619abe242bed971e\",\"description\":\"

It's a custom purpose\\/category for demo.<\\/p>\",\"hasConsent\":true,\"hasLegInt\":false,\"name\":\"Our Custom Purpose\",\"type\":\"CUSTOM\"},{\"_id\":\"5e37fc3d973acf1e955b895d\",\"description\":\"Your data can be used to monitor for and prevent unusual and possibly fraudulent activity (for example, regarding advertising, ad clicks by bots), and ensure systems and processes work properly and securely. It can also be used to correct any problems you, the publisher or the advertiser may encounter in the delivery of content and ads and in your interaction with them.\",\"name\":\"Ensure security, prevent and detect fraud, and fix errors\\n\"},{\"_id\":\"5e37fc3d973acf1e955b895e\",\"description\":\"Certain information (like an IP address or device capabilities) is used to ensure the technical compatibility of the content or advertising, and to facilitate the transmission of the content or ad to your device.\",\"name\":\"Deliver and present advertising and content\"},{\"_id\":\"5e37fc3e973acf1e955b8965\",\"description\":\"Information about your activity on this service may be matched and combined with other information relating to you and originating from various sources (for instance your activity on a separate online service, your use of a loyalty card in-store, or your answers to a survey), in support of the purposes explained in this notice.\",\"name\":\"Match and combine data from other data sources\"},{\"_id\":\"5e37fc3e973acf1e955b8964\",\"description\":\"In support of the purposes explained in this notice, your device might be considered as likely linked to other devices that belong to you or your household (for instance because you are logged in to the same service on both your phone and your computer, or because you may use the same Internet connection on both devices).\",\"name\":\"Link different devices\"},{\"_id\":\"5e37fc3e973acf1e955b8963\",\"description\":\"Your device might be distinguished from other devices based on information it automatically sends when accessing the Internet (for instance, the IP address of your Internet connection or the type of browser you are using) in support of the purposes exposed in this notice.\",\"name\":\"Identify devices based on information transmitted automatically\"}],\"language\":\"EN\",\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":9693846,\"iframe_url\":null,\"type\":15},{\"button_text\":\"1619766996522\",\"choice_id\":9693847,\"iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\",\"type\":12},{\"button_text\":\"1619767038123\",\"choice_id\":9693848,\"iframe_url\":null,\"type\":13},{\"button_text\":\"1619767045875\",\"choice_id\":9693849,\"iframe_url\":null,\"type\":11}],\"message_json\":{\"message_json_string\":\"{\\\"type\\\":\\\"Notice\\\",\\\"name\\\":\\\"GDPR Message\\\",\\\"settings\\\":{\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766959808\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"languages\\\":{\\\"EN\\\":{\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\"},\\\"ES\\\":{\\\"iframeTitle\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"iframeTitle\\\":\\\"

GDPR MEssage<\\/p>\\\",\\\"supportedLanguages\\\":[\\\"EN\\\",\\\"ES\\\"],\\\"selectedLanguage\\\":\\\"EN\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

GDPR Message<\\/p>\\\"},\\\"ES\\\":{\\\"text\\\":\\\"

Mensaje GDPR<\\/p>\\\"}},\\\"text\\\":\\\"

GDPR Message<\\/p>\\\",\\\"font\\\":{\\\"fontSize\\\":24,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"selectedLanguage\\\":\\\"ES\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Show Options\\\"}},\\\"text\\\":\\\"Show Options\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1619766996522\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"}},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#1890ff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"background\\\":\\\"#ffffff\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Reject All\\\"}},\\\"text\\\":\\\"Reject All\\\",\\\"choice_option\\\":{\\\"type\\\":13,\\\"data\\\":{\\\"button_text\\\":\\\"1619767038123\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"background\\\":\\\"#ed719e\\\"},\\\"children\\\":[]},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Accept All\\\"}},\\\"text\\\":\\\"Accept All\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1619767045875\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}}},\\\"children\\\":[]},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"}},\\\"text\\\":\\\"

metalink<\\/a><\\/p>\\\"},\\\"children\\\":[]}]}],\\\"compliance_status\\\":false,\\\"compliance_list\\\":[{\\\"1\\\":true},{\\\"2\\\":true},{\\\"3\\\":true},{\\\"4\\\":true},{\\\"5\\\":true},{\\\"6\\\":true},{\\\"7\\\":true},{\\\"8\\\":true},{\\\"9\\\":true},{\\\"10\\\":true},{\\\"11\\\":true}]}\",\"name\":\"GDPR Message\",\"settings\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\"

GDPR MEssage<\\/p>\"},\"ES\":{\"iframeTitle\":\"

Mensaje GDPR<\\/p>\"}},\"selectedLanguage\":\"EN\",\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1619766959808\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=488393\"},\"type\":12},\"supportedLanguages\":[\"EN\",\"ES\"]},\"signature\":[245,216,222,17,165,180,230,72,148,82,59,95,92,234,195,255,151,255,134,195,95,227,223,178,114,216,24,68,10,142,64,123,142,227,167,133,21,221,210,217,147,70,47,157,136,237,7,55,107,110,238,182,27,228,21,99,87,216,118,54,137,204,235,1],\"type\":\"Notice\"},\"site_id\":16893},\"messageMetaData\":{\"bucket\":335,\"categoryId\":1,\"messageId\":906985,\"msgDescription\":\"\",\"prtnUUID\":\"ccf6029a-3366-468b-9202-e82fc223e5bb\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=c894ec68-e8c0-493c-a415-e5055c68b8dc&message_id=906985&consentLanguage=EN&preload_message=true&version=v1\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeConsents\":\"00000000000\",\"IABTCF_PurposeLegitimateInterests\":\"00000000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CP1sdwAP1sdwAAGABCENAbEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2023-11-23T14:25:17.938Z\",\"euconsent\":\"CP1sdwAP1sdwAAGABCENAbEgAAAAAAAAAAYgAAAAAAAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e36\":false,\"608bad96d08d3112188e0e59\":false,\"60b65857619abe242bed971e\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":false,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":false},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":false,\"608bad95d08d3112188e0e36\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}", "sp.key.gdpr.message.subcategory": 5, "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "sp.gdpr.consent.resp": "{\"euconsent\":\"CP1sdwAP1sdwAAGABCENAbEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[\"5e37fc3e973acf1e955b8966\",\"5e37fc3e973acf1e955b8967\"],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true}},\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5ff4d000a228633ac048be41\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\",\"608bad95d08d3112188e0e2f\",\"608bad95d08d3112188e0e36\",\"608bad96d08d3112188e0e59\",\"60b65857619abe242bed971e\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2023-11-23T14:25:23.136Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_TCString\":\"CP1sdwAP1sdwAAGABCENAbEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1110000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", + "sp.gdpr.consent.resp": "{\"euconsent\":\"CP1sdwAP1sdwAAGABCENAbEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~899\",\"specialFeatures\":[\"5e37fc3e973acf1e955b8966\",\"5e37fc3e973acf1e955b8967\"],\"legIntCategories\":[\"608bad95d08d3112188e0e2f\"],\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true}},\"5f1b2fbeb8e05c306f2a1eb9\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true}},\"5ff4d000a228633ac048be41\":{\"vendorGrant\":true,\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306f2a1eb9\",\"5ff4d000a228633ac048be41\",\"5e7ced57b8e05c485246cce0\"],\"acceptedCategories\":[\"608bad95d08d3112188e0e29\",\"608bad95d08d3112188e0e2f\",\"608bad95d08d3112188e0e36\",\"608bad96d08d3112188e0e59\",\"60b65857619abe242bed971e\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2023-11-23T14:25:23.136Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_TCString\":\"CP1sdwAP1sdwAAGABCENAbEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1110000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}", "IABTCF_TCString": "CP1sdwAP1sdwAAGABCENAbEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", "sp.gdpr.consentUUID": "c894ec68-e8c0-493c-a415-e5055c68b8dc_26", "IABTCF_UseNonStandardTexts": 0, @@ -481,30 +481,30 @@ val oldV6Consent630 = """ { "IABTCF_PurposeOneTreatment": 0, "sp.ccpa.consentUUID": "f756a533-9c30-4ec8-902d-9f14fb1bbb04", - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "ccpa_consent_resp": "{\"dateCreated\":\"2023-11-09T09:24:24.429Z\",\"newUser\":false,\"rejectedAll\":false,\"rejectedCategories\":[],\"rejectedVendors\":[],\"signedLspa\":false,\"status\":\"consentedAll\",\"uspstring\":\"1YNN\"}", "IABTCF_PolicyVersion": 4, "IABTCF_AddtlConsent": "1~899", "IABTCF_PurposeLegitimateInterests": "0100000000", "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "key_property_id": 16893, "IABUSPrivacy_String": "{\"dateCreated\":\"2023-11-09T09:24:24.429Z\",\"newUser\":false,\"rejectedAll\":false,\"rejectedCategories\":[],\"rejectedVendors\":[],\"signedLspa\":false,\"status\":\"consentedAll\",\"uspstring\":\"1YNN\"}", "IABTCF_VendorConsents": "000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherCC": "US", - "key_gdpr": "{\"applies\":true,\"type\":\"GDPR\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"US\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1110000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_TCString\":\"CP0-UoAP0-UoAAGABCENAYEsAOCAAEAAACiQASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~899\",\"childPmId\":null,\"consentedToAll\":true,\"customVendorsResponse\":{\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"}],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2023-11-09T09:24:23.111Z\",\"euconsent\":\"CP0-UoAP0-UoAAGABCENAYEsAOCAAEAAACiQASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true},\"vendorGrant\":true},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":true},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true},\"vendorGrant\":true}},\"hasConsentData\":true,\"rejectedAny\":false}}", + "key_gdpr": "{\"applies\":true,\"type\":\"GDPR\",\"userConsent\":{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"US\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1110000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_TCString\":\"CP0-UoAP0-UoAAGABCENAYEsAOCAAEAAACiQASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~899\",\"childPmId\":null,\"consentedToAll\":true,\"customVendorsResponse\":{\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"}],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2023-11-09T09:24:23.111Z\",\"euconsent\":\"CP0-UoAP0-UoAAGABCENAYEsAOCAAEAAACiQASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true},\"vendorGrant\":true},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":true},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true},\"vendorGrant\":true}},\"hasConsentData\":true,\"rejectedAny\":false}}", "key_ccpa": "{\"applies\":true,\"type\":\"CCPA\",\"userConsent\":{\"dateCreated\":\"2023-11-09T09:24:24.429Z\",\"newUser\":false,\"rejectedAll\":false,\"rejectedCategories\":[],\"rejectedVendors\":[],\"signedLspa\":false,\"status\":\"consentedAll\",\"uspstring\":\"1YNN\"}}", "IABTCF_SpecialFeaturesOptIns": "11", "key_local_state": "{\"ccpa\":{\"dnsDisplayed\":true,\"expiration\":\"2024-11-08T09:24:21.693Z\",\"messageId\":0,\"mmsCookies\":[\"_sp_v1_uid=1:701:5f290037-794c-4d47-9c3b-1aea7ac41fec\",\"_sp_v1_data=2:585620:1699521861:0:4:0:4:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVWKBQAW54XRMAAAAA%3D%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!1:1:1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"status\":\"consentedAll\",\"uuid\":\"f756a533-9c30-4ec8-902d-9f14fb1bbb04\"},\"gdpr\":{\"expiration\":\"2024-11-08T09:24:21.644Z\",\"messageId\":0,\"mmsCookies\":[\"_sp_v1_uid=1:911:3aff7b6f-946c-465c-87e0-2b1917af8ac7\",\"_sp_v1_data=2:700316:1699521861:0:4:0:4:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKBjLyQAyD2lidGKVUEDOvNCcHyC4BK6iurVXSgSuHSlGkLBYABFXZWH4AAAA%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!1:1:1:0:0:0\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":16893,\"uuid\":\"69153c32-06f1-4e9f-a500-8c6b0f0f1985_25\"}}", - "IABTCF_PublisherLegitimateInterests": "0000000000", - "gdpr_consent_resp": "{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"US\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1110000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_TCString\":\"CP0-UoAP0-UoAAGABCENAYEsAOCAAEAAACiQASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~899\",\"childPmId\":null,\"consentedToAll\":true,\"customVendorsResponse\":{\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"}],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2023-11-09T09:24:23.111Z\",\"euconsent\":\"CP0-UoAP0-UoAAGABCENAYEsAOCAAEAAACiQASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true},\"vendorGrant\":true},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":true},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true},\"vendorGrant\":true}},\"hasConsentData\":true,\"rejectedAny\":false}", + "IABTCF_PublisherLegitimateInterests": "00000000000", + "gdpr_consent_resp": "{\"TCData\":{\"IABTCF_AddtlConsent\":\"1~899\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":4,\"IABTCF_PublisherCC\":\"US\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions2\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions4\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1110000010\",\"IABTCF_PurposeLegitimateInterests\":\"0100000000\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"11\",\"IABTCF_TCString\":\"CP0-UoAP0-UoAAGABCENAYEsAOCAAEAAACiQASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~899\",\"childPmId\":null,\"consentedToAll\":true,\"customVendorsResponse\":{\"consentedPurposes\":[{\"_id\":\"608bad95d08d3112188e0e29\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"},{\"_id\":\"608bad95d08d3112188e0e36\",\"name\":\"Create profiles for personalised advertising\"},{\"_id\":\"608bad96d08d3112188e0e59\",\"name\":\"Understand audiences through statistics or combinations of data from different sources\"},{\"_id\":\"60b65857619abe242bed971e\",\"name\":\"Our Custom Purpose\"}],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306f2a1eb9\",\"name\":\"QuarticON\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5ff4d000a228633ac048be41\",\"name\":\"Game Accounts\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"608bad95d08d3112188e0e2f\",\"name\":\"Use limited data to select advertising\"}]},\"dateCreated\":\"2023-11-09T09:24:23.111Z\",\"euconsent\":\"CP0-UoAP0-UoAAGABCENAYEsAOCAAEAAACiQASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA\",\"grants\":{\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e36\":true,\"608bad96d08d3112188e0e59\":true,\"60b65857619abe242bed971e\":true},\"vendorGrant\":true},\"5f1b2fbeb8e05c306f2a1eb9\":{\"purposeGrants\":{\"608bad95d08d3112188e0e29\":true,\"608bad95d08d3112188e0e2f\":true},\"vendorGrant\":true},\"5ff4d000a228633ac048be41\":{\"purposeGrants\":{\"608bad95d08d3112188e0e2f\":true,\"608bad95d08d3112188e0e36\":true},\"vendorGrant\":true}},\"hasConsentData\":true,\"rejectedAny\":false}", "IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_TCString": "CP0-UoAP0-UoAAGABCENAYEsAOCAAEAAACiQASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA", "sp.gdpr.consentUUID": "69153c32-06f1-4e9f-a500-8c6b0f0f1985_25", @@ -517,30 +517,30 @@ val oldV6ConsentFinnish690 = """ { "IABTCF_PublisherRestrictions9": "000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PurposeOneTreatment": 0, - "IABTCF_PublisherConsent": "0000000000", + "IABTCF_PublisherConsent": "00000000000", "IABTCF_gdprApplies": 1, "sp.key.local.state": "{\"gdpr\":{\"expiration\":\"2024-10-02T17:44:58.965Z\",\"messageId\":852362,\"mmsCookies\":[\"_sp_v1_uid=1:600:dd4ab27c-6907-4962-af1f-33cfe0e12fc5\",\"_sp_v1_data=2:657136:1696355098:0:1:0:1:0:0:_:-1\",\"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbKKRmbkgRgGtbE6MUqpIGZeaU4OkF0CVlBdi1tCKRYAmuD4I1IAAAA%3D\",\"_sp_v1_opt=1:\",\"_sp_v1_consent=1!-1:-1:-1:-1:-1:-1\",\"_sp_v1_stage=\",\"_sp_v1_csv=null\",\"_sp_v1_lt=1:\"],\"propertyId\":26891,\"uuid\":\"699f12fe-2387-43e0-ad05-93b5dbe1dc10_24\"}}", "IABTCF_PublisherRestrictions2": "000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions7": "000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherRestrictions8": "000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_VendorLegitimateInterests": "000000000110000000001010000100010001000000000000010100000000000000011000000100100000000000000000000000000000000000100000000000000001000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000100000000001000000001000000000000000010000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "IABTCF_PublisherCustomPurposesConsents": "0000000000", + "IABTCF_PublisherCustomPurposesConsents": "00000000000", "IABTCF_PolicyVersion": 2, "IABTCF_AddtlConsent": "1~482.486.505.1097.1419.3119.2677.2072.2770.89", "IABTCF_PurposeLegitimateInterests": "0100001111", "sp.key.saved.consent": true, "IABTCF_CmpSdkID": 6, "IABTCF_CmpSdkVersion": 2, - "IABTCF_PublisherCustomPurposesLegitimateInterests": "0000000000", + "IABTCF_PublisherCustomPurposesLegitimateInterests": "00000000000", "IABTCF_VendorConsents": "000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "IABTCF_PublisherCC": "DE", "IABTCF_SpecialFeaturesOptIns": "00", "client_pref_key": "client_pref_val", - "IABTCF_PublisherLegitimateInterests": "0000000000", - "sp.key.gdpr": "{\"applies\":true,\"message\":{\"categories\":[{\"_id\":\"62b322f69dcac7068c5eecd8\",\"description\":\"Laitteellesi voidaan tallentaa evästeitä, laitetunnisteita tai muita tietoja ja niitä voidaan käyttää sinulle esitettyihin tarkoituksiin.\",\"name\":\"Tietojen tallennus laitteelle ja\\/tai laitteella olevien tietojen käyttö\",\"type\":\"IAB_PURPOSE\"},{\"_id\":\"62b322f69dcac7068c5ef079\",\"description\":\"Mainos- ja sisältöprofiileihin voidaan kerätä tietoja kohdentamisen ja personoinnin parantamiseksi. Mainoksia voidaan kohdentaa ja sisältöä personoida profiilin perusteella. Mainonnan ja sisällön tehokkuutta voidaan mitata. Markkinatutkimusten avulla voidaan lisätä ymmärrystä yleisöistä, jotka käyvät verkkosivustoilla tai käyttävät sovelluksia. Tietoja voidaan käyttää myös käyttäjäkokemuksen, järjestelmien ja ohjelmistojen kehityksessä. \",\"name\":\"Personoitujen mainosten ja sisällön näyttäminen, mainonnan ja sisällön mittaus, käyttäjäymmärrys sekä tuotekehitys\",\"type\":\"IAB_STACK\"},{\"_id\":\"62b322f69dcac7068c5ef07e\",\"description\":\"

Schibsted Suomi käyttää tietoja: <\\/p>