Partager via


Jeu de valeurs EntityType - Ad Insight

Définit les types d’entités pour la récupération des insights d’enchères.

Syntaxe

<xs:simpleType name="EntityType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Account">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Campaign">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AdGroup">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Keyword">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

Valeurs

La valeur EntityType définie a les valeurs suivantes : Account, AdGroup, Campaign, Keyword.

Valeur Description
Compte Demander des données d’insights d’enchères au niveau du compte.
AdGroup Demander des données d’insights d’enchères au niveau du groupe d’annonces.
Campagne Demander des données d’insights d’enchères au niveau de la campagne.
Mot clé Demander des données d’insights d’enchères de niveau mot clé.

Configuration requise

Service : AdInsightService.svc v13
Noms: https://bingads.microsoft.com/AdInsight/v13

Utilisé par

GetAuctionInsightData
GetPerformanceInsightsDetailDataByAccountId
PerformanceInsightsDetail