Re: keyword planner API for search volume

2015-06-01 Thread Ayala Michelson
Mike,

I'd like to use Google KW Planner API to get stats on KW. Can you please 
direct me to the relevant link where I can get all the info on what API 
calls are available/Cost/Limitations (number allowed queries a day) and 
etc'...

Thanks 

On Thursday, February 6, 2014 at 4:10:24 PM UTC+2, Michael Cloonan (AdWords 
API Team) wrote:

 Hi Chriss,

 You can track keyword performance using the Keywords Performance Report 
 https://developers.google.com/adwords/api/docs/appendix/reports#keywords. 
 Here are the Java examples for running reports with 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201309/reporting/DownloadCriteriaReportWithAwql.java
  
 and without 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201309/reporting/DownloadCriteriaReport.java
  
 using AWQL https://developers.google.com/adwords/api/docs/guides/awql. 
 If Java isn't your language of choice, you can find similar examples in all 
 of our other client libraries 
 https://developers.google.com/adwords/api/docs/clientlibraries.

 You can set up ad groups using the AdGroupService 
 https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService,
  
 and can set up keywords (which are a type of criteria) on an ad group level 
 using the AdGroupCriterionService 
 https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService
 .

 Hopefully this answers your questions. Let me know if I can help you 
 further.

 Thanks,
 Mike, AdWords API Advisor

 On Monday, February 3, 2014 8:00:08 AM UTC-5, chriss Moyle wrote:

 Hi All,

 I have successfully got the OAuth token from google API (in c#).

 Now, i am search keyword planner API for below option, so i can post 
 keywords and target location and in return i got the bid information.

 Get search volume for a list of keywords or group them into ad groups

 Please advice, is what method and how to call their method using google 
 API.

 Thanks,
 Chriss



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/181b20a6-42fc-48aa-b769-9ae7f92176cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: keyword planner API for search volume

2015-06-01 Thread Michael Cloonan (AdWords API Team)
Hello Ayala,

Please see our guides on Estimating Traffic 
https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service
 and 
Generating Targeting Ideas 
https://developers.google.com/adwords/api/docs/guides/targeting-idea-service 
for 
information on how to use the API's versions of the keyword planner.

Please see our rate sheet 
https://developers.google.com/adwords/api/docs/ratesheet for information 
on Basic vs. Standard API access, which outlines costs/limitations/etc.

Regards,
Mike, AdWords API Team

On Monday, June 1, 2015 at 8:43:34 AM UTC-4, Ayala Michelson wrote:

 Mike,

 I'd like to use Google KW Planner API to get stats on KW. Can you please 
 direct me to the relevant link where I can get all the info on what API 
 calls are available/Cost/Limitations (number allowed queries a day) and 
 etc'...

 Thanks 

 On Thursday, February 6, 2014 at 4:10:24 PM UTC+2, Michael Cloonan 
 (AdWords API Team) wrote:

 Hi Chriss,

 You can track keyword performance using the Keywords Performance Report 
 https://developers.google.com/adwords/api/docs/appendix/reports#keywords. 
 Here are the Java examples for running reports with 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201309/reporting/DownloadCriteriaReportWithAwql.java
  
 and without 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201309/reporting/DownloadCriteriaReport.java
  
 using AWQL https://developers.google.com/adwords/api/docs/guides/awql. 
 If Java isn't your language of choice, you can find similar examples in all 
 of our other client libraries 
 https://developers.google.com/adwords/api/docs/clientlibraries.

 You can set up ad groups using the AdGroupService 
 https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService,
  
 and can set up keywords (which are a type of criteria) on an ad group level 
 using the AdGroupCriterionService 
 https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService
 .

 Hopefully this answers your questions. Let me know if I can help you 
 further.

 Thanks,
 Mike, AdWords API Advisor

 On Monday, February 3, 2014 8:00:08 AM UTC-5, chriss Moyle wrote:

 Hi All,

 I have successfully got the OAuth token from google API (in c#).

 Now, i am search keyword planner API for below option, so i can post 
 keywords and target location and in return i got the bid information.

 Get search volume for a list of keywords or group them into ad groups

 Please advice, is what method and how to call their method using google 
 API.

 Thanks,
 Chriss



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/85fec162-bb3c-4480-b704-e20749e225fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: keyword planner API for search volume

2014-02-10 Thread Michael Cloonan (AdWords API Team)
Hi James,

The Keyword Performance Report can only give statistics on keywords that 
actually have statistics to show.

If you want information on what keywords are set up for a 
Campaignhttps://developers.google.com/adwords/api/docs/reference/v201309/CampaignCriterionServiceor
 
AdGrouphttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService,
 
you need to look at the relevant Criterion service (linked).

I'm not sure what you mean about keywords you don't yet want to add to a 
campaign. Do you mean general performance of said keywords, not associated 
with your account? If so, I don't believe such an option exists.

Thanks,
Mike, AdWords API Advisor

On Sunday, February 9, 2014 12:28:44 PM UTC-5, James Eckhardt wrote:

 Hi Michael,

 Does the Keyword Performance Report give you data for keywords that are 
 not yet in a campaign?

 If not, do you know how to get data for keywords you don't yet want to add 
 to a campaign?

 Best wishes,


 James




 On Monday, 3 February 2014 13:00:08 UTC, chriss Moyle wrote:

 Hi All,

 I have successfully got the OAuth token from google API (in c#).

 Now, i am search keyword planner API for below option, so i can post 
 keywords and target location and in return i got the bid information.

 Get search volume for a list of keywords or group them into ad groups

 Please advice, is what method and how to call their method using google 
 API.

 Thanks,
 Chriss



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: keyword planner API for search volume

2014-02-06 Thread Michael Cloonan (AdWords API Team)
Hi Chriss,

You can track keyword performance using the Keywords Performance 
Reporthttps://developers.google.com/adwords/api/docs/appendix/reports#keywords.
 
Here are the Java examples for running reports 
withhttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201309/reporting/DownloadCriteriaReportWithAwql.javaand
 
withouthttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201309/reporting/DownloadCriteriaReport.javausing
 
AWQL https://developers.google.com/adwords/api/docs/guides/awql. If Java 
isn't your language of choice, you can find similar examples in all of our 
other client 
librarieshttps://developers.google.com/adwords/api/docs/clientlibraries
.

You can set up ad groups using the 
AdGroupServicehttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService,
 
and can set up keywords (which are a type of criteria) on an ad group level 
using the 
AdGroupCriterionServicehttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService
.

Hopefully this answers your questions. Let me know if I can help you 
further.

Thanks,
Mike, AdWords API Advisor

On Monday, February 3, 2014 8:00:08 AM UTC-5, chriss Moyle wrote:

 Hi All,

 I have successfully got the OAuth token from google API (in c#).

 Now, i am search keyword planner API for below option, so i can post 
 keywords and target location and in return i got the bid information.

 Get search volume for a list of keywords or group them into ad groups

 Please advice, is what method and how to call their method using google 
 API.

 Thanks,
 Chriss



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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.