Hi Kapil,
You should not post SOAP logs without redacting the authToken and
developerToken first. Please treat them like passwords.
I'll lookup the logs and see what caused the error.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Monday, February 18, 2013 11:42:27 AM UTC+5:30, Kapil wrote:
Hey Anash,
The code is working now. But there is one issue. I cannot set category in
SearchParameter. So can you please tell if it is possible to set the
category. Also, this is the sanitized soap request and response xml
for UNEXPECTED_INTERNAL_API_ERROR:-
INFO: Request made: Service: "Target
Hi Kapil,
Could you please post a sanitized soap request and response xml?
Repeated UNEXPECTED_INTERNAL_API_ERROR is usually an issue at our end.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Wednesday, February 13, 2013 7:29:26 PM UTC+5:30, Kapil wrote:
>
> Hello,
>
> I am using TargetingId
I am also using CategoryProductsAndServicesSearchParameter to define
category loke this:-
CategoryProductsAndServicesSearchParameter category = new
CategoryProductsAndServicesSearchParameter();
category.setCategoryId(10017);
then,
selector.setSearchParameters(
new SearchParameter[
I am also using CategoryProductsAndServicesSearchParameter to specify
Category like this:-
CategoryProductsAndServicesSearchParameter category = new
CategoryProductsAndServicesSearchParameter();
category.setCategoryId(10017);
selector.setSearchParameters(
>
> new SearchParameter
Hello,
I am using TargetingIdeaSelector to get the related keywords. I am
referring this code:-
https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201209/optimization/GetKeywordIdeas.java
Now, I need to make a change. I also want to add