简体   繁体   中英

Using Google Adwords API in PHP

Hi there I was wondering if anyone could help me out.

Basically I am trying to use the trafficEstimatorService in order to retrieve how much traffic a keyword that is entered through a HTML generates.

I have an idea of how to make it work but I am totally new to using the google API.

Firstly would I create the form in php and perform a GET request on the trafficEstimator url with the keywords in the form as parameters?

Thanks!

看看https://github.com/googleads/googleads-php-lib这是一个 php 客户端库,包括如何做事的示例 + 视频,这是一个非常好的和详细的起点。

I found that the hardest part of getting started was the Oauth Authentication. Ewan Hemming's tutorial on the subject helped me out a lot: http://www.ewanheming.com/adwords-api-oauth-tutorial

如果您已经尝试按照“进行您的第一个 API 调用”和“视频”进行讲解,而不是步骤的演练,并且您感到困惑和不清楚,那么这里是为您提供的分步教程

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM