如何使用google adwords API制作广告?

Cli*_*ote 6 google-adwords

基本上,我有一个关键字列表,例如:

- red balloons
- free red balloons
- buy red balloons
- blue balloons
- ....
Run Code Online (Sandbox Code Playgroud)

对于每个关键字,我有一个3-4个广告的列表,每个广告由标题,第1行,第2行和网址组成,例如:

标题:免费的红气球!

第1行:立即购买免费的红色气球!

第2行:没有隐藏的费用!

网址:http://example.com

每个关键字我都有3-4个这样的广告.

使用API​​,我想:

1) Create an adgroup for every keyword
2) Under the adgroup, upload all the ads for that particular keyword. 
   So all the ads for `free red balloons` would go under that keyword's adgroup.
Run Code Online (Sandbox Code Playgroud)

我正在寻找一些指向API页面的通用指针/链接,我需要用它来完成这个.具体来说,我正在使用PHP和Apility库,但非php特定信息也将非常受欢迎.

Cli*_*ote 1

活动服务

广告组服务

广告组广告服务

  • [AdGroupAdService](https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupAdService);[AdGroupSevice](https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupService);[CampaignService](https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService) (2认同)