基本上,我有一个关键字列表,例如:
- red balloons
- free red balloons
- buy red balloons
- blue balloons
- ....
对于每个关键字,我有一个包含 3-4 个广告的列表,每个广告由一个标题、第 1 行、第 2 行和一个网址组成,例如:
标题:免费的红气球!
第 1 行:立即购买免费红气球!
第 2 行:没有隐藏费用!
每个关键字我都有 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.
我正在寻找一些指向 API 页面的通用指针/链接,以获取我需要用来完成此操作的方法。具体来说,我正在使用 PHP 和 Apility 库,但也非常欢迎非 php 特定信息。