Tracking sales back to google adwords campaign
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
add a comment |
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
add a comment |
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
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
google-adwords
asked Nov 21 '18 at 1:01
Grant McKinnonGrant McKinnon
1451514
1451514
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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:
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:
This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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:
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:
This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.
add a comment |
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:
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:
This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.
add a comment |
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:
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:
This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.
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:
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:
This latter one is a great view for correlating sales from other sources as well, such as organic, referral, etc.
answered Nov 21 '18 at 3:03
MikeMike
1,434818
1,434818
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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