Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-19 Thread marketingdev
Hi,
Thanks for the suggestions (confirms I was on the right track with the code 
attached at the start of the thread).

To return to my original question regarding 
CategoryProductsAndServicesSearchParameter and STATS returning an error, I 
have taken another look at how the Keyword Planner works.

It appears that product/service doesn't change the stats values which are 
returned per keyword (eg. Avg. Monthly Searches). This explains why 
CategoryProductsAndServicesSearchParameteris is invalid when using STATS.

Thanks for your help with this.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9c3c8fe7-cb7b-40ba-b910-ec073f6e45d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-16 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

I am afraid that the other stats (Average monthly searches, competition, 
etc.) based on your screenshot are not available to other services except 
the TargetingIdeaService 

.

They are available as attribute types in the said service. For "Average 
monthly searches", it is equivalent to SEARCH_VOLUME 

 attributeType. 
For "Competition", the equivalent is COMPETITION 
,
 
and for "Suggested bid", the equivalent is AVERAGE_CPC 
.
 
Basically, the results based on your screenshot are supported in this 
service.

For your search terms also, you just need to use a valid parameter. For 
these three search terms in your screenshot, these are equivalent to 
RelatedToQuerySearchParameter 
.
 
With this parameter and attribute types, you can achieve an API result same 
as your UI result. You can also check this example 

 (available 
to other languages that we support) on how to do this.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eaed143d-8f21-452f-a8f0-20317a8cbb49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-16 Thread marketingdev
Hi Vincent,
One last question for clarity. Is it possible to use the AdWords API to 
retrieve stats for an exact keyword match?

This would be similar to the initial results of the Keyword Planner where 
the stats are shown for the 'Your product or service' keywords - see 
attached.

I'm asking just in case this is achievable using a different service in the 
AdWords API (as opposed to using the TargetingIdeaService).

Thanks again.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/de200e27-c25c-4f2a-9d40-bb528e491c43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

For CategoryProductsAndServicesSearchParameter 
,
 
only the IDEAS is supported as requestType 

 and 
not STATS, therefore, your current scenario is not possible at this time.

Let me know if you have further clarifications.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6c89cc90-8307-4d48-9878-d0d40844b0c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Error using TargetingIdeaService STATS with CategoryProductsAndServicesSearchParameter

2017-11-14 Thread marketingdev
Hi,
I recently created an AdWords test account and am using the 
TargetingIdeaService and CategoryProductsAndServicesSearchParameter to 
retrieve keyword information. I'm using the STATS setting as I want to get 
results for exact keyword matches (not ideas).

This works correctly when set to IDEAS, however when I use STATS I get the 
follwoing error message:

Fatal error: Uncaught exception 
'Google\AdsApi\AdWords\v201710\cm\ApiException' with message 
'[TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ 
selector.searchParameters[0]; 
trigger:'CategoryProductsAndServicesSearchParameter']' in 
C:\www-lib\googleads-php-lib\src\Google\AdsApi\Common\Util\Reflection.php 
on line 39

Example code is attached. Relevant lines are 57 and 82.

Is it not possible to use the CategoryProductsAndServicesSearchParameter 
when requesting STATS?


Thanks for any advice.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6800af49-cd84-4bb5-bee0-c80532606cbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<>


Re: Internal API Error with TargetingIdeaService

2016-02-28 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Zvi,

Thanks for confirmation.
If anyone still sees the errors, please let me know.

Best,
Thanet, AdWords API Team

On Sunday, February 28, 2016 at 7:25:22 PM UTC+9, Zvi Schutz wrote:
>
> At my side it works fine now. 
>
> On Tuesday, February 23, 2016 at 4:28:15 AM UTC+2, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hi Zvi,
>>
>> I've got your SOAP logs already. Thank you for that.
>> I needed to remove your post as it contains your private credentials, 
>> e.g., developer token.
>>
>> I'll send this information for further investigation.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Monday, February 22, 2016 at 10:53:18 PM UTC+9, Zvi Schutz wrote:
>>>
>>> (REDACTED)
>>>
>>> On Monday, February 22, 2016 at 3:46:28 PM UTC+2, Zvi Schutz wrote:

 +1 - Me too on Ruby API , this also happens on v201601 demo 
 (get_keyword_ideas), It worked 5 days ago. 

 On Monday, February 22, 2016 at 12:42:40 PM UTC+2, Daniel Walø wrote:
>
> I'm having the same issue trying to run GetKeywordIdeas.php in the 
> 8.0.0 client library for PHP.
>
> Daniel
>
> fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende:
>>
>> Hello,
>>
>> I hadn't seen any recent results that approached this subject.
>>
>> When using the TargetingIdeaService, ideaType KEYWORDS, requestType 
>> STATS, and searchParameter RelatedToQuerySearchParameter, an 
>> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. 
>> The 
>> program follows the AdWords limits ( 
>> https://developers.google.com/adwords/api/docs/appendix/limits?hl=en 
>> ) with each keyword <= 80 characters (including xml escaped unicode) and 
>> no 
>> more than 800 keywords per request. It also waits at least 30 seconds 
>> between each request. It depends on v201509 AdWords API. This is for a 
>> test 
>> account.
>>
>> The program had worked fine before with workable results, but lately 
>> this is the only result given.
>>
>> Any help would be appreciated.
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d1c00bb4-fa8c-417d-bae3-3c6c62bc66d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-28 Thread Zvi Schutz
At my side it works fine now. 

On Tuesday, February 23, 2016 at 4:28:15 AM UTC+2, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hi Zvi,
>
> I've got your SOAP logs already. Thank you for that.
> I needed to remove your post as it contains your private credentials, 
> e.g., developer token.
>
> I'll send this information for further investigation.
>
> Best,
> Thanet, AdWords API Team
>
> On Monday, February 22, 2016 at 10:53:18 PM UTC+9, Zvi Schutz wrote:
>>
>> (REDACTED)
>>
>> On Monday, February 22, 2016 at 3:46:28 PM UTC+2, Zvi Schutz wrote:
>>>
>>> +1 - Me too on Ruby API , this also happens on v201601 demo 
>>> (get_keyword_ideas), It worked 5 days ago. 
>>>
>>> On Monday, February 22, 2016 at 12:42:40 PM UTC+2, Daniel Walø wrote:

 I'm having the same issue trying to run GetKeywordIdeas.php in the 
 8.0.0 client library for PHP.

 Daniel

 fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende:
>
> Hello,
>
> I hadn't seen any recent results that approached this subject.
>
> When using the TargetingIdeaService, ideaType KEYWORDS, requestType 
> STATS, and searchParameter RelatedToQuerySearchParameter, an 
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. 
> The 
> program follows the AdWords limits ( 
> https://developers.google.com/adwords/api/docs/appendix/limits?hl=en 
> ) with each keyword <= 80 characters (including xml escaped unicode) and 
> no 
> more than 800 keywords per request. It also waits at least 30 seconds 
> between each request. It depends on v201509 AdWords API. This is for a 
> test 
> account.
>
> The program had worked fine before with workable results, but lately 
> this is the only result given.
>
> Any help would be appreciated.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bf2e9d01-2cf7-4d80-9c27-caca6efc5265%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-25 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Jansen,

It seems the fix has been published.
Could you please try again?

Best,
Thanet, AdWords API Team

On Saturday, February 20, 2016 at 1:33:49 AM UTC+9, Jansen Brewster wrote:
>
> Hello,
>
> I hadn't seen any recent results that approached this subject.
>
> When using the TargetingIdeaService, ideaType KEYWORDS, requestType STATS, 
> and searchParameter RelatedToQuerySearchParameter, an 
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The 
> program follows the AdWords limits ( 
> https://developers.google.com/adwords/api/docs/appendix/limits?hl=en ) 
> with each keyword <= 80 characters (including xml escaped unicode) and no 
> more than 800 keywords per request. It also waits at least 30 seconds 
> between each request. It depends on v201509 AdWords API. This is for a test 
> account.
>
> The program had worked fine before with workable results, but lately this 
> is the only result given.
>
> Any help would be appreciated.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1eee02ee-ec07-4a60-b54f-9e60bdfe3834%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Zvi,

I've got your SOAP logs already. Thank you for that.
I needed to remove your post as it contains your private credentials, e.g., 
developer token.

I'll send this information for further investigation.

Best,
Thanet, AdWords API Team

On Monday, February 22, 2016 at 10:53:18 PM UTC+9, Zvi Schutz wrote:
>
> (REDACTED)
>
> On Monday, February 22, 2016 at 3:46:28 PM UTC+2, Zvi Schutz wrote:
>>
>> +1 - Me too on Ruby API , this also happens on v201601 demo 
>> (get_keyword_ideas), It worked 5 days ago. 
>>
>> On Monday, February 22, 2016 at 12:42:40 PM UTC+2, Daniel Walø wrote:
>>>
>>> I'm having the same issue trying to run GetKeywordIdeas.php in the 8.0.0 
>>> client library for PHP.
>>>
>>> Daniel
>>>
>>> fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende:

 Hello,

 I hadn't seen any recent results that approached this subject.

 When using the TargetingIdeaService, ideaType KEYWORDS, requestType 
 STATS, and searchParameter RelatedToQuerySearchParameter, an 
 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The 
 program follows the AdWords limits ( 
 https://developers.google.com/adwords/api/docs/appendix/limits?hl=en ) 
 with each keyword <= 80 characters (including xml escaped unicode) and no 
 more than 800 keywords per request. It also waits at least 30 seconds 
 between each request. It depends on v201509 AdWords API. This is for a 
 test 
 account.

 The program had worked fine before with workable results, but lately 
 this is the only result given.

 Any help would be appreciated.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/27eea8bb-96ab-4ea7-b358-1c52030395b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread Zvi Schutz
Here are the soap request and result :
D, [2016-02-22T15:51:58.384192 #58901] DEBUG -- : http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:wsdl="https://adwords.google.com/api/adwords/o/v201601; 
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201601;>https://adwords.google.com/api/adwords/cm/v201601;>demo-rails 
(AwApi-Ruby/0.18.1, Common-Ruby/0.11.2, GoogleAdsSavon/1.0.1, ruby/2.1.0, 
HTTPI/2.4.1, 
httpclient)sbunUeZIQ9A0Q02dCJLMng465-382-1387https://adwords.google.com/api/adwords/o/v201601;>PenarolNacionalDanubio1000KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES010
D, [2016-02-22T15:51:58.384693 #58901] DEBUG -- : HTTPI POST request to 
adwords.google.com (httpclient)
RSA 1024 bit CA certificates are loaded due to old openssl compatibility
D, [2016-02-22T15:51:59.212193 #58901] DEBUG -- : SOAP response (status 
500):
D, [2016-02-22T15:51:59.212276 #58901] DEBUG -- : http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201601; 
xmlns="https://adwords.google.com/api/adwords/o/v201601;>00052c5c22f77b780a5604c40c07d119ExperimentDiversionServiceget1305soap:Server[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]https://adwords.google.com/api/adwords/o/v201601; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201601;>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ns2:InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR


On Monday, February 22, 2016 at 3:46:28 PM UTC+2, Zvi Schutz wrote:
>
> +1 - Me too on Ruby API , this also happens on v201601 demo 
> (get_keyword_ideas), It worked 5 days ago. 
>
> On Monday, February 22, 2016 at 12:42:40 PM UTC+2, Daniel Walø wrote:
>>
>> I'm having the same issue trying to run GetKeywordIdeas.php in the 8.0.0 
>> client library for PHP.
>>
>> Daniel
>>
>> fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende:
>>>
>>> Hello,
>>>
>>> I hadn't seen any recent results that approached this subject.
>>>
>>> When using the TargetingIdeaService, ideaType KEYWORDS, requestType 
>>> STATS, and searchParameter RelatedToQuerySearchParameter, an 
>>> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The 
>>> program follows the AdWords limits ( 
>>> https://developers.google.com/adwords/api/docs/appendix/limits?hl=en ) 
>>> with each keyword <= 80 characters (including xml escaped unicode) and no 
>>> more than 800 keywords per request. It also waits at least 30 seconds 
>>> between each request. It depends on v201509 AdWords API. This is for a test 
>>> account.
>>>
>>> The program had worked fine before with workable results, but lately 
>>> this is the only result given.
>>>
>>> Any help would be appreciated.
>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/87f0c62b-da6b-4558-8863-cb5fe17fc94d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread Zvi Schutz
+1 - Me too on Ruby API , this also happens on v201601 demo 
(get_keyword_ideas), It worked 5 days ago. 

On Monday, February 22, 2016 at 12:42:40 PM UTC+2, Daniel Walø wrote:
>
> I'm having the same issue trying to run GetKeywordIdeas.php in the 8.0.0 
> client library for PHP.
>
> Daniel
>
> fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende:
>>
>> Hello,
>>
>> I hadn't seen any recent results that approached this subject.
>>
>> When using the TargetingIdeaService, ideaType KEYWORDS, requestType 
>> STATS, and searchParameter RelatedToQuerySearchParameter, an 
>> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The 
>> program follows the AdWords limits ( 
>> https://developers.google.com/adwords/api/docs/appendix/limits?hl=en ) 
>> with each keyword <= 80 characters (including xml escaped unicode) and no 
>> more than 800 keywords per request. It also waits at least 30 seconds 
>> between each request. It depends on v201509 AdWords API. This is for a test 
>> account.
>>
>> The program had worked fine before with workable results, but lately this 
>> is the only result given.
>>
>> Any help would be appreciated.
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c92d3bc1-5a1d-453f-8c23-e4724d9af64c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-20 Thread Jansen Brewster
I've since fixed the issue with my request precluding erroneous  
entities when escaping unicode characters, but the problem still persists.

On Friday, February 19, 2016 at 10:33:49 AM UTC-6, Jansen Brewster wrote:
>
> Hello,
>
> I hadn't seen any recent results that approached this subject.
>
> When using the TargetingIdeaService, ideaType KEYWORDS, requestType STATS, 
> and searchParameter RelatedToQuerySearchParameter, an 
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The 
> program follows the AdWords limits ( 
> https://developers.google.com/adwords/api/docs/appendix/limits?hl=en ) 
> with each keyword <= 80 characters (including xml escaped unicode) and no 
> more than 800 keywords per request. It also waits at least 30 seconds 
> between each request. It depends on v201509 AdWords API. This is for a test 
> account.
>
> The program had worked fine before with workable results, but lately this 
> is the only result given.
>
> Any help would be appreciated.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/727bd234-1e34-4145-9221-c797a3b60a01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-19 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Jansen,

Could you please provide me with the SOAP request and response that 
resulted in this error so that I could further investigate it? Please send 
it through *reply privately to author.*

Thanks,
Anthony
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d789514b-d455-4b82-a0c2-becfb8850af8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Internal API Error with TargetingIdeaService

2016-02-19 Thread Jansen Brewster
Hello,

I hadn't seen any recent results that approached this subject.

When using the TargetingIdeaService, ideaType KEYWORDS, requestType STATS, 
and searchParameter RelatedToQuerySearchParameter, an 
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The 
program follows the AdWords limits 
( https://developers.google.com/adwords/api/docs/appendix/limits?hl=en ) 
with each keyword <= 80 characters (including xml escaped unicode) and no 
more than 800 keywords per request. It also waits at least 30 seconds 
between each request. It depends on v201509 AdWords API. This is for a test 
account.

The program had worked fine before with workable results, but lately this 
is the only result given.

Any help would be appreciated.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0c5ae2f7-7076-4cef-8e58-6cde73b897b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error in TargetingIdeaService.

2013-03-04 Thread Anash P. Oommen (AdWords API Team)
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: TargetingIdeaServiceInterfacePort Method: 
 get URL: 
 https://adwords.google.com/api/adwords/o/v201209/TargetingIdeaService;
 13 Feb, 2013 5:59:29 PM 
 com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers logSoapXml
 WARNING: SOAP Request:
 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/
 
   xmlns:xsd=http://www.w3.org/2001/XMLSchema;
   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
soapenv:Header
   ns1:RequestHeader xmlns:ns1=
 https://adwords.google.com/api/adwords/o/v201209;
  soapenv:mustUnderstand=0
  ns2:authToken xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201209
 DQAAALMAAACD6YIXeN_1yKSiknqDzYVwqtJ6kNrwNr67Ioxi-0XxLO5m_m3ArOnuf2LwabgCrhYEDxQ8RJx8u2xTDNhWiLH5NAWHpt1g9XBUUgKL9tu4QeiTwUJ4CS79DridP5PgnQETf8Q5_7U4_YRRQPMFOuPPx7PcC04mVE97IHfPF1zf5wSh9IbAtkI-8RjiXraygkY8MOwfdxEDwNOWpcdcMZBph-z-Vqw3A-6bbHUIDm4uFnMrIWgm4JPZehvFnxfWyNc/ns2:authToken
  ns3:clientCustomerId xmlns:ns3=
 https://adwords.google.com/api/adwords/cm/v201209
 xxx/ns3:clientCustomerId
  ns4:developerToken xmlns:ns4=
 https://adwords.google.com/api/adwords/cm/v201209
 /ns4:developerToken
  ns5:userAgent xmlns:ns5=
 https://adwords.google.com/api/adwords/cm/v201209;JavaAdWordsApplication 
 (AwApi-Java, AdWords-Axis/1.12.1, Common-Java/1.12.1, Axis/1.4, 
 Java/1.6.0_32, jars)/ns5:userAgent
  ns6:validateOnly xmlns:ns6=
 https://adwords.google.com/api/adwords/cm/v201209
 false/ns6:validateOnly
  ns7:partialFailure xmlns:ns7=
 https://adwords.google.com/api/adwords/cm/v201209
 false/ns7:partialFailure
   /ns1:RequestHeader
/soapenv:Header
soapenv:Body
   get xmlns=https://adwords.google.com/api/adwords/o/v201209;
  selector
 searchParameters xmlns:ns8=
 https://adwords.google.com/api/adwords/o/v201209;
   xsi:type=ns8:RelatedToQuerySearchParameter
ns8:queriescheap air tickets/ns8:queries
 /searchParameters
 searchParameters xmlns:ns9=
 https://adwords.google.com/api/adwords/o/v201209;
   xsi:type=ns9:LocationSearchParameter
ns9:locations
   ns10:id xmlns:ns10=
 https://adwords.google.com/api/adwords/cm/v201209;2840/ns10:id
/ns9:locations
 /searchParameters
 searchParameters xmlns:ns11=
 https://adwords.google.com/api/adwords/o/v201209;
   
 xsi:type=ns11:CategoryProductsAndServicesSearchParameter
ns11:categoryId10017/ns11:categoryId
 /searchParameters
 searchParameters xmlns:ns12=
 https://adwords.google.com/api/adwords/o/v201209;
   xsi:type=ns12:LanguageSearchParameter
ns12:languages
   ns13:id xmlns:ns13=
 https://adwords.google.com/api/adwords/cm/v201209;1000/ns13:id
/ns12:languages
 /searchParameters
 ideaTypeKEYWORD/ideaType
 requestTypeIDEAS/requestType
 requestedAttributeTypesKEYWORD_TEXT/requestedAttributeTypes
 
 requestedAttributeTypesSEARCH_VOLUME/requestedAttributeTypes
 
 requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/requestedAttributeTypes
 
 requestedAttributeTypesCATEGORY_PRODUCTS_AND_SERVICES/requestedAttributeTypes
 requestedAttributeTypesCOMPETITION/requestedAttributeTypes
 paging
ns14:startIndex xmlns:ns14=
 https://adwords.google.com/api/adwords/cm/v201209;0/ns14:startIndex
ns15:numberResults xmlns:ns15=
 https://adwords.google.com/api/adwords/cm/v201209
 800/ns15:numberResults
 /paging
  /selector
   /get
/soapenv:Body
 /soapenv:Envelope
 13 Feb, 2013 5:59:29 PM 
 com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers logSoapXml
 WARNING: SOAP Response:
 ?xml version=1.0 encoding=UTF-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
soap:Header
   ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/o/v201209;
   xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201209;
  

Re: Error in TargetingIdeaService.

2013-02-17 Thread Kapil
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: TargetingIdeaServiceInterfacePort Method: 
get URL: 
https://adwords.google.com/api/adwords/o/v201209/TargetingIdeaService;
13 Feb, 2013 5:59:29 PM 
com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers logSoapXml
WARNING: SOAP Request:
?xml version=1.0 encoding=UTF-8?
soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;
  xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   soapenv:Header
  ns1:RequestHeader 
xmlns:ns1=https://adwords.google.com/api/adwords/o/v201209;
 soapenv:mustUnderstand=0
 ns2:authToken 
xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201209;DQAAALMAAACD6YIXeN_1yKSiknqDzYVwqtJ6kNrwNr67Ioxi-0XxLO5m_m3ArOnuf2LwabgCrhYEDxQ8RJx8u2xTDNhWiLH5NAWHpt1g9XBUUgKL9tu4QeiTwUJ4CS79DridP5PgnQETf8Q5_7U4_YRRQPMFOuPPx7PcC04mVE97IHfPF1zf5wSh9IbAtkI-8RjiXraygkY8MOwfdxEDwNOWpcdcMZBph-z-Vqw3A-6bbHUIDm4uFnMrIWgm4JPZehvFnxfWyNc/ns2:authToken
 ns3:clientCustomerId 
xmlns:ns3=https://adwords.google.com/api/adwords/cm/v201209;xxx/ns3:clientCustomerId
 ns4:developerToken 
xmlns:ns4=https://adwords.google.com/api/adwords/cm/v201209;/ns4:developerToken
 ns5:userAgent 
xmlns:ns5=https://adwords.google.com/api/adwords/cm/v201209;JavaAdWordsApplication
 
(AwApi-Java, AdWords-Axis/1.12.1, Common-Java/1.12.1, Axis/1.4, 
Java/1.6.0_32, jars)/ns5:userAgent
 ns6:validateOnly 
xmlns:ns6=https://adwords.google.com/api/adwords/cm/v201209;false/ns6:validateOnly
 ns7:partialFailure 
xmlns:ns7=https://adwords.google.com/api/adwords/cm/v201209;false/ns7:partialFailure
  /ns1:RequestHeader
   /soapenv:Header
   soapenv:Body
  get xmlns=https://adwords.google.com/api/adwords/o/v201209;
 selector
searchParameters 
xmlns:ns8=https://adwords.google.com/api/adwords/o/v201209;
  xsi:type=ns8:RelatedToQuerySearchParameter
   ns8:queriescheap air tickets/ns8:queries
/searchParameters
searchParameters 
xmlns:ns9=https://adwords.google.com/api/adwords/o/v201209;
  xsi:type=ns9:LocationSearchParameter
   ns9:locations
  ns10:id 
xmlns:ns10=https://adwords.google.com/api/adwords/cm/v201209;2840/ns10:id
   /ns9:locations
/searchParameters
searchParameters 
xmlns:ns11=https://adwords.google.com/api/adwords/o/v201209;
  
xsi:type=ns11:CategoryProductsAndServicesSearchParameter
   ns11:categoryId10017/ns11:categoryId
/searchParameters
searchParameters 
xmlns:ns12=https://adwords.google.com/api/adwords/o/v201209;
  xsi:type=ns12:LanguageSearchParameter
   ns12:languages
  ns13:id 
xmlns:ns13=https://adwords.google.com/api/adwords/cm/v201209;1000/ns13:id
   /ns12:languages
/searchParameters
ideaTypeKEYWORD/ideaType
requestTypeIDEAS/requestType
requestedAttributeTypesKEYWORD_TEXT/requestedAttributeTypes
requestedAttributeTypesSEARCH_VOLUME/requestedAttributeTypes

requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/requestedAttributeTypes

requestedAttributeTypesCATEGORY_PRODUCTS_AND_SERVICES/requestedAttributeTypes
requestedAttributeTypesCOMPETITION/requestedAttributeTypes
paging
   ns14:startIndex 
xmlns:ns14=https://adwords.google.com/api/adwords/cm/v201209;0/ns14:startIndex
   ns15:numberResults 
xmlns:ns15=https://adwords.google.com/api/adwords/cm/v201209;800/ns15:numberResults
/paging
 /selector
  /get
   /soapenv:Body
/soapenv:Envelope
13 Feb, 2013 5:59:29 PM 
com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers logSoapXml
WARNING: SOAP Response:
?xml version=1.0 encoding=UTF-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
   soap:Header
  ResponseHeader 
xmlns=https://adwords.google.com/api/adwords/o/v201209;
  
xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201209;
 ns2:requestId0004d59a4b1f1e080a44fd85111d/ns2:requestId
 ns2:serviceNameAccountService/ns2:serviceName
 ns2:methodNameget/ns2:methodName
 ns2:operations1/ns2:operations
 ns2:responseTime355/ns2:responseTime
 ns2:units6/ns2:units
  /ResponseHeader
   /soap:Header
   soap:Body
  soap:Fault
 faultcodesoap:Server/faultcode
 faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 

Re: Error in TargetingIdeaService.

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
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 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 location, and language in 
 this code. So...

  Location unitedStates = new Location();
 unitedStates.setId(2840L);

 LocationSearchParameter location = new LocationSearchParameter();
 location.setLocations(new Location[] { unitedStates });

 Language english = new Language();
 english.setId(1000L);

 LanguageSearchParameter language = new 
 LanguageSearchParameter();
 language.setLanguages(new Language[] { english });

  RelatedToQuerySearchParameter relatedToQuerySearchParameter = new 
 RelatedToQuerySearchParameter();
 relatedToQuerySearchParameter.setQueries(new String[] { 
 keywordText });

 *** after this I'm adding all of them in the selector like this:-

 * selector.setSearchParameters(new SearchParameter[] 
 {relatedToQuerySearchParameter, location, language});*
 *
 but I am getting an error:-

 AxisFault
  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
  faultSubcode: 
  faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]
  faultActor: 
  faultNode: 
  faultDetail: 
 
 {https://adwords.google.com/api/adwords/o/v201209}ApiExceptionFault:ns2:message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
  
 @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]/ns2:messagens2:ApplicationException.TypeApiException/ns2:ApplicationException.Typens2:errors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=ns2:InternalApiErrorns2:fieldPath/ns2:trigger/ns2:errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/ns2:errorStringns2:ApiError.TypeInternalApiError/ns2:ApiError.Typens2:reasonUNEXPECTED_INTERNAL_API_ERROR/ns2:reason/ns2:errors


 *I even tried this:-

 * selector.setSearchParameters(1, relatedToQuerySearchParameter);
 selector.setSearchParameters(2, location);
 selector.setSearchParameters(3, language);
 selector.setSearchParameters(4, category);

 But it is also not working.
 Can someone please help me with this issue.

 Thanks,

 Kapil
 **

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Error in TargetingIdeaService.

2013-02-13 Thread Kapil
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 location, and language in 
this code. So...

 Location unitedStates = new Location();
unitedStates.setId(2840L);

LocationSearchParameter location = new LocationSearchParameter();
location.setLocations(new Location[] { unitedStates });

Language english = new Language();
english.setId(1000L);

LanguageSearchParameter language = new 
LanguageSearchParameter();
language.setLanguages(new Language[] { english });

 RelatedToQuerySearchParameter relatedToQuerySearchParameter = new 
RelatedToQuerySearchParameter();
relatedToQuerySearchParameter.setQueries(new String[] { 
keywordText });

*** after this I'm adding all of them in the selector like this:-

* selector.setSearchParameters(new SearchParameter[] 
{relatedToQuerySearchParameter, location, language});*
*
but I am getting an error:-

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]
 faultActor: 
 faultNode: 
 faultDetail: 

{https://adwords.google.com/api/adwords/o/v201209}ApiExceptionFault:ns2:message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]/ns2:messagens2:ApplicationException.TypeApiException/ns2:ApplicationException.Typens2:errors
 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:type=ns2:InternalApiErrorns2:fieldPath/ns2:trigger/ns2:errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/ns2:errorStringns2:ApiError.TypeInternalApiError/ns2:ApiError.Typens2:reasonUNEXPECTED_INTERNAL_API_ERROR/ns2:reason/ns2:errors


*I even tried this:-

* selector.setSearchParameters(1, relatedToQuerySearchParameter);
selector.setSearchParameters(2, location);
selector.setSearchParameters(3, language);
selector.setSearchParameters(4, category);

But it is also not working.
Can someone please help me with this issue.

Thanks,

Kapil
**

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Error in TargetingIdeaService.

2013-02-13 Thread Kapil

I am also using CategoryProductsAndServicesSearchParameter to specify 
Category like this:- 

  CategoryProductsAndServicesSearchParameter category = new 
CategoryProductsAndServicesSearchParameter();
category.setCategoryId(10017);

selector.setSearchParameters(

 new SearchParameter[] {relatedToQuerySearchParameter, location, language}, 
 category);*
 *



On Wednesday, February 13, 2013 7:29:26 PM UTC+5:30, Kapil wrote:

 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 location, and language in 
 this code. So...

  Location unitedStates = new Location();
 unitedStates.setId(2840L);

 LocationSearchParameter location = new LocationSearchParameter();
 location.setLocations(new Location[] { unitedStates });

 Language english = new Language();
 english.setId(1000L);

 LanguageSearchParameter language = new 
 LanguageSearchParameter();
 language.setLanguages(new Language[] { english });

  RelatedToQuerySearchParameter relatedToQuerySearchParameter = new 
 RelatedToQuerySearchParameter();
 relatedToQuerySearchParameter.setQueries(new String[] { 
 keywordText });

 *** after this I'm adding all of them in the selector like this:-

 * selector.setSearchParameters(new SearchParameter[] 
 {relatedToQuerySearchParameter, location, language});*
 *
 but I am getting an error:-

 AxisFault
  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
  faultSubcode: 
  faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]
  faultActor: 
  faultNode: 
  faultDetail: 
 
 {https://adwords.google.com/api/adwords/o/v201209}ApiExceptionFault:ns2:message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
  
 @ 
 com.google.ads.api.services.common.error.InternalApiError.lt;initgt;(InternalApiErro]/ns2:messagens2:ApplicationException.TypeApiException/ns2:ApplicationException.Typens2:errors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=ns2:InternalApiErrorns2:fieldPath/ns2:trigger/ns2:errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/ns2:errorStringns2:ApiError.TypeInternalApiError/ns2:ApiError.Typens2:reasonUNEXPECTED_INTERNAL_API_ERROR/ns2:reason/ns2:errors


 *I even tried this:-

 * selector.setSearchParameters(1, relatedToQuerySearchParameter);
 selector.setSearchParameters(2, location);
 selector.setSearchParameters(3, language);
 selector.setSearchParameters(4, category);

 But it is also not working.
 Can someone please help me with this issue.

 Thanks,

 Kapil
 **

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Error in TargetingIdeaService.

2013-02-13 Thread Kapil
I am also using CategoryProductsAndServicesSearchParameter to define 
category loke this:-

CategoryProductsAndServicesSearchParameter category = new 
CategoryProductsAndServicesSearchParameter();
category.setCategoryId(10017);

then,

 selector.setSearchParameters(
new SearchParameter[] {relatedToQuerySearchParameter, location, language, 
category});*
*


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Internal Api Error with TargetingIdeaService

2010-10-01 Thread AdWords API Advisor
Hi Bestrada,

FYI, I've received your mail.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Sep 30, 8:47 pm, bestrada bestradapedr...@gmail.com wrote:
 Hi,

 I´ve sent you my MCC Account. Thanks.

 On 30 sep, 12:04, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:



  Hi,

  Can you mail me the developer MCC account to
  adwordsapiadvi...@google.com and update this thread in that case? I
  could look up the logs and try to find out your call details.

  Cheers,
  Anash P. Oommen,
  AdWords API Advisor.

  On Sep 29, 6:44 pm, bestrada bestradapedr...@gmail.com wrote:

   Hi,

   Thanks for your attention. No. I don´t have the requestId because in
   the log file (request_info.log) when exists this error the requestid
   appears empty.

   On 29 sep, 00:30, AdWords API Advisor adwordsapiadvi...@google.com
   wrote:

Hi,

Do you have the requestId from a request that exhibits this behavior?

Best,
- Eric Koleda, AdWords API Team

On Sep 27, 3:59 am, bestrada bestradapedr...@gmail.com wrote:

 I want to show the AVERAGE_TARGETED_MONTHLY_SEARCHES form 50.000
 keywords aproximately with requestType STATS. I send 2.400 keywords
 for each call to the method get().
 When I run my script with the sandbox server, it is executed
 successfully, but when I change the server, I receive a Internal Api
 Error.

 Can you help me, please?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Internal Api Error with TargetingIdeaService

2010-09-30 Thread AdWords API Advisor
Hi,

Can you mail me the developer MCC account to
adwordsapiadvi...@google.com and update this thread in that case? I
could look up the logs and try to find out your call details.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Sep 29, 6:44 pm, bestrada bestradapedr...@gmail.com wrote:
 Hi,

 Thanks for your attention. No. I don´t have the requestId because in
 the log file (request_info.log) when exists this error the requestid
 appears empty.

 On 29 sep, 00:30, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:



  Hi,

  Do you have the requestId from a request that exhibits this behavior?

  Best,
  - Eric Koleda, AdWords API Team

  On Sep 27, 3:59 am, bestrada bestradapedr...@gmail.com wrote:

   I want to show the AVERAGE_TARGETED_MONTHLY_SEARCHES form 50.000
   keywords aproximately with requestType STATS. I send 2.400 keywords
   for each call to the method get().
   When I run my script with the sandbox server, it is executed
   successfully, but when I change the server, I receive a Internal Api
   Error.

   Can you help me, please?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Internal Api Error with TargetingIdeaService

2010-09-30 Thread bestrada
Hi,

I´ve sent you my MCC Account. Thanks.


On 30 sep, 12:04, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi,

 Can you mail me the developer MCC account to
 adwordsapiadvi...@google.com and update this thread in that case? I
 could look up the logs and try to find out your call details.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Sep 29, 6:44 pm, bestrada bestradapedr...@gmail.com wrote:

  Hi,

  Thanks for your attention. No. I don´t have the requestId because in
  the log file (request_info.log) when exists this error the requestid
  appears empty.

  On 29 sep, 00:30, AdWords API Advisor adwordsapiadvi...@google.com
  wrote:

   Hi,

   Do you have the requestId from a request that exhibits this behavior?

   Best,
   - Eric Koleda, AdWords API Team

   On Sep 27, 3:59 am, bestrada bestradapedr...@gmail.com wrote:

I want to show the AVERAGE_TARGETED_MONTHLY_SEARCHES form 50.000
keywords aproximately with requestType STATS. I send 2.400 keywords
for each call to the method get().
When I run my script with the sandbox server, it is executed
successfully, but when I change the server, I receive a Internal Api
Error.

Can you help me, please?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Internal Api Error with TargetingIdeaService

2010-09-29 Thread bestrada
Hi,

Thanks for your attention. No. I don´t have the requestId because in
the log file (request_info.log) when exists this error the requestid
appears empty.

On 29 sep, 00:30, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi,

 Do you have the requestId from a request that exhibits this behavior?

 Best,
 - Eric Koleda, AdWords API Team

 On Sep 27, 3:59 am, bestrada bestradapedr...@gmail.com wrote:

  I want to show the AVERAGE_TARGETED_MONTHLY_SEARCHES form 50.000
  keywords aproximately with requestType STATS. I send 2.400 keywords
  for each call to the method get().
  When I run my script with the sandbox server, it is executed
  successfully, but when I change the server, I receive a Internal Api
  Error.

  Can you help me, please?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Internal Api Error with TargetingIdeaService

2010-09-28 Thread AdWords API Advisor
Hi,

Do you have the requestId from a request that exhibits this behavior?

Best,
- Eric Koleda, AdWords API Team

On Sep 27, 3:59 am, bestrada bestradapedr...@gmail.com wrote:
 I want to show the AVERAGE_TARGETED_MONTHLY_SEARCHES form 50.000
 keywords aproximately with requestType STATS. I send 2.400 keywords
 for each call to the method get().
 When I run my script with the sandbox server, it is executed
 successfully, but when I change the server, I receive a Internal Api
 Error.

 Can you help me, please?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Internal Api Error with TargetingIdeaService

2010-09-27 Thread bestrada
I want to show the AVERAGE_TARGETED_MONTHLY_SEARCHES form 50.000
keywords aproximately with requestType STATS. I send 2.400 keywords
for each call to the method get().
When I run my script with the sandbox server, it is executed
successfully, but when I change the server, I receive a Internal Api
Error.

Can you help me, please?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en