Re: Do AdGroupCriteria support temporary IDs?

2018-10-15 Thread Bas Vernooij
Hey Thanet, I'm trying to the same thing as described in this thread: *create an ad (AdGroupAdOperation), then apply an existing label to it within the same batch job (AdGroupAdLabelOperation).* Could you please update me on wether this should be possible now or if it's still in development?

Re: Do AdGroupCriteria support temporary IDs?

2018-03-29 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Lukas, Unfortunately, the fix is complicated than we thought so it's taking time. I'll update this thread once this is completed. Best, Thanet, AdWords API Team On Thursday, March 29, 2018 at 7:21:01 AM UTC+9, lukaskellingflix...@gmail.com wrote: > > Hi Thanet, > > any updates on using

Re: Do AdGroupCriteria support temporary IDs?

2018-03-28 Thread lukaskellingflixbus
Hi Thanet, any updates on using temporary IDs with AdGroupCriterionOperation in a batch job? I run into a similar issue when trying to set temporary IDs with AdGroupAdOperation with BatchJobService. Just for context: I am trying to apply labels to ads and adgroup criteria (which is why I

Re: Do AdGroupCriteria support temporary IDs?

2017-12-04 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Bryan, Temporary IDs do not work in both AdGroupCriterionLabelOperation and AdGroupCriterionOperation now. Engineering is fixing this issue currently but we don't have ETAs yet. Best, Thanet, AdWords API Team On Monday, December 4, 2017 at 12:39:36 AM UTC-5, Bryan wrote: > > Hi Thanet,

Re: Do AdGroupCriteria support temporary IDs?

2017-12-03 Thread Bryan
Hi Thanet, can you please clarify the scope of this issue and fix? Does this apply to ADD operations for AdGroupCriterionLabels? I am trying to associate labels to newly created ad groups using BatchJobService, all in one batch job, and getting EntityNotFound errors:

Re: Do AdGroupCriteria support temporary IDs?

2017-11-26 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Agnel, Engineering are aware of this issue and working on the fix. I'll update this thread when this gets fixed. Best, Thanet, AdWords API Team On Friday, November 24, 2017 at 9:56:57 PM UTC+9, Agnel Waghela wrote: > > Hi Peter, > > Today I tried to assign label after all the labels and

Re: Do AdGroupCriteria support temporary IDs?

2017-11-24 Thread Agnel Waghela
Hi Peter, Today I tried to assign label after all the labels and ads were created. I sent the following request to the BatchJob. Here are only AdGroupAdLabelOperations. {:xsi_type=>"AdGroupAdLabelOperation ", :operator=>"ADD", :operand=>{:ad_group_id=>"45832500421", :ad_id=>"235012322853",

Re: Do AdGroupCriteria support temporary IDs?

2017-11-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Agnel, Could you send to me privately (using the *Reply privately to author* option) your clientCustomerId and the batch job IDs so I can have a better look at the issue? Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Do AdGroupCriteria support temporary IDs?

2017-11-23 Thread Agnel Waghela
Hi Peter, I have tried exactly the same what you have said. But I have received the EntityNotFound.INVALID_ID error for the corresponding label operations According to the Google Adwords API Documentation, the AdGroupCriterionLabelOperation and AdGroupAdLabelOperation are supported in

Re: Do AdGroupCriteria support temporary IDs?

2017-09-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi Everyone, Good thing there was a bump for this old thread. To update my previous response, all operations should go in the order of the parent object being created first before the child object. Meaning, temporary IDs *should* still be applicable for ads and criterion as long as the

Re: Do AdGroupCriteria support temporary IDs?

2017-09-20 Thread Dorian Kind
Hi Axel, as far as I could tell (and what seems to be confirmed be Peter's answer), setting temporary IDs on AdgroupAds is not supported, so setting up a single or multiple complete campaigns in one large bulk job can't be done. We ended up just doing two passes, the first one to create the

Re: Do AdGroupCriteria support temporary IDs?

2017-09-19 Thread axel
@Dorian, Did you get a final answer on this. I am trying to do EXACTLY what you are trying to do and does not seem to be able to use temporaryID on the AdgroupAd entity to apply a label. Did you find a workaround by any chance? Thanks, Axel On Friday, June 16, 2017 at 12:16:10 AM UTC-7,

Re: Do AdGroupCriteria support temporary IDs?

2017-06-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dorian, My apologies for not being clear. But yes, what I meant in my previous response was that ads, and criteria no longer require temporary IDs (as seen also in this example

Re: Do AdGroupCriteria support temporary IDs?

2017-06-16 Thread Dorian Kind
Hi Peter, I think there is a misunderstanding, my original question was exactly about using temporary IDs for *criteria and ads* so that we can *apply labels* to them in the same batch job. From what I can tell, this does not seem to be possible, is that correct? Thanks and best regards,

Re: Do AdGroupCriteria support temporary IDs?

2017-06-16 Thread 'Peter Oliquino' via AdWords API Forum
Hi Dorian, I will be providing support for now in place of Vishal. Looking at the code, it appears you are also adding temporary IDs to the dependent object itself (Ad and Criterion IDs). As discussed here ,

Re: Do AdGroupCriteria support temporary IDs?

2017-06-15 Thread Dorian Kind
Hi Vishal, I only now got around to trying this. Unfortunately the described scenario (using temporary IDs for ad group criterions or ad group ads) does not work with the batch job service. If I submit a job with operations to create an ad group, one ad and criterion each contained in the ad

Re: Do AdGroupCriteria support temporary IDs?

2016-11-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Dorian, That is indeed possible. You can use the AdGroupCriterionService in conjugation with BatchJobService to

Do AdGroupCriteria support temporary IDs?

2016-11-18 Thread Dorian Kind
Hey there, in the batch job processing guide , we can see that it's possible to create campaigns and ad groups with temporary (negative) IDs, so that we can populate them without having to create a new