AccountAdditionalField 值集 - 客户管理

定义在调用 GetAccountFindAccountsOrCustomersInfoSearchAccounts 时可以请求的可选帐户属性列表。 借助其他字段值,可以使用当前版本的客户管理 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 请求在每个返回的 AdvertiserAccountAccountInfoWithCustomerData 对象中包含 AccountMode 元素。
CouponClaimInfo 请求在每个返回的 AdvertiserAccount 对象中包含 CouponClaimInfo 元素。
TaxCertificate 请求在每个返回的 AdvertiserAccount 对象中包含 TaxCertificate 元素。

要求

服务: CustomerManagementService.svc v13
命名 空间: https://bingads.microsoft.com/Customer/v13

使用者

FindAccountsOrCustomersInfo
GetAccount
SearchAccounts