Re: FILE_FORMAT_ERROR using BatchJobService.

2016-01-08 Thread lzhuo
Here is testing result we have: 1) If the total number of operations is less than or equal to 100k(which means there will be less than or equal to10 threads, because one thread handle 10k operations), everything works fine, all objects are successfully be pushed to Adwords. 2) If the total numbe

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-08 Thread ralph
Holly Shit it worked! Thank you! Good catch by the way. How did you find that and how do i avoid this sort of thing in the future? What exactly are these namespaces and what's the cm/rm difference? Are these namespaces built in to soap protocol as just strings to separate services that go

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-08 Thread Ralph Samuel
Oh Cool! I noticed the cm/rm dichotomy before but didn't remember to think about it for this problem. Thanks! I'll give that a try On Fri, Jan 8, 2016 at 7:50 AM, Nadine Sundquist (AdWords API Team) < adwordsapiadvisor+nad...@google.com> wrote: > Hi Ralph, > > Mike asked me to take a look at th

Re: How to get campaign creator email?

2016-01-08 Thread Anthony Madrigal
Hi, Unfortunately, there is currently no way to get the user email via API. There is also no API equivalent to the Change History in the API. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelop

Re: Update an individual budget for a specific campaign

2016-01-08 Thread Yin Niu
Hi Roberto, When I ran your code, I got this error "BudgetError.CANNOT_USE_IMPLICITLY_SHARED_BUDGET_WITH_MULTIPLE_CAMPAIGNS @ operations[0].operand.budget.budgetId] ". This is because you set Budget attribute IsExplicitlyShared to false. The default value for IsExplicitlyShared is true. Yin

Update an individual budget for a specific campaign

2016-01-08 Thread roberto . malcotti
Dear All, I am quite new with the AdWords API. I have the need to update the budget for a list of campaigns. I have to assign a new individual budget, removing the previous shared budget. Up to now I tried to follow the instructions present here, https://developers.google.com/adwords/api/docs/

Re: java.lang.VerifyError

2016-01-08 Thread Anthony Madrigal
Hi, You can click the dropdown next to the reply button on the right then click *Reply privately to author.* Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Re: Getting StackOverflowException while creating instance of BatchJobUtilities

2016-01-08 Thread Yin Niu
Hello, This should have been fixed in the latest version. Could you please try it? Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

Re: API internal errors

2016-01-08 Thread dearaujoj
Hi Yin, I tried to get the wsdl from our server and it's working correctly. Now, maybe something was going on with our hosting provider, I'll check with them. Nevertheless thank you for the quick reply. Regards josé Le vendredi 8 janvier 2016 17:20:53 UTC+1, Yin Niu a écrit : > > Hi José, >

Re: API internal errors

2016-01-08 Thread Yin Niu
Hi José, There's no maintenance that I am aware of. It might be connectivity issue on client side. Could you try to see if you can access the wsdl file? Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: FILE_FORMAT_ERROR using BatchJobService.

2016-01-08 Thread Nadine Sundquist (AdWords API Team)
Greetings! Thanks for the explanation and the update. It does sound complex enough that it wouldn't be easy to decouple that code from existing code. So, when you run just one thread everything works fine? Based on what you said, it sounds like it's sometimes happening, but not always. If so, i

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-08 Thread Nadine Sundquist (AdWords API Team)
Hi Ralph, Mike asked me to take a look at this as well to see if I saw anything. I noticed something that *may* be causing the issue. I believe that you want to change: https://adwords.google.com/api/adwords/rm/v201509";> to https://adwords.google.com/api/adwords/cm/v201509

Re: FILE_FORMAT_ERROR using BatchJobService.

2016-01-08 Thread lzhuo
Things are even getting worser when I have more than 10 such threads, most of batch jobs created by a thread will fail to upload operations due to the same error: FILE_FORMAT_ERROR. On Friday, January 8, 2016 at 8:39:24 AM UTC+8, lz...@marinsoftware.com wrote: > > The code involves a lot of con

Re: How do I synchronize deleted keywords?

2016-01-08 Thread Yin Niu
Hello, It is only possible to retrieve a deleted criterion data if it had any impressions before it's deleted. If it had zero impressions, once deleted it is completely removed from the system. Thanks, Yin, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

API internal errors

2016-01-08 Thread dearaujoj
Hi Guys, Since yesterday we are experiencing errors when calling API, such as - [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError. (InternalApiErro) - Could not connect to host - SOAP-ERROR: Parsing WSDL Is there any m

Getting StackOverflowException while creating instance of BatchJobUtilities

2016-01-08 Thread sarita khaire
I'm having troubles creating a BatchJobUtilities instance. I followed the code on .NET examples ( https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201509/CampaignManagement/AddCompleteCampaignsUsingBatchJob.cs

How to get campaign creator email?

2016-01-08 Thread kowal
Hi I'm currently using API in V201509. Is there a way to get via API any information about user (like email) who *created* or *updated* given campaign (or AdGroup). Only place I found it so far is in web UI in Change History. My mail goal is to detect "invalid" campaigns names via API and send

Adword Setup and working(Online and offline).

2016-01-08 Thread rahul . jain
Hi, Can anyone please explain the complete flow of google ad-words. I want to implement it on my site. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~

Re: Predicate not working correctly

2016-01-08 Thread Josh Radcliff (AdWords API Team)
Hi, Glad to hear that the work around worked for you. I've raised this issue with the PHP client library owners and they are looking into it. Cheers, Josh, AdWords API Team On Friday, January 8, 2016 at 1:17:19 AM UTC-5, Chirag wrote: > > Hi Josh, > > Yes, I have use *GREATER_THAN_EQUALS *predi

Re: Can Anyone tell me how to integrate google adwords in asp.net C#?

2016-01-08 Thread John Bliss
https://github.com/googleads/googleads-dotnet-lib On Friday, January 8, 2016 at 5:53:35 AM UTC-5, Dhananjay Kumar wrote: > > Please send google adwords integration code in asp.net C#. > > On Friday, 10 July 2015 18:58:33 UTC+5:30, Dhananjay Kumar wrote: >> >> Can Anyone tell me how to integrate

Re: Can Anyone tell me how to integrate google adwords in asp.net C#?

2016-01-08 Thread Dhananjay Kumar
Please send google adwords integration code in asp.net C#. On Friday, 10 July 2015 18:58:33 UTC+5:30, Dhananjay Kumar wrote: > > Can Anyone tell me how to integrate google adwords in asp.net C#? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: h

Re: Account Status

2016-01-08 Thread AdWords API User
Zweitze, Thanks for your suggestion. I will look at this next week when I get back to the issue. John On Wednesday, 6 January 2016 13:05:24 UTC, Zweitze wrote: > I recall suspended accounts give certain errors on operations, eg. you > cannot create new campaigns. Unfortunately I cannot recal

Re: Account Status

2016-01-08 Thread AdWords API User
Hi Umesh, Thanks for looking into this for me. I'll explore your suggestion when I get back to the issue next week. John On Tuesday, 5 January 2016 21:08:16 UTC, Umesh Dengale wrote: > Hi John, > > You could use the BUDGET_PERFORMANCE_REPORT which gives statistics > aggregated by default at