Skip to content

Commit b053bd7

Browse files
committed
fix ga4 action fields note
1 parent 73c9342 commit b053bd7

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

src/_includes/components/actions-fields.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,22 @@
8282

8383
## Available Actions
8484

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+
<div class="premonition warning">
89+
<div class="fa fa-check-square"></div>
90+
<div class="content">
91+
<p class="header">Required fields may have changed</p>
92+
<p markdown=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>
8697

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 %}
8999

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:
90101

91102
<div class="premonition info">
92103
<div class="fa fa-info-circle"></div>

0 commit comments

Comments
 (0)