Re: Errors using .NET sample application

2016-02-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, The USER_PERMISSION_DENIED error occurs when there is no link between the client and manager account. Please use the ManagedCustomerService to see if you are connected correctly. Also

Re: Check for Pending BatchJob

2016-02-23 Thread priya bahuguna
Hi Yin, Thanks a lot Yin. That was clearly what I needed. My Bad, should have study the API docs carefully. Regards, Priya On Tuesday, February 23, 2016 at 4:13:30 PM UTC-5, Yin Niu wrote: > > Hi Priya, > > I see that you want to link the pending and processing state for > MutateJobService to

Re: Check for Pending BatchJob

2016-02-23 Thread 'Yin Niu' via AdWords API Forum
Hi Priya, I see that you want to link the pending and processing state for MutateJobService to the BatchJobService jobStatus. If you look at the description of the status code , AWAITING_FILE i

Re: Check for Pending BatchJob

2016-02-23 Thread priya bahuguna
Hi Yin, Thanks for the reply. I have to check whether the job status is Pending or in Processing state. BatchJobStatus has values UNKNOWN, AWAITING_FILE,ACTIVE,CANCELING, CANCELED and DONE. Can a job which is NOT in DONE or CANCELLED be regarded as PENDING? Regards, Priya On Tuesday, February

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-02-23 Thread Mark Saniscalchi
Hello Sonic, I can see that you have en_US.utf8 as an available locale, but is it actually being used? What is the output of echo $LANG? I've reproduced and resolved your issue by setting the locale to a different value, so I suspect you might not actually have that set correctly on the VM. I

Re: Check for Pending BatchJob

2016-02-23 Thread 'Yin Niu' via AdWords API Forum
Hi Priya, You can poll the batch status after the job is submitted. Once the job status is DONE or CANCELLED, a downloadUrl

Check for Pending BatchJob

2016-02-23 Thread priya bahuguna
Hello, We migrating from deprecated MutateJobService to BatchJobService. How can we check for Pending or processing Batch Job Status. Can a batch job in neither DONE nor CANCELED state regarded as a pending/processing job. Previously we were using BasicJobStatus.PENDING & BasicJobStatus.PROCE

Re: HI , can a universal app campaign be created through Adwords API ?

2016-02-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Creating Universal App Campaigns are currently not supported through AdWords API. Please check our blog regarding any announcements about this feature. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: v201601 Batch job service error 403

2016-02-23 Thread 'Yin Niu' via AdWords API Forum
Hi Clément, Could you please send the SOAP request and response logs? Please click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelope

HI , can a universal app campaign be created through Adwords API ?

2016-02-23 Thread Mcc Grow Mobile
I could not find a way to implement it . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this m

Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-02-23 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Thanks for attaching the full stack trace. The above error could be transient. Could you retry above API call? Please let us know if you still experience the issue. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Re: BatchJobUtilities Upload taking too long

2016-02-23 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Biniam, Could you kindly open a new thread? This one is discussing the .NET library and I don't want the two discussions to get mixed up. Cheers, Anash On Tuesday, February 23, 2016 at 8:44:31 AM UTC-5, Biniam Asnake wrote: > > @Anash > How can I increase the connection limit in the Java API

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 mutateresu

Re: BatchJobService not completing

2016-02-23 Thread 'Umesh Dengale' via AdWords API Forum
Hello, The engineering team has identified and fixed issue related to the BatchJobService. We're making our best to make sure this won't happen again. Please let us know if still experience the issue. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: v201601 Batch job service error 403

2016-02-23 Thread 'Yin Niu' via AdWords API Forum
Hello, This has been fixed. Please try again. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Setting BidModifiers using Batch Processing

2016-02-23 Thread 'Yin Niu' via AdWords API Forum
Hello, This has been fixed. Please try it again. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Ads with HD Resolutions (Double-Sized) Don't Work when Setting Original Dimension Sizes

2016-02-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mark, This appears to be an issue on our side. I will update this thread once there is a fix. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goo

Re: BatchJobService not completing

2016-02-23 Thread 'Umesh Dengale' via AdWords API Forum
Hello, We're sorry, you are experiencing issues with the BatchJobService. The engineering team is working on the fix. We will update you once we heard back from the engineering team. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: Issues modifying targets bids adjustments for Display campaign

2016-02-23 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, If you could please *reply privately to author *your SOAP request and response that caused this error, I will take a look at the issue. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: How can i combine or join more reports in Google Adwords API PHP

2016-02-23 Thread 'Yin Niu' via AdWords API Forum
Hello, You need to join reports at your end, AWQL doesn't support joining reports. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

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 a

Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2016-02-23 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, We have received other reports of this issue, and our engineering team is looking into it. I will let you know when I hear something. Regards, Mike, AdWords API Team On Monday, February 22, 2016 at 11:07:27 PM UTC-5, Vipeesh Pavithran wrote: > > > Still am facing that issue. > > My custo

How can i combine or join more reports in Google Adwords API PHP

2016-02-23 Thread Aroxo Senraj
I have used Google Adwords API PHP - Shopping Performance report and get data successfully (version: v201601). I have used below query SELECT OfferId,Impressions, Clicks, Conversions, Ctr,ConversionRate,Date FROM SHOPPING_PERFORMANCE_REPORT WHERE MerchantId="[MERCHANT_ID]" DURING 20160218,201602

Errors using .NET sample application

2016-02-23 Thread Big Daddy Leon
I'm using a test account while waiting for production developer token application to get approved. I have the config file set up as directed, with my new OAuth info entered here (scrubbed): I am using the test manager account as "ClientCustomerId" in the config file When I clic

Problem while using the API in ColdFusion

2016-02-23 Thread Kevin
Hello all, I tried to use the Google AdWords API Java Classes in ColdFusion, but encountered an error/problem I don't have an answer to yet. Here is what I did so far. I started with creating an refresh token and it works without any major problems. Afterwards I started to adapt the GetCampaig

Re: BatchJobUtilities Upload taking too long

2016-02-23 Thread Biniam Asnake
@Anash How can I increase the connection limit in the Java API? On Friday, January 15, 2016 at 8:34:49 PM UTC+1, Rafael Machado wrote: > > Hello, > > I'm trying to bach upload some CampaignCriterionOperations with c# > BatchJobUtilities.Upload, but sometimes it's taking too long (I've been > wa

BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-02-23 Thread Biniam Asnake
I am running large jobs on Google using BatchJobService and I got this exception. The exception was followed by StackoverFlowException which finally broke tomcat. Any idea? Any fix? This code is already in production (no bug while testing) and I need urgent solution. Thanks. 2016-02-23 11:5

Re: BatchJobService not completing

2016-02-23 Thread Biniam Asnake
I am getting the same problem on v201509. Please let me know when you have a fix. On Tuesday, February 16, 2016 at 7:55:57 AM UTC+1, Kiran Narasareddy wrote: > > We are facing issues wherein batchjobs added to the Test Accounts are not > getting completed. They stay in AWAITING_FILE state infin

Re: Adwords API Work on Video Campaigns?

2016-02-23 Thread Filip Holmberg
So whats the status one year later? I assume nothings changed? So just to clarify, it is not possible to pause/resume an video campaign thru the API at the moment? On Tuesday, 10 February 2015 15:48:49 UTC+2, Danial Klimkin wrote: > > Hello Eric, > > > Unfortunately no, this is still not suppor

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-23 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Rocko, Thanks for update. I'm passing this info to the person in charge. Do you have a failing SOAP log for TemplateAd creation as well? Please filter out all unrelated SOAP logs and send the log to me by *Reply privately to author*. Best, Thanet On Tuesday, February 23, 2016 at 6:54:29 PM

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 o

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-23 Thread rocko Lo
Hi Thanet, Yes, it's last one file. About the last SOAP data, we found that if we use imageId the same way we use to create imageAd, it shows same error message: "ImageError.UNEXPECTED_SIZE @ operations[0].operand.ad.image.dimensions." And we have create TemplateAd for templateId is 432 the sam

Cannot find the ID list of "Targeting -> Interests & remarketing -> Installed app categories"

2016-02-23 Thread 郭文豪
Hello :D Is there any reference or document mentioned the ID list of where w

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-23 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Rocko, Which one is your SOAP request in question? The last one in the file? As for your question, I think *mediaId * is used by setting your existing images as a new ImageAd. I have not tested t