Skip to content

Commit

Permalink
feat: use autoComplete in ga4v2 (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik authored Jul 19, 2024
1 parent ed432b0 commit 0e1320d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configurations/destinations/ga4_v2/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
"placeholder": "properties.price"
},
{
"type": "dynamicDataSelect",
"type": "autoComplete",
"label": "GA4 parameter",
"key": "to",
"placeholder": "value"
Expand Down Expand Up @@ -2139,7 +2139,7 @@
"placeholder": "e.g $.properties.revenue"
},
{
"type": "dynamicDataSelect",
"type": "autoComplete",
"label": "GA4 parameter",
"key": "to",
"placeholder": "$.event[0].params.value"
Expand Down

0 comments on commit 0e1320d

Please sign in to comment.