How to get keyword serach volume using Adwords API?

2014-04-29 Thread suga priya
Can anyone please let me know the steps to get search volume of keywords in php? Thanks, Sugappriya -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~

Re: How to get keyword serach volume using Adwords API?

2014-04-29 Thread Josh Radcliff (AdWords API Team)
Hi Sugappriya, There are several code examples in the PHP client library that demonstrate how to do this for various use cases. - EstimateKeywordTraffic.php - pre

Re: How to get keyword serach volume using Adwords API?

2014-04-29 Thread suga priya
Hi Josh, Thanks for the information.I am gonna start using Adwords API in couple of days. Before that i would like confirm with you we can able to get search volume through API instead of getting through keyword planner manually. Thanks, Sugappriya On Tuesday, 29 April 2014 22:54:08 UTC+5:30,

Re: How to get keyword serach volume using Adwords API?

2014-04-30 Thread Josh Radcliff (AdWords API Team)
Hi Sugappriya, Yes - the TargetingIdeaServicemirrors the functionality of the Keyword Planner tool. The GetKeywordIdeas.php example

Re: How to get keyword serach volume using Adwords API?

2014-05-02 Thread suga priya
Thank you.Can we try with test account i having pending approval developer token On Wednesday, 30 April 2014 19:25:29 UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi Sugappriya, > > Yes - the > TargetingIdeaService

Re: How to get keyword serach volume using Adwords API?

2014-05-02 Thread sugarose89
I cant setup billing preferences if i select India region.Can you help me? On Friday, May 2, 2014 3:07:09 PM UTC+5:30, suga priya wrote: > > Thank you.Can we try with test account i having pending approval developer > token > > > > On Wednesday, 30 April 2014 19:25:29 UTC+5:30, Josh Radcliff (AdW

Re: How to get keyword serach volume using Adwords API?

2014-05-02 Thread Josh Radcliff (AdWords API Team)
Hi, As mentioned in this section of the Test Accounts Guide, *TargetingIdeaService* returns dummy data for test accounts, so you can use your test account to verify your code

Re: How to get keyword serach volume using Adwords API?

2014-05-06 Thread sugarose89
Hi Josh, I am able to access the api with my test account. I am trying to get avg monthly search value for the given keyword.But its not giving same result as keyword planner tool. this is my code require_once dirname(dirname(__FILE__)) . '/init.php'; $user = new AdWordsUser(); // Log

Re: How to get keyword serach volume using Adwords API?

2014-05-06 Thread Josh Radcliff (AdWords API Team)
Hi Sugappriya, Are you using your test account in the TargetingIdeaService request? If so, the data returned will be dummy data. You won't be able to use the TargetingIdeaService to get meaningful data until you have an approved developer token and issue the requests against a non-test accoun

Re: How to get keyword serach volume using Adwords API?

2014-05-06 Thread suga priya
Hi Josh, I created Refresh token and client customer id from test acount only. My developer token is still pending for review. I used like this $selector->requestType = "STATS" and i was trying to fetch avg monthly searches but its giving the below result.But in keyword planner tool its showing

Re: How to get keyword serach volume using Adwords API?

2014-05-06 Thread sugarose89
Hi Josh, I created Refresh token and client customer id from test acount only. My developer token is still pending for review. I used like this $selector->requestType = "STATS" and i was trying to fetch avg monthly searches but its giving the below result.But in keyword planner tool its showi

Re: How to get keyword serach volume using Adwords API?

2014-12-30 Thread Arul Kumar
Hi, Can anyone please tell how can i apply filter "Only show ideas closely related to my search terms" in TargetingIdeaService PHP api? On Tuesday, 29 April 2014 19:13:25 UTC+5:30, suga priya wrote: > > Can anyone please let me know the steps to get search volume of keywords > in php? > > > T

Re: How to get keyword serach volume using Adwords API?

2014-12-30 Thread Josh Radcliff (AdWords API Team)
Hi, I see you posted this same question on another thread . When posting to the forum, please only post each question once, and please start a new post unless you are adding to a post that asks the same question you are aski

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-06 Thread suga priya
Thank you On Tue, May 6, 2014 at 7:35 PM, wrote: > Hi, > > Yes, it's due to the fact that you are using a test account. As mentioned > in the test accounts > guide > : > > >

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-07 Thread suga priya
Hi Josh, TARGETED_MONTHLY_SEARCHES returns past twelve month searches with three parameters.But how do i find avg monthly searches as same as keyword planner tool.? Do i need to calculate from count value? or any other way to find it. Can you please help me on the same. Thanks, Sugappriya On

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-08 Thread Josh Radcliff (AdWords API Team)
Hi Sugappriya, The SEARCH_VOLUME AttributeType will return average monthly searches. Cheers, Josh, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-08 Thread sugarose89
Thank you so much Josh On Friday, May 9, 2014 2:04:25 AM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi Sugappriya, > > The SEARCH_VOLUME > AttributeType

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-08 Thread sugarose89
Hi Josh, COMPETITION Attribute returns the value between 0 to 1. If i would like to get low ,medium or high format.What should i do. Thanks, Sugappriya On Friday, May 9, 2014 10:04:17 AM UTC+5:30, sugar...@gmail.com wrote: > > Thank you so much Josh > > On Friday, May 9, 2014 2:04:25 AM UTC+5

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-09 Thread Josh Radcliff (AdWords API Team)
Hi Sugappriya, The API doesn't have a field for low/medium/high specifically, so you would have to calculate it yourself based on the *COMPETITION* attribute. Cheers, Josh, AdWords API Team On Friday, May 9, 2014 12:41:55 AM UTC-4, sugar...@gmail.com wrote: > > Hi Josh, > > COMPETITION Attribut

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-11 Thread suga priya
Thank you. On Fri, May 9, 2014 at 6:42 PM, Josh Radcliff (AdWords API Team) < adwordsapiadvisor+j...@google.com> wrote: > Hi Sugappriya, > > The API doesn't have a field for low/medium/high specifically, so you > would have to calculate it yourself based on the *COMPETITION* attribute. > > Cheer

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-12 Thread suga priya
Hi Josh, Is there any way to find Google total search results value using API or any other method? Thanks, Sugappriya On Mon, May 12, 2014 at 9:41 AM, suga priya wrote: > Thank you. > > > On Fri, May 9, 2014 at 6:42 PM, Josh Radcliff (AdWords API Team) < > adwordsapiadvisor+j...@google.com>

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, The closest you could get is using SEARCH_VOLUMEand then multiplying that by the number of months. Best regards, Josh, AdWords API Team -- -- =~=~=~=~=~=~=

Re: [0-6159000003447] How to get keyword serach volume using Adwords API?

2014-05-12 Thread suga priya
Thank you On Mon, May 12, 2014 at 11:10 PM, Josh Radcliff (AdWords API Team) < adwordsapiadvisor+j...@google.com> wrote: > Hi, > > The closest you could get is using > SEARCH_VOLUME