Skip to content

Commit

Permalink
chore: update config for klaviyo and ga4 v2 (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
utsabc authored Jan 10, 2025
2 parents 2995574 + 09d4977 commit 7efcfd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/configurations/destinations/ga4_v2/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
},
"options": {
"isBeta": false,
"supportsCustomMappings": true
"supportsCustomMappings": true,
"hidden": {
"featureFlagName": "AMP_ga4_v2",
"featureFlagValue": false
}
}
}
4 changes: 2 additions & 2 deletions src/configurations/destinations/klaviyo/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"configKey": "apiVersion",
"options": [
{
"label": "2023-02-22 (Will be removed by H2'2025)",
"label": "2023-02-22 (Will be removed by Feb 2025)",
"value": "v1"
},
{
"label": "2024-06-15 (Beta)",
"value": "v2"
}
],
"default": "v1",
"default": "v2",
"footerNote": "Please Select the API version to use"
}
]
Expand Down

0 comments on commit 7efcfd1

Please sign in to comment.