Jump to content

How to use Google Dynamic Re marketing in Prestashop


Recommended Posts

can anyone please help me to implement google dynamic remarketing code implementaion for prestashop.

 

i have code

 

<!-- Google Code for Remarketing Tag -->
<!--------------------------------------------------
Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup
--------------------------------------------------->
<script type="text/javascript">
var google_tag_params = {
ecomm_prodid: 'REPLACE WITH VALUE',
ecomm_pagetype: 'REPLACE WITH VALUE',
ecomm_totalvalue: 'REPLACE WITH VALUE',
};
</script>
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = XXXXXXXX;
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;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/XXXXXXXX/?value=0&guid=ON&script=0"/>
</div>
</noscript>
 
 
my question is that what will be the value Instead of "REPLACE WITH VALUE". for prestashop if i have 1000s of products and i want that Google will auto fill all the VALUE according to Product?
 
i want to use dynamic re marketing without uploading my product on Google merchant. so is that possible? and yes then what will be Google dynamic re marketing code for that.
Link to comment
Share on other sites

×
×
  • Create New...