From 34cb51da3f9a0b7c71fbdd24957a7c50299959cf Mon Sep 17 00:00:00 2001 From: Yashasvi Bajpai <33063622+yashasvibajpai@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:40:50 +0530 Subject: [PATCH] fix: mapping changes for aifa,andi and asid --- .../singular/data/SINGULARAndroidEventConfig.json | 12 +++++++++--- .../singular/data/SINGULARAndroidSessionConfig.json | 12 +++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/v0/destinations/singular/data/SINGULARAndroidEventConfig.json b/src/v0/destinations/singular/data/SINGULARAndroidEventConfig.json index 78a8ed20d2..f66cda7ee5 100644 --- a/src/v0/destinations/singular/data/SINGULARAndroidEventConfig.json +++ b/src/v0/destinations/singular/data/SINGULARAndroidEventConfig.json @@ -88,17 +88,23 @@ { "destKey": "aifa", "sourceKeys": "context.device.advertisingId", - "required": true + "required": false, + "metadata": { + "defaultValue": "" + } }, { "destKey": "andi", "sourceKeys": "context.device.id", - "required": true + "required": false, + "metadata": { + "defaultValue": "" + } }, { "destKey": "asid", "sourceKeys": "properties.asid", - "required": true, + "required": false, "metadata": { "defaultValue": "" } diff --git a/src/v0/destinations/singular/data/SINGULARAndroidSessionConfig.json b/src/v0/destinations/singular/data/SINGULARAndroidSessionConfig.json index ed3b410f43..e40857c61b 100644 --- a/src/v0/destinations/singular/data/SINGULARAndroidSessionConfig.json +++ b/src/v0/destinations/singular/data/SINGULARAndroidSessionConfig.json @@ -42,7 +42,7 @@ { "destKey": "asid", "sourceKeys": "properties.asid", - "required": true, + "required": false, "metadata": { "defaultValue": "" } @@ -91,12 +91,18 @@ { "destKey": "aifa", "sourceKeys": "context.device.advertisingId", - "required": true + "required": false, + "metadata": { + "defaultValue": "" + } }, { "destKey": "andi", "sourceKeys": "context.device.id", - "required": true + "required": false, + "metadata": { + "defaultValue": "" + } }, { "destKey": "utime",