次の方法で共有


通知データ オブジェクト - Customer Management

Notification オブジェクトを定義します。

構文

<xs:complexType name="Notification" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="TypeId" type="xs:int" />
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="Severity" type="xs:unsignedByte" />
    <xs:element minOccurs="0" name="Title" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AdditionalInfo" nillable="true" type="tns:ArrayOfKeyValueEntityOfstringstring" />
  </xs:sequence>
</xs:complexType>

要素

Notification オブジェクトには、AdditionalInfoIdMessageSeverityTitleTypeId の各要素があります。

要素 説明 データ型
AdditionalInfo 通知のサポート データ。 KeyValueEntityOfstring 文字列 配列
身分証明書 通知の識別子。 long
メッセージ 通知のメッセージ。 string
過酷 通知の重大度。 unsignedByte
Title 通知のタイトル。 string
TypeId Notification の種類の識別子。 int

要件

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

使用ページ

GetNotifications