google remarketing dynamic ads ?
-
Hello:
I wish to confirm if your plugin is compatible with:
WordPress 4.8 running Twenty Seventeen theme
Woocommerce 3.0.9I wish to insert my Google Adwords tag (see below) for Google remarketing dynamic ads, and generate the required Google Retail parameters:
ecomm_prodid:
ecomm_pagetype:
ecomm_totalvalue:I already have my product feed uploaded and working on Google Merchant (we advertise on Google Shopping). We use the woocommerce product SKU for the product ID on our feed.
Your plugin will do the job? Do I still need to used Google Tag Manager with this, or you insert the Snippet?
By the way, Google states that if I have the latest Google Analytics tag working, then an additional Adwords tag in not required. This does not seem to be the case. (I do have my adwords, merchant, and analytics accounts all correctly connected).
Thanks, Garry – USA
<!– 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: https://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 = 997861590;
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>
- The topic ‘google remarketing dynamic ads ?’ is closed to new replies.