AdWords 广告组变异服务
大家好,我是 adwords api 的新手。我使用的是 v201101 版本,
我正在使用 adgroupservice mutate 方法一次为一个广告系列创建 3 个 adrgroup。
我正在获取 AdGroupReturnValue 作为返回值。
但问题是,如果一个广告组创建失败,其余广告组也会失败。
谢谢
Hi all i'm new to adwords api. im using v201101 version
i'm creating 3 adrgroups to a one campaign at a time using adgroupservice mutate method.
im getting AdGroupReturnValue as return value.
but problem is if one adgroup creation is failed,remaining adgroups are also failed.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为当前版本的 AdWords API 仅支持 Criterion(关键字/展示位置等)的部分失败。其他实体类型要么全部失败,要么全部提交,因此您需要首先自己验证它们以确保它们不会失败。
I think that the current version of the AdWords API only supports partial failure for Criterion (keywords/placements etc). Other entity types will either all fail or all commit so you need to validate them first yourself to make sure they won't fail.