Re: v201601 Batch job service error 403

2016-02-23 Thread Clément Picou
It still doesn't work, but the problem has evolved :-) The job status is DONE but the problem is when I download the results : - I've got the same number of mutate results than of operations. That's ok - Foreach mutateresult, errorlist is not null but errorlist.errors is null - Foreach

Re: BatchJobService not completing

2016-02-23 Thread Clément Picou
Same here. I've rollbacked to 201509 and rollbacked my .NET client to the 2015/12/22. Job status is done but both error list and results are null. Le mardi 23 février 2016 14:15:33 UTC+1, Biniam Asnake a écrit : > > I am getting the same problem on v201509. > > Please let me know when you have

Re: BatchJobService not completing

2016-02-23 Thread Clément Picou
Ok thank you for your answer. To make it work again, should I : - roll back to v201509 ? - roll back my .NET client library (I'm on the 18.22) ? - both ? Thank you Clément Le lundi 22 février 2016 16:13:40 UTC+1, Umesh Dengale a écrit : > > Hi Clement, > > Currently, We don't have any updates

Re: BatchJobService not completing

2016-02-22 Thread Clément Picou
Hello, I've got the same issue with the .NET client. Any news about the fix ? Thank you Clément Le mardi 16 février 2016 21:12:43 UTC+1, Umesh Dengale a écrit : > > Hello, > > The engineering team is working on this issue. We will update you once the > issue is fixed. > > Regards, > Umesh,

Re: v201601 Batch job service error 403

2016-02-22 Thread Clément Picou
Thank you. My bad, I didn't read the migration guide :-( Now I've got another problem : when I try to get the completed job, the status is always "AWAITING_FILE" for a loong time (and I'm just uploading 30 campaigns), as if I didn't start the upload. Here's my code (I'm using the .NET

v201601 Batch job service error 403

2016-02-18 Thread Clément Picou
Hello, since I've migrated to v201601 I've got a 403 error when I upload entities with the batch job service. The job add operation works but the upload doesn't. The message is "Failed to upload operations for batch job." Thank you Clément -- --

Re: What is the expected method for sharing sitelinks across campaigns using the Campaign Extension Setting service?

2015-12-22 Thread Clément Picou
> > Because of that, I'm under the impression that running the mutate "add" > operation on multiple campaigns *with the same SiteLinkFeedItems* (and > specifically, new ones, i.e. without ids) would attempt to re-create the > sitelinks, and I would either end up with duplicate copies of the

Get a performance report grouped by label

2014-10-10 Thread Clément Picou
Hi, I'm trying to get a performance report grouped by label using Google Adhoc reports. For example in an ad group performance report, I don't want one line per adgroup but one line per label (a label can be applied to several ad groups), with the agregated data, like described on this page.

Re: AttributeFieldMapping doesn't work for Sitelinks line 2 and 3 ?

2013-07-30 Thread Clément Picou
) a écrit : Hi Clement, You can read the fields but can't mutate. Only beta customers are currently allowed to use them. Best, - David Torres - AdWords API Team On Wednesday, July 24, 2013 6:01:16 AM UTC-4, Clément Picou wrote: Ok thank you. I've seen the beta in the documentation

Re: AttributeFieldMapping doesn't work for Sitelinks line 2 and 3 ?

2013-07-24 Thread Clément Picou
to make it clear in the documentation. Best, - David Torres - AdWords API Team On Monday, July 15, 2013 5:56:52 AM UTC-4, Clément Picou wrote: Hi, I'm using the FeedMapping service to add a FeedMapping that I will use to create sitelinks. I've migrated last week to v201306. Until last week, I

AttributeFieldMapping doesn't work for Sitelinks line 2 and 3 ?

2013-07-16 Thread Clément Picou
Hi, I'm using the FeedMapping service to add a FeedMapping that I will use to create sitelinks. I've migrated last week to v201306. Until last week, I was creating sitelinks with only the Text and Url placeholder fields. It worked perfectly. Now I want to and Line 2 and Line 3 placeholder

Re: sitelink descriptions and FeedMappings

2013-07-16 Thread Clément Picou
Hi, I've modified the code example to use Line1 and Line2, and I've got an error when I try to create my FeedMapping. The service returns two FeedMappingError.INVALID_PLACEHOLDER_FIELD, for the placeholders line1 and line2. If I use only Url and Text, it works perfectly. Thank you Le lundi 15