AppStore 值集 - 市场活动管理

分发移动应用的应用商店。

语法

<xs:simpleType name="AppStore" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="GoogleAppStore" />
        <xs:enumeration value="AppleAppStore" />
        <xs:enumeration value="MicrosoftAppStore">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

AppStore 值集具有以下值:AppleAppStoreGoogleAppStoreMicrosoftAppStore

说明
AppleAppStore 该应用程序在 Apple 应用商店中分发。
GoogleAppStore 应用在 Google 应用商店中分发。
MicrosoftAppStore 应用在Microsoft应用商店中分发。

要求

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

使用者

AppSetting