AppSetting データ オブジェクト - キャンペーン管理
アプリ設定データ オブジェクト。
構文
<xs:complexType name="AppSetting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Setting">
<xs:sequence>
<xs:element minOccurs="0" name="AppId" 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:element minOccurs="0" name="AppStore" type="tns:AppStore">
<xs:annotation>
<xs:appinfo>
<DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
要素
AppSetting オブジェクトには、AppId、AppStore という要素があります。
要素 | 説明 | データ型 |
---|---|---|
AppId | モバイル アプリの一意識別子。 | string |
AppStore | アプリが配布されるアプリ ストア。 | AppStore |
AppSetting オブジェクトには継承された要素があります。
継承された要素
設定から継承された要素
AppSetting オブジェクトは Setting オブジェクトから派生し、Type という要素を継承します。 以下の説明は AppSetting に固有であり、 Setting オブジェクトから同じ要素を継承する他のオブジェクトには適用されない場合があります。
要素 | 説明 | データ型 |
---|---|---|
種類 | 設定の種類。 詳細については、「 データ オブジェクトの備考の設定」を参照してください。 |
string |
要件
サービス: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13