代码之家  ›  专栏  ›  技术社区  ›  Zied CHAARI

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

  •  0
  • Zied CHAARI  · 技术社区  · 6 年前

    我正在尝试更新我的用户名和描述,我得到了一条错误消息“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>
    
    1 回复  |  直到 6 年前
        1
  •  0
  •   Irfan Rafiq    6 年前
    • 双击google ads列表不是googleads自动创建的列表之一。在google广告web ui中导航到 “工具”>“观众管理器”>“观众列表” 在“类型”列下,您应该查看列表是否是自动创建的,如果是,则需要修改生成此自动列表创建的列表。
    • 你能在google ads用户界面中更改列表名吗?如果是这样,那可能是权限问题。
    • 名单是通过API列出的吗?如果不可以,您可以尝试通过api创建列表,然后更改名称和描述以查看是否有效?

    谢谢

    推荐文章