Re: Add locations with radius programmatically

2015-11-16 Thread Petter
Thanks Josh! On Thursday, November 12, 2015 at 8:51:43 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Per the migration guide > , > you can use targeting by address >

Special Char in text ad

2015-11-16 Thread jesus . romero
Hi, I'm using the API with python everythin gis working fine until I try to upload a text ad with the word Mañana in it. i'm using the Service: 'AdGroupAdService' and the version='v201509'. But I finded imposible to uploaded I kee getting the folloween error: UnicodeDecodeError:

BatchJobService gives unexplained INTERNAL_API_ERROR

2015-11-16 Thread GD
When we try to create a job (see attached XML), we get "[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]". If we change the operation to ADD instead of SET, it seems to work fine. http://schemas.xmlsoap.org/soap

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-16 Thread yuval
Hi Again, It's a bit misleading. Your saying that clicks doesn't correlate to videos, but the VIDEO_PERFORMANCE_REPORT has the clicks field in it. Are you sure about it? On Wednesday, November 11, 2015 at 11:13:41 PM UTC+2, Umesh Dengale wrote: > > Hello, > > Thanks for providing the report r

Re: Error creating campaign when account limit reached

2015-11-16 Thread Josh Radcliff (AdWords API Team)
Hi Albert, Do you have the customer ID of an account where you saw this behavior so I can look into the request? Thanks, Josh, AdWords API Team On Thursday, November 12, 2015 at 12:43:39 PM UTC-5, wrote: > > Hello Albert Morcillo I can confirm sometimes we can add more than 10.000 > campaigns

Re: Can't access adwords api contact corm (403 fordbidden)

2015-11-16 Thread Arseny K.
Hello, I'm facing the same issue. Did anyone handled the situation? Please advice. Thanks in advance! On Thursday, September 3, 2015 at 3:56:19 PM UTC+3, Zaur M wrote: > > Hello everyone! > > When I try to open this page: > https://services.google.com/fb/forms/apicontact/ > > I get a 403 forbid

Google AdWords API - There is no campaign!(PHP)

2015-11-16 Thread F inc
Hi everyone, I wrote a program using the Google Adwords API want to retrieve the campaign information for a specific customer client ID. This is my code. SetClientCustomerId('XXX-XXX-XXX'); $campaignService = $user->GetService("CampaignService", ADWORDS_VERSION); $selector = new Sel

Can not save Audience Rule with ExpressionUserList

2015-11-16 Thread Binh Quach
I created ExpressionUserList with two rule but i can't save with Too few elements in the collection. But i created it manually it can be save but it'

Issue creating custom combination remarketing list using LogicalUserList

2015-11-16 Thread kaushik vinay T G
Hello, We are using Ruby client library for the AdWords API, currently having issues creating custom combination of existing remarketing list using LogicalUserList. Passing multiple Userlist as an array inside rule_operands seems to set only one of Userlist in the result. My problem i

Cost field in Ad performance Report

2015-11-16 Thread Рома Лазарский
Upon receipt a report from api (Ad performance Report v201502) in the Cost field too big numbers. Prompt please, in what format the value of the cost comes in Ad Performance report? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsde

Sign up for the Adwords API: 403 forbidden

2015-11-16 Thread Vladimir Shempliner
Hello! After Step 2a of sign up instruction(https://developers.google.com/adwords/api/docs/signingup?hl=en) I've got link to a form in email (https://services.google.com/fb/forms/newtokenlow/) Accessing this link I get a "403 Forbidden". How to complete a registration?! -- -- =~=~=~=~=~=~=~=~

Re: About the Opportunity to raise my bid to beat competitors

2015-11-16 Thread Michael Cloonan (AdWords API Team)
Hello, Opportunities have still not been added to the AdWords API. We announce all new features on our blog . Please follow there if you're interested in new API releases. Regards, Mike, AdWords API Team On Monday, November 16, 2015 at 2:51:00 AM UTC-5,

Re: Keywords Performance Reports - Criteria

2015-11-16 Thread Anthony Madrigal
Hi Gopi, I am not sure if this is intended behavior. I could further investigate this issue for you if you provide me with some keywords Ids where you are seeing this behavior, along with their respective ad group Ids via *reply privately to author.* Regards, Anthony AdWords API Team -- --

Re: Cost field in Ad performance Report

2015-11-16 Thread Anthony Madrigal
Hello, The Cost field in reports should be returned in Money format. So if something is $4.99, it will return as 4.99. If you would like me to further investigate this issue, please provide me with the Ad Ids and their respective Ad group Ids via *reply privately to author.* Regards, Anthony A

Re: batch job service giving operand and error message both as null

2015-11-16 Thread Josh Radcliff (AdWords API Team)
Hi, As specified in the BatchJobOps.xsd schema , the *operand* will appear under: mutateResponse/rval/result/ See the section of the XSD with: By the way, are you using the utility supplied in the c

Re: batch job service giving operand and error message both as null

2015-11-16 Thread Kainesh Patel
Hi Josh, I am using Java client library v201509(which Google provided). As per java client, to fetch operand call is mutateResult[index].getOperand() and to getErrorList, call is mutateResult[index].getErrorList(). However, both are null and operation was successful. As per xsd schema file, to

Invalid grant when using Token Refresh

2015-11-16 Thread jnewman0817
Hello, About 3 weeks ago we started seeing this error when we refresh the access token for many random accounts, { "error" : "invalid_grant" }. We never had any problems refreshing access tokens up until now. Also, not all accounts are having problems refreshing their tokens; many refresh jus

Re: batch job service giving operand and error message both as null

2015-11-16 Thread Josh Radcliff (AdWords API Team)
Hi Kainesh, The method call in the Java library to get the operand is *mutateResult.getOperand()*. I just tried this out locally and it worked as expected. Please give that a shot and let me know how it goes. Thanks, Josh, AdWords API Team On Monday, November 16, 2015 at 10:56:44 AM UTC-5, Kai

Re: Adwords API throwing UNEXPECTED_INTERNAL_API_ERROR on campaigns creation even though the campaigns are created fine.

2015-11-16 Thread jefferson
Hello Anthony I have the logs in my hands but i cant find the option to reply privately to author here in this forum. Could you drive me on how to do it so i can send you my log files? Thanks. On Thursday, November 12, 2015 at 7:44:43 PM UTC-2, Anthony Madrigal wrote: > > Hi, > > That is very st

Re: batch job service giving operand and error message both as null

2015-11-16 Thread Kainesh Patel
Hi Josh, Even I am trying the same. But its pointing to null and even I tried mutateResult.getErrorList(), even that is null. Thanks, Kainesh On Friday, November 13, 2015 at 7:19:49 PM UTC+5:30, Kainesh Patel wrote: > > I am trying to update keyword. However, after batch job status is done, >

Re: batch job service giving operand and error message both as null

2015-11-16 Thread Josh Radcliff (AdWords API Team)
Hi Kainesh, Could you share the code you're using that leads to this result? You can send it *only to me* (if you'd prefer) by clicking *Reply privately to author* on this post. Thanks, Josh, AdWords API Team On Monday, November 16, 2015 at 11:45:03 AM UTC-5, Kainesh Patel wrote: > > Hi Josh,

Re: Google AdWords API - There is no campaign!(PHP)

2015-11-16 Thread Anthony Madrigal
Hi, Could you please provide me with your CID so that I could verify this behavior? Please send it through *reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blog

Re: Special Char in text ad

2015-11-16 Thread Umesh Dengale
Hello, This appears to be an issue with how suds handles Unicode in Python 2. That said, it's pretty easy to work around this--all you have to do is send Unicode content in a Unicode string rather than encoding it. You could change your default encoding as seen in PEP 0263

Re: Negative campaign criterrion ALLOWED_GAMBLING_CONTENT

2015-11-16 Thread Nadine Sundquist (AdWords API Team)
Hi, The *ALLOWED_GAMBLING_CONTENT* ContentLabel is excluded by default. This is why it cannot be included as a negative Criterion. Trying to exclude a criterion that is already excluded by

Re: URL_PERFORMANCE_REPORT Behavior Changed

2015-11-16 Thread Nadine Sundquist (AdWords API Team)
Hi Mark, Thanks for such a detailed explanation. I don't know of any recent changes in the URL_PERFORMANCE_REPORT. I could really use your help on figuring out one more thing, since my account doesn't have enough data to give this a try. Is this also happening in the AdWords user interface when

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-16 Thread Josh Radcliff (AdWords API Team)
Hi, *Clicks* for video ads are still counted, but a *Click* does not necessarily translate into a *VideoView* or *Interaction *for those ads -- it merely means a user clicked on the ad. For example, the user may have not actually watched the video ad after clicking. Regarding conversions, if I

Re: 403 Forbidden - Attempting to access API

2015-11-16 Thread shempliner
Hello! I faced with the same problem! How to solve? On Thursday, October 8, 2015 at 4:01:48 PM UTC+3, sgavrilo...@gmail.com wrote: > > Hello. > I'm trying to get access to AdWords Api. > In response to my inquiry I received a letter with a request to fill out a > form. > Turning to the link I ge

Is Target CPA Simulator data available through the API?

2015-11-16 Thread laurence
For individual keywords the CriterionBidLandscape is available through the DataService: https://developers.google.com/adwords/api/docs/reference/v201509/DataService.CriterionBidLandscape Is something similar available for bid strategies (specifically Target CPA)? In the interface it is avai

Cannot fill out setup form due to "403 forbidden" error

2015-11-16 Thread shempliner
Hello! I've got email to complete application set up, but the "Fill out form!" button refers to a forbidden page https://services.google.com/fb/forms/newtokenlow/ How to finish my setup?!

Re: Error trying to get all client customer id's for a manager account in java

2015-11-16 Thread martin
Thanks for the reply, Umesh. I ultimately solved the issue on my own by excluding any dependency which used guice 3.0, using mvn dependency:tree -Dverbose -Dincludes=com.google.inject to identify them. On Wednesday, November 11, 2015 at 2:06:26 PM UTC-8, Umesh Dengale wrote: > > Hello, > > Could

Re: Can not save Audience Rule with ExpressionUserList

2015-11-16 Thread Anthony Madrigal
Hello, This question is best suited for the AdWords Community Forum . They should be able to help you there. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Adwords API throwing UNEXPECTED_INTERNAL_API_ERROR on campaigns creation even though the campaigns are created fine.

2015-11-16 Thread Anthony Madrigal
Hello, You can send me a private message my clicking on the drop-down menu next to the Reply arrow then click *Reply privately to author.* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.b

Re: Invalid grant when using Token Refresh

2015-11-16 Thread Umesh Dengale
Hello, Here is the couple of things that you could check that cause for that error. - *Problem: *Refresh tokens can become invalid for a few reasons: - There is a maximum of 25 refresh tokens that can be valid at a time. If someone gets a 26th refresh token, then the 1st refresh t

Re: Is Target CPA Simulator data available through the API?

2015-11-16 Thread Umesh Dengale
Hello, In the AdWords API, there is BiddingStrategyType .TARGET_CPA and it is associated TargetCpaBiddingScheme

Re: BatchJobService gives unexplained INTERNAL_API_ERROR

2015-11-16 Thread Nadine Sundquist (AdWords API Team)
Hello, Thanks for the detailed output. It looks like you were trying to do a SET without providing a batch job to update. That's why the error occurred. For most cases, you'll do an ADD where you create the job to and let it run. We're looking into passing back a more descriptive error in the f

Re: Issue creating custom combination remarketing list using LogicalUserList

2015-11-16 Thread Nadine Sundquist (AdWords API Team)
Hi, In order to make sure I reproduce this correctly, is this example the one that you were following when creating your request? Best, Nadine, AdWords API Team On Monday, November 16, 2015 at 8:

Need C# GetAccountHierarchy without all the codeExample wrappings

2015-11-16 Thread axtens
Please could someone direct me to a barebones demo of GetAccountHierarchy in C#. C# is not my soup du jour and I'm finding it hard to peel the core concepts out of the codeExample wrapper. TIA, Bruce/bugmagnet -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Issue creating custom combination remarketing list using LogicalUserList

2015-11-16 Thread kaushik vinay T G
Hi Nadine, Yes, the example shown for "Combining multiple user lists" on that page. Thanks. On Monday, 16 November 2015 18:10:38 UTC-5, Nadine Sundquist (AdWords API Team) wrote: > > Hi, > > In order to make sure I reproduce this correctly, is this example >