You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_includes/components/actions-fields.html
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -82,11 +82,22 @@
82
82
83
83
## Available Actions
84
84
85
-
Build your own Mappings. Combine supported [triggers](/docs/connections/destinations/actions/#components-of-a-destination-action) with the following {{currentIntegration.display_name | remove: " (Actions)"}}-supported actions:
85
+
<!-- IG 10/2023 - The customer success engineers wanted to add this note due to some breaking changes. Originally made in PR #5387 -->
86
+
87
+
{% if currentIntegration.id == '63ed446fe60a1b56c5e6f130' %}
88
+
<divclass="premonition warning">
89
+
<divclass="fa fa-check-square"></div>
90
+
<divclass="content">
91
+
<pclass="header">Required fields may have changed</p>
92
+
<pmarkdown=1>
93
+
View the [Google Analytics documentation](https://developers.google.com/analytics/devguides/collection/ga4/reference/events?client_type=gtag#purchase){:target="_blank"} for the most up-to-date list of required fields.
94
+
</p>
95
+
</div>
96
+
</div>
86
97
87
-
> warning ""
88
-
> View the [Google Analytics documentation](https://developers.google.com/analytics/devguides/collection/ga4/reference/events?client_type=gtag#purchase){:target="_blank"} for the most up-to-date list of required fields.
98
+
{% endif %}
89
99
100
+
Build your own Mappings. Combine supported [triggers](/docs/connections/destinations/actions/#components-of-a-destination-action) with the following {{currentIntegration.display_name | remove: " (Actions)"}}-supported actions:
0 commit comments