Hi Alekv,
I’m trying for custom business too, and the tag is different, they need:
dynx_itemid (unique ID, the product ID)
dynx_itemid2 (optional, I not need in my case, I think it is good for product variations)
dynx_pagetype (recommended, I think is the same of ecomm_pagetype)
dynx_totalvalue (the total value of the product)
The complete tag would be:
<script type=”text/javascript”>
var google_tag_params = {
dynx_itemid: ‘REPLACE_WITH_VALUE’,
dynx_itemid2: ‘REPLACE_WITH_VALUE’,
dynx_pagetype: ‘REPLACE_WITH_VALUE’,
dynx_totalvalue: ‘REPLACE_WITH_VALUE’,
};
</script>
<script type=”text/javascript”>
/* <![CDATA[ */
var google_conversion_id = 870330605;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type=”text/javascript” src=”//www.googleadservices.com/pagead/conversion.js”>
</script>
<noscript>
<div style=”display:inline;”>
</div>
</noscript>
_____________________________________________________
Its possible to do it? I didn’t see options in the plugin to change the business type. I think the variables are very similar, but the names are different.
The site I want to implement is: https://ticketag.com.br/
I’m using the WooCommerce Product Feed plugin to generate my feed (already OK).
Thanks, Diego Gaona
-
This reply was modified 7 years, 11 months ago by diegogaona.