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..
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
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.
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
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
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
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
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
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
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
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/";
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
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
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
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
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
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
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
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
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.
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
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
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
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";
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.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
25 matches
Mail list logo