Skip to content

Commit

Permalink
chore: code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-4116 committed Nov 30, 2023
1 parent 891ab77 commit c90461e
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/configurations/destinations/googleads/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,7 @@
"label": "Events to Track Conversions",
"configKey": "eventsToTrackConversions",
"tagKey": "eventName",
"placeholder": "e.g: Product Added",
"default": [
{
"eventName": ""
}
]
"placeholder": "e.g: Product Added"
}
]
},
Expand Down Expand Up @@ -176,12 +171,7 @@
"label": "Events to Track Dynamic Remarketing",
"configKey": "eventsToTrackDynamicRemarketing",
"tagKey": "eventName",
"placeholder": "e.g: Product Added",
"default": [
{
"eventName": ""
}
]
"placeholder": "e.g: Product Added"
}
]
}
Expand Down Expand Up @@ -470,7 +460,7 @@
},
{
"label": "Purchase",
"value": "purchase"
"value": "Purchase"
}
]
}
Expand Down

0 comments on commit c90461e

Please sign in to comment.