【问题标题】:Update CRM Based UserList, Name and Description更新基于 CRM 的用户列表、名称和描述
【发布时间】:2018-11-23 08:55:28
【问题描述】:

我正在尝试更新我的 UserList 名称和描述,并收到此错误消息“USER_LIST_MUTATE_NOT_SUPPORTED”。

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
        <RequestHeader xmlns="https://adwords.google.com/api/adwords/rm/v201809">
            <clientCustomerId xmlns="https://adwords.google.com/api/adwords/cm/v201809">xxxxxxxxx</clientCustomerId>
            <developerToken xmlns="https://adwords.google.com/api/adwords/cm/v201809">xxxxxxxxxxxxxxx</developerToken>
            <userAgent xmlns="https://adwords.google.com/api/adwords/cm/v201809">unknown (AwApi-DotNet/24.1.0, Common-Dotnet/9.4.0, .NET CLR/4.0.30319.42000, OAuthServiceAccountFlow, gzip)</userAgent>
        </RequestHeader>
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
        <mutate xmlns="https://adwords.google.com/api/adwords/rm/v201809">
            <operations>
                <operator xmlns="https://adwords.google.com/api/adwords/cm/v201809">SET</operator>
                <operand>
                    <id>736365788</id>
                    <name>Audience Google 8 - Update</name>
                    <description>Audience Google 8 - Update</description>
                </operand>
            </operations>
        </mutate>
    </s:Body> </s:Envelope>

【问题讨论】:

    标签: c# google-ads-api


    【解决方案1】:
    • 在 Google Ads 中仔细检查该列表不是 Google Ads 自动创建的列表之一。在 Google AD web ui 中导航到 Tools > Audience Manager > Audience Lists 在类型列下,您应该查看列表是否是自动创建的,如果是,那么您需要修改生成此自动列表的列表创作。
    • 能否在 Google Ads 用户界面中更改列表名称?如果是这样,则可能是权限问题。
    • 该列表是通过 API 生成的吗?如果不行,您是否可以尝试通过 API 创建列表,然后更改名称和描述以查看是否可行?

    谢谢

    【讨论】:

      猜你喜欢
      • 2021-06-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-12-18
      • 2017-11-29
      相关资源
      最近更新 更多