Hello, I am currently using the API to create and update Campaign Experiments. I would like to update draft content in the Ad Group and Ad, however am running into trouble programmatically retrieving the identifiers of the draft Ad Group to perform modifications. When I create a new draft Campaign I am able to see that a new Ad Group is created from looking in the console, however when I query the ad_group view I only see the original Ad Group and not the draft. The same issue happens when I create an experiment as the experiment's Ad Groups do not show up in the ad_group view either. I am performing the below query that includes no filters:
SELECT ad_group.id, ad_group.resource_name, ad_group.name, ad_group.status, ad_group.tracking_url_template, ad_group.final_url_suffix, ad_group.type, campaign.id FROM ad_group Is there another way that I am supposed to be able to programmatically retrieve the identifiers of child objects of a draft campaign? Thanks, Will -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/5107482a-c972-4093-bdd2-f4ad74ff5916n%40googlegroups.com.
