Hi, I have an app that creates remarketing lists via API. Since rule based remarketing lists aren't supported in the API I'm using tag based remarketing lists, This means that in my ecommerce CMS website I have to insert a different tag for each product. The solution I figured can work is using a script that calls my server with the product id and then dynamically loading the adwords script (conversion.js) to the dom with the correct params (google_conversion_id) , but it doesn't seem to work. Is this even possible or will the script only work if loaded statically on domready? Thanks! Ofer
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
