🌐
Atomas
atomas.eu › blog › how-to-add-event-snippet-for-purchase-conversion-page-in-woocommerce
Add Event snippet for Purchase conversion in WooCommerce
April 14, 2023 - Then scroll to the end of the file, ... for Purchase conversion page --> <script> gtag('event', 'conversion', { 'send_to': 'AW-10968584061/bK9sCLbQ6aYYEO3Ewewso', 'transaction_id': '' }); </script> <?php } add_action( ...
🌐
OpenCart Community
forum.opencart.com › viewtopic.php
Event snippet for Purchase conversion page ! cant get it to work - OpenCart Community
November 7, 2023 - -opencart/ i tried adding the code in success.php · Code: Select all · <!-- Event snippet for Purchase conversion page --> <script> gtag('event', 'conversion', { 'send_to': 'AW-435518044/GlIfCLLym_AYENz01c8B', 'value': 1.0, 'currency': 'RON', 'transaction_id': '' }); </script> but failed..
Discussions

How to add Google Ads conversion purchase event to my WooCommerce Thank you Page
I saw this Adding Google Ads Event Snippet To Conversion Page (thank you.php) But I have a different situation. I am using " Auto Complete Processing WooCommerce orders on Thank you Page"... More on stackoverflow.com
🌐 stackoverflow.com
Setting up event snippet for google ads conversion tracking
I am using google ads for my shopify website. For tracking conversions, I need to add tags given by google ads. Google ads give a global tag and an event snippet for that particular event. For this, we use global file ie theme.liquid to place global site tag. More on community.shopify.com
🌐 community.shopify.com
0
June 3, 2022
How to add event snippet for purchase
Hi, I’d like to add a Google tag for event conversion - purchase. There is another answer in the forum to suggest putting it from Setting - Checkout, the problem is that I don’t have an additional script portal, and there is no Edit Code in theme editor for Checkout page. Here’s the entire snippet... More on community.shopify.com
🌐 community.shopify.com
1
0
January 17, 2025
Add Purchase conversion for Google Ads
Hello. I want to add "Purchase" Conversion action for Google Ads. I followed Google Advisor's instruction to add the below code in ORDER CONFIRMATION PAGE. However, after testing, it show purchase "conversion action wasn't detected". The Google advisor cannot solve the problem and asked me to che... More on forum.squarespace.com
🌐 forum.squarespace.com
3
January 3, 2023
🌐
MarketingMind
ashokcharan.com › Marketing-Analytics › ~s-google-ads-conversion-tracking-tags.php
Google Ads - Conversion Tracking Tags | MM Marketing Mind
Add the event command to the webpage ... is completed. <!-- Event snippet for Purchase conversion page --> <script> gtag('event', 'conversion', { 'send_to': 'AW-accountID/eventID', 'transaction_id': '' }); </script> Previous Next...
🌐
Google
developers.google.com › tag platform › measure conversions and key events
Measure conversions and key events | Tag Platform | Google for Developers
Next to "Event snippet", select whether to measure conversions on a page load or a click. Page load: Count conversions when customers visit the conversion page, such as a confirmation page for a purchase or sign-up.
🌐
Store Growers
storegrowers.com › home › how to set up conversion tracking in google ads
How to Set Up Conversion Tracking in Google Ads - Store Growers
October 24, 2025 - Ideally you want to place this in the <head> </head> section of your pages. If you’re already using something like Google Analytics, you can slightly modify that tag to also send data to Google Ads. Your existing Global Site Tag from Google Analytics · In addition to your existing Global Site Tag from Google Analytics · Next, is the Event Snippet. You can create a conversion on two different interactions: ... In this case, we’re setting up a conversion action for purchase, so we’ll pick the Page load option.
🌐
getbrillea
brillea.com › homepage
How to Set Up Your Google Ads Conversion Tracking Tag
October 12, 2021 - Next to 'Event snippet', select whether to track conversions on a page load or click. Page load: Count conversions when customers visit the conversion page, such as a confirmation page for a purchase or sign-up.
🌐
Stack Overflow
stackoverflow.com › questions › 71543236 › how-to-add-google-ads-conversion-purchase-event-to-my-woocommerce-thank-you-page
How to add Google Ads conversion purchase event to my WooCommerce Thank you Page
add_action( 'woocommerce_thankyou', 'custom_woocommerce_auto_complete_order' ); function custom_woocommerce_auto_complete_order( $order_id ) { if ( ! $order_id ) { return; } $order = wc_get_order( $order_id ); if ( $order->has_status( 'processing' ) ) { $order->update_status( 'completed' ); } $url = 'https://*******/'; // Your redirect URL. if ( ! $order->has_status( 'failed' ) ) { ob_start(); set_transient( 'wc_order_total_for_google', $order->get_total( 'edit' ), 1 * MINUTE_IN_SECONDS ); wp_safe_redirect( $url ); exit; } } add_action( 'wp_print_footer_scripts', 'dd_add_conversion_code' ); fu
🌐
EasyInsights
easyinsights.ai › home › how to set up conversion tracking in google ads for shopify: a complete overview
Guide to setup Conversion Tracking in Google Ads for Shopify
April 14, 2025 - If there’s already code in the text box, simply add the event snippet on a new line below the existing code. To avoid recording duplicate conversions if a customer reloads the checkout page, add the following tags before and after the event snippet, so it only triggers once per customer:
Find elsewhere
🌐
Landingi
landingi.com › home › pomoc › google ads conversion code
Add a Google Ads Conversion Code to a page | Help Center | Landingi
April 3, 2024 - 8. Open a new tab and go to Landingi. Log in and go to the editor of your landing page. You have to install two JavaScript snippets – a global site tag and an event snippet. ... Page load allows you to track conversions when users visit the thank you page after purchase or sign-up.
🌐
Google Support
support.google.com › sa360 › answer › 7566546
Technical details for Google tag and event snippet - Search Ads 360 Help
'value': '[Revenue]' For transaction event snippets only. The amount of revenue generated by a conversion—in other words, the purchase price of the items in the sale. In most cases, the relevant value is the revenue generated, not the total purchase price, which might include sales tax, VAT, shipping costs, or other costs.
🌐
Google Support
support.google.com › google-ads › answer › 7548399
Use the Google tag for Google Ads conversion tracking - Google Ads Help
For website conversion tracking to work, the event snippet should be installed on the conversion page itself. It can be placed anywhere in the code, after the Google tag snippet.
🌐
Shopify Community
community.shopify.com › start a business
Setting up event snippet for google ads conversion tracking
June 3, 2022 - I am using google ads for my shopify website. For tracking conversions, I need to add tags given by google ads. Google ads give a global tag and an event snippet for that particular event. For this, we use global file ie theme.liquid to place global site tag.
🌐
Shopify Community
community.shopify.com › technical q&a
How to add event snippet for purchase
Hi, I’d like to add a Google tag for event conversion - purchase. There is another answer in the forum to suggest putting it from Setting - Checkout, the problem is that I don’t have an additional script portal, and th…
Published   January 17, 2025
🌐
Modo25
modo25.com › news-insights › ppc › how-to-set-up-conversion-tracking-in-google-ads
How to set up conversion tracking in Google Ads | Modo25
August 20, 2025 - ... Either paste the global site tag + event snippet directly into your HTML, input the details into GTM or use a platform integration (like Shopify or WooCommerce’s Google Ads/GA4 plugin).
🌐
Google Support
support.google.com › google-ads › answer › 6095821
Set up conversion tracking for your website - Google Ads Help
November 1, 2021 - Google Ads conversion tags. Note: Google Tag Assistant and Tag Diagnostics will continue to show implementation warnings when an event is sent to any Google product without first firing the corresponding Google tag.
🌐
WordStream
wordstream.com › home › blog › the complete (and easy!) guide to google ads conversion tracking
Google Ads Conversion Tracking: The Complete (& Easy) Guide
August 8, 2024 - If your Google tag is set up and you created your conversion action manually you’ll get insutructions to add the action’s unique event snippet. If your Google tag is not set up and you created your conversion action manually you’ll get instructions to add both a Google tag on every page of your site as well your conversion action’s event snippet.
🌐
Adhook
adhook.io › en › blog › digital advertising › Conversion-Tracking-with-Google-Tag-Manager
Setup Conversion-Tracking in Google Tag Manager | Ultimate Guide
After clicking on "Manually Add Event Code" you can select the desired event. For example, select "Complete registration". Here you can also specify further attributes for your conversion, such as the value of a registration.
🌐
Squarespace Forum
forum.squarespace.com › home › customize with code › add purchase conversion for google ads
Add Purchase conversion for Google Ads - Customize with code - Squarespace Forum
January 3, 2023 - Hello. I want to add "Purchase" Conversion action for Google Ads. I followed Google Advisor's instruction to add the below code in ORDER CONFIRMATION PAGE. However, after testing, it show purchase "conversion action wasn't detected". The Google advisor cannot solve the problem and asked me to che...