RE: Pause AdGroups if the item in Ad is out of stock

2019-06-18 Thread Google Ads API Forum Advisor Prod
Hi Tomáš, You may use AdGroupService with filtering campaignId or campaignName to get specific adGroups. As for getting the Ad information, you will need to make a separate request using the AdGroupAdService. You may then use the following to get URLs of the ads. url displayUrl finalUrls final

Pause AdGroups if the item in Ad is out of stock

2019-06-17 Thread Tomáš Kunickij
Hello everyone, I am connected to my clients account via API by Python {from googleads import adwords}. I would like to ask what is the best way to do this. I need to work only in campaigns with exact names i know. Then i need to iterate over each AdGroup. In Each AdGroup i need to get the URL o