Hello, Thank you for reaching the support. Could you please confirm if my understanding is correct and you are looking to retrieve the campaigns, ad groups and ads details via Google Ads API during specific time period? If yes, please refer to this guide for specifying the custom and predefined date range in your Google Ads query. Please find below the sample report query and this code sample for reference. You could also use Interactive Query Builder to build query and specify the customer id in the request header to access API. If this doesn't clarify your concerns, could you please elaborate more on your requirements for me to assist you better?
SELECT campaign.id, campaign.name, ad_group.id, ad_group.name, ad_group_ad.ad.id, ad_group_ad.ad.name FROM ad_group_ad WHERE segments.date BETWEEN '2019-11-01' AND '2019-11-30' P.S. Please use Reply privately to author option while sharing the sensitive details for investigation. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UOEc7u:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/2P0wf000000000000000000000000000000000000000000000Q2M7ZG00Z9Y5B6jlSDqKR7NcE04f0g%40sfdc.net.
