Hi, I have used the github sample https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201609/remarketing/AddRuleBasedUserLists.java
a. modified the number of rules to only ecomm EQUALS checkout My queries are: 1. The rule "ecomm%3Dcheckout" is really a custom tag in the pixel that I should be firing? 2. My pixel is as below. On firing the pixel successfully (checking the network statistics of the 302 and 200 HTTP responses); My User List does not reflect to be populated in more than 8 hours now? 3. I have seen some opens on Remarking Lists created via API may not work and need special attention? Please explain the problem for the use case mentioned (code is in git hub url provided). Is it that rule itself should be a __url rule etc? <body> Hello World! <!-- 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"> /* <![CDATA[ */ var google_conversion_id = XXXX1; 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/XXXXX1/?guid=ON&script=0;data=ecomm%3Dcheckout"/> </div> </noscript> </body> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/cd23051e-6542-48c9-8225-82978d1f97ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
