ชุดค่า ParameterType - ข้อมูลเชิงลึกของโฆษณา
กําหนดชนิดของพารามิเตอร์ เช่น สตริง 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 มีค่าต่อไปนี้: เอนทิตี, ข้อความ, URL
ค่า | คำอธิบาย |
---|---|
เอน ทิ ตี | ระบุพารามิเตอร์เป็นรายการของเอนทิตีความต้องการ |
ข้อความ | ระบุว่าพารามิเตอร์เป็นสตริง |
Url | ระบุพารามิเตอร์เป็น URL |
ข้อกําหนด
บริการ: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13