Actually it seems that the Problem is related to the ADDED. It would appear that:
- The change_status.resource_status relates to the object highest in the hierarchy (i.e. cmapaign?) - Adding Ads and Keywords is considered to be a Change and not an Add On Monday, 13 May 2019 12:39:27 UTC+2, F B wrote: > > > change_service = f""" > SELECT > change_status.resource_status, > change_status.resource_name, > change_status.last_change_date_time, > change_status.resource_type, > change_status.campaign, > change_status.ad_group, > change_status.ad_group_ad, > change_status.ad_group_criterion, > change_status.campaign_criterion > > > FROM > change_status > WHERE > change_status.resource_status = ADDED > AND change_status.resource_type = AD_GROUP_AD > ORDER BY > change_status.last_change_date_time DESC > LIMIT 10000 > """ > > Does not yield any results (although there have been multiple ads added) > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. 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/050e1132-27aa-474b-931f-3efb45e8685c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
