Skip to content

Commit

Permalink
Remove Google UA warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Sep 25, 2023
1 parent 47a469b commit b65c8f1
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/views/tabs/integrations/edd.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,6 @@
<?php endif; ?>
</div>

<div class="gtmkit_section_message warning">
<div class="stuffbox">
<h3 class="hndle">Google Analytics</h3>
<div class="inside">
<ul>
<li><?php esc_html_e( 'Google Analytics 3 (Universal Analytics) properties will stop collecting data starting July 1, 2023. GTM Kit does not support Enhanced Ecommerce with Google Analytics 3 (Universal Analytics).', 'gtm-kit' ); ?></li>
<li><?php esc_html_e( 'It’s recommended that you create a Google Analytics 4 property instead. Note that it is possible to use GA4 events for GA3 Enhanced Ecommerce.', 'gtm-kit' ); ?></li>
</ul>
<br>
<ul>
<li><b><?php esc_html_e( 'The following GA4 events are supporteret:', 'gtm-kit' ); ?></b></li>
<li>view_item</li>
<li>add_to_cart</li>
<li>purchase</li>
</ul>
</div>
</div>
</div>

<?php
$form->setting_row(
'checkbox-toggle',
Expand Down

0 comments on commit b65c8f1

Please sign in to comment.