Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Google UA warning #267

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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