Skip to content

Commit

Permalink
feat: enhancement adding purchase event for track call (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 authored Aug 4, 2023
1 parent c0475c3 commit 51b77b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/configurations/destinations/googleads/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"Checkout",
"Search",
"AddToCart",
"purchase",
""
]
}
Expand Down Expand Up @@ -138,7 +139,7 @@
"properties": {
"trackConversions": { "const": true },
"enableConversionEventsFiltering": { "const": true }
},
},
"required": ["trackConversions", "enableConversionEventsFiltering"]
},
"then": {
Expand Down Expand Up @@ -176,7 +177,7 @@
"properties": {
"trackDynamicRemarketing": { "const": true },
"enableDynamicRemarketingEventsFiltering": { "const": true }
},
},
"required": ["trackDynamicRemarketing", "enableDynamicRemarketingEventsFiltering"]
},
"then": {
Expand Down
4 changes: 4 additions & 0 deletions src/configurations/destinations/googleads/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
{
"name": "AddToCart",
"value": "AddToCart"
},
{
"name": "Purchase",
"value": "purchase"
}
]
}
Expand Down

0 comments on commit 51b77b7

Please sign in to comment.