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 对象具有以下元素:AppIdAppStore

元素 说明 数据类型
AppId 移动应用的唯一标识符。 string
AppStore 分发应用的应用商店。 AppStore

AppSetting 对象具有继承元素

继承的元素

从设置继承的元素

AppSetting 对象派生自 Setting 对象,并继承以下元素:类型。 以下说明特定于 AppSetting,可能不适用于从 Setting 对象继承相同元素的其他对象。

元素 说明 数据类型
类型 设置的类型。

有关详细信息,请参阅 设置数据对象备注
string

要求

服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13