Condividi tramite


Set di valori MediaEnabledEntityFilter - Campaign Management

Definisce i valori possibili che rappresentano le entità abilitate per i supporti, ad esempio le immagini.

Sintassi

<xs:simpleType name="MediaEnabledEntityFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ImageAdExtension" />
        <xs:enumeration value="ResponsiveAd" />
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Valori

Il set di valori MediaEnabledEntityFilter ha i valori seguenti: ImageAdExtension, ResponsiveAd.

Valore Descrizione
ImageAdExtension L'entità abilitata per i supporti è ImageAdExtension.
ResponsiveAd L'entità abilitata per il supporto è ResponsiveAd.

Requisiti

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

Usato da

GetMediaAssociations
GetMediaMetaDataByAccountId
MediaAssociation