Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-thompson committed Feb 12, 2025
1 parent 294588d commit 34530b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const destination: AudienceDestinationDefinition<Settings, AudienceSettings> = {
mapping: {
...defaultValues(addToAudContactInfo.fields),
properties: {
'@path': '$.properties'
'@path': '$.context.traits'
}
},
type: 'specificEvent',
Expand All @@ -192,7 +192,7 @@ const destination: AudienceDestinationDefinition<Settings, AudienceSettings> = {
mapping: {
...defaultValues(removeFromAudContactInfo.fields),
properties: {
'@path': '$.properties'
'@path': '$.context.traits'
}
},
type: 'specificEvent',
Expand Down

0 comments on commit 34530b0

Please sign in to comment.