Re: Ad Id of removed ads

2017-03-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, Please refer to this document for valid set of values for an ad status. Could you please try filtering on the ad group using these values for ad status and check if you are still

Re: Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Error what I'am getting is faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [SelectorError.INVALID_PREDICATE_ENUM_VALUE @ serviceSelector; trigger:'REMOVED'] faultActor: faultNode: faultDetail:

Re: Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Hi Vishal, I want the adcopy id of both exciting and removed ads of one selected ad group. Thank you, Eshwar. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Hi Vishal, I want ad ids of both exciting and removed ads. Thank you, Eshwar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Ad Id of removed ads

2017-03-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Eshwar, Could you please check via AdWords web interface if the ad group has deleted ads? If you plan to retrieve removed ads for all ad groups, could you please remove the first predicate from your selector and retry? If that doesn't help, could you please provide me with the SOAP XML

Ad Id of removed ads

2017-03-14 Thread Eshwar Chettri
Hi, can we get the ad ids of both existing and removed ads using AdGroupAdService? I tried this but unable to get Ids of removed ads. Predicate idsPredicate = new Predicate(); idsPredicate.setField("AdGroupId");