Open zigojacko opened 1 year ago
Hi @zigojacko. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Hi @engcom-Delta. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. @magento give me 2.4-develop instance
Hi @engcom-Delta. Thank you for your request. I'm working on Magento instance for you.
Hi @engcom-Delta, here is your Magento Instance: https://9c8a4d3eb02430e6258d9e80e11d55cf.instances-prod.magento-community.engineering Admin access: https://9c8a4d3eb02430e6258d9e80e11d55cf.instances-prod.magento-community.engineering/admin_4466 Login: ac644f7b Password: d4d2bc070fb1
Hi @zigojacko,
Can you please provide more information on this issue.
Thanks,
Hi @engcom-Delta,
With the default Magento Google Gtag GA4 and AdWords enabled and configured and the original two (Google Analytics and Google AdWords above disabled), in Google Ads, the purchase conversion tag is not detected and shows as 'Inactive'.
Sorry, I am unsure how else to add to this - that's literally the issue.
Thanks,
Out of interest, is your Google Ads tag ID of the format AW-1234567 or GT-1234567?
I'm having a similar problem, and my suspicion is that the former format is no longer supported, despite it being the format suggested by the Magento admin. AW- is considered a legacy prefix by Google.
We were able to get Adwords conversion tracking working in 2.4.6 by using the "AW" conversion ID, and the conversion label value from the Sales- > Google API -> Google GTag -> Google AdWords section.
The only caveat is that it doesn't appear that the Magento code is setup to pass the order value, currency, transaction ID over within the google-adwords.js file:
`gtag( 'event', 'conversion', {'send_to': config.conversionId + '/'
Google expects the following in order to properly register the conversion value:
gtag('event', 'conversion', { 'send_to': 'CONVERSIONID/CONVERSIONLABEL', 'value': ORDERVALUE, 'currency': 'GBP', 'transaction_id': 'ORDERIDHERE' });
This seems like a step backwards from the older google ads conversion implementation??
Hi @engcom-Dash. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Google Ads campaigns can be really problematic. I am constantly trying to read and expand my knowledge on this post. Recently I read this sarcastic post about Google Ads.
Hi @engcom-Delta. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete.
Preconditions and environment
Magento 2.4.5-p1
Steps to reproduce
Configured GA4 Google GTag and disabled the original Google Analytics and Google AdWords tracking for UA.
Expected result
Didn't expect the purchase conversion in Google Ads to fail to detect the conversion tracking.
Actual result
Tag inactive in Google Ads conversions since the date of enabling the GA4 Google GTag and removing the previous tracking.
Additional information
Both the GA4 and AdWords conversion tracking exists in the page source.
Are we meant to leave the previous tracking for the old UA in place and active in addition on the site?
Release note
No response
Triage and priority