次の方法で共有


AccountAdditionalField 値セット - Customer Management

GetAccount、FindAccountsOrCustomersInfo、および SearchAccounts を呼び出すときに要求できる省略可能なアカウント プロパティの一覧を定義します。 追加のフィールド値を使用すると、現在のバージョンの Customer Management API を使用して最新の機能を取得できます。次のバージョンでは、対応するプロパティが既定でアカウントに含まれます。

構文

<xs:simpleType name="AccountAdditionalField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="TaxCertificate" />
        <xs:enumeration value="AccountMode" />
        <xs:enumeration value="CouponClaimInfo" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

AccountAdditionalField 値セットの値は、AccountModeCouponClaimInfoTaxCertificate です

説明
AccountMode 返された各 AdvertiserAccount または AccountInfoWithCustomerData オブジェクトに AccountMode 要素を含める必要があります。
CouponClaimInfo 返された各 AdvertiserAccount オブジェクトに CouponClaimInfo 要素を含むように要求します。
TaxCertificate 返された各 AdvertiserAccount オブジェクトに TaxCertificate 要素を含むように要求します。

要件

サービス: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13

使用ページ

FindAccountsOrCustomersInfo
GetAccount
SearchAccounts