Re: CustomerSyncService - CustomerSyncError

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, It's a common error for CustomerSyncService. Please see this dochow to avoid the error. Best, - Takeshi, AdWords API Team On Saturday, July 27, 2013 9:01:27 AM UTC+9, Krish wrote: > > Hi, > >I am

Re: Showing AdWordsUser and AdWordsService as Deprecated

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, Assuming you are using the old Java client library . As mentioned, that library was deprecated. Please use the new Java libraryinstead. If you face any difficulties in migrating your code,

Re: Test account api-not working-Quotacheckerror[incomplete_signup]

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, Did you authenticate it with your MCC account (466-737-0663) or the test account(595-727-0189)? Looks like your test account is already marked as a test account. I think "User-permission-denied" is different from the error your test account is not activated. Best, - Takeshi, AdWords API

Re: Setting Content Bid Dimension with contentBidCriterionTypeGroup

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi Alex, Currently, it's not supported to reset it back to null. We're going to fix it in a future release. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 4:52:10 PM UTC+9, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Alex, > > Got your point. > I'll get back to you as I ge

Re: SearchRankLostImpressionShare fuzziness

2013-07-29 Thread Devesh Parekh
Thanks, Danial. While I might understand not reporting this metric precisely with very small or zero actual impressions, the "> 90%" number seems unrelated to the number of impressions reported. For example, I have one row that shows 1 impression and "66.67%" rank lost impression share. I have ano

Adwords API Center: zero usage data

2013-07-29 Thread Jacob Elder
Why is it that the Adwords API Center reports that I've used 0 API Units, when I know I've made several thousand non-test-account API requests? -- -- =~=~=~=~=~=

Re: Integer Id fields in GEO_PERFORMANCE_REPORT

2013-07-29 Thread Devesh Parekh
Thanks, Takeshi. Can you also request that they add integer id fields to the report? -- Devesh On Sunday, July 28, 2013 11:45:08 PM UTC-7, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Devesh, > > Thanks. Confirmed the situation. > Escalated a request to fix the fieldType to String. > >

More questions about PLACEHOLDER_FEED_ITEM_REPORT

2013-07-29 Thread Zweitze
Hello, I'm somewhat underwhelmed by the docs on PLACEHOLDER_FEED_ITEM_REPORT. So please help me on this subject: 1. Does field PlaceholderType denote the type of the ad extension, with 1 for site links and 2 for Call extensions? What are the values of the other six ad extension types? 2. Fiel

Error with selector

2013-07-29 Thread dearaujoj
Hi, We came across a strange issue with our code and it gave us quite a headache. So I thought I had to share it maybe it will help someone. First of all we are working with PHP, so it may be linked with what we found. So in some part of our application, we are filtering the fields that we ne

List size (Google search) - UserList

2013-07-29 Thread Ro
Hey, I didnt see in the API a way to retrieve the value of List size (Google search) of userlist. I guess the size that is feasible to retrieve at the moment is only the List size (Display Network). Is there a way to get this value via the API ? Thanks, Ro -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Issue migrating from v201209 to v201306

2013-07-29 Thread Tommy Newman
Thanks Anash, I have put a couple of issues there, but perhaps you can help me. I am a bit unclear whether I *must* use OAuth2 with v201306, or whether I can still use email, password and developer token at present? (even if deprecated). Or, is authToken a different / easier step? -- -- =~=~=

How to set individual campaign budget in v201306?

2013-07-29 Thread Dragan Gavrilovic
How do I set individual (not shared) campaign budget in v201306? This was possible in v201209 by setting budgetId to NULL. But the same code which i used in v201209 does not work in latest API version. And now im forced to create shared budget, even this feature is available in Google Adwords we

Re: Dynamic price in ads

2013-07-29 Thread Danial Klimkin
Hello Valerii, Why it is possible to insert keywords into ad texts (see https://support.google.com/adwords/answer/2454041), there is no way to associate particular keywords with different prices. It is very easy to create separate ads for each such case with the API as you can create thousand

Re: RateExceededError

2013-07-29 Thread Danial Klimkin
Hello Jeremy, Please make sure you are calculating the operations number correctly. Every response header contains number of the operations consumed. If still in doubt, please send us your MCC account ID and last 4 chars of the developer token over email ("Reply to author" button on the right)

Re: Get ClientCustomerID with OAUTH login, using Python library

2013-07-29 Thread Danial Klimkin
Hello Tom, Have you tried ManagedCustomerService? https://developers.google.com/adwords/api/docs/reference/v201306/ManagedCustomerService Also, note your developer seems to be incorrect (looks like an old sandbox-type token). -Danial, AdWords API Team. On Friday, July 26, 2013 2:51:09 PM

Re: SearchRankLostImpressionShare fuzziness

2013-07-29 Thread Danial Klimkin
Hello Devesh, We do not plan to expose the raw impression numbers on search results in the AdWords API. As you mentioned, this metric can't be reported precisely with very small or zero actual impressions. -Danial, AdWords API Team. On Saturday, July 27, 2013 2:59:49 AM UTC+4, Devesh Parekh

Re: Internal Api Error.UNEXPECTED INTERNAL API ERROR

2013-07-29 Thread Danial Klimkin
Hello, Can you please send us full XML request and response code over mail ("Reply to author" button on the right). -Danial, AdWords API Team. On Wednesday, July 24, 2013 11:26:08 AM UTC+4, techpoi...@gmail.com wrote: > > Hi, > > To change destination URL for ads through API, we need to dele

Re: Can't reuse oauth2 token - gives me OAUTH_TOKEN_INVALID (Ruby client lib)

2013-07-29 Thread Paul Matthews (AdWords API Team)
Hi Matthew, Looking at your response, it seems like your scope is incorrect. Below is an example if I perform the same request. { "issued_to": "0-a0a00a00a00aa0aa0aa000aa.apps.googleusercontent.com", "audience": "0-a0a00a00a00aa0aa0aa000aa.apps.googleu

Re: Error: User Rate Limit Exceeded -> OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler->RefreshAccessToken

2013-07-29 Thread Paul Matthews (AdWords API Team)
Hi Jan, The best solution to bypass this issue is to cause a refresh of the access_token before you fork the process. Insert the following code before the wile loop: $oauth2info = $user->GetOAuth2Info

Showing AdWordsUser and AdWordsService as Deprecated

2013-07-29 Thread Kashinath Myadam
Hi, In new Java API version v201306 showing AdWordsUser and AdWordsService as Deprecated. But API calls working fine, Please let me know how can fix Deprecated issue. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo

Re: Adword API in Google App Engine

2013-07-29 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can download the dependent library like this in your pom.xml. com.google.api-ads adwords-appengine 1.18.0 I think it's not documented I'm going to document it. Best, - Takeshi, AdWords API Team On Tuesday, July 23, 2013 5:12:15 PM UTC+9, Ashish Pathak wrot