I am using the Ads API, and trying to get the landing_page_view stats, with query:
SELECT landing_page_view.unexpanded_final_url FROM landing_page_view The results it returns contains some rows with resource_name like "customers/1106282XXXX/landingPageViews/-87415204586156XXXX" which has a '-' in the id part. And when I use this resource_name to query the item, an exception raised. SELECT landing_page_view.unexpanded_final_url FROM landing_page_view WHERE landing_page_view.resource_name = "customers/11062XXXX5/landingPageViews/-87415204586156XXXX" Exception: "\'-87415204586156XXXX\' part of the resource name is invalid." -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/737e55a2-85df-4f4e-80a9-c6830a4fefb5%40googlegroups.com.
