共用方式為


ParameterType 值集 - Ad Insight

定義參數的類型,例如字串、URL 或需求實體清單。

語法

<xs:simpleType name="ParameterType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Text">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Url">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Entities">
      <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>

ParameterType值集具有下列值:EntitiesTextUrl

描述
實體 表示 參數是需求實體的清單。
文字 表示參數是字串。
Url 指出參數是 URL。

需求

服務: AdInsightService.svc v13
命名 空間: https://bingads.microsoft.com/AdInsight/v13

消費者

PerformanceInsightsMessageParameter