From 70ecaa65aea45bcde128cee94d0c9002265121bb Mon Sep 17 00:00:00 2001 From: Sandeep Digumarty Date: Tue, 1 Oct 2024 12:51:49 +0530 Subject: [PATCH] Revert "chore(ga4v2): rearrange sections" (#1725) --- .../destinations/ga4_v2/ui-config.json | 52 +++++++++---------- .../destinations/ga4_v2/ui-config.jt | 52 +++++++++---------- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/src/configurations/destinations/ga4_v2/ui-config.json b/src/configurations/destinations/ga4_v2/ui-config.json index 16eca0669..5759521ef 100644 --- a/src/configurations/destinations/ga4_v2/ui-config.json +++ b/src/configurations/destinations/ga4_v2/ui-config.json @@ -51,6 +51,32 @@ } ] }, + { + "note": "Map source events to destination events and properties", + "title": "Event and property mappings", + "hideEditIcon": true, + "sections": [ + { + "groups": [ + { + "icon": "rightToLine", + "title": "Custom GA4 property mappings", + "fields": [ + { + "type": "redirect", + "redirectGroupKey": "advancedMapping" + } + ], + "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", + "callout": { + "message": "Mappings take precedence over any transformations for the destination.", + "type": "info" + } + } + ] + } + ] + }, { "title": "Configuration settings", "note": "Manage the settings for your destination", @@ -311,32 +337,6 @@ ] } ] - }, - { - "note": "Map source events to destination events and properties", - "title": "Event and property mappings", - "hideEditIcon": true, - "sections": [ - { - "groups": [ - { - "icon": "rightToLine", - "title": "Custom GA4 property mappings", - "fields": [ - { - "type": "redirect", - "redirectGroupKey": "advancedMapping" - } - ], - "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", - "callout": { - "message": "Mappings take precedence over any transformations for the destination.", - "type": "info" - } - } - ] - } - ] } ], "sdkTemplate": { diff --git a/src/configurations/destinations/ga4_v2/ui-config.jt b/src/configurations/destinations/ga4_v2/ui-config.jt index 2c5abec84..81356ee65 100644 --- a/src/configurations/destinations/ga4_v2/ui-config.jt +++ b/src/configurations/destinations/ga4_v2/ui-config.jt @@ -51,6 +51,32 @@ } ] }, + { + "note": "Map source events to destination events and properties", + "title": "Event and property mappings", + "hideEditIcon": true, + "sections": [ + { + "groups": [ + { + "icon": "rightToLine", + "title": "Custom GA4 property mappings", + "fields": [ + { + "type": "redirect", + "redirectGroupKey": "advancedMapping" + } + ], + "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", + "callout": { + "message": "Mappings take precedence over any transformations for the destination.", + "type": "info" + } + } + ] + } + ] + }, { "title": "Configuration settings", "note": "Manage the settings for your destination", @@ -311,32 +337,6 @@ ] } ] - }, - { - "note": "Map source events to destination events and properties", - "title": "Event and property mappings", - "hideEditIcon": true, - "sections": [ - { - "groups": [ - { - "icon": "rightToLine", - "title": "Custom GA4 property mappings", - "fields": [ - { - "type": "redirect", - "redirectGroupKey": "advancedMapping" - } - ], - "note": "Confirm dimensions and metrics to link them to the event properties before sending events to Google Analytics 4", - "callout": { - "message": "Mappings take precedence over any transformations for the destination.", - "type": "info" - } - } - ] - } - ] } ], "sdkTemplate": {