Hello, In the old way when using the Google AdWords Api, below is the query we are using to fetch the list of Ads based on a AdGroup Id.
query = "SELECT Id, Url, DisplayUrl, Type, Status, Description, Description1, Description2, " + "Headline, ShortHeadline, LongHeadline, HeadlinePart1, HeadlinePart2 " + "WHERE AdGroupId = " + groupId + " AND AdType IN ['TEXT_AD', 'EXPANDED_TEXT_AD', 'IMAGE_AD', 'TEMPLATE_AD', 'RESPONSIVE_DISPLAY_AD'] " + "AND Status IN ['ENABLED', 'PAUSED'] ORDER BY Id"; Could you please suggest how should we modify the query to get the results in the new way using Google Ads Api. I am not finding a suitable example based on the sample code. So any reference will be very helpful. Thanks, Bikram. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/c470ca72-5e25-47c4-b065-2d21c72ea2ccn%40googlegroups.com.
