-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Status: In progressWe are working on this issue.We are working on this issue.
Description
The current documentation shows a ga('create') code snippet but doesn't provide clear instructions for GTM implementation specifically.
Current Documentation:
The documentation explains that the clientId value is passed as a parameter in the URL of the success page:
/checkout/onepage/success/?clientId=****/
It mentions that this should be "extracted and used in the javascript code that triggers the GA/UA/GTM/other event for the conversion."
The provided code example shows:
javascriptga('create', 'UA-XXXXX-Y', {
'storage': 'none',
'clientId': myClientId
});
Issue:
For GTM specifically, it's unclear whether we should:
- Use a GTM Config tag to send the clientId
- Use a GTM Purchase/Conversion tag to send the clientId
- Or both?
Metadata
Metadata
Assignees
Labels
Status: In progressWe are working on this issue.We are working on this issue.