共用方式為


AccountInfoWithCustomerData 數據物件 - 客戶管理

定義物件,其中包含可識別帳戶以及管理或擁有帳戶之客戶的資訊。

<xs:complexType name="AccountInfoWithCustomerData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CustomerId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CustomerName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="AccountName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AccountNumber" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AccountLifeCycleStatus" type="tns:AccountLifeCycleStatus" />
    <xs:element minOccurs="0" name="PauseReason" nillable="true" type="xs:unsignedByte" />
    <xs:element minOccurs="0" name="AccountMode" nillable="true" type="xs:string">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

元素

AccountInfoWithCustomerData 物件具有下列元素:AccountIdAccountLifeCycleStatusAccountModeAccountNameAccountNumberCustomerIdCustomerNamePauseReason

元素 描述 資料類型
AccountId 系統產生的帳戶標識碼。
AccountLifeCycleStatus 帳戶的狀態。 AccountLifeCycleStatus
AccountMode 帳戶模式會區分智慧型和專家帳戶。

可能的值包括但不限於:

專家 - 專家模式是廣告體驗Microsoft完整功能。 它可讓您更充分掌控營銷活動管理、讓您將更多內容新增至廣告,以及提供更多效能報告和追蹤的方式。

Smart - Microsoft Advertising 將使用 Microsoft AI 為您建立廣告及管理廣告營銷活動。

UnifiedSmart - 此帳戶支援在 Bing、Google 和 Facebook 之間進行廣告。 您也可以在 Facebook、LinkedIn 上管理您的社交網路存在狀態。 注意:自 2023 年 4 月 25 日起,UnifiedSmart 不再支援 Twitter。

大部分的 Bing 廣告 API 作業僅支援專家帳戶。 當您要求帳戶資訊時,會傳回具有任何帳戶模式的帳戶,例如 FindAccountsOrCustomersInfoGetAccountGetAccountsInfoGetUserSearchAccounts

加: 大部分帳戶的唯讀。 處於封閉整合智慧營銷活動試驗的客戶可以將帳戶模式設定為 「UnifiedSmart」。。
更新: 唯讀
string
AccountName 帳戶的名稱。 string
AccountNumber 系統產生的帳戶號碼,用來識別 Microsoft Advertising Web 應用程式中的帳戶。

帳戶編號的格式為 xxxxxxxxxx,其中 xxxxxxxxxx 是任何八個英數位元數的序列。
string
CustomerId 系統產生的客戶標識碼,可管理或擁有帳戶。

如果此帳戶是使用 FindAccountsOrCustomersInfo 進行帳戶比對的結果,則客戶標識碼是擁有該帳戶之客戶的標識碼。 不過,如果帳戶是客戶比對的結果,則如果帳戶是由匯總工具管理,則客戶標識碼就是管理帳戶之匯總工具的標識符;否則,標識碼就是擁有帳戶之客戶的標識碼。
CustomerName 管理或擁有帳戶的客戶名稱。 string
PauseReason 旗標值,指出暫停帳戶的人員。 可能的值如下:

1 - 使用者已暫停帳戶。

2 - 計費服務已暫停帳戶。

4 - 使用者和計費服務已暫停帳戶。
unsignedByte

需求

服務: CustomerManagementService.svc v13
命名空間: https://bingads.microsoft.com/Customer/v13/Entities

消費者

FindAccountsOrCustomersInfo