Re: Change from deleted to removed

2014-08-25 Thread Anash P. Oommen (AdWords API Team)
Hi, If that selector doesn't work, then there aren't any workarounds that I am aware of. Cheers, Anash On Monday, August 25, 2014 4:55:11 AM UTC-4, adword...@pass-consulting.com wrote: > > Hi Anash, >>> >> > I tried your tip using the fields AdGroupStatus resp. CampaignStatus. > It did not

Re: Change from deleted to removed

2014-08-25 Thread adwords-pass
> > Hi Anash, >> > I tried your tip using the fields AdGroupStatus resp. CampaignStatus. It did not work. Nor with the get method and neigther wit the query method. When I tried $query = 'SELECT Id, Status, KeywordText, AdGroupId WHERE AdGroupStatus != ENABLED ORDER BY Id'; // Create p

Re: Change from deleted to removed

2014-08-22 Thread Anash P. Oommen (AdWords API Team)
Hi, I believe you can include AdGroupStatus = ENABLED and CampaignStatus = ENABLED in the AWQL, though these aren't directly part of the AdGroupCriterion object. If that doesn't work, you'd have to do this yourself by fetching the campaigns and adgroups first using CampaignService and AdGroupS

Re: Change from deleted to removed

2014-08-22 Thread adwords-pass
Hi, I have a question realted to this issue: I have a program which toggles the state of some adgroups between enabled and paused. Since I determine which adgroups are affected by searching for certain keywords. I will now run into problems, if I detect a keyword which ia associated wit an dea

Re: Change from deleted to removed

2014-08-15 Thread Igor Schut
Hi there, We have stumbled on this exact same issue. Can anyone explain to me the purpose behind all of this? These kind of changes have major impact; how come this never been a highlight in previous blogposts? - Igor Op woensdag 23 juli 2014 15:57:12 UTC+2 schreef Anash P. Oommen (AdWords A

Re: Change from deleted to removed

2014-07-23 Thread Eric Maas
OK thanks - we'll use v201402 to handle this for now, hopefully it will change once the version is retired. On Wed, Jul 23, 2014 at 9:57 AM, Anash P. Oommen (AdWords API Team) < adwordsapiadvisor+an...@google.com> wrote: > Hi Eric, > > I believe that's because you can still undelete adgroups wit

Re: Change from deleted to removed

2014-07-23 Thread Anash P. Oommen (AdWords API Team)
Hi Eric, I believe that's because you can still undelete adgroups with v201402 or the UI. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, July 21, 2014 2:03:54 PM UTC-4, Eric Maas wrote: > > Hi, > > We are also having trouble with this. More specifically, using v201406, > if we attem

Re: Change from deleted to removed

2014-07-22 Thread Eric Maas
Hi, We are also having trouble with this. More specifically, using v201406, if we attempt to add a new AdGroup with the same name as a currently removed AdGroup, we still get a DUPLICATE_ADGROUP_NAME error. However, we are unable to update the name of the removed AdGroup to something differen

Re: Change from deleted to removed

2014-07-17 Thread MarcF
Hi, When an adgroup entity status is set to "Removed" with v201406, we can not switch status to Enabled or Paused (OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY). But with the UI it's possible, and if we use 201402, the entity removed, can be restored with the wanted status (Paused,..) How can we

Re: Change from deleted to removed

2014-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi Rodrigo, This will also affect API, but this change is versioned. If you use v201402 or earlier, you will get old values (e.g. Deleted), whereas you get the new values (e.g. Removed) when using v201406 or later. So you'd need to fix your code when migrating to v201406. Cheers, Anash P. Oomm

Re: Change from deleted to removed

2014-07-15 Thread Danial Klimkin
Hello Rodrigo, All of the services are affected, as an example, see the campaign status field: https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService.Campaign#status -Danial, AdWords API Team. On Tuesday, July 15, 2014 2:22:20 PM UTC+4, Rodrigo Lopez Guerra wrot

Change from deleted to removed

2014-07-15 Thread Rodrigo Lopez Guerra
Hi i just got the msg : The "Status" column values in reports will soon be changed to show "Removed" instead of "Deleted." This change makes it clear that certain items, like campaigns, remain available for future reference. If you use spreadsheets or other scripting languages for your downloade