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
我认为当前版本的 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.