Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR with getBulkKeywordIdeas

2014-10-01 Thread Ari
Hi Anash, The getBulkKeywordIdeasResponse "retVal" variable isn't even being set, that's where I'm getting the error, so I can't access the ResponseHeader property of "retval" so I'm unable to retrieve the requestId value. public Google.AdWords2009.TargetingIdeaService.SoapResponseHeader getB

Re: Intermittent server timeout when accessing API

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Danilo, Could you share your API MCC customer id by using the "Reply to Author" option? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, October 1, 2014 8:48:26 AM UTC-4, Danilo B. wrote: > > The Adwords API appears to be behind some load balancer. Using netstat, I > could trace

Re: Sitelinks Feed Limit (EntityCountLimitExceeded.ACCOUNT_LIMIT)

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Danny, You should be using a single feed, and associating the right set of FeedItems with the campaigns using a MatchingFunction. The usual practice is to keep one feed per extension type (e.g. one for sitelinks, one for call extensions, etc.). https://github.com/googleads/googleads-php-li

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR with getBulkKeywordIdeas

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Ari, Can you share the request id from a failed request? It is part of the SOAP response headers. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 30, 2014 1:32:51 PM UTC-4, Ari wrote: > > Hi, > > I'm using the getBulkKeywordIdeas function from the TargetingIdeaService >

Re: FYI - Upgraded URLs supported in test accounts, but ...

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you share your test account's client customer id by using the "Reply to Author" option? I can take a look. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 30, 2014 12:22:56 PM UTC-4, BDCoder wrote: > > Hi Guys, > > Just realized that once whitelisted, I can see the

Re: How to download the reports for multiple clients in v201406 in Java

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Amit, 1. Use the credentials of your MCC account when obtaining the OAuth2 token. This gives you access to all the accounts that you want to download report for. 2. Use ManagedCustomerService.get to retrieve the list of all customer ids. See code example here

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR with TargetingIdeaService

2014-10-01 Thread Ari
Hi, I posted this question earlier today but I never got a proper confirmation that my question was actually submitted so here goes again. When calling getBulkKeywordIdeas for the TargetingIdeaService I keep getting this error: - InternalApiError.UNEXPECTED_INTERNAL_API_ERROR I even r

Determine AdWords API Standard or Basic Access developer token?

2014-10-01 Thread Addams
Per the "Announcing report download limits for the AdWords API" announcement on Monday I am wondering if my AdWords Developer token has Standard Access or Basic Access. The blog announcement does not mention how to determine what your current access level is. How can you find out if your deve

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR with getBulkKeywordIdeas

2014-10-01 Thread Ari
Hi, I'm using the getBulkKeywordIdeas function from the TargetingIdeaService and I'm constantly getting an "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR". I even tried removing required fields from the selector to see if I'd get a new error but I don't. Here's the code I've been testing on

Re: Get "Conv. (opt)" from reports

2014-10-01 Thread David Antunes
Yep, please see here: http://searchengineland.com/new-adwords-conversions-optimization-setting-puts-focus-key-actions-201205 Thanks, David On Wednesday, October 1, 2014 5:34:47 PM UTC+1, Michael Cloonan (AdWords API Team) wrote: > > Hello David, > > You can see a complete list of reports and c

Re: Get "Conv. (opt)" from reports

2014-10-01 Thread Michael Cloonan (AdWords API Team)
Hello David, You can see a complete list of reports and columns available via the API on our reporting types page. It doesn't seem like we support these "(opt)" columns; are those something you've seen in the AdWords front end r

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2014-10-01 Thread Amit Pawar
Any updates on this please -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re: com.google.api.ads.common.lib.exception.ServiceException: Unexpected Exception. at com.google.api.ads.common.lib.soap.jaxws.JaxWsHandler.createSoapClient(JaxWsHandler.java:237)

2014-10-01 Thread Josh Radcliff (AdWords API Team)
Hi Elad, Thanks for letting me know this was resolved. Glad to hear everything's working for you now. Cheers, Josh, AdWords API Team On Wednesday, October 1, 2014 4:45:03 AM UTC-4, Elad Winkler wrote: > > Hi Josh, > > Thanks for all your help! > > Sorry It took me so long to answer. > > I tried

Re: Intermittent server timeout when accessing API

2014-10-01 Thread Danilo B.
The Adwords API appears to be behind some load balancer. Using netstat, I could trace back the "hanging" to a specific IP. This is the output during a "successful" request: Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp0

How to get meta and performance data for Dynamic Search Ads?

2014-10-01 Thread Emmanuel
Hi, Looking at the reports, I see the *Keywordless Category Report* and *Keywordless Query Report *mention they provide the meta and performance data about DSAs. However, in the *Ad Performance Report, *one of the Ad types is *DYNAMIC_SERACH_AD*. Which report is best suited for downloading th

Intermittent server timeout when accessing API

2014-10-01 Thread Danilo B.
I work on a project where we have a lot of outgoing HTTP requests to the Adwords API. The system worked good until last week, where a lot of the outgoing calls to Adwords started getting timeouts without any response from the Server. I managed to find a request to the reporting URL that seemed

Re: com.google.api.ads.common.lib.exception.ServiceException: Unexpected Exception. at com.google.api.ads.common.lib.soap.jaxws.JaxWsHandler.createSoapClient(JaxWsHandler.java:237)

2014-10-01 Thread Elad Winkler
Hi Josh, Thanks for all your help! Sorry It took me so long to answer. I tried to move the code to another project of mine in the compute engine that have less dependencies and it worked! Thanks again for making me realized its a dependencies issue, it helped a lot. On Thursday, September 4,