无法通过 API(即 UpdateAccount())更新 google adwords 帐户
我无法使用 AccountService 中的 UpdateAccount() 方法以语法方式更新谷歌帐户。 尝试更新地址字段时出现异常。 有人可以告诉我吗? AccountInfo 类中的可更新字段是什么。 如果可能的话附上源代码。
i'm not able to pro grammatically update the google account using UpdateAccount() method in AccountService . I'm getting exception, when trying to update the address field. can some one let me know . what is the updateable fields in AccountInfo class. if possible with the source code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AccountInfo 的primaryAddress 和billingAddress 字段均不可更新。
如果您正在寻找一种以编程方式管理 AdWords 帐户的简单方法,并且您使用的是 .NET 平台,则应该查看 GemBox.Ppc 适用于 .NET 的 AdWords API。
它极大地简化了 AdWords 帐户的管理。
Both primaryAddress and billingAddress fields of AccountInfo are not updateable.
If you are looking an easy way to programmatically manage AdWords account and you are using .NET platform, you should take a look at GemBox.Ppc AdWords API for .NET.
It greatly simplifies management of AdWords accounts.