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

Google Adwords add ability to provide transaction-specific conversion values in your conversion tracking tag #6708

Closed
XigenDominic opened this issue Sep 22, 2016 · 6 comments
Labels
bug report Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: needs update

Comments

@XigenDominic
Copy link

Google Adwords Code does not allow providing transaction-specific conversion values in your conversion tracking tag

Preconditions

  1. Magento V2.1.1

Steps to reproduce

  1. Enable and configure Google Adwords
  2. Complete transaction and taken to success page

Expected result

  1. Option and ouput to send google_conversion_currency e.g: var google_conversion_currency = "EUR";
    https://support.google.com/adwords/answer/3419241?hl=en-GB

Actual result

  1. Doesn't send currency. Therefore doesn't allow for providing transaction-specific conversion values in your conversion tracking tag
@ArthurTransoftgroup
Copy link

@XigenDominic Unfortunately, I could not reproduce the issue as you described it. Read this article from Google about "How to track transaction-specific values on a website" and let me know if it helped you https://support.google.com/adwords/answer/6095947

@XigenDominic
Copy link
Author

On that link you sent

Part 3: Add or modify the tag in your website's code

Expand PHP: Hypertext Preprocessor (PHP)

Should see "To add conversion tracking code to PHP pages using your web page editor, look to the code below, then remove from your own code the lines that are crossed out,..."

[...]
if () {
var google_conversion_value = ;
var google_conversion_currency = ;
}
[...]

@XigenDominic
Copy link
Author

Part 3 point 5

(Optional) If you accept different currencies, add a line within the if statement to accept currency: var google_conversion_currency = $currency. In the noscript section of the tag, be sure to add &currency_code= $currency

@XigenDominic
Copy link
Author

That example is from the google docs. But okay, in my case the if statement doesn't exist.

@ArthurTransoftgroup
Copy link

Thank you for your submission. If you are looking for some advice or discussion on that, please refer to the Community Forums or the Magento Stack Exchange site as GitHub issue tracker is intended for technical issues only.
Feature Requests and Improvements should be submitted to the new Magento 2 Feature Requests and Improvements forum (see details here).

@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-71642

@magento-team magento-team added 2.1.x Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report Progress: needs update labels Aug 21, 2017
@magento-engcom-team magento-engcom-team added 2.1.x Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Progress: needs update labels Sep 11, 2017
@magento-engcom-team magento-engcom-team added the Fixed in 2.2.x The issue has been fixed in 2.2 release line label Sep 18, 2017
magento-engcom-team pushed a commit that referenced this issue Apr 1, 2021
…unctional tests (#6708)

* MCP-242: Extend Customer Group Limitations by websites functional tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Progress: needs update
Projects
None yet
Development

No branches or pull requests

5 participants