簡體   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