Skip to content

Commit

Permalink
Revert "chore(ga4v2): rearrange sections" (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs authored Oct 1, 2024
1 parent 87c204c commit 70ecaa6
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
52 changes: 26 additions & 26 deletions src/configurations/destinations/ga4_v2/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
52 changes: 26 additions & 26 deletions src/configurations/destinations/ga4_v2/ui-config.jt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 70ecaa6

Please sign in to comment.