manish Singh
manish Singh

Reputation: 9

Adword api to access keyword volume from a url

I'm new to Adwords Api i have setup all the account and have all the credentials need to make a api call.

i have developerToken, clientCustomerId, ClientId, ClientSecret but the api lib is too complicated for me (PHP lib). Is there a way to get data in JSON format like we do for other calls like I'm using below Url to get result if website is mobile friendly or not

https://www.googleapis.com/pagespeedonline/v3beta1/mobileReady?key='.$apiKey.'&url='.$url.'&strategy=mobile 

Is there any way to do something like this for keyword search volume ?

Upvotes: 0

Views: 471

Answers (1)

Suriya Prakash.M
Suriya Prakash.M

Reputation: 88

I hope you need to get the search volume for each keyword. You can refer this documents,

https://developers.google.com/adwords/api/docs/guides/targeting-idea-service

https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service

I hope these would be helpful.

Upvotes: 2

Related Questions