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> SP Consent Message<\\/p>\\\"}},\\\"iframeTitle\\\":\\\" SP Consent Message<\\/p>\\\",\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1679497468140\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},\\\"width\\\":{\\\"type\\\":\\\"px\\\",\\\"value\\\":640},\\\"padding\\\":{\\\"paddingLeft\\\":16,\\\"paddingRight\\\":16,\\\"paddingTop\\\":24,\\\"paddingBottom\\\":24},\\\"selectedLanguage\\\":\\\"FI\\\",\\\"showVeil\\\":true,\\\"showClose\\\":false,\\\"defaultLanguage\\\":\\\"FI\\\",\\\"border\\\":{\\\"borderWidth\\\":0,\\\"borderColor\\\":\\\"#000000\\\",\\\"borderTopLeftRadius\\\":0,\\\"borderTopRightRadius\\\":0,\\\"borderBottomLeftRadius\\\":0,\\\"borderBottomRightRadius\\\":0,\\\"borderStyle\\\":\\\"solid\\\"},\\\"_errors\\\":{}},\\\"children\\\":[{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":24},\\\"selectedLanguage\\\":\\\"FI\\\",\\\"align\\\":\\\"center\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Image\\\",\\\"name\\\":\\\"Image\\\",\\\"settings\\\":{\\\"url\\\":\\\"https:\\/\\/static.privacy.schibsted.com\\/cmp\\/schibsted_grey900.20210804.svg\\\",\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0},\\\"selectedLanguage\\\":\\\"FI\\\",\\\"border\\\":{\\\"borderWidth\\\":0,\\\"borderColor\\\":\\\"#000000\\\",\\\"borderTopLeftRadius\\\":0,\\\"borderTopRightRadius\\\":0,\\\"borderBottomLeftRadius\\\":0,\\\"borderBottomRightRadius\\\":0,\\\"borderStyle\\\":\\\"solid\\\"},\\\"width\\\":{\\\"type\\\":\\\"px\\\",\\\"value\\\":110},\\\"height\\\":{\\\"type\\\":\\\"px\\\",\\\"value\\\":20}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"}],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Text\\\"},\\\"FI\\\":{\\\"text\\\":\\\" Yksityisyytesi on meille tärkeää<\\/p>\\\"}},\\\"text\\\":\\\" Yksityisyytesi on meille tärkeää<\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"startFocus\\\":false,\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":16},\\\"font\\\":{\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"600\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"heading\\\":\\\"h1\\\"},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\" test<\\/p>\\\"},\\\"FI\\\":{\\\"text\\\":\\\" Käytämme evästeitä palveluidemme laadun takaamiseksi. Hyväksymällä evästeet sallit, että Schibsted Suomi Oy ja sen mainontakumppanit<\\/a> käyttävät Oikotie:ssä evästeitä, laitetunnisteita ja muita laitteellesi tallennettuja ja \\/ tai sieltä saatuja tietoja. Kerätyt henkilötiedot sisältävät esimerkiksi tietoja sivuista, joilla olet vieraillut. Mainontakumppanimme voivat käsitellä tietoja personoitujen mainosten ja sisällön näyttämiseen, mainonnan ja sisällön mittauskseen, käyttäjäymmärryksen luomiseen sekä tuotekehitykseen.<\\/span><\\/p>\\\"}},\\\"text\\\":\\\" Käytämme evästeitä palveluidemme laadun takaamiseksi. Hyväksymällä evästeet sallit, että Schibsted Suomi Oy ja sen mainontakumppanit<\\/a> käyttävät Oikotie:ssä evästeitä, laitetunnisteita ja muita laitteellesi tallennettuja ja \\/ tai sieltä saatuja tietoja. Kerätyt henkilötiedot sisältävät esimerkiksi tietoja sivuista, joilla olet vieraillut. Mainontakumppanimme voivat käsitellä tietoja personoitujen mainosten ja sisällön näyttämiseen, mainonnan ja sisällön mittauskseen, käyttäjäymmärryksen luomiseen sekä tuotekehitykseen.<\\/span><\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"choice_options\\\":[{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625742562343\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122&pmTab=vendors\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625742591289\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122&pmTab=vendors\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"}],\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":16},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"link\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"textDecoration\\\":\\\"underline\\\"},\\\"hover\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#134374\\\",\\\"textDecoration\\\":\\\"none\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\" test<\\/p>\\\"},\\\"FI\\\":{\\\"text\\\":\\\" Schibsted Suomi käyttää tietoja: <\\/p>\\\"}},\\\"text\\\":\\\" Schibsted Suomi käyttää tietoja: <\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"choice_options\\\":[{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625742562343\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122&pmTab=vendors\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625742591289\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122&pmTab=vendors\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"}],\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":8},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"link\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#0664C2\\\",\\\"textDecoration\\\":\\\"underline\\\"},\\\"hover\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#134374\\\",\\\"textDecoration\\\":\\\"underline\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{\\\"selectedLanguage\\\":\\\"FI\\\",\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0}},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Text\\\"},\\\"FI\\\":{\\\"text\\\":\\\" “Muokkaa asetuksia” -kohdasta voit tehdä valintoja liittyen suostumuksiisi tai kieltää oikeutettuun etuun perustuvan datan käytön. Voit milloin tahansa muuttaa asetuksiasi palveluidemme sivujen alalaidasta löytyvästä \\\\\\\"Evästeasetukset\\\\\\\"-kohdasta.<\\/p>\\\"}},\\\"text\\\":\\\" “Muokkaa asetuksia” -kohdasta voit tehdä valintoja liittyen suostumuksiisi tai kieltää oikeutettuun etuun perustuvan datan käytön. Voit milloin tahansa muuttaa asetuksiasi palveluidemme sivujen alalaidasta löytyvästä \\\\\\\"Evästeasetukset\\\\\\\"-kohdasta.<\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":16},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"}],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{\\\"selectedLanguage\\\":\\\"FI\\\",\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0}},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Text\\\"},\\\"FI\\\":{\\\"text\\\":\\\" Tietosuoja- ja evästekäytäntö<\\/a><\\/p>\\\"}},\\\"text\\\":\\\" Tietosuoja- ja evästekäytäntö<\\/a><\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"startFocus\\\":false,\\\"padding\\\":{\\\"paddingLeft\\\":1,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0},\\\"link\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"textDecoration\\\":\\\"underline\\\"},\\\"hover\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#134374\\\",\\\"textDecoration\\\":\\\"none\\\"},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"link external\\\"}],\\\"handle\\\":\\\"mobile-row\\\"},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{\\\"selectedLanguage\\\":\\\"FI\\\",\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":24,\\\"marginBottom\\\":0},\\\"align\\\":\\\"center\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Button\\\"},\\\"FI\\\":{\\\"text\\\":\\\"Muokkaa asetuksia\\\"}},\\\"text\\\":\\\"Muokkaa asetuksia\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625753864967\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},\\\"border\\\":{\\\"borderWidth\\\":1,\\\"borderColor\\\":\\\"#aeadb5\\\",\\\"borderTopLeftRadius\\\":20,\\\"borderTopRightRadius\\\":20,\\\"borderBottomLeftRadius\\\":20,\\\"borderBottomRightRadius\\\":20,\\\"borderStyle\\\":\\\"solid\\\"},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0},\\\"background\\\":\\\"#ffffff\\\",\\\"font\\\":{\\\"fontSize\\\":15,\\\"fontWeight\\\":\\\"500\\\",\\\"color\\\":\\\"#15141a\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"padding\\\":{\\\"paddingLeft\\\":28,\\\"paddingRight\\\":28,\\\"paddingTop\\\":11,\\\"paddingBottom\\\":11}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Button\\\"},\\\"FI\\\":{\\\"text\\\":\\\"Hyväksy kaikki evästeet\\\"}},\\\"text\\\":\\\"Hyväksy kaikki evästeet\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1625753883241\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"border\\\":{\\\"borderWidth\\\":1,\\\"borderColor\\\":\\\"#15141a\\\",\\\"borderTopLeftRadius\\\":20,\\\"borderTopRightRadius\\\":20,\\\"borderBottomLeftRadius\\\":20,\\\"borderBottomRightRadius\\\":20,\\\"borderStyle\\\":\\\"solid\\\"},\\\"background\\\":\\\"#15141a\\\",\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":12},\\\"padding\\\":{\\\"paddingLeft\\\":28,\\\"paddingRight\\\":28,\\\"paddingTop\\\":11,\\\"paddingBottom\\\":11},\\\"font\\\":{\\\"fontSize\\\":15,\\\"fontWeight\\\":\\\"500\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"}],\\\"handle\\\":\\\"btns-container\\\"}],\\\"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}],\\\"css\\\":\\\"\\/* latin *\\/\\\\n@font-face {\\\\n font-family: 'Inter';\\\\n font-style: normal;\\\\n font-weight: 400;\\\\n font-display: swap;\\\\n src: url(https:\\/\\/fonts.gstatic.com\\/s\\/inter\\/v8\\/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');\\\\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\/* latin *\\/\\\\n@font-face {\\\\n font-family: 'Inter';\\\\n font-style: normal;\\\\n font-weight: 500;\\\\n font-display: swap;\\\\n src: url(https:\\/\\/fonts.gstatic.com\\/s\\/inter\\/v8\\/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');\\\\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\/* latin *\\/\\\\n@font-face {\\\\n font-family: 'Inter';\\\\n font-style: normal;\\\\n font-weight: 600;\\\\n font-display: swap;\\\\n src: url(https:\\/\\/fonts.gstatic.com\\/s\\/inter\\/v8\\/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');\\\\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\\\n* {\\\\n font-family: \\\\\\\"Inter\\\\\\\", sans-serif !important;\\\\n box-sizing: border-box !important;\\\\n transition: unset !important;\\\\n line-height: 24px !important;\\\\n}\\\\n\\\\nh1 { line-height: 26px !important; }\\\\na:active, a:visited, a:focus { color: #535259 !important; text-decoration: none !important; }\\\\n.message-button { border-radius: 40px !important; }\\\\n.message-button:hover { \\\\n opacity: 1 !important; \\\\n background: #180C3C !important; \\\\n color: white !important;\\\\n border-color: #180C3C !important;\\\\n}\\\\n.message-button:active{ background-color: #35343A !important; color: #ffffff !important; }\\\\n.message-button:focus{\\\\n background: #FFFFFF !important;\\\\n border: 1px solid #15141A !important;\\\\n box-shadow: 0px 0px 0px 4px rgba(21, 20, 26, 0.21) !important;\\\\n box-sizing: border-box !important;\\\\n color: #15141A !important;\\\\n}\\\\n\\\\n.ul-list ol { list-style-type: disc !important; padding-left: 22px !important; margin: 0 !important; }\\\\n.message { box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.2) !important; overflow: auto; }\\\\ndiv.test-d .message { bottom: 0; position: absolute; }\\\\n.mobile-row { flex-direction: row !important; }\\\\n.btns-container { flex-direction: column-reverse !important; align-items: center !important; }\\\\n\\\\n@media (min-width: 600px) {\\\\n .btns-container { justify-content: flex-end !important; flex-direction: row !important; }\\\\n .btns-container > button:last-child { margin-left: 12px !important; margin-bottom: 0 !important; }\\\\n .message {\\\\n border-radius: 12px !important;\\\\n margin-top: 40px !important;\\\\n margin-bottom: 40px !important;\\\\n padding: 24px 20px 20px !important;\\\\n }\\\\n}\\\\n\\\\n@media (max-width: 599px) {\\\\n .message {\\\\n height: 100vh !important;\\\\n overflow: auto;\\\\n display: block;\\\\n }\\\\n}\\\\n\\\",\\\"handle\\\":\\\"level1\\\"}\",\"name\":\"TCF\\/1 Fi 2.1.6\",\"settings\":{\"_errors\":{},\"border\":{\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"borderColor\":\"#000000\",\"borderStyle\":\"solid\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderWidth\":0},\"defaultLanguage\":\"FI\",\"iframeTitle\":\" SP Consent Message<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\" SP Consent Message<\\/p>\"}},\"padding\":{\"paddingBottom\":24,\"paddingLeft\":16,\"paddingRight\":16,\"paddingTop\":24},\"selectedLanguage\":\"FI\",\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1679497468140\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\"},\"master_privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\",\"type\":12},\"showClose\":false,\"showVeil\":true,\"width\":{\"type\":\"px\",\"value\":640}},\"signature\":[84,181,163,59,43,5,16,154,193,238,32,174,17,52,63,104,132,26,219,214,16,92,176,127,202,253,143,143,52,169,47,188,81,106,162,26,233,160,30,192,90,146,192,55,245,201,244,155,169,182,234,188,254,106,9,26,59,17,129,179,148,203,37,9],\"type\":\"Notice\"},\"site_id\":26891},\"messageMetaData\":{\"bucket\":600,\"categoryId\":1,\"messageId\":852362,\"msgDescription\":\"\",\"prtnUUID\":\"e045e0c0-7c71-4049-a173-ba1f7382e6a2\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=699f12fe-2387-43e0-ad05-93b5dbe1dc10&message_id=852362&consentLanguage=FI&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_PublisherRestrictions10\":\"000000000220000000002020000200020002000000000000020200000000000000022000000200200000000000000000000000000000000000200000000000000002000000000000000000000000000000002000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions2\":\"000000000220000000002020000200020002000000000000020200000000000000022000000200200000000000000000000000000000000000200000000000000002000000000000000000000000000000002000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000210000000001020000100010002000000000000010100000000000000012000000100100000000000000000000000000000000000200000000000000002000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000100000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions8\":\"000000000210000000002020000200020002000000000000020200000000000000022000000100200000000000000000000000000000000000200000000000000002000000000000000000000000000000001000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions9\":\"000000000210000000002020000100020002000000000000020200000000000000012000000100200000000000000000000000000000000000200000000000000002000000000000000000000000000000002000000000000000000000000000000000000000000000000000100000000000000000000000000000000000200000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"0000000000\",\"IABTCF_PurposeLegitimateInterests\":\"0100001111\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CPzEX8APzEX8AAGABCENDYCgAAAAAEPAAAYgAAAMEgMwAKAAsACoAFwAOAAgABIADIAGkARABFACYAE8AOYAhABSgDZAH6AQgAiIBIgCdgGKAPsAmQBeYDBACAoAQABQARQA5gEIHAAQCdjoB4ACwAKgAcABAADIAGgARAAmABPAFKANkAfoBigD7ALzIQBAAFgBMAFKAYolAHAAWABwAIgATABsgGKAXmUAAgAyKQDQAFgAVAA4ACAAGgARAAmABPAFKANkAfoB9gF5lQAIBIgA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000110000000001010000100010001000000000000010100000000000000011000000100100000000000000000000000000000000000100000000000000001000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000100000000001000000001000000000000000010000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306d7249a5\",\"name\":\"Cloudflare\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c30686fd76c\",\"name\":\"Cloudinary, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbdb8e05c3057240f56\",\"name\":\"Facebook\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f60\",\"name\":\"gskinner\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1ec9\",\"name\":\"Signal\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1f05\",\"name\":\"Thomann GmbH\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f30\",\"name\":\"Tradedoubler AB\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f31\",\"name\":\"Undertone\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306d72499f\",\"name\":\"Videology\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c30686fd74c\",\"name\":\"Vimeo\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"62b322f69dcac7068c5eea6c\",\"name\":\"Select basic ads\"},{\"_id\":\"62b322f69dcac7068c5eeb52\",\"name\":\"Measure ad performance\"},{\"_id\":\"62b322f69dcac7068c5eebbb\",\"name\":\"Measure content performance\"},{\"_id\":\"62b322f69dcac7068c5eebee\",\"name\":\"Apply market research to generate audience insights\"},{\"_id\":\"62b322f69dcac7068c5eec43\",\"name\":\"Develop and improve products\"}]},\"dateCreated\":\"2023-10-03T17:44:58.904Z\",\"euconsent\":\"CPzEX8APzEX8AAGABCENDYCgAAAAAEPAAAYgAAAMEgMwAKAAsACoAFwAOAAgABIADIAGkARABFACYAE8AOYAhABSgDZAH6AQgAiIBIgCdgGKAPsAmQBeYDBACAoAQABQARQA5gEIHAAQCdjoB4ACwAKgAcABAADIAGgARAAmABPAFKANkAfoBigD7ALzIQBAAFgBMAFKAYolAHAAWABwAIgATABsgGKAXmUAAgAyKQDQAFgAVAA4ACAAGgARAAmABPAFKANkAfoB9gF5lQAIBIgA.YAAAAAAAAAAA\",\"grants\":{\"5e37fc3e56a5e60dff4e1986\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e60dff4e198c\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e66147767221\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e6614776722c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e66147767235\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true},\"vendorGrant\":true},\"5e37fc3e56a5e66147767237\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e66147767238\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e37fc3e56a5e6615457a52b\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e37fc3e56a5e6615502f9c7\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e542b3a4cd8884eb41b5a72\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"5e68f9f669e7a93e0b25906d\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true},\"vendorGrant\":true},\"5e716fc09a0b5040d575080f\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5e777e669cb08971eb078d71\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5e7ced56b8e05c4854221bb3\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c47e418b73d\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c47e418b73e\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c47e418b74b\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c47e418b74c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246ccd8\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246cce5\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246cce9\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246ccec\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246ccf3\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e7ced57b8e05c4854221bb8\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c4854221bba\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c4854221bbb\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c4854221bd0\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c5a7d171cd7\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c5a7d171cda\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7f6267b8e05c54a85c52de\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5e865b36b8e05c48537f60a7\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e865b36b8e05c6f984a37e6\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e865b37b8e05c6f984a37ea\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e952f6107d9d20c88e7c975\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true},\"vendorGrant\":true},\"5e98e7f0b8e05c1c467daaf0\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e98e7f1b8e05c111d01b462\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e98e7f1b8e05c48537f6115\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e98e7f1b8e05c6f984a3839\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eab3d5ab8e05c241a63c5db\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eab3d5ab8e05c2bbe33f399\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eac148d4bfee33e7280d13d\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5eb2856cbb0c9a4439bfe303\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"5eb559d0b8e05c1c467dabea\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eb559d0b8e05c2bbe33f3f6\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eb559d0b8e05c48537f6209\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5ee15bc6b8e05c164c398ae3\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5ee34ea5b8e05c164d21c78d\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eec43\":true},\"vendorGrant\":true},\"5ee34ea5b8e05c164f6f8ffe\":{\"purposeGrants\":{\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5ee7add94c24944fdb5c5ac6\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"5ee7de6461fb844b64331f2d\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5eec8924b8e05c699567f398\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5efefe24b8e05c109b4949c8\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f0f39014effda6e8bbd2006\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"5f117325b8e05c065164a42c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1aada6b8e05c306c0597d7\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbdb8e05c3057240f56\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c30686fd74c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c30686fd76c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306d72499f\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306d7249a5\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306e139f30\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306e139f31\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306e139f60\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1ec9\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1f05\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f295fa4b8e05c76a44c3147\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5f896ba9a22863606c631ace\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"6006e3abdd926426f307a208\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false,\"62b322f69dcac7068c5eecbb\":false,\"62b322f69dcac7068c5eecc9\":false,\"62b322f69dcac7068c5eecd1\":true},\"vendorGrant\":false},\"6025171fa228633ae669e7dc\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"6061aec5b5389c56c59ea31e\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true},\"vendorGrant\":true},\"6061aec5b5389c56c59ea32b\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"614c848fc21846068da28de2\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"61fb9e006b4922079c088d5a\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"62a1fb2bef8ed0050a7e3a55\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"62a20cf6f1879006fde6c696\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}",
+ "IABTCF_PublisherLegitimateInterests": "00000000000",
+ "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> SP Consent Message<\\/p>\\\"}},\\\"iframeTitle\\\":\\\" SP Consent Message<\\/p>\\\",\\\"selected_privacy_manager\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1679497468140\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},\\\"width\\\":{\\\"type\\\":\\\"px\\\",\\\"value\\\":640},\\\"padding\\\":{\\\"paddingLeft\\\":16,\\\"paddingRight\\\":16,\\\"paddingTop\\\":24,\\\"paddingBottom\\\":24},\\\"selectedLanguage\\\":\\\"FI\\\",\\\"showVeil\\\":true,\\\"showClose\\\":false,\\\"defaultLanguage\\\":\\\"FI\\\",\\\"border\\\":{\\\"borderWidth\\\":0,\\\"borderColor\\\":\\\"#000000\\\",\\\"borderTopLeftRadius\\\":0,\\\"borderTopRightRadius\\\":0,\\\"borderBottomLeftRadius\\\":0,\\\"borderBottomRightRadius\\\":0,\\\"borderStyle\\\":\\\"solid\\\"},\\\"_errors\\\":{}},\\\"children\\\":[{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":24},\\\"selectedLanguage\\\":\\\"FI\\\",\\\"align\\\":\\\"center\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Image\\\",\\\"name\\\":\\\"Image\\\",\\\"settings\\\":{\\\"url\\\":\\\"https:\\/\\/static.privacy.schibsted.com\\/cmp\\/schibsted_grey900.20210804.svg\\\",\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0},\\\"selectedLanguage\\\":\\\"FI\\\",\\\"border\\\":{\\\"borderWidth\\\":0,\\\"borderColor\\\":\\\"#000000\\\",\\\"borderTopLeftRadius\\\":0,\\\"borderTopRightRadius\\\":0,\\\"borderBottomLeftRadius\\\":0,\\\"borderBottomRightRadius\\\":0,\\\"borderStyle\\\":\\\"solid\\\"},\\\"width\\\":{\\\"type\\\":\\\"px\\\",\\\"value\\\":110},\\\"height\\\":{\\\"type\\\":\\\"px\\\",\\\"value\\\":20}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"}],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Text\\\"},\\\"FI\\\":{\\\"text\\\":\\\" Yksityisyytesi on meille tärkeää<\\/p>\\\"}},\\\"text\\\":\\\" Yksityisyytesi on meille tärkeää<\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"startFocus\\\":false,\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":16},\\\"font\\\":{\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"600\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"heading\\\":\\\"h1\\\"},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\" test<\\/p>\\\"},\\\"FI\\\":{\\\"text\\\":\\\" Käytämme evästeitä palveluidemme laadun takaamiseksi. Hyväksymällä evästeet sallit, että Schibsted Suomi Oy ja sen mainontakumppanit<\\/a> käyttävät Oikotie:ssä evästeitä, laitetunnisteita ja muita laitteellesi tallennettuja ja \\/ tai sieltä saatuja tietoja. Kerätyt henkilötiedot sisältävät esimerkiksi tietoja sivuista, joilla olet vieraillut. Mainontakumppanimme voivat käsitellä tietoja personoitujen mainosten ja sisällön näyttämiseen, mainonnan ja sisällön mittauskseen, käyttäjäymmärryksen luomiseen sekä tuotekehitykseen.<\\/span><\\/p>\\\"}},\\\"text\\\":\\\" Käytämme evästeitä palveluidemme laadun takaamiseksi. Hyväksymällä evästeet sallit, että Schibsted Suomi Oy ja sen mainontakumppanit<\\/a> käyttävät Oikotie:ssä evästeitä, laitetunnisteita ja muita laitteellesi tallennettuja ja \\/ tai sieltä saatuja tietoja. Kerätyt henkilötiedot sisältävät esimerkiksi tietoja sivuista, joilla olet vieraillut. Mainontakumppanimme voivat käsitellä tietoja personoitujen mainosten ja sisällön näyttämiseen, mainonnan ja sisällön mittauskseen, käyttäjäymmärryksen luomiseen sekä tuotekehitykseen.<\\/span><\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"choice_options\\\":[{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625742562343\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122&pmTab=vendors\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625742591289\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122&pmTab=vendors\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"}],\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":16},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"link\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"textDecoration\\\":\\\"underline\\\"},\\\"hover\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#134374\\\",\\\"textDecoration\\\":\\\"none\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\" test<\\/p>\\\"},\\\"FI\\\":{\\\"text\\\":\\\" Schibsted Suomi käyttää tietoja: <\\/p>\\\"}},\\\"text\\\":\\\" Schibsted Suomi käyttää tietoja: <\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"choice_options\\\":[{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625742562343\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122&pmTab=vendors\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625742591289\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122&pmTab=vendors\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"}],\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":8},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"link\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#0664C2\\\",\\\"textDecoration\\\":\\\"underline\\\"},\\\"hover\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#134374\\\",\\\"textDecoration\\\":\\\"underline\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{\\\"selectedLanguage\\\":\\\"FI\\\",\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0}},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Text\\\"},\\\"FI\\\":{\\\"text\\\":\\\" “Muokkaa asetuksia” -kohdasta voit tehdä valintoja liittyen suostumuksiisi tai kieltää oikeutettuun etuun perustuvan datan käytön. Voit milloin tahansa muuttaa asetuksiasi palveluidemme sivujen alalaidasta löytyvästä \\\\\\\"Evästeasetukset\\\\\\\"-kohdasta.<\\/p>\\\"}},\\\"text\\\":\\\" “Muokkaa asetuksia” -kohdasta voit tehdä valintoja liittyen suostumuksiisi tai kieltää oikeutettuun etuun perustuvan datan käytön. Voit milloin tahansa muuttaa asetuksiasi palveluidemme sivujen alalaidasta löytyvästä \\\\\\\"Evästeasetukset\\\\\\\"-kohdasta.<\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":16},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"}],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{\\\"selectedLanguage\\\":\\\"FI\\\",\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0}},\\\"children\\\":[{\\\"type\\\":\\\"Text\\\",\\\"name\\\":\\\"Text\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Text\\\"},\\\"FI\\\":{\\\"text\\\":\\\" Tietosuoja- ja evästekäytäntö<\\/a><\\/p>\\\"}},\\\"text\\\":\\\" Tietosuoja- ja evästekäytäntö<\\/a><\\/p>\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"startFocus\\\":false,\\\"padding\\\":{\\\"paddingLeft\\\":1,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0},\\\"link\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#535259\\\",\\\"textDecoration\\\":\\\"underline\\\"},\\\"hover\\\":{\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#134374\\\",\\\"textDecoration\\\":\\\"none\\\"},\\\"font\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":\\\"400\\\",\\\"color\\\":\\\"#000000\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"link external\\\"}],\\\"handle\\\":\\\"mobile-row\\\"},{\\\"type\\\":\\\"Row\\\",\\\"name\\\":\\\"Row\\\",\\\"settings\\\":{\\\"selectedLanguage\\\":\\\"FI\\\",\\\"padding\\\":{\\\"paddingLeft\\\":0,\\\"paddingRight\\\":0,\\\"paddingTop\\\":0,\\\"paddingBottom\\\":0},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":24,\\\"marginBottom\\\":0},\\\"align\\\":\\\"center\\\"},\\\"children\\\":[{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Button\\\"},\\\"FI\\\":{\\\"text\\\":\\\"Muokkaa asetuksia\\\"}},\\\"text\\\":\\\"Muokkaa asetuksia\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"choice_option\\\":{\\\"type\\\":12,\\\"data\\\":{\\\"button_text\\\":\\\"1625753864967\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},\\\"master_privacy_manager_iframe_url\\\":\\\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\\\"},\\\"border\\\":{\\\"borderWidth\\\":1,\\\"borderColor\\\":\\\"#aeadb5\\\",\\\"borderTopLeftRadius\\\":20,\\\"borderTopRightRadius\\\":20,\\\"borderBottomLeftRadius\\\":20,\\\"borderBottomRightRadius\\\":20,\\\"borderStyle\\\":\\\"solid\\\"},\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":0},\\\"background\\\":\\\"#ffffff\\\",\\\"font\\\":{\\\"fontSize\\\":15,\\\"fontWeight\\\":\\\"500\\\",\\\"color\\\":\\\"#15141a\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"},\\\"padding\\\":{\\\"paddingLeft\\\":28,\\\"paddingRight\\\":28,\\\"paddingTop\\\":11,\\\"paddingBottom\\\":11}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"},{\\\"type\\\":\\\"Button\\\",\\\"name\\\":\\\"Button\\\",\\\"settings\\\":{\\\"languages\\\":{\\\"EN\\\":{\\\"text\\\":\\\"Button\\\"},\\\"FI\\\":{\\\"text\\\":\\\"Hyväksy kaikki evästeet\\\"}},\\\"text\\\":\\\"Hyväksy kaikki evästeet\\\",\\\"selectedLanguage\\\":\\\"FI\\\",\\\"choice_option\\\":{\\\"type\\\":11,\\\"data\\\":{\\\"button_text\\\":\\\"1625753883241\\\",\\\"consent_origin\\\":\\\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\\\",\\\"consent_language\\\":\\\"EN\\\"}},\\\"border\\\":{\\\"borderWidth\\\":1,\\\"borderColor\\\":\\\"#15141a\\\",\\\"borderTopLeftRadius\\\":20,\\\"borderTopRightRadius\\\":20,\\\"borderBottomLeftRadius\\\":20,\\\"borderBottomRightRadius\\\":20,\\\"borderStyle\\\":\\\"solid\\\"},\\\"background\\\":\\\"#15141a\\\",\\\"margin\\\":{\\\"marginLeft\\\":0,\\\"marginRight\\\":0,\\\"marginTop\\\":0,\\\"marginBottom\\\":12},\\\"padding\\\":{\\\"paddingLeft\\\":28,\\\"paddingRight\\\":28,\\\"paddingTop\\\":11,\\\"paddingBottom\\\":11},\\\"font\\\":{\\\"fontSize\\\":15,\\\"fontWeight\\\":\\\"500\\\",\\\"color\\\":\\\"#ffffff\\\",\\\"fontFamily\\\":\\\"arial, helvetica, sans-serif\\\"}},\\\"children\\\":[],\\\"handle\\\":\\\"\\\"}],\\\"handle\\\":\\\"btns-container\\\"}],\\\"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}],\\\"css\\\":\\\"\\/* latin *\\/\\\\n@font-face {\\\\n font-family: 'Inter';\\\\n font-style: normal;\\\\n font-weight: 400;\\\\n font-display: swap;\\\\n src: url(https:\\/\\/fonts.gstatic.com\\/s\\/inter\\/v8\\/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');\\\\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\/* latin *\\/\\\\n@font-face {\\\\n font-family: 'Inter';\\\\n font-style: normal;\\\\n font-weight: 500;\\\\n font-display: swap;\\\\n src: url(https:\\/\\/fonts.gstatic.com\\/s\\/inter\\/v8\\/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');\\\\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\/* latin *\\/\\\\n@font-face {\\\\n font-family: 'Inter';\\\\n font-style: normal;\\\\n font-weight: 600;\\\\n font-display: swap;\\\\n src: url(https:\\/\\/fonts.gstatic.com\\/s\\/inter\\/v8\\/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');\\\\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\\\\n}\\\\n\\\\n* {\\\\n font-family: \\\\\\\"Inter\\\\\\\", sans-serif !important;\\\\n box-sizing: border-box !important;\\\\n transition: unset !important;\\\\n line-height: 24px !important;\\\\n}\\\\n\\\\nh1 { line-height: 26px !important; }\\\\na:active, a:visited, a:focus { color: #535259 !important; text-decoration: none !important; }\\\\n.message-button { border-radius: 40px !important; }\\\\n.message-button:hover { \\\\n opacity: 1 !important; \\\\n background: #180C3C !important; \\\\n color: white !important;\\\\n border-color: #180C3C !important;\\\\n}\\\\n.message-button:active{ background-color: #35343A !important; color: #ffffff !important; }\\\\n.message-button:focus{\\\\n background: #FFFFFF !important;\\\\n border: 1px solid #15141A !important;\\\\n box-shadow: 0px 0px 0px 4px rgba(21, 20, 26, 0.21) !important;\\\\n box-sizing: border-box !important;\\\\n color: #15141A !important;\\\\n}\\\\n\\\\n.ul-list ol { list-style-type: disc !important; padding-left: 22px !important; margin: 0 !important; }\\\\n.message { box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.2) !important; overflow: auto; }\\\\ndiv.test-d .message { bottom: 0; position: absolute; }\\\\n.mobile-row { flex-direction: row !important; }\\\\n.btns-container { flex-direction: column-reverse !important; align-items: center !important; }\\\\n\\\\n@media (min-width: 600px) {\\\\n .btns-container { justify-content: flex-end !important; flex-direction: row !important; }\\\\n .btns-container > button:last-child { margin-left: 12px !important; margin-bottom: 0 !important; }\\\\n .message {\\\\n border-radius: 12px !important;\\\\n margin-top: 40px !important;\\\\n margin-bottom: 40px !important;\\\\n padding: 24px 20px 20px !important;\\\\n }\\\\n}\\\\n\\\\n@media (max-width: 599px) {\\\\n .message {\\\\n height: 100vh !important;\\\\n overflow: auto;\\\\n display: block;\\\\n }\\\\n}\\\\n\\\",\\\"handle\\\":\\\"level1\\\"}\",\"name\":\"TCF\\/1 Fi 2.1.6\",\"settings\":{\"_errors\":{},\"border\":{\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"borderColor\":\"#000000\",\"borderStyle\":\"solid\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderWidth\":0},\"defaultLanguage\":\"FI\",\"iframeTitle\":\" SP Consent Message<\\/p>\",\"languages\":{\"EN\":{\"iframeTitle\":\" SP Consent Message<\\/p>\"}},\"padding\":{\"paddingBottom\":24,\"paddingLeft\":16,\"paddingRight\":16,\"paddingTop\":24},\"selectedLanguage\":\"FI\",\"selected_privacy_manager\":{\"data\":{\"button_text\":\"1679497468140\",\"consent_origin\":\"https:\\/\\/sourcepoint.mgr.consensu.org\\/tcfv2\",\"privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\"},\"master_privacy_manager_iframe_url\":\"https:\\/\\/notice.sp-prod.net\\/privacy-manager\\/index.html?message_id=662122\",\"type\":12},\"showClose\":false,\"showVeil\":true,\"width\":{\"type\":\"px\",\"value\":640}},\"signature\":[84,181,163,59,43,5,16,154,193,238,32,174,17,52,63,104,132,26,219,214,16,92,176,127,202,253,143,143,52,169,47,188,81,106,162,26,233,160,30,192,90,146,192,55,245,201,244,155,169,182,234,188,254,106,9,26,59,17,129,179,148,203,37,9],\"type\":\"Notice\"},\"site_id\":26891},\"messageMetaData\":{\"bucket\":600,\"categoryId\":1,\"messageId\":852362,\"msgDescription\":\"\",\"prtnUUID\":\"e045e0c0-7c71-4049-a173-ba1f7382e6a2\",\"subCategoryId\":5},\"type\":\"GDPR\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?consentUUID=699f12fe-2387-43e0-ad05-93b5dbe1dc10&message_id=852362&consentLanguage=FI&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_PublisherRestrictions10\":\"000000000220000000002020000200020002000000000000020200000000000000022000000200200000000000000000000000000000000000200000000000000002000000000000000000000000000000002000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions2\":\"000000000220000000002020000200020002000000000000020200000000000000022000000200200000000000000000000000000000000000200000000000000002000000000000000000000000000000002000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000210000000001020000100010002000000000000010100000000000000012000000100100000000000000000000000000000000000200000000000000002000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000100000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions8\":\"000000000210000000002020000200020002000000000000020200000000000000022000000100200000000000000000000000000000000000200000000000000002000000000000000000000000000000001000000000000000000000000000000000000000000000000000200000000000000000000000000000000000200000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions9\":\"000000000210000000002020000100020002000000000000020200000000000000012000000100200000000000000000000000000000000000200000000000000002000000000000000000000000000000002000000000000000000000000000000000000000000000000000100000000000000000000000000000000000200000000002000000002000000000000000020000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"00000000000\",\"IABTCF_PurposeLegitimateInterests\":\"0100001111\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_TCString\":\"CPzEX8APzEX8AAGABCENDYCgAAAAAEPAAAYgAAAMEgMwAKAAsACoAFwAOAAgABIADIAGkARABFACYAE8AOYAhABSgDZAH6AQgAiIBIgCdgGKAPsAmQBeYDBACAoAQABQARQA5gEIHAAQCdjoB4ACwAKgAcABAADIAGgARAAmABPAFKANkAfoBigD7ALzIQBAAFgBMAFKAYolAHAAWABwAIgATABsgGKAXmUAAgAyKQDQAFgAVAA4ACAAGgARAAmABPAFKANkAfoB9gF5lQAIBIgA.YAAAAAAAAAAA\",\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_VendorConsents\":\"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000110000000001010000100010001000000000000010100000000000000011000000100100000000000000000000000000000000000100000000000000001000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000100000000001000000001000000000000000010000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_gdprApplies\":1},\"addtlConsent\":\"1~\",\"childPmId\":null,\"consentedToAll\":null,\"customVendorsResponse\":{\"consentedPurposes\":[],\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306d7249a5\",\"name\":\"Cloudflare\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c30686fd76c\",\"name\":\"Cloudinary, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbdb8e05c3057240f56\",\"name\":\"Facebook\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f60\",\"name\":\"gskinner\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1ec9\",\"name\":\"Signal\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1f05\",\"name\":\"Thomann GmbH\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f30\",\"name\":\"Tradedoubler AB\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f31\",\"name\":\"Undertone\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306d72499f\",\"name\":\"Videology\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c30686fd74c\",\"name\":\"Vimeo\",\"vendorType\":\"CUSTOM\"}],\"legIntPurposes\":[{\"_id\":\"62b322f69dcac7068c5eea6c\",\"name\":\"Select basic ads\"},{\"_id\":\"62b322f69dcac7068c5eeb52\",\"name\":\"Measure ad performance\"},{\"_id\":\"62b322f69dcac7068c5eebbb\",\"name\":\"Measure content performance\"},{\"_id\":\"62b322f69dcac7068c5eebee\",\"name\":\"Apply market research to generate audience insights\"},{\"_id\":\"62b322f69dcac7068c5eec43\",\"name\":\"Develop and improve products\"}]},\"dateCreated\":\"2023-10-03T17:44:58.904Z\",\"euconsent\":\"CPzEX8APzEX8AAGABCENDYCgAAAAAEPAAAYgAAAMEgMwAKAAsACoAFwAOAAgABIADIAGkARABFACYAE8AOYAhABSgDZAH6AQgAiIBIgCdgGKAPsAmQBeYDBACAoAQABQARQA5gEIHAAQCdjoB4ACwAKgAcABAADIAGgARAAmABPAFKANkAfoBigD7ALzIQBAAFgBMAFKAYolAHAAWABwAIgATABsgGKAXmUAAgAyKQDQAFgAVAA4ACAAGgARAAmABPAFKANkAfoB9gF5lQAIBIgA.YAAAAAAAAAAA\",\"grants\":{\"5e37fc3e56a5e60dff4e1986\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e60dff4e198c\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e66147767221\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e6614776722c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e66147767235\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true},\"vendorGrant\":true},\"5e37fc3e56a5e66147767237\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e37fc3e56a5e66147767238\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e37fc3e56a5e6615457a52b\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e37fc3e56a5e6615502f9c7\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e542b3a4cd8884eb41b5a72\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"5e68f9f669e7a93e0b25906d\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true},\"vendorGrant\":true},\"5e716fc09a0b5040d575080f\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5e777e669cb08971eb078d71\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5e7ced56b8e05c4854221bb3\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c47e418b73d\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c47e418b73e\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c47e418b74b\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c47e418b74c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246ccd8\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246cce0\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246cce5\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246cce9\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246ccec\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c485246ccf3\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false},\"vendorGrant\":false},\"5e7ced57b8e05c4854221bb8\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c4854221bba\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c4854221bbb\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c4854221bd0\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c5a7d171cd7\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7ced57b8e05c5a7d171cda\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e7f6267b8e05c54a85c52de\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5e865b36b8e05c48537f60a7\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e865b36b8e05c6f984a37e6\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e865b37b8e05c6f984a37ea\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e952f6107d9d20c88e7c975\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true},\"vendorGrant\":true},\"5e98e7f0b8e05c1c467daaf0\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e98e7f1b8e05c111d01b462\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e98e7f1b8e05c48537f6115\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5e98e7f1b8e05c6f984a3839\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eab3d5ab8e05c241a63c5db\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eab3d5ab8e05c2bbe33f399\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eac148d4bfee33e7280d13d\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5eb2856cbb0c9a4439bfe303\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"5eb559d0b8e05c1c467dabea\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eb559d0b8e05c2bbe33f3f6\":{\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5eb559d0b8e05c48537f6209\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eec43\":true,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5ee15bc6b8e05c164c398ae3\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5ee34ea5b8e05c164d21c78d\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eec43\":true},\"vendorGrant\":true},\"5ee34ea5b8e05c164f6f8ffe\":{\"purposeGrants\":{\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5ee7add94c24944fdb5c5ac6\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"5ee7de6461fb844b64331f2d\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5eec8924b8e05c699567f398\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5efefe24b8e05c109b4949c8\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f0f39014effda6e8bbd2006\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"5f117325b8e05c065164a42c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1aada6b8e05c306c0597d7\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbdb8e05c3057240f56\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c30686fd74c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c30686fd76c\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306d72499f\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306d7249a5\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306e139f30\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306e139f31\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306e139f60\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1ec9\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f1b2fbeb8e05c306f2a1f05\":{\"purposeGrants\":{\"62b322f69dcac7068c5ee9c3\":false,\"62b322f69dcac7068c5ee9ec\":false,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"5f295fa4b8e05c76a44c3147\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"5f896ba9a22863606c631ace\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeacc\":false,\"62b322f69dcac7068c5eeb28\":false,\"62b322f69dcac7068c5eeb52\":false,\"62b322f69dcac7068c5eebbb\":false,\"62b322f69dcac7068c5eebee\":false,\"62b322f69dcac7068c5eec43\":false,\"62b322f69dcac7068c5eecd8\":false},\"vendorGrant\":false},\"6006e3abdd926426f307a208\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false,\"62b322f69dcac7068c5eecbb\":false,\"62b322f69dcac7068c5eecc9\":false,\"62b322f69dcac7068c5eecd1\":true},\"vendorGrant\":false},\"6025171fa228633ae669e7dc\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"6061aec5b5389c56c59ea31e\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true},\"vendorGrant\":true},\"6061aec5b5389c56c59ea32b\":{\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":false},\"vendorGrant\":false},\"614c848fc21846068da28de2\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"61fb9e006b4922079c088d5a\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"62a1fb2bef8ed0050a7e3a55\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false},\"62a20cf6f1879006fde6c696\":{\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":false},\"vendorGrant\":false}},\"hasConsentData\":false,\"rejectedAny\":null}}",
"sp.key.gdpr.message.subcategory": 5,
"IABTCF_PublisherRestrictions10": "000000000111000100001010100100010001000000001000000100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "sp.gdpr.consent.resp": "{\"euconsent\":\"CPzEX8APzEX8AAGABCENDYCgAP_AAEPAAAYgF7wKYAFAAYABAACoAFwAMgAcABAACQAFoAMgAaQBEAEUAJgATwAqABbADmAH4AQAAhABSgDSAGyAOIAeYA_QCEAERAIsASIAnYBSADFAGcAPsAfoBGoC2QFvALzAXuBgkBmABQAFgAVAAuABwAEAAJAAZAA0gCIAIoATAAngBzAEIAKUAbIA_QCEAERAJEATsAxQB9gEyALzAYIAUEgAgB-CgBAAFABFADmAQgIACAM4AtkdARAAWABUADgAIAAZAA0ACIAEwAJ4AfgBSgDZAH6ARYAxQB9gF5jgAIBOyEAQABYATABSgGKJQBwAFgAcACIAEwAbIBigF5lIB4ACwAKgAcABAADQAIgATAAngB-AFKANkAfoBFgD7ALzKgAQCRFAAIAMgAAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~482.486.505.1097.1419.3119.2677.2072.2770.89\",\"specialFeatures\":[],\"legIntCategories\":[\"62b322f69dcac7068c5eea6c\",\"62b322f69dcac7068c5eeb52\",\"62b322f69dcac7068c5eebbb\",\"62b322f69dcac7068c5eebee\",\"62b322f69dcac7068c5eec43\"],\"grants\":{\"5f1b2fbeb8e05c306d7249a5\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c30686fd76c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbdb8e05c3057240f56\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306e139f60\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306f2a1ec9\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306f2a1f05\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306e139f30\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306e139f31\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306d72499f\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c30686fd74c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e98e7f1b8e05c6f984a3839\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c5a7d171cda\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true}},\"5f117325b8e05c065164a42c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5ee34ea5b8e05c164f6f8ffe\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e60dff4e1986\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c4854221bb8\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c47e418b74b\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true}},\"5e37fc3e56a5e66147767221\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true}},\"5e37fc3e56a5e60dff4e198c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c5a7d171cd7\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true}},\"5e37fc3e56a5e6614776722c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e98e7f1b8e05c111d01b462\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c485246ccec\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1aada6b8e05c306c0597d7\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e865b37b8e05c6f984a37ea\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c485246ccd8\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":true}},\"5e7ced57b8e05c485246cce5\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e98e7f1b8e05c48537f6115\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e865b36b8e05c6f984a37e6\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eec8924b8e05c699567f398\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true}},\"5e7ced57b8e05c4854221bbb\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eab3d5ab8e05c241a63c5db\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c4854221bd0\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eb559d0b8e05c48537f6209\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eb559d0b8e05c1c467dabea\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5ee15bc6b8e05c164c398ae3\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f896ba9a22863606c631ace\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5efefe24b8e05c109b4949c8\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e66147767237\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c485246cce9\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c47e418b73e\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eb559d0b8e05c2bbe33f3f6\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eab3d5ab8e05c2bbe33f399\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e865b36b8e05c48537f60a7\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e98e7f0b8e05c1c467daaf0\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c4854221bba\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced56b8e05c4854221bb3\":{\"vendorGrant\":false,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c47e418b73d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e66147767238\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c47e418b74c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e6615502f9c7\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e66147767235\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true}},\"5e7ced57b8e05c485246ccf3\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e6615457a52b\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5ee34ea5b8e05c164d21c78d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eec43\":true}},\"5ee7de6461fb844b64331f2d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5e716fc09a0b5040d575080f\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"62a20cf6f1879006fde6c696\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"61fb9e006b4922079c088d5a\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5eac148d4bfee33e7280d13d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5e7f6267b8e05c54a85c52de\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"62a1fb2bef8ed0050a7e3a55\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5e777e669cb08971eb078d71\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5f295fa4b8e05c76a44c3147\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"614c848fc21846068da28de2\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"6006e3abdd926426f307a208\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true,\"62b322f69dcac7068c5eecbb\":true,\"62b322f69dcac7068c5eecc9\":true,\"62b322f69dcac7068c5eecd1\":true}},\"6025171fa228633ae669e7dc\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5e542b3a4cd8884eb41b5a72\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"5eb2856cbb0c9a4439bfe303\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"5ee7add94c24944fdb5c5ac6\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"6061aec5b5389c56c59ea32b\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"5f0f39014effda6e8bbd2006\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"6061aec5b5389c56c59ea31e\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true}},\"5e68f9f669e7a93e0b25906d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true}},\"5e952f6107d9d20c88e7c975\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306d7249a5\",\"5f1b2fbeb8e05c30686fd76c\",\"5f1b2fbdb8e05c3057240f56\",\"5f1b2fbeb8e05c306e139f60\",\"5f1b2fbeb8e05c306f2a1ec9\",\"5f1b2fbeb8e05c306f2a1f05\",\"5f1b2fbeb8e05c306e139f30\",\"5f1b2fbeb8e05c306e139f31\",\"5f1b2fbeb8e05c306d72499f\",\"5f1b2fbeb8e05c30686fd74c\",\"5ee7de6461fb844b64331f2d\",\"5e716fc09a0b5040d575080f\",\"62a20cf6f1879006fde6c696\",\"61fb9e006b4922079c088d5a\",\"5eac148d4bfee33e7280d13d\",\"5e7f6267b8e05c54a85c52de\",\"62a1fb2bef8ed0050a7e3a55\",\"5e777e669cb08971eb078d71\",\"5f295fa4b8e05c76a44c3147\",\"614c848fc21846068da28de2\",\"6006e3abdd926426f307a208\",\"6025171fa228633ae669e7dc\",\"5e542b3a4cd8884eb41b5a72\",\"5eb2856cbb0c9a4439bfe303\",\"5ee7add94c24944fdb5c5ac6\",\"6061aec5b5389c56c59ea32b\",\"5f0f39014effda6e8bbd2006\",\"5e7ced57b8e05c485246ccd8\",\"5e7ced57b8e05c4854221bd0\",\"5e37fc3e56a5e66147767221\",\"5ee15bc6b8e05c164c398ae3\",\"5e865b36b8e05c48537f60a7\",\"5e37fc3e56a5e60dff4e1986\",\"5e7ced56b8e05c4854221bb3\",\"5e98e7f0b8e05c1c467daaf0\",\"5e7ced57b8e05c4854221bba\",\"5e7ced57b8e05c485246cce0\",\"5e7ced57b8e05c485246cce9\",\"5e7ced57b8e05c5a7d171cda\",\"5e7ced57b8e05c485246cce5\",\"5e37fc3e56a5e66147767237\",\"5e865b36b8e05c6f984a37e6\",\"5eab3d5ab8e05c241a63c5db\",\"5e98e7f1b8e05c48537f6115\",\"5efefe24b8e05c109b4949c8\",\"5e98e7f1b8e05c111d01b462\",\"5e7ced57b8e05c47e418b73e\",\"5e37fc3e56a5e6615502f9c7\",\"5e37fc3e56a5e60dff4e198c\",\"5eab3d5ab8e05c2bbe33f399\",\"5eb559d0b8e05c2bbe33f3f6\",\"5e7ced57b8e05c47e418b73d\",\"5e98e7f1b8e05c6f984a3839\",\"5e7ced57b8e05c4854221bbb\",\"5e37fc3e56a5e6614776722c\",\"5e865b37b8e05c6f984a37ea\",\"5f117325b8e05c065164a42c\",\"5e7ced57b8e05c47e418b74b\",\"5e7ced57b8e05c485246ccf3\",\"5eb559d0b8e05c48537f6209\",\"5e7ced57b8e05c47e418b74c\",\"5e7ced57b8e05c485246ccec\",\"5e7ced57b8e05c4854221bb8\",\"5eec8924b8e05c699567f398\",\"5e37fc3e56a5e6615457a52b\",\"5f896ba9a22863606c631ace\",\"5ee34ea5b8e05c164f6f8ffe\",\"5e37fc3e56a5e66147767238\",\"5e7ced57b8e05c5a7d171cd7\",\"5f1aada6b8e05c306c0597d7\",\"5eb559d0b8e05c1c467dabea\"],\"acceptedCategories\":[\"62b322f69dcac7068c5eecd8\",\"62b322f69dcac7068c5eea6c\",\"62b322f69dcac7068c5eeacc\",\"62b322f69dcac7068c5ee9ec\",\"62b322f69dcac7068c5eeb28\",\"62b322f69dcac7068c5ee9c3\",\"62b322f69dcac7068c5eeb52\",\"62b322f69dcac7068c5eebbb\",\"62b322f69dcac7068c5eebee\",\"62b322f69dcac7068c5eec43\",\"62b322f69dcac7068c5eeca3\",\"62b322f69dcac7068c5eecbb\",\"62b322f69dcac7068c5eecc9\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2023-10-03T17:45:05.010Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306d72499f\",\"name\":\"Videology\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5eb2856cbb0c9a4439bfe303\",\"name\":\"Google Optimize\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f30\",\"name\":\"Tradedoubler AB\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f31\",\"name\":\"Undertone\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5ee7add94c24944fdb5c5ac6\",\"name\":\"Hotjar\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"62a1fb2bef8ed0050a7e3a55\",\"name\":\"Leadoo Marketing Technologies Ltd\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"61fb9e006b4922079c088d5a\",\"name\":\"Google Ads Remarketing Pixel\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e716fc09a0b5040d575080f\",\"name\":\"Facebook, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5ee7de6461fb844b64331f2d\",\"name\":\"Audience Project\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306d7249a5\",\"name\":\"Cloudflare\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"614c848fc21846068da28de2\",\"name\":\"RTB House S.A.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e542b3a4cd8884eb41b5a72\",\"name\":\"Google Analytics\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f295fa4b8e05c76a44c3147\",\"name\":\"Marketo, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e7f6267b8e05c54a85c52de\",\"name\":\"Intercom, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"6061aec5b5389c56c59ea32b\",\"name\":\"Surveypal\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1ec9\",\"name\":\"Signal\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"62a20cf6f1879006fde6c696\",\"name\":\"giosg.com Oy\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"6006e3abdd926426f307a208\",\"name\":\"Schibsted Suomi Oy\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c30686fd76c\",\"name\":\"Cloudinary, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c30686fd74c\",\"name\":\"Vimeo\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f0f39014effda6e8bbd2006\",\"name\":\"Sentry.io\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e777e669cb08971eb078d71\",\"name\":\"LinkedIn Corporation\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f60\",\"name\":\"gskinner\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1f05\",\"name\":\"Thomann GmbH\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5eac148d4bfee33e7280d13d\",\"name\":\"Instabot\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"6025171fa228633ae669e7dc\",\"name\":\"Xandr\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbdb8e05c3057240f56\",\"name\":\"Facebook\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"62b322f69dcac7068c5eecd8\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"62b322f69dcac7068c5eea6c\",\"name\":\"Select basic ads\"},{\"_id\":\"62b322f69dcac7068c5eeacc\",\"name\":\"Create a personalised ads profile\"},{\"_id\":\"62b322f69dcac7068c5ee9ec\",\"name\":\"Select personalised ads\"},{\"_id\":\"62b322f69dcac7068c5eeb28\",\"name\":\"Create a personalised content profile\"},{\"_id\":\"62b322f69dcac7068c5ee9c3\",\"name\":\"Select personalised content\"},{\"_id\":\"62b322f69dcac7068c5eeb52\",\"name\":\"Measure ad performance\"},{\"_id\":\"62b322f69dcac7068c5eebbb\",\"name\":\"Measure content performance\"},{\"_id\":\"62b322f69dcac7068c5eebee\",\"name\":\"Apply market research to generate audience insights\"},{\"_id\":\"62b322f69dcac7068c5eec43\",\"name\":\"Develop and improve products\"},{\"_id\":\"62b322f69dcac7068c5eeca3\",\"name\":\"Markkinointievästeet (mukaan lukien Google ja Meta)\"},{\"_id\":\"62b322f69dcac7068c5eecbb\",\"name\":\"Tuotekehitys ja analytiikka\"},{\"_id\":\"62b322f69dcac7068c5eecc9\",\"name\":\"Palveluiden sisällön personointi\"}],\"legIntPurposes\":[{\"_id\":\"62b322f69dcac7068c5eea6c\",\"name\":\"Select basic ads\"},{\"_id\":\"62b322f69dcac7068c5eeb52\",\"name\":\"Measure ad performance\"},{\"_id\":\"62b322f69dcac7068c5eebbb\",\"name\":\"Measure content performance\"},{\"_id\":\"62b322f69dcac7068c5eebee\",\"name\":\"Apply market research to generate audience insights\"},{\"_id\":\"62b322f69dcac7068c5eec43\",\"name\":\"Develop and improve products\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~482.486.505.1097.1419.3119.2677.2072.2770.89\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_TCString\":\"CPzEX8APzEX8AAGABCENDYCgAP_AAEPAAAYgF7wKYAFAAYABAACoAFwAMgAcABAACQAFoAMgAaQBEAEUAJgATwAqABbADmAH4AQAAhABSgDSAGyAOIAeYA_QCEAERAIsASIAnYBSADFAGcAPsAfoBGoC2QFvALzAXuBgkBmABQAFgAVAAuABwAEAAJAAZAA0gCIAIoATAAngBzAEIAKUAbIA_QCEAERAJEATsAxQB9gEyALzAYIAUEgAgB-CgBAAFABFADmAQgIACAM4AtkdARAAWABUADgAIAAZAA0ACIAEwAJ4AfgBSgDZAH6ARYAxQB9gF5jgAIBOyEAQABYATABSgGKJQBwAFgAcACIAEwAbIBigF5lIB4ACwAKgAcABAADQAIgATAAngB-AFKANkAfoBFgD7ALzKgAQCRFAAIAMgAAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000110000000001010000100010001000000000000010100000000000000011000000100100000000000000000000000000000000000100000000000000001000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000100000000001000000001000000000000000010000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1111111111\",\"IABTCF_PurposeLegitimateInterests\":\"0100001111\",\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_PublisherConsent\":\"0000000000\",\"IABTCF_PublisherLegitimateInterests\":\"0000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"0000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"0000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions8\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions9\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000111000100001010100100010001000000001000000100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}",
+ "sp.gdpr.consent.resp": "{\"euconsent\":\"CPzEX8APzEX8AAGABCENDYCgAP_AAEPAAAYgF7wKYAFAAYABAACoAFwAMgAcABAACQAFoAMgAaQBEAEUAJgATwAqABbADmAH4AQAAhABSgDSAGyAOIAeYA_QCEAERAIsASIAnYBSADFAGcAPsAfoBGoC2QFvALzAXuBgkBmABQAFgAVAAuABwAEAAJAAZAA0gCIAIoATAAngBzAEIAKUAbIA_QCEAERAJEATsAxQB9gEyALzAYIAUEgAgB-CgBAAFABFADmAQgIACAM4AtkdARAAWABUADgAIAAZAA0ACIAEwAJ4AfgBSgDZAH6ARYAxQB9gF5jgAIBOyEAQABYATABSgGKJQBwAFgAcACIAEwAbIBigF5lIB4ACwAKgAcABAADQAIgATAAngB-AFKANkAfoBFgD7ALzKgAQCRFAAIAMgAAA.YAAAAAAAAAAA\",\"addtlConsent\":\"1~482.486.505.1097.1419.3119.2677.2072.2770.89\",\"specialFeatures\":[],\"legIntCategories\":[\"62b322f69dcac7068c5eea6c\",\"62b322f69dcac7068c5eeb52\",\"62b322f69dcac7068c5eebbb\",\"62b322f69dcac7068c5eebee\",\"62b322f69dcac7068c5eec43\"],\"grants\":{\"5f1b2fbeb8e05c306d7249a5\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c30686fd76c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbdb8e05c3057240f56\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306e139f60\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306f2a1ec9\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306f2a1f05\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306e139f30\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306e139f31\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c306d72499f\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1b2fbeb8e05c30686fd74c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e98e7f1b8e05c6f984a3839\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c5a7d171cda\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true}},\"5f117325b8e05c065164a42c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5ee34ea5b8e05c164f6f8ffe\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e60dff4e1986\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c4854221bb8\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c47e418b74b\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true}},\"5e37fc3e56a5e66147767221\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true}},\"5e37fc3e56a5e60dff4e198c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c5a7d171cd7\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true}},\"5e37fc3e56a5e6614776722c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e98e7f1b8e05c111d01b462\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c485246ccec\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f1aada6b8e05c306c0597d7\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e865b37b8e05c6f984a37ea\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c485246ccd8\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":true}},\"5e7ced57b8e05c485246cce5\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e98e7f1b8e05c48537f6115\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e865b36b8e05c6f984a37e6\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eec8924b8e05c699567f398\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true}},\"5e7ced57b8e05c4854221bbb\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eab3d5ab8e05c241a63c5db\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c4854221bd0\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eb559d0b8e05c48537f6209\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eb559d0b8e05c1c467dabea\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5ee15bc6b8e05c164c398ae3\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5f896ba9a22863606c631ace\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5efefe24b8e05c109b4949c8\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e66147767237\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c485246cce9\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c47e418b73e\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eb559d0b8e05c2bbe33f3f6\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eec43\":true}},\"5eab3d5ab8e05c2bbe33f399\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e865b36b8e05c48537f60a7\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e98e7f0b8e05c1c467daaf0\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c485246cce0\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c4854221bba\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced56b8e05c4854221bb3\":{\"vendorGrant\":false,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":false,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c47e418b73d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd8\":true,\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e66147767238\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeacc\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eeb28\":true,\"62b322f69dcac7068c5ee9c3\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e7ced57b8e05c47e418b74c\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5ee9ec\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e6615502f9c7\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eea6c\":true,\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e66147767235\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true}},\"5e7ced57b8e05c485246ccf3\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eec43\":true}},\"5e37fc3e56a5e6615457a52b\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebee\":true,\"62b322f69dcac7068c5eec43\":true}},\"5ee34ea5b8e05c164d21c78d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeb52\":true,\"62b322f69dcac7068c5eebbb\":true,\"62b322f69dcac7068c5eec43\":true}},\"5ee7de6461fb844b64331f2d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5e716fc09a0b5040d575080f\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"62a20cf6f1879006fde6c696\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"61fb9e006b4922079c088d5a\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5eac148d4bfee33e7280d13d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5e7f6267b8e05c54a85c52de\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"62a1fb2bef8ed0050a7e3a55\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5e777e669cb08971eb078d71\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5f295fa4b8e05c76a44c3147\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"614c848fc21846068da28de2\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"6006e3abdd926426f307a208\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true,\"62b322f69dcac7068c5eecbb\":true,\"62b322f69dcac7068c5eecc9\":true,\"62b322f69dcac7068c5eecd1\":true}},\"6025171fa228633ae669e7dc\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eeca3\":true}},\"5e542b3a4cd8884eb41b5a72\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"5eb2856cbb0c9a4439bfe303\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"5ee7add94c24944fdb5c5ac6\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"6061aec5b5389c56c59ea32b\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"5f0f39014effda6e8bbd2006\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecbb\":true}},\"6061aec5b5389c56c59ea31e\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true}},\"5e68f9f669e7a93e0b25906d\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true}},\"5e952f6107d9d20c88e7c975\":{\"vendorGrant\":true,\"purposeGrants\":{\"62b322f69dcac7068c5eecd1\":true}}},\"acceptedVendors\":[\"5f1b2fbeb8e05c306d7249a5\",\"5f1b2fbeb8e05c30686fd76c\",\"5f1b2fbdb8e05c3057240f56\",\"5f1b2fbeb8e05c306e139f60\",\"5f1b2fbeb8e05c306f2a1ec9\",\"5f1b2fbeb8e05c306f2a1f05\",\"5f1b2fbeb8e05c306e139f30\",\"5f1b2fbeb8e05c306e139f31\",\"5f1b2fbeb8e05c306d72499f\",\"5f1b2fbeb8e05c30686fd74c\",\"5ee7de6461fb844b64331f2d\",\"5e716fc09a0b5040d575080f\",\"62a20cf6f1879006fde6c696\",\"61fb9e006b4922079c088d5a\",\"5eac148d4bfee33e7280d13d\",\"5e7f6267b8e05c54a85c52de\",\"62a1fb2bef8ed0050a7e3a55\",\"5e777e669cb08971eb078d71\",\"5f295fa4b8e05c76a44c3147\",\"614c848fc21846068da28de2\",\"6006e3abdd926426f307a208\",\"6025171fa228633ae669e7dc\",\"5e542b3a4cd8884eb41b5a72\",\"5eb2856cbb0c9a4439bfe303\",\"5ee7add94c24944fdb5c5ac6\",\"6061aec5b5389c56c59ea32b\",\"5f0f39014effda6e8bbd2006\",\"5e7ced57b8e05c485246ccd8\",\"5e7ced57b8e05c4854221bd0\",\"5e37fc3e56a5e66147767221\",\"5ee15bc6b8e05c164c398ae3\",\"5e865b36b8e05c48537f60a7\",\"5e37fc3e56a5e60dff4e1986\",\"5e7ced56b8e05c4854221bb3\",\"5e98e7f0b8e05c1c467daaf0\",\"5e7ced57b8e05c4854221bba\",\"5e7ced57b8e05c485246cce0\",\"5e7ced57b8e05c485246cce9\",\"5e7ced57b8e05c5a7d171cda\",\"5e7ced57b8e05c485246cce5\",\"5e37fc3e56a5e66147767237\",\"5e865b36b8e05c6f984a37e6\",\"5eab3d5ab8e05c241a63c5db\",\"5e98e7f1b8e05c48537f6115\",\"5efefe24b8e05c109b4949c8\",\"5e98e7f1b8e05c111d01b462\",\"5e7ced57b8e05c47e418b73e\",\"5e37fc3e56a5e6615502f9c7\",\"5e37fc3e56a5e60dff4e198c\",\"5eab3d5ab8e05c2bbe33f399\",\"5eb559d0b8e05c2bbe33f3f6\",\"5e7ced57b8e05c47e418b73d\",\"5e98e7f1b8e05c6f984a3839\",\"5e7ced57b8e05c4854221bbb\",\"5e37fc3e56a5e6614776722c\",\"5e865b37b8e05c6f984a37ea\",\"5f117325b8e05c065164a42c\",\"5e7ced57b8e05c47e418b74b\",\"5e7ced57b8e05c485246ccf3\",\"5eb559d0b8e05c48537f6209\",\"5e7ced57b8e05c47e418b74c\",\"5e7ced57b8e05c485246ccec\",\"5e7ced57b8e05c4854221bb8\",\"5eec8924b8e05c699567f398\",\"5e37fc3e56a5e6615457a52b\",\"5f896ba9a22863606c631ace\",\"5ee34ea5b8e05c164f6f8ffe\",\"5e37fc3e56a5e66147767238\",\"5e7ced57b8e05c5a7d171cd7\",\"5f1aada6b8e05c306c0597d7\",\"5eb559d0b8e05c1c467dabea\"],\"acceptedCategories\":[\"62b322f69dcac7068c5eecd8\",\"62b322f69dcac7068c5eea6c\",\"62b322f69dcac7068c5eeacc\",\"62b322f69dcac7068c5ee9ec\",\"62b322f69dcac7068c5eeb28\",\"62b322f69dcac7068c5ee9c3\",\"62b322f69dcac7068c5eeb52\",\"62b322f69dcac7068c5eebbb\",\"62b322f69dcac7068c5eebee\",\"62b322f69dcac7068c5eec43\",\"62b322f69dcac7068c5eeca3\",\"62b322f69dcac7068c5eecbb\",\"62b322f69dcac7068c5eecc9\"],\"consentedToAll\":true,\"rejectedAny\":false,\"dateCreated\":\"2023-10-03T17:45:05.010Z\",\"customVendorsResponse\":{\"consentedVendors\":[{\"_id\":\"5f1b2fbeb8e05c306d72499f\",\"name\":\"Videology\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5eb2856cbb0c9a4439bfe303\",\"name\":\"Google Optimize\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f30\",\"name\":\"Tradedoubler AB\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f31\",\"name\":\"Undertone\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5ee7add94c24944fdb5c5ac6\",\"name\":\"Hotjar\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"62a1fb2bef8ed0050a7e3a55\",\"name\":\"Leadoo Marketing Technologies Ltd\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"61fb9e006b4922079c088d5a\",\"name\":\"Google Ads Remarketing Pixel\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e716fc09a0b5040d575080f\",\"name\":\"Facebook, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5ee7de6461fb844b64331f2d\",\"name\":\"Audience Project\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306d7249a5\",\"name\":\"Cloudflare\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"614c848fc21846068da28de2\",\"name\":\"RTB House S.A.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e542b3a4cd8884eb41b5a72\",\"name\":\"Google Analytics\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f295fa4b8e05c76a44c3147\",\"name\":\"Marketo, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e7f6267b8e05c54a85c52de\",\"name\":\"Intercom, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"6061aec5b5389c56c59ea32b\",\"name\":\"Surveypal\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1ec9\",\"name\":\"Signal\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"62a20cf6f1879006fde6c696\",\"name\":\"giosg.com Oy\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"6006e3abdd926426f307a208\",\"name\":\"Schibsted Suomi Oy\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c30686fd76c\",\"name\":\"Cloudinary, Inc.\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c30686fd74c\",\"name\":\"Vimeo\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f0f39014effda6e8bbd2006\",\"name\":\"Sentry.io\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5e777e669cb08971eb078d71\",\"name\":\"LinkedIn Corporation\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306e139f60\",\"name\":\"gskinner\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbeb8e05c306f2a1f05\",\"name\":\"Thomann GmbH\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5eac148d4bfee33e7280d13d\",\"name\":\"Instabot\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"6025171fa228633ae669e7dc\",\"name\":\"Xandr\",\"vendorType\":\"CUSTOM\"},{\"_id\":\"5f1b2fbdb8e05c3057240f56\",\"name\":\"Facebook\",\"vendorType\":\"CUSTOM\"}],\"consentedPurposes\":[{\"_id\":\"62b322f69dcac7068c5eecd8\",\"name\":\"Store and\\/or access information on a device\"},{\"_id\":\"62b322f69dcac7068c5eea6c\",\"name\":\"Select basic ads\"},{\"_id\":\"62b322f69dcac7068c5eeacc\",\"name\":\"Create a personalised ads profile\"},{\"_id\":\"62b322f69dcac7068c5ee9ec\",\"name\":\"Select personalised ads\"},{\"_id\":\"62b322f69dcac7068c5eeb28\",\"name\":\"Create a personalised content profile\"},{\"_id\":\"62b322f69dcac7068c5ee9c3\",\"name\":\"Select personalised content\"},{\"_id\":\"62b322f69dcac7068c5eeb52\",\"name\":\"Measure ad performance\"},{\"_id\":\"62b322f69dcac7068c5eebbb\",\"name\":\"Measure content performance\"},{\"_id\":\"62b322f69dcac7068c5eebee\",\"name\":\"Apply market research to generate audience insights\"},{\"_id\":\"62b322f69dcac7068c5eec43\",\"name\":\"Develop and improve products\"},{\"_id\":\"62b322f69dcac7068c5eeca3\",\"name\":\"Markkinointievästeet (mukaan lukien Google ja Meta)\"},{\"_id\":\"62b322f69dcac7068c5eecbb\",\"name\":\"Tuotekehitys ja analytiikka\"},{\"_id\":\"62b322f69dcac7068c5eecc9\",\"name\":\"Palveluiden sisällön personointi\"}],\"legIntPurposes\":[{\"_id\":\"62b322f69dcac7068c5eea6c\",\"name\":\"Select basic ads\"},{\"_id\":\"62b322f69dcac7068c5eeb52\",\"name\":\"Measure ad performance\"},{\"_id\":\"62b322f69dcac7068c5eebbb\",\"name\":\"Measure content performance\"},{\"_id\":\"62b322f69dcac7068c5eebee\",\"name\":\"Apply market research to generate audience insights\"},{\"_id\":\"62b322f69dcac7068c5eec43\",\"name\":\"Develop and improve products\"}]},\"TCData\":{\"IABTCF_AddtlConsent\":\"1~482.486.505.1097.1419.3119.2677.2072.2770.89\",\"IABTCF_CmpSdkID\":6,\"IABTCF_CmpSdkVersion\":2,\"IABTCF_PolicyVersion\":2,\"IABTCF_PublisherCC\":\"DE\",\"IABTCF_PurposeOneTreatment\":0,\"IABTCF_UseNonStandardTexts\":0,\"IABTCF_TCString\":\"CPzEX8APzEX8AAGABCENDYCgAP_AAEPAAAYgF7wKYAFAAYABAACoAFwAMgAcABAACQAFoAMgAaQBEAEUAJgATwAqABbADmAH4AQAAhABSgDSAGyAOIAeYA_QCEAERAIsASIAnYBSADFAGcAPsAfoBGoC2QFvALzAXuBgkBmABQAFgAVAAuABwAEAAJAAZAA0gCIAIoATAAngBzAEIAKUAbIA_QCEAERAJEATsAxQB9gEyALzAYIAUEgAgB-CgBAAFABFADmAQgIACAM4AtkdARAAWABUADgAIAAZAA0ACIAEwAJ4AfgBSgDZAH6ARYAxQB9gF5jgAIBOyEAQABYATABSgGKJQBwAFgAcACIAEwAbIBigF5lIB4ACwAKgAcABAADQAIgATAAngB-AFKANkAfoBFgD7ALzKgAQCRFAAIAMgAAA.YAAAAAAAAAAA\",\"IABTCF_VendorConsents\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_VendorLegitimateInterests\":\"000000000110000000001010000100010001000000000000010100000000000000011000000100100000000000000000000000000000000000100000000000000001000000000000000000000000000000001000000000000000000000000000000000000000000000000000100000000000000000000000000000000000100000000001000000001000000000000000010000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PurposeConsents\":\"1111111111\",\"IABTCF_PurposeLegitimateInterests\":\"0100001111\",\"IABTCF_SpecialFeaturesOptIns\":\"00\",\"IABTCF_PublisherConsent\":\"00000000000\",\"IABTCF_PublisherLegitimateInterests\":\"00000000000\",\"IABTCF_PublisherCustomPurposesConsents\":\"00000000000\",\"IABTCF_PublisherCustomPurposesLegitimateInterests\":\"00000000000\",\"IABTCF_gdprApplies\":1,\"IABTCF_PublisherRestrictions2\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions7\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions8\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions9\":\"000000000111000100001010100100010001000000001000010100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\",\"IABTCF_PublisherRestrictions10\":\"000000000111000100001010100100010001000000001000000100000000000000011000000100100001000000100000000000000000000000100000000001010001000000000000000000000000000000001000000000000000000000000000000000000000000001000000100000000100000000000000001000000000100000000001000000001000010000000000010000000000000000000000001000000000000100000000000000000000000000000000000000000000000000000000000000000100000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000010000000000000000000010001000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000\"}}",
"IABTCF_TCString": "CPzEX8APzEX8AAGABCENDYCgAP_AAEPAAAYgF7wKYAFAAYABAACoAFwAMgAcABAACQAFoAMgAaQBEAEUAJgATwAqABbADmAH4AQAAhABSgDSAGyAOIAeYA_QCEAERAIsASIAnYBSADFAGcAPsAfoBGoC2QFvALzAXuBgkBmABQAFgAVAAuABwAEAAJAAZAA0gCIAIoATAAngBzAEIAKUAbIA_QCEAERAJEATsAxQB9gEyALzAYIAUEgAgB-CgBAAFABFADmAQgIACAM4AtkdARAAWABUADgAIAAZAA0ACIAEwAJ4AfgBSgDZAH6ARYAxQB9gF5jgAIBOyEAQABYATABSgGKJQBwAFgAcACIAEwAbIBigF5lIB4ACwAKgAcABAADQAIgATAAngB-AFKANkAfoBFgD7ALzKgAQCRFAAIAMgAAA.YAAAAAAAAAAA",
"sp.gdpr.consentUUID": "699f12fe-2387-43e0-ad05-93b5dbe1dc10_24",
"IABTCF_UseNonStandardTexts": 0,
@@ -557,7 +557,7 @@ val v7Consent711 = """
"IABTCF_PurposeOneTreatment": 0,
"sp.ccpa.key.message.metadata": "{\n \"bucket\": 33,\n \"categoryId\": 2,\n \"messageId\": 766174,\n \"msgDescription\": \"\",\n \"prtnUUID\": \"0f7a409a-23de-4598-a39a-148cc3aa7325\",\n \"subCategoryId\": 5\n}",
"sp.ccpa.consentUUID": "044acef7-bd6a-4480-92ba-2f7a9713bd4f",
- "IABTCF_PublisherConsent": "0000000000",
+ "IABTCF_PublisherConsent": "00000000000",
"sp.ccpa.key.applies": true,
"IABTCF_gdprApplies": 1,
"IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
@@ -565,13 +565,13 @@ val v7Consent711 = """
"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.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}",
"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,
@@ -580,7 +580,7 @@ val v7Consent711 = """
"IABTCF_VendorConsents": "000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"IABTCF_PublisherCC": "DE",
"IABTCF_SpecialFeaturesOptIns": "11",
- "IABTCF_PublisherLegitimateInterests": "0000000000",
+ "IABTCF_PublisherLegitimateInterests": "00000000000",
"IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"sp.gdpr.key.applies": true,
"IABTCF_TCString": "CP0JloAP0JloAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA",
@@ -589,7 +589,7 @@ val v7Consent711 = """
"sp.key.pv.data": "{\n \"ccpa\": {\n \"cookies\": [\n {\n \"key\": \"ccpaUUID\",\n \"maxAge\": 31536000,\n \"shareRootDomain\": true,\n \"value\": \"a630da02-37ea-45d7-bef4-f3c8ce194154\",\n \"setPath\": true\n }\n ],\n \"uuid\": \"a630da02-37ea-45d7-bef4-f3c8ce194154\"\n }\n}",
"sp.gdpr.key.message.metadata": "{\n \"bucket\": 762,\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\": \"65375a584f9aee3937203e29\",\n \"consentedToAll\": true,\n \"cookies\": [\n ],\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65375a584f9aee3937203e29\",\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-24T11:15:25.686Z\",\n \"euconsent\": \"CP0JloAP0JloAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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\": \"CP0JloAP0JloAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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}",
+ "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\": \"65375a584f9aee3937203e29\",\n \"consentedToAll\": true,\n \"cookies\": [\n ],\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"65375a584f9aee3937203e29\",\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-24T11:15:25.686Z\",\n \"euconsent\": \"CP0JloAP0JloAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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\": \"CP0JloAP0JloAAGABCENAWEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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}",
"sp.key.messages.v7.nonKeyedLocalState": "{\n \"ccpa\": {\n \"_sp_v1_data\": \"585620\",\n \"_sp_v1_p\": \"33\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"633830\",\n \"_sp_v1_p\": \"762\"\n }\n}"
}
""".trimIndent()
@@ -598,20 +598,20 @@ val v7Consent726 = """
{
"sp.ccpa.key.consent.status": "{\n \"applies\": true,\n \"consentedAll\": true,\n \"dateCreated\": \"2023-10-18T12:11:46.470Z\",\n \"rejectedAll\": false,\n \"rejectedCategories\": [\n ],\n \"rejectedVendors\": [\n ],\n \"signedLspa\": false,\n \"status\": \"consentedAll\",\n \"uuid\": \"807c5a41-0a90-4223-8f15-ea6bf491f5d5\",\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-18T12:11:46.234Z\",\n \"expirationDate\": \"2024-10-17T12:11:46.234Z\",\n \"rejectedAll\": false,\n \"rejectedCategories\": [\n ],\n \"rejectedVendors\": [\n ],\n \"signedLspa\": false,\n \"status\": \"consentedAll\"\n }\n}",
"IABTCF_PurposeOneTreatment": 0,
- "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\": 44,\n \"sampleRate\": 1.0\n }\n}",
"sp.gdpr.key.sampling.result": true,
"IABUSPrivacy_String": "1YNN",
@@ -619,13 +619,13 @@ val v7Consent726 = """
"IABTCF_VendorConsents": "000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"IABTCF_PublisherCC": "DE",
"IABTCF_SpecialFeaturesOptIns": "11",
- "IABTCF_PublisherLegitimateInterests": "0000000000",
+ "IABTCF_PublisherLegitimateInterests": "00000000000",
"IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"sp.gdpr.key.applies": true,
"IABTCF_TCString": "CPz10AAPz10AAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA",
"IABTCF_UseNonStandardTexts": 0,
"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\": \"652f87644f9aee41eb7f580e\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"652f87644f9aee41eb7f580e\",\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-18T12:11:45.384Z\",\n \"euconsent\": \"CPz10AAPz10AAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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\": \"CPz10AAPz10AAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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\": \"27d425c1-149a-4ffe-97f2-f90e55022bfe_24\",\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-18T12:11:45.384Z\",\n \"expirationDate\": \"2024-10-17T12:11:45.384Z\",\n \"euconsent\": \"CPz10AAPz10AAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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\": \"652f87644f9aee41eb7f580e\",\n \"consentedToAll\": true,\n \"legIntCategories\": [\n \"608bad95d08d3112188e0e2f\"\n ],\n \"legIntVendors\": [\n \"5f1b2fbeb8e05c306f2a1eb9\"\n ],\n \"postPayload\": {\n \"consentAllRef\": \"652f87644f9aee41eb7f580e\",\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-18T12:11:45.384Z\",\n \"euconsent\": \"CPz10AAPz10AAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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\": \"CPz10AAPz10AAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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\": \"27d425c1-149a-4ffe-97f2-f90e55022bfe_24\",\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-18T12:11:45.384Z\",\n \"expirationDate\": \"2024-10-17T12:11:45.384Z\",\n \"euconsent\": \"CPz10AAPz10AAAGABCENATEsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.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\": \"485\"\n },\n \"gdpr\": {\n \"_sp_v1_data\": \"633830\",\n \"_sp_v1_p\": \"683\"\n }\n}"
}
""".trimIndent()
@@ -635,20 +635,20 @@ val v7Consent742 = """
"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,
@@ -657,7 +657,7 @@ val v7Consent742 = """
"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",
@@ -665,7 +665,7 @@ val v7Consent742 = """
"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}"
}
diff --git a/samples/nat-message-demo/build.gradle b/samples/nat-message-demo/build.gradle
index 2e4f346cc..f8276c5e5 100644
--- a/samples/nat-message-demo/build.gradle
+++ b/samples/nat-message-demo/build.gradle
@@ -70,11 +70,11 @@ dependencies {
implementation fileTree(include: ['*.aar'], dir: 'libs')
// kotlin
- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
//noinspection GradleCompatible
- implementation 'androidx.appcompat:appcompat:1.3.0'
+ implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.sourcepoint.cmplibrary:cmplibrary:7.10.0'
diff --git a/samples/ott-message-demo/build.gradle b/samples/ott-message-demo/build.gradle
index 7e8ce3328..856db79d0 100644
--- a/samples/ott-message-demo/build.gradle
+++ b/samples/ott-message-demo/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply from: rootDir.path + '/gradleutils/test_config.gradle'
android {
- compileSdk 33
+ compileSdk 34
namespace "com.sourcepoint.app.v6"
defaultConfig {
applicationId "com.sourcepoint.ott.demo"
@@ -70,12 +70,12 @@ dependencies {
implementation fileTree(include: ['*.aar'], dir: 'libs')
// kotlin
- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
//noinspection GradleCompatible
- implementation 'androidx.appcompat:appcompat:1.3.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
+ implementation 'androidx.appcompat:appcompat:1.7.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
// implementation 'com.sourcepoint.cmplibrary:cmplibrary:6.4.1'
implementation project(':cmplibrary')
diff --git a/samples/web-message-demo/build.gradle b/samples/web-message-demo/build.gradle
index d85049980..a1a29867c 100644
--- a/samples/web-message-demo/build.gradle
+++ b/samples/web-message-demo/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply from: rootDir.path + '/gradleutils/test_config.gradle'
android {
- compileSdk 33
+ compileSdk 34
namespace "com.sourcepoint.app.v6"
defaultConfig {
applicationId "com.sourcepoint.demo"
@@ -70,12 +70,12 @@ dependencies {
implementation fileTree(include: ['*.aar'], dir: 'libs')
// kotlin
- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
//noinspection GradleCompatible
- implementation 'androidx.appcompat:appcompat:1.3.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
+ implementation 'androidx.appcompat:appcompat:1.7.0'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.sourcepoint.cmplibrary:cmplibrary:7.10.0'
}
diff --git a/ui-test-util/build.gradle b/ui-test-util/build.gradle
index 535654a1a..90ccfc47b 100644
--- a/ui-test-util/build.gradle
+++ b/ui-test-util/build.gradle
@@ -4,7 +4,7 @@ plugins {
}
android {
- compileSdk 33
+ compileSdk 34
namespace = "com.example.uitestutil"
defaultConfig {
minSdk 21
@@ -24,23 +24,23 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
- implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
+ implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
implementation(Libs.material)
- implementation "androidx.test:runner:1.5.2"
- androidTestUtil "androidx.test:orchestrator:1.4.2"
- implementation "androidx.test:rules:1.5.0"
- implementation "androidx.test.ext:junit-ktx:1.1.5"
- implementation "androidx.test:core-ktx:1.5.0"
- implementation "androidx.test.espresso:espresso-contrib:3.5.1"
+ implementation "androidx.test:runner:1.6.2"
+ androidTestUtil "androidx.test:orchestrator:1.5.0"
+ implementation "androidx.test:rules:1.6.1"
+ implementation "androidx.test.ext:junit-ktx:1.2.1"
+ implementation "androidx.test:core-ktx:1.6.1"
+ implementation "androidx.test.espresso:espresso-contrib:3.6.1"
// Set this dependency to build and run Espresso tests espresso web
- implementation "androidx.test.espresso:espresso-core:3.5.1"
- implementation "androidx.test.espresso:espresso-web:3.5.1"
+ implementation "androidx.test.espresso:espresso-core:3.6.1"
+ implementation "androidx.test.espresso:espresso-web:3.6.1"
// Activity rules for instrumentation test
- implementation('androidx.test:rules:1.5.0') {
+ implementation('androidx.test:rules:1.6.1') {
exclude module: 'support-annotations'
}
-}
\ No newline at end of file
+}
diff --git a/ui-test-util/jsonFiles/custom_consent/consent_status_optimized.json b/ui-test-util/jsonFiles/custom_consent/consent_status_optimized.json
index a56a3a230..ca3e3b549 100644
--- a/ui-test-util/jsonFiles/custom_consent/consent_status_optimized.json
+++ b/ui-test-util/jsonFiles/custom_consent/consent_status_optimized.json
@@ -140,10 +140,10 @@
"IABTCF_PurposeConsents": "1110000010",
"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_gdprApplies": 1,
"IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"IABTCF_PublisherRestrictions4": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
@@ -151,4 +151,4 @@
"IABTCF_PublisherRestrictions10": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
},
"vendorListId": "608badf1a22863112f750a18"
-}
\ No newline at end of file
+}
diff --git a/ui-test-util/jsonFiles/v6_stored_consent/stored_consent_ccpa.json b/ui-test-util/jsonFiles/v6_stored_consent/stored_consent_ccpa.json
deleted file mode 100644
index 33b93c977..000000000
--- a/ui-test-util/jsonFiles/v6_stored_consent/stored_consent_ccpa.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "sp.ccpa.key": "{\"applies\":true,\"message\":{\"message_choice\":[{\"button_text\":\"Dismiss\",\"choice_id\":5681956,\"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,\"type\":13},{\"button_text\":\"1623758176582\",\"choice_id\":5681959,\"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\":469,\"categoryId\":2,\"messageId\":616558,\"msgDescription\":\"\",\"prtnUUID\":\"5cfc830e-3d3a-4b18-979d-c543dd065516\",\"subCategoryId\":1},\"type\":\"CCPA\",\"url\":\"https:\\/\\/cdn.privacy-mgmt.com\\/index.html?ccpaUUID=41590576-163b-4acf-851e-820e41f415fa&message_id=616558&consentLanguage=EN&preload_message=true&version=v1\",\"userConsent\":{\"dateCreated\":\"2022-12-08T11:30:43.790Z\",\"newUser\":true,\"rejectedAll\":false,\"rejectedCategories\":[],\"rejectedVendors\":[],\"signedLspa\":false,\"status\":\"rejectedNone\",\"uspstring\":\"1YNN\"}}",
- "IABUSPrivacy_String": "1YNN",
- "sp.ccpa.key.applies": true,
- "sp.key.local.state": "{\"ccpa\":{\"dnsDisplayed\":true,\"expiration\":\"2023-12-08T11:30:43.844Z\",\"messageId\":616558,\"mmsCookies\":[\"_sp_v1_uid=1:469:748aeec5-f29b-499d-b3c3-bcf7d680cf83\",\"_sp_v1_data=2:458337:1670499043: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\":\"41590576-163b-4acf-851e-820e41f415fa\"}}",
- "sp.key.saved.consent": true,
- "sp.ccpa.consent.resp": "{\"uspstring\":\"1YNN\",\"status\":\"consentedAll\",\"rejectedVendors\":[],\"rejectedCategories\":[],\"signedLspa\":false,\"rejectedAll\":false}"
-}
\ No newline at end of file
diff --git a/ui-test-util/jsonFiles/v6_stored_consent/stored_consent_gdpr.json b/ui-test-util/jsonFiles/v6_stored_consent/stored_consent_gdpr.json
deleted file mode 100644
index f240b49dc..000000000
--- a/ui-test-util/jsonFiles/v6_stored_consent/stored_consent_gdpr.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "IABTCF_PurposeOneTreatment": 0,
- "IABTCF_PublisherConsent": "0000000000",
- "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",
- "IABTCF_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "IABTCF_PublisherRestrictions7": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "sp.gdpr.key.message.subcategory": 5,
- "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "IABTCF_UseNonStandardStacks": 0,
- "IABTCF_PublisherCustomPurposesConsents": "0000000000",
- "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_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",
- "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.key.applies": true,
- "IABTCF_TCString": "CPjq5oAPjq5oAAGABCENCtCsAOCAAEAAAAYgASAAAAAAQAAACBAAIAJBAAEAEg4ACACQoABABIAA.YAAAAAAAAAAA",
- "IABTCF_PurposeConsents": "1110000010"
-}
\ No newline at end of file
diff --git a/ui-test-util/jsonFiles/v6_stored_consent/stored_consent_gdpr_ccpa.json b/ui-test-util/jsonFiles/v6_stored_consent/stored_consent_gdpr_ccpa.json
deleted file mode 100644
index 582a4f3a7..000000000
--- a/ui-test-util/jsonFiles/v6_stored_consent/stored_consent_gdpr_ccpa.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "sp.ccpa.key.date.created": "2022-12-08T09:24:13.542Z",
- "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_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\"}}",
- "sp.key.messages.v7.local.state": "{\n \"gdpr\": {\n \"mmsCookies\": [\n \"_sp_v1_ss=1:H4sIAAAAAAAAAItWqo5RKimOUbLKK83J0YlRSkVil4AlqmtrlWIBBrfP6SgAAAA%3D\"\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_PublisherRestrictions2": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "IABTCF_VendorLegitimateInterests": "000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
- "IABTCF_UseNonStandardStacks": 0,
- "IABTCF_PublisherCustomPurposesConsents": "0000000000",
- "IABTCF_PolicyVersion": 2,
- "IABTCF_AddtlConsent": "1~899",
- "IABTCF_PurposeLegitimateInterests": "0100000000",
- "sp.key.saved.consent": true,
- "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",
- "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",
- "IABTCF_PublisherCC": "DE",
- "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\\\":\\\"