theonewhoneedshelp
Forum Replies Created
-
Confirmed, thank you for your help.
Not working, we tried before opening this ticket
Unfortunately this doesn’t answer my question, please find a screenshot of the variables created when importing the GTM4WP json file. When importing yours it only enables the built in event variable.
A follow up question maybe related and maybe unrelated, how do we access values of the datalayer? in the GTM4WP these variables were created when importing the json file. So we are trying to manually access the values especially for the remarketing tags.
In the datalayer, we have created a variable accessing the ecommerce in datalayer, then accessing value and items, by using ecommerce.value and using the below js for the items, but these doesn’t seem to work here, any advices? on accessing value and items in the datalayer
function() {
var ecom = {{Ecommerce}};
if ( ecom && ecom.items ) {
return ecom.items;
} else {
return undefined;
}
}Yep, thank you for that.
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Double purchaseWe did it and seems like it solved the problem, we will monitor the issue. Thank you for your help.
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Double purchaseIf I used another datalayer name? is there any changes need to be done to the tag manager? or just doing that in GTM Kit > General > Container > dataLayer variable name, would be enough?
Forum: Plugins
In reply to: [GTM Kit - Google Tag Manager & GA4 integration] Double purchaseyes we are using wp rocket. and I can see there are 3 on the homepage, I don’t know if you wish that i check that in the checkout order receive page.
thank you for the reply, WooCommerce
I am having the same issue I tried visiting the homepage but how do I “clear the Object Cache”?
@dirkdirk I saw your pdf is showing, how did you fix it?
Any updates from anyone?