Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-05 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sean, As per documentation, you can only retrieve AdGroupAd's information such as the Status

Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-04 Thread Sean Chua
Yes, I am trying to retrieve all enabled AdGroupAds, but I am also trying to get status=="Enabled" at the Campaign and Adgroup level. I'm calling the API through my Java app. Thanks and Cheers, Sean On Monday, April 3, 2017 at 6:55:42 PM UTC+8, Ivan Bautista wrote: > > Hi Sean, > > Are you

Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-03 Thread 'Ivan Bautista' via AdWords API Forum
Hi Sean, Are you trying to retrieve all enabled AdGroupAds ? If so, then you may retrieve those enabled AdGroupAds on the Ad level via the AdGroupAdService.get()

Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-03 Thread Sean Chua
Currently my code has .equals(AdGroupAdField.Status, "ENABLED") .equals(AdGroupField.Status, "ENABLED") .equals(CampaignField.Status, "ENABLED") And AdGroupAdPage page = adGroupAdService.get(selector); Which returns me Ad Copy that is paused at the Adgroup level (so the code