Hello there, I have a Python script tasked with fetching from some endpoints such as ad_group_ad or campaign. In the select clause for each I have a multitude of fields, including "ad_group_ad.ad.final_url_suffix", "ad_group_ad.ad.tracking_url_template" and "campaign.tracking_url_template"
The whole script runs fine, there are no errors or anything, however the dataset in the response never contains said fields. And I don't mean that the field is empty. I mean that is simply not part of the response. Since we still have an AdWords pipeline running, today I picked on of our accounts for which I knew ad.tracking_url_template should be populated in the past few days. And yet, still nothing. Is there any issue with these fields? Are they returned only under specific circumstances? Are there any conflicts with other fields / segments? Thank you Igor I don't know if it is of any relevance, but I am using v9 search_stream use_proto_plus = False -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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/71ed54e8-63bb-4f1b-8f9b-51e11f244edcn%40googlegroups.com.
