Re: Can not generate AdGroup Performance Report

2011-07-15 Thread surya sanapala
As a follow up to my earlier update...I double checked the predicates that are being added to the selector and they are in expected way. As I mentioned earlier this very same code worked before . After a week's gap I ran the report and it failed for Adgroups. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

OAUTH_TOKEN_HEADER_INVALID from CustomerSyncService

2011-07-15 Thread Michael
Hi, I'm receiving a OAUTH_TOKEN_HEADER_INVALID when I send a request to the CustomerSyncService. The request ID is 0004a8219b8a5cf00ada428f2f477a8c. Here is the request: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";

Re: Getting Campaign/Ad/Keyword level Alerts

2011-07-15 Thread Eric Koleda
Hi Priyank, As Pete indicated the AlertService would be the way to retrieve those messages through the API, but it doesn't look like any of the available alerts correspond to that message. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: Invalid response of ad performance report requests.

2011-07-15 Thread Eric Koleda
Hi Toshi, I'm not able to find any logs for the report download request, so I'm not sure what the problem was in that case. For the UNEXPECTED_INTERNAL_API_ERROR, that was caused by a temporary resource issue on the backend. These errors happen from time to time, and more information is avai

Re: Get MediaService's Image data?

2011-07-15 Thread veseo
Thanks, I will give it a try on Monday. Cheers! On Jul 15, 6:29 pm, "Pete Lavetsky (AdWords API Guru)" wrote: > Actually you should be able to grab the existing URLs Google is using > by asking for the Urls field: > > http://code.google.com/apis/adwords/docs/reference/latest/MediaServic... > > Pe

Re: Can not generate AdGroup Performance Report

2011-07-15 Thread surya prakash
Thanks for your quick response. I tried the suggestions and see Response Message-->OK Response Code-->200 ContentLength-->-1 on urlConn , before downloading the stream. I also tried downloading the report as XML ,instead of GZIP_XML . When I opened the XML file I see the following content in it.

Re: Can not generate AdGroup Performance Report

2011-07-15 Thread jstedman
If there is any issue generating your report, you might get the error code through that input stream, but the error code will not be in gzip format which will cause the exception you are getting. You might try using urlConn.getContentLength() and urlConn.getResponseMessage() to make sure that the

Can not generate AdGroup Performance Report

2011-07-15 Thread surya sanapala
This issue surfaced after some refactoring done in my code. Even after I reverted those changes , the problem persists. My code generates reports for Account,Keyword,Ad,Adgroup and Campaign. Even though other report download works as expected ,the Adgroup report download fails. The following is

Re: Keyword Performance report

2011-07-15 Thread David Torres
Hi Sanju, This usually occur when you are trying to run a report against your MCC account and not your client account, make sure you are providing either a clientId or clientCustomerId header when defining the report. And as jstedman correctly stated only fields/columns clearly marked as "Prev

Re: internal server error.

2011-07-15 Thread David Torres
Hi Soumya, This error basically says your are sending a malformed SOAP/XML request to our servesr, check your XML and namespaces. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspo

Re: TrafficEstimatorService and NetworkTarget

2011-07-15 Thread David Torres
Hi, We are aware of this issue and working on correcting it, please rest assured old API versions aren't going to be sunset without fixing this issue. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: How to display AdGroupId and CampaignId in Placement report?

2011-07-15 Thread David Torres
Hi Lex, Do you have a report definition id you can share with me? I'll be glad to take it a look. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

Re: AdParamService enhancement idea

2011-07-15 Thread David Torres
Hi, This is an interesting proposal, I'll make sure it is heard by the team. Thanks for your feedback, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gro

Re: RESPONSE_SIZE_LIMIT_EXCEEDED Error

2011-07-15 Thread David Torres
Hi Maxim, I believe they issue is related to the fact that your idFilters and paging elements are declaring empty xmlns which will make the API ignore them, just remove the empty xmlns="" declarations and retry, let me know if you are still experiencing this issue. Next time please open a new

UNEXPECTED_INTERNAL_API_ERROR when trying to add ReportDefinition in Sandbox environment with ClientCustomerId

2011-07-15 Thread yagmur
As you can see from the subject, I am having trouble with adding a report definition in sandbox environment. I am obviously missing something. Any help is appreciated. Here is the request and response (I x'ed out what might be sensitive info): REQUEST http://schemas.xmlsoap.org/soap/envelope/";

Re: API Showing $0 CPC regardless of the Max Bid - Keyword Tool Has CPC???

2011-07-15 Thread David Torres
Hello Kyle, Actually API and UI results should match, there was a transition period where they were not querying the same backend but that is not longer the case. I couldn't find your request id, perhaps is too old so we don't have it recorded anymore, could you provide me with a new request

Re: API returns empty reponse for not authorized account

2011-07-15 Thread David Torres
Hi, Your request ids are a bit old I believe, I couldn't find them in our logs. But we have recently fixed an issue that was generating empty responses when an exception was meant to be returned in a high load circumstance, so basically you were getting empty responses when RATE_EXCEEDED

Re: Get MediaService's Image data?

2011-07-15 Thread Pete Lavetsky (AdWords API Guru)
Actually you should be able to grab the existing URLs Google is using by asking for the Urls field: http://code.google.com/apis/adwords/docs/reference/latest/MediaService.Media.html#urls Pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: Get MediaService's Image data?

2011-07-15 Thread Pete Lavetsky (AdWords API Guru)
Veseo, If the images were originally uploaded from a public URL and they still exist there you are able to grab the sourceUrl from the MediaService, and then write code to pull those images. http://code.google.com/apis/adwords/docs/reference/latest/MediaService.Media.html#sourceUrl Pete On Jul

Re: validateReportJob - An internal error has occured.

2011-07-15 Thread David Torres
Hello Tomasz, We are investigating this issue, I'll get back to you when having more information. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

Re: Get MediaService's Image data?

2011-07-15 Thread jstedman
In the section for get: "Note: MediaService will not return any ImageAd image files." http://code.google.com/apis/adwords/docs/reference/latest/MediaService.html On Jul 15, 10:46 am, veseo wrote: > Anyone? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discus

Re: Get MediaService's Image data?

2011-07-15 Thread veseo
Anyone? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: Sandbox Report Problems (UNEXPECTED_INTERNAL_API_ERROR)

2011-07-15 Thread Ray Ray
I fear that the sandbox has been neglected and then forgotten. RIP little sandbox, you served me well these few weeks. RIP little buddy. (;__;) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.

Unmarshalling Error when trying to add CampaignNegative

2011-07-15 Thread Peter
I am trying to add CampaignNegatives using the Google API and the following code (using the v201101 perl client library): # Create keyword. my $keyword = Google::Ads::AdWords::v201101::Keyword->new({ text => "jupiter cruise", matchType => "BROAD" }); # Create negative campaign criterion. my $n

Re: Sandbox Report Problems (UNEXPECTED_INTERNAL_API_ERROR)

2011-07-15 Thread Chirag
Hi All, I am also not able use sanbox mutate service. got error [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ [Ljava.lang.StackTraceElement;@e5130b] Thanks, Chirag On Jul 15, 8:16 am, Sajan Maharjan wrote: > Thanks, > > Have been struggling to get Report Definitions > I got the same error..