使用 adwords api 管理广告的费用
在深入研究之前,我试图找出使用 AdWords API 的成本 - 因为我不认为在设置代码上花费大量预算却发现运行成本太高有什么乐趣。
场景:
- 列出项目,
- 我们有许多广告系列,总共有大约 50,000 个关键字,
- 我们希望尽可能自动地管理这些关键字(这本质上意味着获取有关关键字的当前信息、关键字的设置状态 - 如果需要则暂停它们- 和管理出价)
基本上,这意味着查询 API 服务以获取所有广告组的信息,根据需要更新特定广告或关键字。
我对 http://code.google.com/apis/adwords 的阅读是否正确/docs/ratesheet.html 表示获取关键字信息的费用为每个关键字 1 个单位,这意味着获取信息的最低支出为 50,000 个单位?有没有一种选择不会像没有明天一样吸走单位?
I'm trying to find out what using the AdWords API costs before digging into it - as I don't see the fun in blowing a budget on getting code to set up only to find it's too expensive to run.
The scenario:
- List item
- we've got a number of campaigns with a total of about 50,000 keywords
- we want to manage these keywords as automatic as possible (which essentially means getting current info about the keywords, settings status for keywords - pausing them if needed - and managing bids)
Basically, this means querying the API service for info on all adgroups, updating specific ads or keywords as needed.
Am I correct in reading the http://code.google.com/apis/adwords/docs/ratesheet.html to mean that getting info for keywords is 1 unit per keyword, meaning a minimum spend of 50,000 units to get the info? Is there an option that doesn't suck up units like there's no tomorrow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
仅供参考,谷歌首选定价已停用。他们免费提供具有两个访问级别的 API。
如需了解详情 http://googleadsdeveloper.blogspot.in/ 2013/01/new-simplified-adwords-api-pricing.html
FYI google preferred pricing is retired .. they are providing api for free with two levels of access.
for more info http://googleadsdeveloper.blogspot.in/2013/01/new-simplified-adwords-api-pricing.html
从 Google 得到了答案 - http://groups.google.com/group/adwords-api/browse_thread/thread/03992636b7dc99ce/0816836f826cbd1d?lnk=raot#0816836f826cbd1d
所以肯定有更好的方法来查询数据
Got an answer from Google - http://groups.google.com/group/adwords-api/browse_thread/thread/03992636b7dc99ce/0816836f826cbd1d?lnk=raot#0816836f826cbd1d
So there's definitely a better way to query the data