Re: AuthenticationError.CUSTOMER_NOT_FOUND

2012-01-11 Thread Chirag
Hello, I am having same problem. I am able to use other customer id perfectly with the same script but for some customers only i am this type of error. I am using the production environment. AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'-1' Service[CampaignService.get] Thanks, On Dec 9

Re: Reporting: v13 has way more rows than v201101

2012-01-11 Thread jstedman
If you want data aggregated by keyword or placement url, you might want to check out the Criteria Report. https://code.google.com/apis/adwords/docs/appendix/reports.html#criteria -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi

Re: Where is the AuthToken in MyClientCenter (MCC)?

2012-01-11 Thread Evgeniy Bogdanov
Hi. If you mean Developer Token, you can find it on My account -> Adwords API Center. Regards, Evgeniy. On 11 янв, 16:43, jepster <400...@googlemail.com> wrote: > Hi, > > I've already got the AuthToken by the MCC. The problem is: that was > some months ago! How I can navigate to the page, where

Re: MaxCPC values on Keywords Performance Report (AdHoc)

2012-01-11 Thread Eric Koleda
Hi, In general a value of "--" means "null" for reports. However the maxCpc field should pull in the ad group's default maxCpc if there is none set for the keyword. Are you seeing this behavior consistently? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Java Client LIbraries, tryng to access an account via a master account

2012-01-11 Thread Eric Koleda
Hi Gavin, Can you double check that accountId value you are using isn't null and isn't an email address? If you are still having issues do as Evgeniy said and open a bug on the client library's issue tracker. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-11 Thread Rob O.
I fixed the developerToken field and no difference. I'm pretty sure this is a server-side error and need support/engineer to check it out because I am to: - Get the list of accounts (it initially created them) - Create and get list of campaigns - Create and get list of ad groups - Create and get

Re: Internal API Error while using the TargetingIdeaService in sandbox

2012-01-11 Thread Eric Koleda
Hi Stephan, I'm not able to replicate this on my own account. Are you still seeing this error? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-11 Thread Rob O.
I trimmed it down to only select the Id field and the exact same request works against the AdGroupService and returns the list of ad groups correctly. However, the exact same request against the AdGroupAdService returns the same unexpected internal error. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-11 Thread Rob O.
I'm still getting the unexpected internal error but I managed to get some logging going. The request: POST /api/adwords/cm/v201109/AdGroupAdService?oauth_consumer_key=anonymous&oauth_token=*blocked*&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1326320743&oauth_nonce=*blocked*&oauth_version=

Managed Placement Report

2012-01-11 Thread Peter S.
>From V13 it looks like for managed placements the records coming back from old the MCC report for the fields Keyword and MatchType are now in the Managed Placements Performance report for V201109. I figured out that Keyword is now the field PlacementUrl however I cannot seem to figure out what Mat

Reporting: v13 has way more rows than v201101

2012-01-11 Thread bgraves
I've noticed that the Keyword Activity report in v13 has 6 times as many rows as the v201101 Ad Performance Report. This is due to the fact that I am missing a lot of impression/position data due to missing keywordid row data that I have in v13. Is v201101 filtering out keywordid rows that have l

Re: Report Utils error: Could not read report

2012-01-11 Thread carver
sorry, forgot to add: this is happening only with the sandbox account, everything is ok on production. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=

Report Utils error: Could not read report

2012-01-11 Thread carver
I can not download neither Ad Performance Report nor Keyword Performance Report, but it's working well with AdGroup Performance report. Using Ads API Client Libraries for Ruby v0.4.5 API version is 201109. Here is my report definition: { :selector=> { :fields=>[:CampaignId, :AdGroupId, :Head

Re: AccountService is only available on a whitelist basis

2012-01-11 Thread Eric Koleda
Hi, This week an issue arose that caused the timezone to be returned as an internal ID, instead of a string. We are working to correct the problem, but at this time I don't know when exactly the fix will be complete. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Does v13 reports require developer token starting Jan 17th?

2012-01-11 Thread DJAIN
Hi There, This is in reference to yesterday's (01/10) blog post titles as "Developer token required in reports starting January 17th". In the original blog post about this topic (http://adwordsapi.blogspot.com/ 2011/11/action-required-developer-token.html) mentions that it will affect all report

Office Hours today, 2012/01/11 - bring your migration questions!

2012-01-11 Thread Kevin Winter
Hi all, Just wanted to remind everyone that we are hosting Office Hours today to answer your AdWords API questions: https://developers.google.com/events/ahNzfmdvb2dsZS1kZXZlbG9wZXJzcg0LEgVFdmVudBij6REM/ Remember, the sunset of all pre-v201109 services will happen at the end of February ( http

Re: AccountService is only available on a whitelist basis

2012-01-11 Thread mm
Ok, I've created a CampaignPerformanceReport which includes the AccountDescriptiveName & AccountTimeZoneId. However, the value returned for the AccountTimeZoneId is 1. How do I interpret that data? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion grou

Re: Cross Client Support for v201101

2012-01-11 Thread Ty.Roden
Looks like this means some code changes to anyone that used to gather the results in one XML file. Instead of retrying for the one file, we will have to spool our requests to your server in groups of 10 clients or less, and continue to monitor each individual report process and retry as required fo

Re: Cross Client Support for v201101

2012-01-11 Thread Kevin Winter
Hi, No, we do not plan to directly support this use case moving forward, but we have written a blog post with our recommendations on how to accomplish this: http://adwordsapi.blogspot.com/2011/10/downloading-reports-for-lots-of-client.html - Kevin Winter AdWords API Team On Wednesday, Januar

Re: Cross Client Support for v201101

2012-01-11 Thread Ty.Roden
We were using this as well, and once again the API is broken for us. Whether supported or not, this has been working just fine, and we were not notified of any change. Unfortunately this has once again broken the API for us. Fully functional unedited applications break every now and then due to cha

Re: api for getting info using gclid

2012-01-11 Thread Kevin Winter
Hi Vijayraj, I believe the {creative} parameter will return the ID of the Ad, but I have not used ValueTrack myself, so I recommend you test this. - Kevin Winter AdWords API Team On Wednesday, January 11, 2012 7:24:26 AM UTC-5, Vijayraj Chauhan wrote: > > Hi Kevin, > > Thanks for the link...Ho

Re: Cross Client Support for v201101

2012-01-11 Thread Kevin Winter
Hi, Yes, we reached out directly to developers who were actively using this feature. I believe the Contact Emails listed on the application for API access were used, but I'm not positive. - Kevin Winter AdWords API Team On Wednesday, January 11, 2012 11:15:11 AM UTC-5, Greig Daines wrote: >

Re: Cross Client Support for v201101

2012-01-11 Thread Greig Daines
OK, that's a shame. It was working fine for us and has caused us some real problems just to have it suddenly stop. We didn't receive any prior notice that it was going to stop working - was there any further communication apart from that 10 month old blog post? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Cross Client Support for v201101

2012-01-11 Thread Kevin Winter
Hi, Cross client support in v201101 were never officially supported: http://adwordsapi.blogspot.com/2011/03/update-to-reporting-service-in-adwords.html We reached out directly to developers prior to the shutdown. We do not intend to support this feature moving forward. - Kevin Winter AdWords

Re: v13: ReportService "405 HTTP method POST is not supported by this URL"

2012-01-11 Thread Ryan M
I was using the v13 Reporting URL https://adwords.google.com/api/adwords/v13. I have 2 reports that have been failing. They are both AdGroup Performance Reports. I think it is a null issue for me at this point as I have almost completely completed rewriting our tool to use the latest api and

Where is the AuthToken in MyClientCenter (MCC)?

2012-01-11 Thread jepster
Hi, I've already got the AuthToken by the MCC. The problem is: that was some months ago! How I can navigate to the page, where the "AuthToken" is? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.googl

Does developer token required affect v13?

2012-01-11 Thread aengland
I wanted to confirm that the "Developer token required in reports starting January 17th" post (http://googleadsdeveloper.blogspot.com/2012/01/developer-token-required-in-reports.html) does not affect v13 of the API. I soon plan to upgrade to the new v201109 but wanted to be sure that I did no

Re: api for getting info using gclid

2012-01-11 Thread Vijayraj Chauhan
Hi Kevin, Thanks for the link...However referring to ValueTrack I found that it is possible only to get the keyword...Using this keyword we can find the AdGroup in which that keyword is present, but we cannot find the ad which was displayed to the user...Is it possible to retrieve the Ad id ...

Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-11 Thread Rob O.
Everything else works except the call to retrieve ads. Unfortunately I'm having trouble with the PHP SDK and logging. Is this just a temporary issue? Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://

Re: Unable to retrieve ApiUsageInfo with UNIT_COUNT_FOR_CLIENTS (Java Client - v201109)

2012-01-11 Thread TompiT
My bad ... By setting the selector with setIncludeSubAccounts at true it seems to work. ApiUsageRecord is now properly instantiated. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/a

Unable to retrieve ApiUsageInfo with UNIT_COUNT_FOR_CLIENTS (Java Client - v201109)

2012-01-11 Thread TompiT
Hi folks, I'm trying to retrieve API unit count for a specific customer by using the Java Client and API v201109. On the selector, if I use the apiUsageType : UNIT_COUNT the request works fine. Unfortunately, if I change the selector type with : UNIT_COUNT_FOR_CLIENTS and initialize clientCus

Re: Cross Client Support for v201101

2012-01-11 Thread Greig Daines
We are seeing this problem too. Up until yesterday everything was working fine. We are still using v201101 and are looking to upgrade in early February. The v201101 version of the API is not due to be deprecated until end of February so I can only guess this is a bug with the API. -- =~=~=

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR during CreateAccountOperation in sandbox

2012-01-11 Thread Vijayraj Chauhan
Hi, I am facing the same issue in my sandbox account *InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError*. I get this error when using *AdGroupAdServiceInterface *class.It was working fine untill yesterday.Also tried in sandbox ac