Tracking sales back to google adwords campaign












0















hopefully this is not a little vague,

Wondering if anyone can point me in the right direction, I want to essentially be able to track new sales back to what ad words campaign they came from or potentially where did the click that led them to our page.



I have been exploring google analytics and can see clicks conversions etc on that but how would I even start wanting to tag sales in real time with what I need to map them back to GA data, is it the Google cookie id?



thanks!










share|improve this question



























    0















    hopefully this is not a little vague,

    Wondering if anyone can point me in the right direction, I want to essentially be able to track new sales back to what ad words campaign they came from or potentially where did the click that led them to our page.



    I have been exploring google analytics and can see clicks conversions etc on that but how would I even start wanting to tag sales in real time with what I need to map them back to GA data, is it the Google cookie id?



    thanks!










    share|improve this question

























      0












      0








      0








      hopefully this is not a little vague,

      Wondering if anyone can point me in the right direction, I want to essentially be able to track new sales back to what ad words campaign they came from or potentially where did the click that led them to our page.



      I have been exploring google analytics and can see clicks conversions etc on that but how would I even start wanting to tag sales in real time with what I need to map them back to GA data, is it the Google cookie id?



      thanks!










      share|improve this question














      hopefully this is not a little vague,

      Wondering if anyone can point me in the right direction, I want to essentially be able to track new sales back to what ad words campaign they came from or potentially where did the click that led them to our page.



      I have been exploring google analytics and can see clicks conversions etc on that but how would I even start wanting to tag sales in real time with what I need to map them back to GA data, is it the Google cookie id?



      thanks!







      google-adwords






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 21 '18 at 1:01









      Grant McKinnonGrant McKinnon

      1451514




      1451514
























          1 Answer
          1






          active

          oldest

          votes


















          0














          With google analytics, sessions will already be tagged properly with a source/medium of google/cpc and include the campaign URNs. The key to correlating those sessions to sales is to ensure your site is sending enhanced e-commerce events:



          https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce



          It's really not much different than sending a normal pageview event with Google Analytics. You just send a different event with the data structure that GA is expecting anytime a part of your funnel is viewed in a browser (product view, add to cart, checkout, etc).



          Many e-commerce platforms like Shopify, WooCommerce, Magento, etc. have pre-built solutions for doing this. You should only need to build a custom solution if your site itself is custom built.



          https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
          https://help.shopify.com/en/manual/reports-and-analytics/google-analytics/google-analytics-setup
          https://marketplace.magento.com/tatvic-tatvic-google-analytics-enhanced-ecommerce.html



          Full disclosure: I am not affiliated with any of these plugins or platforms, just providing links to the most popular enhanced e-commerce solutions for each one.



          Once your site site is properly configured to send the e-commerce events there are multiple ways to see which ads have resulted in sales. The easiest is under Acquisition > Google Ads > Campaigns. It will show you a breakdown of visitors and conversions by add URN:



          enter image description here



          You can also see a breakdown under Acquisition > All Traffic > Source Medium, though you'll have to add a secondary dimension to see the campaign URNs:



          enter image description here



          This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53403869%2ftracking-sales-back-to-google-adwords-campaign%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            With google analytics, sessions will already be tagged properly with a source/medium of google/cpc and include the campaign URNs. The key to correlating those sessions to sales is to ensure your site is sending enhanced e-commerce events:



            https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce



            It's really not much different than sending a normal pageview event with Google Analytics. You just send a different event with the data structure that GA is expecting anytime a part of your funnel is viewed in a browser (product view, add to cart, checkout, etc).



            Many e-commerce platforms like Shopify, WooCommerce, Magento, etc. have pre-built solutions for doing this. You should only need to build a custom solution if your site itself is custom built.



            https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
            https://help.shopify.com/en/manual/reports-and-analytics/google-analytics/google-analytics-setup
            https://marketplace.magento.com/tatvic-tatvic-google-analytics-enhanced-ecommerce.html



            Full disclosure: I am not affiliated with any of these plugins or platforms, just providing links to the most popular enhanced e-commerce solutions for each one.



            Once your site site is properly configured to send the e-commerce events there are multiple ways to see which ads have resulted in sales. The easiest is under Acquisition > Google Ads > Campaigns. It will show you a breakdown of visitors and conversions by add URN:



            enter image description here



            You can also see a breakdown under Acquisition > All Traffic > Source Medium, though you'll have to add a secondary dimension to see the campaign URNs:



            enter image description here



            This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.






            share|improve this answer




























              0














              With google analytics, sessions will already be tagged properly with a source/medium of google/cpc and include the campaign URNs. The key to correlating those sessions to sales is to ensure your site is sending enhanced e-commerce events:



              https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce



              It's really not much different than sending a normal pageview event with Google Analytics. You just send a different event with the data structure that GA is expecting anytime a part of your funnel is viewed in a browser (product view, add to cart, checkout, etc).



              Many e-commerce platforms like Shopify, WooCommerce, Magento, etc. have pre-built solutions for doing this. You should only need to build a custom solution if your site itself is custom built.



              https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
              https://help.shopify.com/en/manual/reports-and-analytics/google-analytics/google-analytics-setup
              https://marketplace.magento.com/tatvic-tatvic-google-analytics-enhanced-ecommerce.html



              Full disclosure: I am not affiliated with any of these plugins or platforms, just providing links to the most popular enhanced e-commerce solutions for each one.



              Once your site site is properly configured to send the e-commerce events there are multiple ways to see which ads have resulted in sales. The easiest is under Acquisition > Google Ads > Campaigns. It will show you a breakdown of visitors and conversions by add URN:



              enter image description here



              You can also see a breakdown under Acquisition > All Traffic > Source Medium, though you'll have to add a secondary dimension to see the campaign URNs:



              enter image description here



              This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.






              share|improve this answer


























                0












                0








                0







                With google analytics, sessions will already be tagged properly with a source/medium of google/cpc and include the campaign URNs. The key to correlating those sessions to sales is to ensure your site is sending enhanced e-commerce events:



                https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce



                It's really not much different than sending a normal pageview event with Google Analytics. You just send a different event with the data structure that GA is expecting anytime a part of your funnel is viewed in a browser (product view, add to cart, checkout, etc).



                Many e-commerce platforms like Shopify, WooCommerce, Magento, etc. have pre-built solutions for doing this. You should only need to build a custom solution if your site itself is custom built.



                https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
                https://help.shopify.com/en/manual/reports-and-analytics/google-analytics/google-analytics-setup
                https://marketplace.magento.com/tatvic-tatvic-google-analytics-enhanced-ecommerce.html



                Full disclosure: I am not affiliated with any of these plugins or platforms, just providing links to the most popular enhanced e-commerce solutions for each one.



                Once your site site is properly configured to send the e-commerce events there are multiple ways to see which ads have resulted in sales. The easiest is under Acquisition > Google Ads > Campaigns. It will show you a breakdown of visitors and conversions by add URN:



                enter image description here



                You can also see a breakdown under Acquisition > All Traffic > Source Medium, though you'll have to add a secondary dimension to see the campaign URNs:



                enter image description here



                This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.






                share|improve this answer













                With google analytics, sessions will already be tagged properly with a source/medium of google/cpc and include the campaign URNs. The key to correlating those sessions to sales is to ensure your site is sending enhanced e-commerce events:



                https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce



                It's really not much different than sending a normal pageview event with Google Analytics. You just send a different event with the data structure that GA is expecting anytime a part of your funnel is viewed in a browser (product view, add to cart, checkout, etc).



                Many e-commerce platforms like Shopify, WooCommerce, Magento, etc. have pre-built solutions for doing this. You should only need to build a custom solution if your site itself is custom built.



                https://wordpress.org/plugins/enhanced-e-commerce-for-woocommerce-store/
                https://help.shopify.com/en/manual/reports-and-analytics/google-analytics/google-analytics-setup
                https://marketplace.magento.com/tatvic-tatvic-google-analytics-enhanced-ecommerce.html



                Full disclosure: I am not affiliated with any of these plugins or platforms, just providing links to the most popular enhanced e-commerce solutions for each one.



                Once your site site is properly configured to send the e-commerce events there are multiple ways to see which ads have resulted in sales. The easiest is under Acquisition > Google Ads > Campaigns. It will show you a breakdown of visitors and conversions by add URN:



                enter image description here



                You can also see a breakdown under Acquisition > All Traffic > Source Medium, though you'll have to add a secondary dimension to see the campaign URNs:



                enter image description here



                This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 21 '18 at 3:03









                MikeMike

                1,434818




                1,434818
































                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53403869%2ftracking-sales-back-to-google-adwords-campaign%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    這個網誌中的熱門文章

                    Tangent Lines Diagram Along Smooth Curve

                    Yusuf al-Mu'taman ibn Hud

                    Zucchini