Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The app setting data object.
Syntax
<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>
Elements
The AppSetting object has the following elements: AppId, AppStore.
Element | Description | Data Type |
---|---|---|
AppId | The unique identifier of the mobile app. | string |
AppStore | The app store where the app is distributed. | AppStore |
The AppSetting object has Inherited Elements.
Inherited Elements
Inherited Elements from Setting
The AppSetting object derives from the Setting object, and inherits the following elements: Type. The descriptions below are specific to AppSetting, and might not apply to other objects that inherit the same elements from the Setting object.
Element | Description | Data Type |
---|---|---|
Type | The type of setting. For more information, see Setting Data Object Remarks. |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13