this is the code,
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 = xxxxxxx;
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/1070392677/?value=0&guid=ON&script=0"/>
</div>
</noscript>
trying to figure out what files to modify since variables vary due to page type
The goal is to deploy the following tags and corresponding parameters:
Page type Remarketing tag Conversion Tracking tag
Home ecomm_pagetype=home
ecomm_prodid=
ecomm_totalvalue= Not firing
Category ecomm_pagetype=category
ecomm_prodid=
ecomm_totalvalue= Not firing
Product ecomm_pagetype=product
ecomm_prodid=
ecomm_totalvalue= Not firing
Cart ecomm_pagetype=cart
ecomm_prodid=
ecomm_totalvalue= Not firing
Purchase Confirmation ecomm_pagetype=purchase
ecomm_prodid=
ecomm_totalvalue= value
All other pages ecomm_pagetype=siteview
ecomm_prodid=
ecomm_totalvalue= Not firing