繁体   English   中英

更新基于CRM的用户列表,名称和描述

[英]Update CRM Based UserList, Name and Description

我正在尝试更新我的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>
  • 仔细检查Google Ads列表不是Google Ads自动创建的列表之一。 在Google AD Web UI中,导航到“ 工具”>“受众群体管理器”>“受众群体列表 ”,您应在类型列下查看列表是否自动创建,如果是,则需要修改生成此自动列表创建的列表。
  • 您可以在Google Ads用户界面中更改列表名称吗? 如果是这样,则可能是权限问题。
  • 列表是通过API制作的吗? 如果不能,您可以尝试通过API创建列表,然后更改名称和描述以查看是否可行?

谢谢

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM