RE: Get keyword search volume on a daily basis

2022-03-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to us.

Upon checking in this documentation , TargetingIdeaService equivalent service 
is KeywordPlanIdeaService , and since you are referring to TargetingIdeaService 
, you can check this documentation for more details on the new implementation.

And for getting search volume, you can check this information for more guidance 
to get the Average monthly searches (past 12 months) and Approximate monthly 
search volume (per month).

Best regards,

Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2Yqo6K:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/G4ov30R98TDU00z0DPj9UCTvGNgf52mjDOKw%40sfdc.net.


Get keyword search volume on a daily basis

2022-03-23 Thread Jayashree Lakshmi
Hi,
Am using adwords_client.GetService('TargetingIdeaService', version='v201809') 
May i know the way of getting search volume on daily basis.


Thanks 
Jay

-- 


*Mise en garde concernant la confidentialité*: Le présent message, 
comprenant tout fichier qui y est joint, est envoyé à l'intention exclusive 
de son destinataire; il est de nature confidentielle et peut constituer une 
information protégée par le secret professionnel. Si vous n'êtes pas le 
destinataire, nous vous avisons que toute impression, copie, distribution 
ou autre utilisation de ce message est strictement interdite. Si vous avez 
reçu ce courriel par erreur, veuillez en aviser immédiatement l'expéditeur 
par retour de courriel et supprimer le courriel. Merci!

*Confidentiality 
Warning*: This message, including any attachment, is sent only for the use 
of the intended recipient; it is confidential and may constitute privileged 
information. If you are not the intended recipient, you are hereby notified 
that any printing, copying, distribution or other use of this message is 
strictly prohibited. If you have received this email in error, please 
notify the sender immediately by return email, and delete it. Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f127d0b6-9019-42e5-9f36-6197a4afd7b8n%40googlegroups.com.


Re: Keyword search volume

2021-10-21 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi,

Thank you for your follow up.

The mutate() feature of the API, specifically the bulk mutate, is for 
performing batches of either a create, update, or remove operation. It is not 
one meant for retrieving bulk data such as for getting keyword search volumes.

For retrieving data, it should usually be the get and/or the search and 
searchStream methods.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2IydlG:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/yauRO0R1CZJE00t3n-lUbrRxSQlNtdVXuQQA%40sfdc.net.


Re: Keyword search volume

2021-10-21 Thread 李谷歌
Hello, Thank you for your reply. I found in the documentation that the 
mutate() method seems to be able to perform batch processing. I hope that 
targetingIdeaService.mutate() can be used to obtain data in batches, but I 
did not find any relevant examples and instructions for the mutate() 
method. Can you tell me? thanks
在2021年7月7日星期三 UTC+8 上午12:38:20 写道:

> Hello,
>
> Thanks for reaching out. The keyword plan is generated using the locations 
> associated with the keyword plan campaign. The array of geotargets does not 
> output a plan for each element in the list. You could create multiple 
> keyword plans using multiple locations, however.
>
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>
>
> ref:_00D1U1174p._5004Q2IydlG:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3d94b8a1-a793-4305-a836-1ccd81b9df23n%40googlegroups.com.


Re: Keyword search volume

2021-07-06 Thread Google Ads API Forum Advisor
Hello,

Thanks for reaching out. The keyword plan is generated using the locations 
associated with the keyword plan campaign. The array of geotargets does not 
output a plan for each element in the list. You could create multiple keyword 
plans using multiple locations, however.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2IydlG:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/NxEct0QVU0VI00Wdwh0LHdQVu71EKSF8lx2w%40sfdc.net.


Re: Keyword search volume

2021-06-30 Thread 李谷歌
I want to get the search volume data of multiple countries at once, but 
there seems to be no relevant description in Api. I pass in multiple 
locations in LocationSearchParams and only get one result. Can I get the 
grouped search volume of multiple locations?

在2021年7月1日星期四 UTC+8 上午12:59:19 写道:

> Hello,
>
> This is demonstrated in the code sample 
> . 
> Specifically, the section:
>
> // Optional: Set additional criteria for filtering estimates.
> // See 
> http://code.google.com/apis/adwords/docs/appendix/countrycodes.html
> // for a detailed list of country codes.
> // Set targeting criteria. Only locations and languages are 
> supported.
> $unitedStates = new Location();
> $unitedStates->setId(2840);
>
> // See 
> http://code.google.com/apis/adwords/docs/appendix/languagecodes.html
> // for a detailed list of language codes.
> $english = new Language();
> $english->setId(1000);
>
> $campaignEstimateRequest->setCriteria([$unitedStates, $english]);
>
> As the language criterion is also optional, this can be removed if it is 
> not needed.
>
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2IydlG:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d9ca8d4b-42fb-4ca4-82a7-527d5100cd20n%40googlegroups.com.


Re: Keyword search volume

2021-06-30 Thread Google Ads API Forum Advisor
Hello,

This is demonstrated in the code sample. Specifically, the section:

// Optional: Set additional criteria for filtering estimates.
// See http://code.google.com/apis/adwords/docs/appendix/countrycodes.html
// for a detailed list of country codes.
// Set targeting criteria. Only locations and languages are supported.
$unitedStates = new Location();
$unitedStates->setId(2840);

// See http://code.google.com/apis/adwords/docs/appendix/languagecodes.html
// for a detailed list of language codes.
$english = new Language();
$english->setId(1000);

$campaignEstimateRequest->setCriteria([$unitedStates, $english]);

As the language criterion is also optional, this can be removed if it is not 
needed.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2IydlG:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/xl5pL0QVIXUG00lPrNj0r6QIimgnZlTKpWUg%40sfdc.net.


Re: Keyword search volume

2021-06-28 Thread 李谷歌

Hello,

Thank you very much for your reply. I would like to know whether it 
is possible to return the search volume of keywords grouped by region 
(country). I need to know the search volume of keywords in a specific 
country. Can you tell me what to do?

thank you
在2021年6月29日星期二 UTC+8 上午2:16:57 写道:

> Hello,
>
> Thanks for reaching out. I would recommend using to the Add Keyword Plan 
> code sample for PHP 
> . 
> In the sample, setting specific geo targets for a keyword plan is shown. 
> For more information on the planning service, please see this guide 
> 
> .
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2IydlG:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/de9c3d9a-b644-468f-a279-bf40ddaf1e81n%40googlegroups.com.


RE: Keyword search volume

2021-06-28 Thread Google Ads API Forum Advisor
Hello,

Thanks for reaching out. I would recommend using to the Add Keyword Plan code 
sample for PHP. In the sample, setting specific geo targets for a keyword plan 
is shown. For more information on the planning service, please see this guide.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2IydlG:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/09mO20QVFC3T008U0dK3kQQ7qgHRIHAucaAw%40sfdc.net.


Keyword search volume

2021-06-25 Thread 李谷歌
Hello,
I am using google adwords api to get the search volume of a keyword in 
some specific countries, but I don’t know how to start with PHP

thank 
you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/febe7091-6608-445e-8cff-5ac8fb5bcfb3n%40googlegroups.com.


RE: Does keyword search volume update in real time?

2020-06-22 Thread Google Ads API Forum Advisor Prod
Hi Dima,

Thank you for reaching out. As mentioned in this documentation, the data is 
updated on a monthly basis and does not update in real time. Let me know if you 
have any additional questions.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q2182a7:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/D4z5q0QCC6FS008-Du9CykQwO68sCicG4E3g%40sfdc.net.


Does keyword search volume update in real time?

2020-06-19 Thread Dima Korenblyum
I see that this api provides an endpoint that I can query to get some stats 
about a google search keyword, particularly it's search volume (how many 
time have people all around the world searched for this keyword before).

My question is -- how up to date is that search volume information

Lets say that the keyword "Tesla" has been search 100 times and another 
person just recently searches for it how quickly would my adwords api data 
be updated to reflect that 'Tesla' has been searched for 101 times now.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f01d3291-7475-428d-bfab-62297ac1473bo%40googlegroups.com.


Re: Difference between keyword search volume trough API and Keyword planner tool

2020-06-04 Thread Lindau
Hello!

I am discovering the TargetingIdeaService today and I am getting very weird 
results. I have targeted language, location, and network but the results 
are like day and night compared to keyword planner. I have tested multiple 
keywords, all are completely wrong when it comes to the search volume. What 
could cause this error? Thanks in advance!

Best regards

Den tisdag 13 juni 2017 kl. 16:20:11 UTC+2 skrev Sébastien François:
>
> Hello,
>
> On very specific queries, I don't have any result from a TargetingIdea 
> Service while I have results when I do the same query through 
> KeywordPlanner tool (same country & language). My goal is to get the 
> keyword search volume.
>
> To make it very concrete, there is below the query and at the end you can 
> find the reply with an empty answer. I did the same query with the word 
> "standard" dans there I got results. Can you help me on this beacuse I look 
> already for quite some time and do not find what is wring in there ?
>
> Thanks,
>
> Sébastien
>
>
>
> TargetingIdeaSelector Object
> (
> [searchParameters] => Array
> (
> [0] => LanguageSearchParameter Object
> (
> [languages] => Array
> (
> [0] => Language Object
> (
> [code] => 
> [name] => 
> [id] => 1002
> [type] => 
> [CriterionType] => 
> [_parameterMap:Criterion:private] => 
> Array
> (
> [Criterion.Type] => 
> CriterionType
> )
>
> )
>
> )
>
> [SearchParameterType] => 
> [_parameterMap:SearchParameter:private] => Array
> (
> [SearchParameter.Type] => SearchParameterType
> )
>
> )
>
> [1] => LocationSearchParameter Object
> (
> [locations] => Array
> (
> [0] => Location Object
> (
> [locationName] => 
> [displayType] => 
> [targetingStatus] => 
> [parentLocations] => 
> [id] => 2250
> [type] => 
> [CriterionType] => 
> [_parameterMap:Criterion:private] => 
> Array
> (
> [Criterion.Type] => 
> CriterionType
> )
>
> )
>
> )
>
> [SearchParameterType] => 
> [_parameterMap:SearchParameter:private] => Array
> (
> [SearchParameter.Type] => SearchParameterType
> )
>
> )
>
> [2] => RelatedToQuerySearchParameter Object
> (
> [queries] => Array
> (
> [0] => long weekend
> )
>
> [SearchParameterType] => 
> [_parameterMap:SearchParameter:private] => Array
> (
> [SearchParameter.Type] => SearchParameterType
> )
>
> )
>
> [3] => NetworkSearchParameter Object
> (
> [networkSetting] => NetworkSetting Object
> (
> [targetGoogleSearch] => 1
> [targetSearchNetwork] => 1
> [targetContentNetwork] => 
> [targetPartnerSearchNetwork] => 
> )
>
> [SearchParameterType] => 
> [_parameterMap:SearchParameter:private] => Array
> (

Re: How to get keyword search volume using Google Ads

2020-06-01 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. Creating the keyword plan is necessary for 
generating historical metrics as explained here.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UZYMEL:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ArGdK0QB93VE00GJ5upHanTVWnNDoz3xIcVA%40sfdc.net.


Re: How to get keyword search volume using Google Ads

2020-06-01 Thread 朱志青
Is there a free way to get search volume for a particular keyword, since 
your method(" this guide 
"
 
below) should create a plan first, and we have a limit to create a plan

On Thursday, April 16, 2020 at 9:58:31 PM UTC+8, adsapiforumadvisor wrote:
>
> Hi Marcos,
>
> Thank you for reaching out. If you're interested in retrieving historical 
> metrics for a specific keyword, you can follow this guide 
> .
>  
> If you're interested in forecasting metrics for a specific keyword, you can 
> follow this guide 
> 
> .
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UZYMEL:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4d8211a3-3c68-4b31-a3af-3542a6d2a6a5%40googlegroups.com.


RE: How to get keyword search volume using Google Ads

2020-04-16 Thread Google Ads API Forum Advisor Prod
Hi Marcos,

Thank you for reaching out. If you're interested in retrieving historical 
metrics for a specific keyword, you can follow this guide. If you're interested 
in forecasting metrics for a specific keyword, you can follow this guide.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UZYMEL:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f_21C0Q8VW4W006-OnOwJrQAunLfe62ErAew%40sfdc.net.


How to get keyword search volume using Google Ads

2020-04-15 Thread Marcos Duran
Is there a way to get the search volume for a particular keyword using the 
Google Ads API? (currently in Beta)

I can get something along the lines using the Generate Keyword Ideas 
example at:
https://developers.google.com/google-ads/api/docs/keyword-planning/generate-keyword-ideas

But it also provides me with about 1000 results which seems a bit overkill, 
I would like to restrict it to a specific keyword.

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/41c307ba-824b-4517-8ce1-5e199425e2cf%40googlegroups.com.


Re: Get historical keyword search volume for a subset of given categories

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Oscar,

Unfortunately, there is no way to do this via the API when you are using STATS 
rather than IDEAS.

You can follow our blog for any updates.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001USwxvL:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/EMyx00Q4TNZ900xNNR3a17ReSiv0TAnjFUFg%40sfdc.net.


Re: Get historical keyword search volume for a subset of given categories

2020-01-28 Thread Oscar Vidal
Hi Anthony,

thanks for your answer but the CategoryProductsAndServicesSearchParameter 

 is 
not supported when using the RequestType.STATS. If I try to use both then I 
get error TargetingIdeaError.INVALID_SEARCH_PARAMETERS. 

Any other options?

Thanks,
Oscar

On Monday, 27 January 2020 16:09:19 UTC, adsapiforumadvisor wrote:
>
> Hi Oscar,
>
> You can use the CategoryProductsAndServicesSearchParameter 
> 
>  
> to include IDs of these categories 
> 
>  
> when using the TargetingIdeaService.
>
> Cheers,
> Anthony
> Google Ads API Team 
>
> ref:_00D1U1174p._5001USwxvL:ref
>

-- 


This email and any files transmitted
with it are confidential and 
intended solely for the use of the individual or
entity to whom they are 
addressed. If you have received this email in error
please notify the 
system manager. This message contains confidential
information and is 
intended only for the individual named. If you are not the
named addressee 
you should not disseminate, distribute or copy this e-mail.
Please notify 
the sender immediately by e-mail if you have received this e-mail
by 
mistake and delete this e-mail from your system. If you are not the 
intended
recipient you are notified that disclosing, copying, distributing 
or taking any
action in reliance on the contents of this information is 
strictly prohibited.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6734a8ee-78e0-4c50-9cf5-8e1931986cf7%40googlegroups.com.


RE: Get historical keyword search volume for a subset of given categories

2020-01-27 Thread Google Ads API Forum Advisor Prod
Hi Oscar,

You can use the CategoryProductsAndServicesSearchParameter to include IDs of 
these categories when using the TargetingIdeaService.

Cheers,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001USwxvL:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/veHFo0Q4RWUW00jrSlQGqnQ-imlh2ZDTlM1w%40sfdc.net.


Get historical keyword search volume for a subset of given categories

2020-01-24 Thread Oscar Vidal
Hi,

I'm trying to get historical search volume for a set of keywords (these 
keywords are independent of any existent campaign) which can be achieved by 
using the service *targetingIdeaService* and setting RequestType.*STATS* 
instead of RequestType.*IDEAS. *

The problem is that we want to get search volume for searches that are 
related to the fashion/clothing industry only, but when getting volume for 
keywords as patagonia (which a cloths brand but also a geographic region) 
the keyword gets linked to these categories:

   - 10017 /Travel & Tourism
   - 10769 /Travel & Tourism/Accommodations/Hotels, Motels & Resorts
   - 10145 /Travel & Tourism/Tourist Attractions & Destinations
   - 10142 /Travel & Tourism/Accommodations
   - 12066 /Travel & Tourism/Accommodations/Hotels, Motels & Resorts/Resorts
   - 12073 /Travel & Tourism/Accommodations/Ski Accommodations/Ski Lodges & 
   Resorts
   - 10773 /Travel & Tourism/Accommodations/Ski Accommodations
   - 12098 /Travel & Tourism/Tourist Attractions & Destinations/Winter 
   Travel Destinations
   - 10917 /Apparel/Clothing/Outerwear
   - 10176 /Apparel/Clothing
   - 10021 /Apparel
   - 12238 /Apparel/Clothing/Sweatshirts & Hoodies

*BUT*, we only want volumes linked with categories 10917, 10176, 10021 and 
12238 since these are the categories related to the industry that we are 
working with, therefore only those searches are relevant for us.

*QUESTION*:

   - Is there a way to extract search volumes of a specific keyword but 
   only considering searches linked to a subset of given categories?

Thanks,
Oscar

-- 


This email and any files transmitted
with it are confidential and 
intended solely for the use of the individual or
entity to whom they are 
addressed. If you have received this email in error
please notify the 
system manager. This message contains confidential
information and is 
intended only for the individual named. If you are not the
named addressee 
you should not disseminate, distribute or copy this e-mail.
Please notify 
the sender immediately by e-mail if you have received this e-mail
by 
mistake and delete this e-mail from your system. If you are not the 
intended
recipient you are notified that disclosing, copying, distributing 
or taking any
action in reliance on the contents of this information is 
strictly prohibited.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1ee2de93-c4b6-4369-9336-2a47748ff98c%40googlegroups.com.


TrafficEstimatorService keyword search volume mismatch

2019-09-19 Thread Angelo Letkovic
Hi,

I'm fetching keyword search volume (TrafficEstimatorService) for keyword:
- exact match: keyword: "cheap flight tickets" with min search volume: 
211642.292 and max: 258673.9344 (daily x 30.4)
- broad match: keyword: "cheap flight tickets" with min search volume: 
495095.9808 and max: 605117.3504 (daily x 30.4)

When we run the Keyword Research Tool we get different values. (368000) 
(see attached)

Is there a way to get matching results? Am I doing anything wrong?

Thank you in advance,
Angelo

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/16172b5b-e398-477c-877d-6244e2d84c5d%40googlegroups.com.


RE: TrafficEstimatorService keyword search volume mismatch

2019-09-19 Thread Google Ads API Forum Advisor Prod
Hi Angelo,

Thank you for reaching out.

In the AdWords API perspective, the API is making a slightly different call to 
our back-end so it's not possible to get the UI and the API results to match. 
We would recommend to use the Google Ads API to get a closer match. The AdWords 
API is using the same mechanism as the retired/old UI, while the new Google Ads 
API is using the same mechanism as the new UI.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UHHJJV:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3FHDo0PY2P9V00Y-dh4-Y7RKm2XvJaaIM-TA%40sfdc.net.


TrafficEstimatorService keyword search volume mismatch

2019-09-19 Thread Angelo Letkovic

Hi,

I'm fetching keyword search volume (TrafficEstimatorService) for keyword:
- exact match: keyword: "cheap flight tickets" with min search volume: 
211642.292 and max: 258673.9344 (daily x 30.4)
- broad match: keyword: "cheap flight tickets" with min search volume: 
495095.9808 and max: 605117.3504 (daily x 30.4)

When we run the Keyword tools we get different values. (368000) (see 
attached)

Is there a way to get matching results? Am I doing anything wrong?

Thank you in advance,
Angelo


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/15bd7d54-7d9d-4bb3-ad63-2ca5ded2b39d%40googlegroups.com.


RE: Difference between keyword search volume trough API and Keyword planner sometime

2019-06-26 Thread Google Ads API Forum Advisor Prod
Hi there,

Thank you for reaching out to us.

Could you provide (via Reply privately to author) the complete SOAP request and 
response logs of the TargetingIdeaService request, as well as a screenshot of 
the Keyword Planner, so that I could further investigate the discrepancy?

Regards,
Ziv Yves Sanchez
AdWords API Team
ref:_00D1U1174p._5001UCZXhF:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/PzBg50PTP93B00N3PEvrZ-SqK8wCpI49Revw%40sfdc.net.


Difference between keyword search volume trough API and Keyword planner sometime

2019-06-26 Thread 吴文伟
Is anybody meet this problem : Sometime,difference between keyword search 
volume trough API and Keyword planner 

Is there a solution now?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7bf731e4-1059-418c-b9ff-b2d3b3da89e6%40googlegroups.com.


RE: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2019-03-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi,

For better tracking, could you create an new thread on your concern as this
is an old thread already then we will assist you on that new thread.

Thanks and regards,
Luis
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/19/19 22:57:55 driptibang...@gmail.com wrote:

Hi,

I am trying to get the stats and ideas for the query - however unable to do
the same  . Could you help me for it ?
Also, how can i change the location i want the keyword ideas and stats for?



On Wednesday, December 12, 2018 at 7:18:32 AM UTC+5:30, Luis Xander Talag
(AdWords API Team) wrote:

Hi Hitesh,

I'm afraid, setting of custom date range is still not supported for
TargetingIdeaService
.
I could not tell on if and when the date range feature will be supported in
TargetingIdeaService. However, you may follow our blog
 for any
updates on this feature.

Thanks and regards,
Luis
AdWords API Team

On Wednesday, December 12, 2018 at 7:06:49 AM UTC+8, Hitesh Paryani wrote:

Hi Vishal,

By any chance, is the custom date range filter added to the
TargetingIdeaService now?

On Wednesday, August 24, 2016 at 3:00:31 AM UTC+5:30, Vishal Vinayak
(Adwords API Team) wrote:

Hi,

The chart that I shared is specific to AdWords reports. Monthly stats
available via the Keyword Planner
 or TargetingIdeaService
  
are

not the actual figures but are instead averaged out, over the last 12
months. This data should be considered more of a trend line data than
actual monthly data points. There's no set date on when the stats for a
particular month are available after the month end.

Hope this helps. Please feel free to revert if you have more questions.

Regards,
Vishal, AdWords API Team


This communication is confidential and privileged and is directed to and
for the use of the addressee only. The recipient if not the addressee
should not use this message if erroneously received, and access and use of
this e-mail in any manner by anyone other than the addressee is
unauthorized. If you are not the intended recipient, please notify the
sender by return email and immediately destroy all copies of this message
and any attachments and delete it from your computer system permanently.
The recipient acknowledges that Switchme Technologies and Services Pvt
Limited may be unable to exercise control or ensure or guarantee the
integrity of the text of the email message and the text is not warranted as
to completeness and accuracy. Before opening and accessing the attachment,
if any, please check and scan for virus.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/48669223-85ab-4058-86ed-171626f20082%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2019-03-19 Thread driptibanga93
Hi, 

I am trying to get the stats and ideas for the query - however unable to do 
the same  . Could you help me for it ?
Also, how can i change the location i want the keyword ideas and stats for?



On Wednesday, December 12, 2018 at 7:18:32 AM UTC+5:30, Luis Xander Talag 
(AdWords API Team) wrote:
>
> Hi Hitesh,
>
> I'm afraid, setting of custom date range is still not supported for 
> TargetingIdeaService 
> .
>  
> I could not tell on if and when the date range feature will be supported in 
> TargetingIdeaService. However, you may follow our blog 
>  for any 
> updates on this feature.
>
> Thanks and regards,
> Luis
> AdWords API Team
>
> On Wednesday, December 12, 2018 at 7:06:49 AM UTC+8, Hitesh Paryani wrote:
>>
>> Hi Vishal,
>>
>> By any chance, is the custom date range filter added to the 
>> TargetingIdeaService now?
>>
>> On Wednesday, August 24, 2016 at 3:00:31 AM UTC+5:30, Vishal Vinayak 
>> (Adwords API Team) wrote:
>>>
>>> Hi,
>>>
>>> The chart that I shared is specific to AdWords reports. Monthly stats 
>>> available via the Keyword Planner 
>>>  or TargetingIdeaService 
>>> 
>>>  are 
>>> not the actual figures but are instead averaged out, over the last 12 
>>> months. This data should be considered more of a trend line data than 
>>> actual monthly data points. There's no set date on when the stats for a 
>>> particular month are available after the month end. 
>>>
>>> Hope this helps. Please feel free to revert if you have more questions. 
>>>
>>> Regards,
>>> Vishal, AdWords API Team
>>>
>>
>> This communication is confidential and privileged and is directed to and 
>> for the use of the addressee only. The recipient if not the addressee 
>> should not use this message if erroneously received, and access and use of 
>> this e-mail in any manner by anyone other than the addressee is 
>> unauthorized. If you are not the intended recipient, please notify the 
>> sender by return email and immediately destroy all copies of this message 
>> and any attachments and delete it from your computer system permanently. 
>> The recipient acknowledges that Switchme Technologies and Services Pvt 
>> Limited may be unable to exercise control or ensure or guarantee the 
>> integrity of the text of the email message and the text is not warranted as 
>> to completeness and accuracy. Before opening and accessing the attachment, 
>> if any, please check and scan for virus.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/48669223-85ab-4058-86ed-171626f20082%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2018-12-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Hitesh,

I'm afraid, setting of custom date range is still not supported for 
TargetingIdeaService 
.
 
I could not tell on if and when the date range feature will be supported in 
TargetingIdeaService. However, you may follow our blog 
 for any 
updates on this feature.

Thanks and regards,
Luis
AdWords API Team

On Wednesday, December 12, 2018 at 7:06:49 AM UTC+8, Hitesh Paryani wrote:
>
> Hi Vishal,
>
> By any chance, is the custom date range filter added to the 
> TargetingIdeaService now?
>
> On Wednesday, August 24, 2016 at 3:00:31 AM UTC+5:30, Vishal Vinayak 
> (Adwords API Team) wrote:
>>
>> Hi,
>>
>> The chart that I shared is specific to AdWords reports. Monthly stats 
>> available via the Keyword Planner 
>>  or TargetingIdeaService 
>> 
>>  are 
>> not the actual figures but are instead averaged out, over the last 12 
>> months. This data should be considered more of a trend line data than 
>> actual monthly data points. There's no set date on when the stats for a 
>> particular month are available after the month end. 
>>
>> Hope this helps. Please feel free to revert if you have more questions. 
>>
>> Regards,
>> Vishal, AdWords API Team
>>
>
> This communication is confidential and privileged and is directed to and 
> for the use of the addressee only. The recipient if not the addressee 
> should not use this message if erroneously received, and access and use of 
> this e-mail in any manner by anyone other than the addressee is 
> unauthorized. If you are not the intended recipient, please notify the 
> sender by return email and immediately destroy all copies of this message 
> and any attachments and delete it from your computer system permanently. 
> The recipient acknowledges that Switchme Technologies and Services Pvt 
> Limited may be unable to exercise control or ensure or guarantee the 
> integrity of the text of the email message and the text is not warranted as 
> to completeness and accuracy. Before opening and accessing the attachment, 
> if any, please check and scan for virus.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/04470809-0e02-48ab-b5fc-a90f143c99da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2018-12-11 Thread Hitesh Paryani
Hi Vishal,

By any chance, is the custom date range filter added to the 
TargetingIdeaService now?

On Wednesday, August 24, 2016 at 3:00:31 AM UTC+5:30, Vishal Vinayak 
(Adwords API Team) wrote:
>
> Hi,
>
> The chart that I shared is specific to AdWords reports. Monthly stats 
> available via the Keyword Planner 
>  or TargetingIdeaService 
> 
>  are 
> not the actual figures but are instead averaged out, over the last 12 
> months. This data should be considered more of a trend line data than 
> actual monthly data points. There's no set date on when the stats for a 
> particular month are available after the month end. 
>
> Hope this helps. Please feel free to revert if you have more questions. 
>
> Regards,
> Vishal, AdWords API Team
>

-- 
This communication is confidential and privileged and is 
directed to and 
for the use of the addressee only. The recipient if not 
the addressee 
should not use this message if erroneously received, and 
access and use of 
this e-mail in any manner by anyone other
 than the addressee is 
unauthorized. If you are not the intended 
recipient, please notify the 
sender by return email and immediately 
destroy all copies of this message 
and any attachments and delete it 
from your computer system permanently. 
The recipient acknowledges
 that Switchme Technologies and Services Pvt 
Limited may be unable to 
exercise control or ensure or guarantee the 
integrity of the text of the
 email message and the text is not warranted 
as to completeness and 
accuracy. Before opening and accessing the 
attachment,
 if any, please check and scan for virus.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/35da2f90-f1b8-4323-8e92-41ce064ca776%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best way to get keyword search volume via the Adwords API in 2018?

2018-01-31 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Arjun,

The best way to get the keyword search volume for a batch of keywords via 
API is TargetingIdeaService 
<https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService>.
 
You will need to set the selector's requestType to RequestType.STATS 
<https://developers.google.com/adwords/api/docs/reference/v201710/TargetingIdeaService.RequestType.html#STATS>.
 
Please refer guide 
<https://developers.google.com/adwords/api/docs/guides/targeting-idea-service#get_search_volume_data_and_trends>
 for 
better clarity. Also, code samples are available here 
<https://developers.google.com/adwords/api/docs/guides/targeting-idea-service#code_examples>
. 

Regards,
Dhanya, 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/538419b8-c67e-4ce4-b36f-584d153f9fdd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Best way to get keyword search volume via the Adwords API in 2018?

2018-01-31 Thread Arjun Rajkumar
Hey! 

I saw different suggestions (older dates) for how to get the keyword search 
volume for a particular keyword. 

Can anyone please confirm the best way to get the keyword search volume for 
a batch of keywords via some API?
Which API should I use? 

Sorry if this is a newbie question. Just confused with how to go forward.

Thanks,

Arjun

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9ff0d565-83a5-446f-97eb-983eabb99ccb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difference between keyword search volume trough API and Keyword planner tool

2017-06-16 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello,

Unfortunately, there is no guarantee that the TargetingIdeaService or 
TrafficEstimatorService will offer exactly identical results to the Keyword 
Planner on the web interface. This may be one of those cases where the 
differences manifest, and there is simply nothing we can do to get them to 
match.

Since the same query with other keywords is getting results, this must not 
be because of the query itself, as that is capable of producing results. If 
you are consistently getting unexpected results (including no results) for 
a substantial number of keywords, we could take a closer look.

Regards,
Mike, AdWords API Team

On Friday, June 16, 2017 at 2:43:21 AM UTC-4, Sébastien François wrote:
>
> Hi Shwetha,
>
> Please find herebelow the options selected on the left in the menu of the 
> Keyword planner.
>
>
> 
>
>
> Thanks,
>
> Sébastien
>
> On Thursday, 15 June 2017 20:50:38 UTC+2, Shwetha Vastrad (AdWords API 
> Team) wrote:
>>
>> Hi Sebastian, 
>>
>> Could you provide the options selected in the Keyword Planner when you 
>> got the these results? This will be helpful for me to reproduce this 
>> scenario and further debug the issue. 
>>
>> Thanks,
>> Shwetha, 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/f07e5cd7-49ca-4807-a945-672831bb22a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difference between keyword search volume trough API and Keyword planner tool

2017-06-16 Thread Sébastien François
Hi Shwetha,

Please find herebelow the options selected on the left in the menu of the 
Keyword planner.




Thanks,

Sébastien

On Thursday, 15 June 2017 20:50:38 UTC+2, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi Sebastian, 
>
> Could you provide the options selected in the Keyword Planner when you got 
> the these results? This will be helpful for me to reproduce this scenario 
> and further debug the issue. 
>
> Thanks,
> Shwetha, 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/a546939c-0cbd-4c9a-a599-83c29f343e21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difference between keyword search volume trough API and Keyword planner tool

2017-06-15 Thread Sébastien François



Hi Shwetha,

Thanks for your reply.

Please find it here where you can see we have a result of 320 monthly 
search.

Thanks,

Sébastien




On Tuesday, 13 June 2017 22:36:38 UTC+2, Shwetha Vastrad (AdWords API Team) 
wrote:
>
> Hi Sébastien, 
>
> Could you provide a screenshot of the Keyword Planner in AdWords UI where 
> you see search volume data for these queries? I tried to get the search 
> volume from TargetingIdeaService 
> 
>  
> using these parameters and the results were in line with the Keyword 
> Planner results. 
>
> Thanks,
> Shwetha, 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/fc00b65d-854d-44a1-a664-549459d110ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Difference between keyword search volume trough API and Keyword planner tool

2017-06-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sébastien, 

Could you provide a screenshot of the Keyword Planner in AdWords UI where 
you see search volume data for these queries? I tried to get the search 
volume from TargetingIdeaService 

 
using these parameters and the results were in line with the Keyword 
Planner results. 

Thanks,
Shwetha, 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/b23f75b6-4521-4d5c-86c7-8283dfd0c9ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Difference between keyword search volume trough API and Keyword planner tool

2017-06-13 Thread Sébastien François
Hello,

On very specific queries, I don't have any result from a TargetingIdea 
Service while I have results when I do the same query through 
KeywordPlanner tool (same country & language). My goal is to get the 
keyword search volume.

To make it very concrete, there is below the query and at the end you can 
find the reply with an empty answer. I did the same query with the word 
"standard" dans there I got results. Can you help me on this beacuse I look 
already for quite some time and do not find what is wring in there ?

Thanks,

Sébastien



TargetingIdeaSelector Object
(
[searchParameters] => Array
(
[0] => LanguageSearchParameter Object
(
[languages] => Array
(
[0] => Language Object
(
[code] => 
[name] => 
[id] => 1002
[type] => 
[CriterionType] => 
[_parameterMap:Criterion:private] => 
Array
(
[Criterion.Type] => 
CriterionType
)

)

)

[SearchParameterType] => 
[_parameterMap:SearchParameter:private] => Array
(
[SearchParameter.Type] => SearchParameterType
)

)

[1] => LocationSearchParameter Object
(
[locations] => Array
(
[0] => Location Object
(
[locationName] => 
[displayType] => 
[targetingStatus] => 
[parentLocations] => 
[id] => 2250
[type] => 
[CriterionType] => 
[_parameterMap:Criterion:private] => 
Array
(
[Criterion.Type] => 
CriterionType
)

)

)

[SearchParameterType] => 
[_parameterMap:SearchParameter:private] => Array
(
[SearchParameter.Type] => SearchParameterType
)

)

[2] => RelatedToQuerySearchParameter Object
(
[queries] => Array
(
[0] => long weekend
)

[SearchParameterType] => 
[_parameterMap:SearchParameter:private] => Array
(
[SearchParameter.Type] => SearchParameterType
)

)

[3] => NetworkSearchParameter Object
(
[networkSetting] => NetworkSetting Object
(
[targetGoogleSearch] => 1
[targetSearchNetwork] => 1
[targetContentNetwork] => 
[targetPartnerSearchNetwork] => 
)

[SearchParameterType] => 
[_parameterMap:SearchParameter:private] => Array
(
[SearchParameter.Type] => SearchParameterType
)

)

)

[ideaType] => KEYWORD
[requestType] => STATS
[requestedAttributeTypes] => Array
(
[0] => KEYWORD_TEXT
[1] => SEARCH_VOLUME
[2] => AVERAGE_CPC
)

[paging] => Paging Object
(
[startIndex] => 0
[numberResults] => 1000
)

[localeCode] => fr_BE
[currencyCode] => 
)


===


Object
(
[totalNumEntries] => 0
[entries] => 
)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Re: Get Google Keyword Search Volume for free?

2016-09-26 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Jaydip,

With AdWords API, you can use TargetingIdeaService 

 to 
fetch the search volume of keywords based on a number of inputs, including 
seed keywords, target website, location etc. To get started, please refer 
to the code snippets in this guide 
.
 
 The information is free, indeed but you would need to sign-up 
 for AdWords 
API, if you have not done so already. 

Regards,
Vishal, 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/f77eb1b2-3796-4ea2-85aa-154fa573901c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get Google Keyword Search Volume for free?

2016-09-26 Thread Jaydip

Is there any way to get Google Keyword Search Volume for free? I need 
only Google Keyword Search Volume, but for this information I don't like to 
pay

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/51665d30-45f5-4ce4-b2ff-a8e8b9d5526b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi,

The chart that I shared is specific to AdWords reports. Monthly stats 
available via the Keyword Planner 
 or TargetingIdeaService 
 
are 
not the actual figures but are instead averaged out, over the last 12 
months. This data should be considered more of a trend line data than 
actual monthly data points. There's no set date on when the stats for a 
particular month are available after the month end. 

Hope this helps. Please feel free to revert if you have more questions. 

Regards,
Vishal, 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/e51213b6-f150-4770-9118-877e9bb64b99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-23 Thread jamgrzesik
Hi!

Thank you very much! After analysing the guide you provided, I am still not 
100% sure:

*However, some metrics and reports take longer to process or are only 
> calculated once a day (rather than on a continuous basis). Daily processing 
> of these reports happens in Pacific Time [GMT-8], so you should factor in 
> your time zone when determining when your previous day’s metrics will be 
> ready. For instance, demographic reports for the prior day are created 
> daily at 6 p.m. Pacific Time. If you are located in New York City [GMT-5], 
> you won't see an updated demographic report from January 1 until 9 p.m. on 
> January 2 (since New York is three hours ahead of the Pacific time zone).*


>From the table I can read that 
Metric/ReportWhen your data for Tuesday will be ready if you’re in San 
Francisco (PST).When your data for Tuesday will be ready if you’re in 
London (GMT).When your data for Tuesday will be ready if you’re in Tokyo 
(JST).
Most metrics, including: clicks, impressions, and conversions 3 a.m. Wed. 3 
a.m. Wed. 3 a.m. Wed.
*Automatic placements, geographic, and Search terms* *6 a.m. Wed.* *6 a.m. 
Wed.* *6 a.m. Wed.*
Auction insights 10 a.m. Wed. 8 p.m. Wed. 4 a.m. Thurs.
Impression share 1 p.m. Wed. 11 p.m. Wed. 7 a.m. Thurs.
Top movers 6 p.m. Wed. 2 a.m. Thurs. 10 a.m. Thurs.
 
Say we are London based, when will we be able to  fetch 
TARGETED_MONTHLY_SEARCHES for August 2016 ? 
If I understand the guide correctly the stats will be processed on 6 p.m 
PST 1st September - so it will be available on 2 a.m 2nd September in 
London time.  

Please correct me if I am wrong. 

Thank you very much for all the previous answers!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9661cc6e-a5e5-4349-a244-339a6ca89cb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi,

Data available through AdWords API cannot be considered real time. Please 
refer to this guide 
 to determine your 
data's freshness. 

Regards,
Vishal, 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/ce405143-ccd6-4489-bfdc-260fce639e64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-22 Thread jamgrzesik
Ok. Thank you for the information.

When does google update the monthly stats? Will the Monthly data for May be 
available from 1st June, or is there some delay? 

Regards 

W dniu piątek, 19 sierpnia 2016 22:13:39 UTC+2 użytkownik Vishal Vinayak 
(Adwords API Team) napisał:
>
> Hi,
>
> Since my team specializes in AdWords API related queries, I can confirm 
> that the daily keyword search volume statistics are not available via 
> AdWords API. Unfortunately, I would not be able to able to comment on any 
> other Google APIs. 
>
> Regards,
> Vishal, 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/fc23458a-2249-43ff-87db-8e302c241ed3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi,

Since my team specializes in AdWords API related queries, I can confirm 
that the daily keyword search volume statistics are not available via 
AdWords API. Unfortunately, I would not be able to able to comment on any 
other Google APIs. 

Regards,
Vishal, 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/06789362-c6c5-49c0-8823-6c6f68e5414a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-19 Thread jamgrzesik
Is there any other google API to get search volume for given keyword for a 
given day ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/acb0cf84-683a-40c2-ae57-0f2be1ad049a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi,

That is correct. If you add the attribute TARGETED_MONTHLY_SEARCHES 

 in 
your selector 
,
 
you would get the targeted monthly searches on the keyword idea for the 
past 12 months. Unfortunately, there's no way to specify a custom date 
range. 

Also, I'm afraid TargetingIdeaService supports get operation only i.e. you 
cannot use the query() method to extract data using AWQL. 

Regards,
Vishal, 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/c8ff0b08-045b-4c91-b370-aae5c3fbc54f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2016-08-18 Thread jamgrzesik
I would like to get daily stats of search volumes for specified keywords. 

I can't find documentation on AWQL in TargetingIdeaService. I belive that 
the results from the TargetingIdeaService for 
example here: 
https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201607/optimization/get_keyword_ideas.py
 
*are for last 12 months.*

Is there any way to get *search volume *and *keyword ideas *for a specific 
time period ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9a6f5ef4-b8ce-4783-a535-9210243b4e7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Exact results for keyword search volume

2015-01-27 Thread OMC Ticketsystem
Thank you! The NetworkSearchParameter seems to do the work for me.

Am Montag, 26. Januar 2015 19:25:06 UTC+1 schrieb Josh Radcliff (AdWords 
API Team):

 Hi,

 According to the RelatedToQuerySearchParameter.queries documentation 
 https://developers.google.com/adwords/api/docs/reference/v201409/TargetingIdeaService.RelatedToQuerySearchParameter#queries,
  
 that parameter *will* perform exact match queries.

 You may want to take a look at our Targeting ideas guide 
 https://developers.google.com/adwords/api/docs/guides/targeting-idea-service,
  
 which includes tips on matching results from the service to the *Keyword 
 Planner* UI.

 Thanks,
 Josh, AdWords API Team

 On Monday, January 26, 2015 at 9:38:52 AM UTC-5, OMC Ticketsystem wrote:

 HI,

 I´m using Python to query keyword search volumes.

 The following is the snippet of my source to query the api:

 keywords = ['e-bike herren', 'transportkarre']

 targeting_idea_service = self.client.GetService(
 'TargetingIdeaService', version='v201409')
 
 # Construct selector object and retrieve related keywords.
 offset = 0
 
 selector = {
 'searchParameters': [
 {
 'xsi_type': 'RelatedToQuerySearchParameter',
 'queries': queries
 },
 {
 'xsi_type': 'LanguageSearchParameter',
 'languages': [{'id': '1001'}]
 }
 ],
 'ideaType': 'KEYWORD',
 'requestType': 'STATS',
 'requestedAttributeTypes': ['KEYWORD_TEXT', 
 'TARGETED_MONTHLY_SEARCHES'],
 'paging': {
 'startIndex': str(offset),
 'numberResults': str(self.PAGE_SIZE)
 }
 }
 
 more_pages = True
 while more_pages:
 page = targeting_idea_service.get(selector)
 # ..


 This works but there is a significant difference between the intersection 
 of the resulting search volumes and the search volume from the Google 
 Keyword Planner. (e.g. 8817 vs 170 for e-bike herren and 15217 vs 1300 
 for transportkarre). I´ve come acoss KeywordMatchType which may be set to 
 'EXACT' to fetch better values. However I´am not seeing a way to define 
 that in the above source. I tried defining matchType: 'EXACT' at 
 different places in the selector.

 Can someone please tell how to make this call request exact data?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/92d5759e-2eec-4e00-ba6e-24a3ca677677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Exact results for keyword search volume

2015-01-26 Thread OMC Ticketsystem
HI,

I´m using Python to query keyword search volumes.

The following is the snippet of my source to query the api:

keywords = ['e-bike herren', 'transportkarre']

targeting_idea_service = self.client.GetService(
'TargetingIdeaService', version='v201409')

# Construct selector object and retrieve related keywords.
offset = 0

selector = {
'searchParameters': [
{
'xsi_type': 'RelatedToQuerySearchParameter',
'queries': queries
},
{
'xsi_type': 'LanguageSearchParameter',
'languages': [{'id': '1001'}]
}
],
'ideaType': 'KEYWORD',
'requestType': 'STATS',
'requestedAttributeTypes': ['KEYWORD_TEXT', 
'TARGETED_MONTHLY_SEARCHES'],
'paging': {
'startIndex': str(offset),
'numberResults': str(self.PAGE_SIZE)
}
}

more_pages = True
while more_pages:
page = targeting_idea_service.get(selector)
# ..


This works but there is a significant difference between the intersection 
of the resulting search volumes and the search volume from the Google 
Keyword Planner. (e.g. 8817 vs 170 for e-bike herren and 15217 vs 1300 
for transportkarre). I´ve come acoss KeywordMatchType which may be set to 
'EXACT' to fetch better values. However I´am not seeing a way to define 
that in the above source. I tried defining matchType: 'EXACT' at 
different places in the selector.

Can someone please tell how to make this call request exact data?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8416566a-5e04-4273-a184-c2df033da7f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Exact results for keyword search volume

2015-01-26 Thread Josh Radcliff (AdWords API Team)
Hi,

According to the RelatedToQuerySearchParameter.queries documentation 
https://developers.google.com/adwords/api/docs/reference/v201409/TargetingIdeaService.RelatedToQuerySearchParameter#queries,
 
that parameter *will* perform exact match queries.

You may want to take a look at our Targeting ideas guide 
https://developers.google.com/adwords/api/docs/guides/targeting-idea-service, 
which includes tips on matching results from the service to the *Keyword 
Planner* UI.

Thanks,
Josh, AdWords API Team

On Monday, January 26, 2015 at 9:38:52 AM UTC-5, OMC Ticketsystem wrote:

 HI,

 I´m using Python to query keyword search volumes.

 The following is the snippet of my source to query the api:

 keywords = ['e-bike herren', 'transportkarre']

 targeting_idea_service = self.client.GetService(
 'TargetingIdeaService', version='v201409')
 
 # Construct selector object and retrieve related keywords.
 offset = 0
 
 selector = {
 'searchParameters': [
 {
 'xsi_type': 'RelatedToQuerySearchParameter',
 'queries': queries
 },
 {
 'xsi_type': 'LanguageSearchParameter',
 'languages': [{'id': '1001'}]
 }
 ],
 'ideaType': 'KEYWORD',
 'requestType': 'STATS',
 'requestedAttributeTypes': ['KEYWORD_TEXT', 
 'TARGETED_MONTHLY_SEARCHES'],
 'paging': {
 'startIndex': str(offset),
 'numberResults': str(self.PAGE_SIZE)
 }
 }
 
 more_pages = True
 while more_pages:
 page = targeting_idea_service.get(selector)
 # ..


 This works but there is a significant difference between the intersection 
 of the resulting search volumes and the search volume from the Google 
 Keyword Planner. (e.g. 8817 vs 170 for e-bike herren and 15217 vs 1300 
 for transportkarre). I´ve come acoss KeywordMatchType which may be set to 
 'EXACT' to fetch better values. However I´am not seeing a way to define 
 that in the above source. I tried defining matchType: 'EXACT' at 
 different places in the selector.

 Can someone please tell how to make this call request exact data?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b6f7387a-a2c0-47f2-8140-59ebd6f56410%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How get other country keyword search volume?

2013-10-25 Thread David Torres (AdWords API Team)
Hi,

In order to restrict to your locale you need to use the 
LanguageSearchParameterhttps://developers.google.com/adwords/api/docs/reference/v201309/TargetingIdeaService.LanguageSearchParameterand
 
LocationSearchParameterhttps://developers.google.com/adwords/api/docs/reference/v201309/TargetingIdeaService.LocationSearchParameter.
 
We have examples on how to use the language parameter in our library (e.g. 
Javahttps://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201309/optimization/GetKeywordIdeas.java),
 
using the location parameter is similar.

Best,

- David Torres - AdWords API Team

On Monday, October 21, 2013 6:19:59 AM UTC-4, Kven Chou wrote:

 I changing localcode return the same result.

   se_list=['country']
 if list_keyword:
 se_list.append({'xsi_type': 'RelatedToQuerySearchParameter',
 'queries':list_keyword,
 })
 if list_url:
 se_list.append({'xsi_type': 'RelatedToUrlSearchParameter',
 'urls': list_url,
 'includeSubUrls': 'false',
 })
 
 selector = {
 'searchParameters':se_list,
 'ideaType': 'KEYWORD',
 'requestType': 'STATS',
 #'requestType': 'IDEAS',
 
 'requestedAttributeTypes':['COMPETITION','KEYWORD_TEXT','TARGETED_MONTHLY_SEARCHES','SEARCH_VOLUME'],
 #'localeCode': 'zh_CN',
 'localeCode': 'en_US',
 'paging': {
 'startIndex': '0',
 'numberResults': '50'
 }
 }
 page = targeting_idea_service.Get(selector)[0]


 page
 {'totalNumEntries': '1', 'entries': [{'data': [{'key': 'KEYWORD_TEXT', 
 'value': {'Attribute_Type': 'StringAttribute', 'value': 
 '\xe4\xba\xac\xe4\xb8\x9c'}}, {'key': 'TARGETED_MONTHLY_SEARCHES', 'value': 
 {'Attribute_Type': 'MonthlySearchVolumeAttribute', 'value': [{'count': 
 '673000', 'month': '9', 'year': '2013'}, {'count': '55', 'month': '8', 
 'year': '2013'}, {'count': '55', 'month': '7', 'year': '2013'}, 
 {'count': '673000', 'month': '6', 'year': '2013'}, {'count': '673000', 
 'month': '5', 'year': '2013'}, {'count': '673000', 'month': '4', 'year': 
 '2013'}, {'count': '673000', 'month': '3', 'year': '2013'}, {'count': 
 '55', 'month': '2', 'year': '2013'}, {'count': '673000', 'month': '1', 
 'year': '2013'}, {'count': '55', 'month': '12', 'year': '2012'}, 
 {'count': '55', 'month': '11', 'year': '2012'}, {'count': '50', 
 'month': '10', 'year': '2012'}]}}, {'key': 'SEARCH_VOLUME', 'value': 
 {'Attribute_Type': 'LongAttribute', 'value': '55'}}, {'key': 
 'COMPETITION', 'value':
  {'Attribute_Type': 'DoubleAttribute', 'value': '0.16018111006552177'}}]}]}
 page
 {'totalNumEntries': '1', 'entries': [{'data': [{'key': 'KEYWORD_TEXT', 
 'value': {'Attribute_Type': 'StringAttribute', 'value': 
 '\xe4\xba\xac\xe4\xb8\x9c'}}, {'key': 'TARGETED_MONTHLY_SEARCHES', 'value': 
 {'Attribute_Type': 'MonthlySearchVolumeAttribute', 'value': [{'count': 
 '673000', 'month': '9', 'year': '2013'}, {'count': '55', 'month': '8', 
 'year': '2013'}, {'count': '55', 'month': '7', 'year': '2013'}, 
 {'count': '673000', 'month': '6', 'year': '2013'}, {'count': '673000', 
 'month': '5', 'year': '2013'}, {'count': '673000', 'month': '4', 'year': 
 '2013'}, {'count': '673000', 'month': '3', 'year': '2013'}, {'count': 
 '55', 'month': '2', 'year': '2013'}, {'count': '673000', 'month': '1', 
 'year': '2013'}, {'count': '55', 'month': '12', 'year': '2012'}, 
 {'count': '55', 'month': '11', 'year': '2012'}, {'count': '50', 
 'month': '10', 'year': '2012'}]}}, {'key': 'SEARCH_VOLUME', 'value': 
 {'Attribute_Type': 'LongAttribute', 'value': '55'}}, {'key': 
 'COMPETITION', 'value':
  {'Attribute_Type': 'DoubleAttribute', 'value': '0.16018111006552177'}}]}]}




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.


How get other country keyword search volume?

2013-10-21 Thread Kven Chou
I changing localcode return the same result.

  se_list=['country']
if list_keyword:
se_list.append({'xsi_type': 'RelatedToQuerySearchParameter',
'queries':list_keyword,
})
if list_url:
se_list.append({'xsi_type': 'RelatedToUrlSearchParameter',
'urls': list_url,
'includeSubUrls': 'false',
})

selector = {
'searchParameters':se_list,
'ideaType': 'KEYWORD',
'requestType': 'STATS',
#'requestType': 'IDEAS',

'requestedAttributeTypes':['COMPETITION','KEYWORD_TEXT','TARGETED_MONTHLY_SEARCHES','SEARCH_VOLUME'],
#'localeCode': 'zh_CN',
'localeCode': 'en_US',
'paging': {
'startIndex': '0',
'numberResults': '50'
}
}
page = targeting_idea_service.Get(selector)[0]


page
{'totalNumEntries': '1', 'entries': [{'data': [{'key': 'KEYWORD_TEXT', 
'value': {'Attribute_Type': 'StringAttribute', 'value': 
'\xe4\xba\xac\xe4\xb8\x9c'}}, {'key': 'TARGETED_MONTHLY_SEARCHES', 'value': 
{'Attribute_Type': 'MonthlySearchVolumeAttribute', 'value': [{'count': 
'673000', 'month': '9', 'year': '2013'}, {'count': '55', 'month': '8', 
'year': '2013'}, {'count': '55', 'month': '7', 'year': '2013'}, 
{'count': '673000', 'month': '6', 'year': '2013'}, {'count': '673000', 
'month': '5', 'year': '2013'}, {'count': '673000', 'month': '4', 'year': 
'2013'}, {'count': '673000', 'month': '3', 'year': '2013'}, {'count': 
'55', 'month': '2', 'year': '2013'}, {'count': '673000', 'month': '1', 
'year': '2013'}, {'count': '55', 'month': '12', 'year': '2012'}, 
{'count': '55', 'month': '11', 'year': '2012'}, {'count': '50', 
'month': '10', 'year': '2012'}]}}, {'key': 'SEARCH_VOLUME', 'value': 
{'Attribute_Type': 'LongAttribute', 'value': '55'}}, {'key': 
'COMPETITION', 'value':
 {'Attribute_Type': 'DoubleAttribute', 'value': '0.16018111006552177'}}]}]}
page
{'totalNumEntries': '1', 'entries': [{'data': [{'key': 'KEYWORD_TEXT', 
'value': {'Attribute_Type': 'StringAttribute', 'value': 
'\xe4\xba\xac\xe4\xb8\x9c'}}, {'key': 'TARGETED_MONTHLY_SEARCHES', 'value': 
{'Attribute_Type': 'MonthlySearchVolumeAttribute', 'value': [{'count': 
'673000', 'month': '9', 'year': '2013'}, {'count': '55', 'month': '8', 
'year': '2013'}, {'count': '55', 'month': '7', 'year': '2013'}, 
{'count': '673000', 'month': '6', 'year': '2013'}, {'count': '673000', 
'month': '5', 'year': '2013'}, {'count': '673000', 'month': '4', 'year': 
'2013'}, {'count': '673000', 'month': '3', 'year': '2013'}, {'count': 
'55', 'month': '2', 'year': '2013'}, {'count': '673000', 'month': '1', 
'year': '2013'}, {'count': '55', 'month': '12', 'year': '2012'}, 
{'count': '55', 'month': '11', 'year': '2012'}, {'count': '50', 
'month': '10', 'year': '2012'}]}}, {'key': 'SEARCH_VOLUME', 'value': 
{'Attribute_Type': 'LongAttribute', 'value': '55'}}, {'key': 
'COMPETITION', 'value':
 {'Attribute_Type': 'DoubleAttribute', 'value': '0.16018111006552177'}}]}]}


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Previous month's google keyword search volume

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi,

#1 We don't have a public documentation on that, but it's correct. Around 
25th of current month, you should get the volume for the previous month.

#2 I think it's similar to #1, around the 25th of current month, you should 
get the volume for the previous month. 

#3 There is no difference between keywords. 

Best,
- Takeshi, AdWords API Team

On Wednesday, August 28, 2013 7:04:06 PM UTC+9, coolkanad wrote:

 Hi, I have few questions about fetching keyword search volume data using 
 Adwords API. I am using TARGETED_MONTHLY_SEARCHES attribute

 1. I want to fetch keyword search volume data of previous month for a set 
 of keywords. Till which date of current month, this data will get available 
 from Google Adwords API? On some places I read it gets available around 
 25th of current month. Is this information correct? Is there any 
 documentation from Google to which you can direct me for this?

 2. Also, is it possible sometimes that I don't get previous months search 
 volume data at all in current month? Means suppose I want data for July but 
 I don't get it till end of August and I get it in September..? Is it 
 possible?

 3. Suppose I have a list of 100 keywords, when Google makes search volume 
 data available for previous month let's say on 25th then does data for all 
 keywords get available on same day OR out of 100 I will get data for some 
 keywords on 25th and remaining on 26 th, 27 th so on..?

 Thanks in advance. I am trying to find answers for these questions on 
 Internet but not yet succeeded. It will also be great If you can direct me 
 to any of documentation link for this information

 Thanks 




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.


Previous month's google keyword search volume

2013-08-28 Thread coolkanad
Hi, I have few questions about fetching keyword search volume data using 
Adwords API. I am using TARGETED_MONTHLY_SEARCHES attribute

1. I want to fetch keyword search volume data of previous month for a set 
of keywords. Till which date of current month, this data will get available 
from Google Adwords API? On some places I read it gets available around 
25th of current month. Is this information correct? Is there any 
documentation from Google to which you can direct me for this?

2. Also, is it possible sometimes that I don't get previous months search 
volume data at all in current month? Means suppose I want data for July but 
I don't get it till end of August and I get it in September..? Is it 
possible?

3. Suppose I have a list of 100 keywords, when Google makes search volume 
data available for previous month let's say on 25th then does data for all 
keywords get available on same day OR out of 100 I will get data for some 
keywords on 25th and remaining on 26 th, 27 th so on..?

Thanks in advance. I am trying to find answers for these questions on 
Internet but not yet succeeded. It will also be great If you can direct me 
to any of documentation link for this information

Thanks 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.


How to get keyword search volume for specific time spans??

2013-07-02 Thread Ankit Bhutani
Hi,

I am using TargetingIdeaService to get info about the search volume for 
particular keyword. But I need this information by specific dates(like last 
1 month, last 2 months, 3 months etc). It would be more usefull if I could 
specify exact dates but I might be able to manage without that.

I a little new to adwords, so please bear with me

Thanks,
Ankit

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: full c# example to get no of searches for a keyword(search volume)

2012-05-12 Thread Anash P. Oommen
:30, Kevin Winter wrote:

 Hi,
   The Getting Started guide for the Sandbox is located here: 
 http://code.google.com/apis/adwords/docs/sandbox.html#getting-started

 Please be aware that the sandbox returns fake metrics and the search 
 volume from sandbox will not match production.

 This C# example gets keyword IDEAS: 
 http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/Optimization/GetKeywordIdeas.cs

 You can change this to a STATS request and add the fields you are 
 particularly interested in.

 - Kevin Winter
 AdWords API Team

 On Saturday, March 3, 2012 3:56:56 PM UTC-5, ahmed shawkey wrote:

 i need a full c# example to get no of searches for a keyword(search 
 volume) with (how to login to the sandbox)
 if it's with source code as a downloaded version it will be helpful 
 i saw many examples 
 but please provide me with step by step in very detailed because it's my 
 first app and i need to use sandbox to get search volume of a keyword 
 thank you
 any help please


On Tuesday, 8 May 2012 16:37:58 UTC+5:30, Alaghu sundaram Rajamani wrote:

 Hello,
 How i can get keyword difficulty information using api code

 On Tuesday, March 6, 2012 12:12:16 AM UTC+5:30, Kevin Winter wrote:

 Hi,
   The Getting Started guide for the Sandbox is located here: 
 http://code.google.com/apis/adwords/docs/sandbox.html#getting-started

 Please be aware that the sandbox returns fake metrics and the search 
 volume from sandbox will not match production.

 This C# example gets keyword IDEAS: 
 http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/Optimization/GetKeywordIdeas.cs

 You can change this to a STATS request and add the fields you are 
 particularly interested in.

 - Kevin Winter
 AdWords API Team

 On Saturday, March 3, 2012 3:56:56 PM UTC-5, ahmed shawkey wrote:

 i need a full c# example to get no of searches for a keyword(search 
 volume) with (how to login to the sandbox)
 if it's with source code as a downloaded version it will be helpful 
 i saw many examples 
 but please provide me with step by step in very detailed because it's my 
 first app and i need to use sandbox to get search volume of a keyword 
 thank you
 any help 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: full c# example to get no of searches for a keyword(search volume)

2012-05-11 Thread David Torres
Hi,

I'm sorry for my misunderstanding but what do you mean with keyword 
difficulty? 

Also, for ahmed I like to point out that for sandbox the 
TargetingIdeaService only returns mocked data, you need to apply for API 
access in order to get real keyword volumes data.

Best,

-David Torres - AdWords API Team

On Tuesday, May 8, 2012 7:07:58 AM UTC-4, Alaghu sundaram Rajamani wrote:

 Hello,
 How i can get keyword difficulty information using api code

 On Tuesday, March 6, 2012 12:12:16 AM UTC+5:30, Kevin Winter wrote:

 Hi,
   The Getting Started guide for the Sandbox is located here: 
 http://code.google.com/apis/adwords/docs/sandbox.html#getting-started

 Please be aware that the sandbox returns fake metrics and the search 
 volume from sandbox will not match production.

 This C# example gets keyword IDEAS: 
 http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/Optimization/GetKeywordIdeas.cs

 You can change this to a STATS request and add the fields you are 
 particularly interested in.

 - Kevin Winter
 AdWords API Team

 On Saturday, March 3, 2012 3:56:56 PM UTC-5, ahmed shawkey wrote:

 i need a full c# example to get no of searches for a keyword(search 
 volume) with (how to login to the sandbox)
 if it's with source code as a downloaded version it will be helpful 
 i saw many examples 
 but please provide me with step by step in very detailed because it's my 
 first app and i need to use sandbox to get search volume of a keyword 
 thank you
 any help 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: full c# example to get no of searches for a keyword(search volume)

2012-05-08 Thread Alaghu sundaram Rajamani
Hello,
How i can get keyword difficulty information using api code

On Tuesday, March 6, 2012 12:12:16 AM UTC+5:30, Kevin Winter wrote:

 Hi,
   The Getting Started guide for the Sandbox is located here: 
 http://code.google.com/apis/adwords/docs/sandbox.html#getting-started

 Please be aware that the sandbox returns fake metrics and the search 
 volume from sandbox will not match production.

 This C# example gets keyword IDEAS: 
 http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/Optimization/GetKeywordIdeas.cs

 You can change this to a STATS request and add the fields you are 
 particularly interested in.

 - Kevin Winter
 AdWords API Team

 On Saturday, March 3, 2012 3:56:56 PM UTC-5, ahmed shawkey wrote:

 i need a full c# example to get no of searches for a keyword(search 
 volume) with (how to login to the sandbox)
 if it's with source code as a downloaded version it will be helpful 
 i saw many examples 
 but please provide me with step by step in very detailed because it's my 
 first app and i need to use sandbox to get search volume of a keyword 
 thank you
 any help 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: full c# example to get no of searches for a keyword(search volume)

2012-03-05 Thread Kevin Winter
Hi,
  The Getting Started guide for the Sandbox is located here: 
http://code.google.com/apis/adwords/docs/sandbox.html#getting-started

Please be aware that the sandbox returns fake metrics and the search volume 
from sandbox will not match production.

This C# example gets keyword IDEAS: 
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/Optimization/GetKeywordIdeas.cs

You can change this to a STATS request and add the fields you are 
particularly interested in.

- Kevin Winter
AdWords API Team

On Saturday, March 3, 2012 3:56:56 PM UTC-5, ahmed shawkey wrote:

 i need a full c# example to get no of searches for a keyword(search 
 volume) with (how to login to the sandbox)
 if it's with source code as a downloaded version it will be helpful 
 i saw many examples 
 but please provide me with step by step in very detailed because it's my 
 first app and i need to use sandbox to get search volume of a keyword 
 thank you
 any help 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


full c# example to get no of searches for a keyword(search volume)

2012-03-03 Thread ahmed shawkey
i need a full c# example to get no of searches for a keyword(search volume) 
with (how to login to the sandbox)
if it's with source code as a downloaded version it will be helpful 
i saw many examples 
but please provide me with step by step in very detailed because it's my 
first app and i need to use sandbox to get search volume of a keyword 
thank you
any help 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: Re: Which Service To Use to Estimate Keyword Search Volume

2011-09-08 Thread Eric Koleda
Hi,

Yes, using STATS requests you can batch together your keywords into a single 
request.  More information is available here:

http://code.google.com/apis/adwords/docs/bestpractices.html#batch_stats

Best,
- Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Aw: Re: Which Service To Use to Estimate Keyword Search Volume

2011-09-06 Thread S. Blankenbach
Hi Eric!

I have a similar problem.
Now I'm able to get the search volume for one single keyword with the local 
code. But I have a lot of keywords and so I will generate mutiple requests.
My question: is it possible to make a request for a list of keywords?

Maybe you have an advise for me. I use the GetRelatedKeywords.php from the 
example-folder.
Here is my sourcecode with some modifications:

?php

$path = dirname(__FILE__) . '/../../src';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);

require_once 'src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php';
require_once 'src/Google/Api/Ads/Common/Util/MapUtils.php';

$user = new AdWordsUser();

function getSearchVolume($phrase, $type, $countryID, $langID) {

error_reporting(E_STRICT | E_ALL);

// You can set the include path to src directory or reference
// AdWordsUser.php directly via require_once.
// $path = '/path/to/aw_api_php_lib/src';


global $user;

try {

// Get AdWordsUser from credentials in ../auth.ini
// relative to the AdWordsUser.php file's directory.

// Log SOAP XML request and response.
#$user-LogDefaults();

// Get the TargetingIdeaService.
$targetingIdeaService = $user-GetTargetingIdeaService('v201101');

// Set country-code
$country = new CountryTarget();
$country-countryCode = $countryID;
$countryTargetSearchParameter = new CountryTargetSearchParameter();
$countryTargetSearchParameter-countryTargets = $country;

// Set language-code
$language = new languageTarget();
$language-languageCode = $langID;
$languageTargetSearchParameter = new 
LanguageTargetSearchParameter();
$languageTargetSearchParameter-languageTargets = $language;

// Create seed keyword.
$keyword = new Keyword();
$keyword-text = $phrase;
$keyword-matchType = $type;

// Create selector.
$selector = new TargetingIdeaSelector();
$selector-requestType = 'STATS';
$selector-ideaType = 'KEYWORD';
$selector-requestedAttributeTypes = array(
'CRITERION',
'AVERAGE_TARGETED_MONTHLY_SEARCHES'
);

// Set selector paging (required for targeting idea service).
$paging = new Paging();
$paging-startIndex = 0;
$paging-numberResults = 10;
$selector-paging = $paging;

// Create related to keyword search parameter.
$relatedToKeywordSearchParameter = new 
RelatedToKeywordSearchParameter();
$relatedToKeywordSearchParameter-keywords = array($keyword);

// Create keyword match type search parameter to ensure unique 
results.
$keywordMatchTypeSearchParameter = new 
KeywordMatchTypeSearchParameter();
$keywordMatchTypeSearchParameter-keywordMatchTypes = array($type);

// set selector
$selector-searchParameters = array(
$relatedToKeywordSearchParameter,
$keywordMatchTypeSearchParameter,
$countryTargetSearchParameter,
$languageTargetSearchParameter
);

// Get related keywords.
$page = $targetingIdeaService-get($selector);
return $page-entries[0]-data[1]-value-value;

} catch (Exception $e) {
print $e-getMessage();
}

}

echo getSearchVolume(Guido Westerwelle, EXACT, DE, de);

?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Keyword search volume

2011-08-08 Thread AdWords API Advisor
Hi Manu,

The v201101 API won't return seed keywords if request type is IDEAS. See 
http://groups.google.com/group/adwords-api/browse_thread/thread/38b3e6e39db5fdfc
 for 
a discussion.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Keyword search volume

2011-08-05 Thread manu
Hello,

I am new to the google adwords API, I am facing problem with the
search keyword volume. Example I search a keyword PHP the API does
not return the search volume for PHP keyword . API returns all the
related keywords with correct search volume.

I  have checked the API code GetRelatedKeywords.php file but I am
not able to find out the code there to search main keyword .The
complete code is for related keywords only. I am using version
v201008 .

I would be thank full for your kindness.


Thanks  Regards
Mohan Singh

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: keyword search volume estimate api

2011-01-25 Thread AdWords API Advisor
Hi,

The TrafficEstimatorService provides this functionality:

  
http://code.google.com/apis/adwords/docs/reference/latest/TrafficEstimatorService.html

Best,
- Eric Koleda, AdWords API Team

On Jan 23, 10:39 pm, vit bulgako...@yahoo.com wrote:
 Is there an api to estimate search volume for a given keyword.
 If yes which steps should I do to start using it.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


keyword search volume estimate api

2011-01-23 Thread vit
Is there an api to estimate search volume for a given keyword.
If yes which steps should I do to start using it. 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Which Service To Use to Estimate Keyword Search Volume

2010-07-21 Thread AdWords API Advisor
Hi Gary,

The TargetingIdeaService provides this information, but only at a
monthly level.

  
http://code.google.com/apis/adwords/v2009/docs/reference-v200909/TargetingIdeaService.html
  
http://code.google.com/apis/adwords/v2009/docs/reference-v200909/TargetingIdeaService.AttributeType.html#GLOBAL_MONTHLY_SEARCHES

Best,
- Eric Koleda, AdWords API Team

On Jul 20, 5:26 pm, search test search...@gmail.com wrote:
 I am new to the Google AdWords API.

 I would like to get average daily search volume for a list of
 keywords.  What is the suitable service/API to use?

 I am looking at TrafficEstimatorService (either use
 estimateKeywordList() or estimateCampaingList() calls), however, it
 only returns uppler and lower clicks per day.  How can I get the
 search volume with respect to the keywords?

 Thanks,
 Gary

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Which Service To Use to Estimate Keyword Search Volume

2010-07-20 Thread search test
I am new to the Google AdWords API.

I would like to get average daily search volume for a list of
keywords.  What is the suitable service/API to use?

I am looking at TrafficEstimatorService (either use
estimateKeywordList() or estimateCampaingList() calls), however, it
only returns uppler and lower clicks per day.  How can I get the
search volume with respect to the keywords?

Thanks,
Gary

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: How to get a keyword search volume with api 2009

2010-05-18 Thread ser
Hmm, use STATS instead IDEAS and you'll get only the search volume for
your keyword.

 $selector = new TargetingIdeaSelector();
 $selector-requestType =  'STATS';
 $selector-ideaType = 'KEYWORD';
 $selector-requestedAttributeTypes = array('KEYWORD',
'TARGETED_MONTHLY_SEARCHES', 'GLOBAL_MONTHLY_SEARCHES');

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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