I'm from Viet Nam.
In my country, I cannot choose option Retail for Business Type when I make a Dynamic Remarketing Campaign.
I have to choose Option "Other (custom option)"
I've installed ANARAKY extension for Dynamic Remarketing code.
but when I check the product page by using Google Tag Assistant, I found error.
"Some products are not valid"
I contact to Google Supporters, and they told me that I have wrong code.
On my detail product page, I found the structure:
var google_tag_params = {
ecomm_prodid: "REPLACE_WITH_VALUE",
ecomm_pagetype: "REPLACE_WITH_VALUE",
ecomm_totalvalue: "REPLACE_WITH_VALUE"
};
but it must be:
var google_tag_params = {
ecomm_prodid: 'REPLACE_WITH_VALUE',
ecomm_pagetype: 'REPLACE_WITH_VALUE',
ecomm_totalvalue: 'REPLACE_WITH_VALUE',
dynx_itemid: 'REPLACE_WITH_VALUE',
dynx_itemid2: 'REPLACE_WITH_VALUE',
dynx_pagetype: 'REPLACE_WITH_VALUE',
dynx_totalvalue: 'REPLACE_WITH_VALUE',
};
Is there any extension for Magento to change that?
Anybody help me?
Thank you so much!