Skip to content

Commit

Permalink
fix: mapping changes for aifa,andi and asid
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Jun 17, 2024
1 parent 04d0783 commit 34cb51d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"destKey": "asid",
"sourceKeys": "properties.asid",
"required": true,
"required": false,
"metadata": {
"defaultValue": ""
}
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 34cb51d

Please sign in to comment.