ชุดค่า KPIType - ข้อมูลเชิงลึกของโฆษณา
กําหนดชนิดของตัวบ่งชี้ประสิทธิภาพหลัก ในระดับบัญชี เราสนับสนุน การแสดงผลคลิกใช้ จ่าย และ การแปลงข้อมูล ในระดับแคมเปญ เราสนับสนุนการสร้างความประทับใจคลิก และใช้จ่าย
ไวยากรณ์
<xs:simpleType name="KPIType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Impression">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Click">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Spend">
<xs:annotation>
<xs:appinfo>
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Conversion">
<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>
ค่า
ชุดค่า KPIType มีค่าต่อไปนี้: คลิกการแปลงการแสดงผลการใช้จ่าย
ค่า | คำอธิบาย |
---|---|
คลิ ก | คลิกเมตริก |
แปลง | เมตริกการแปลง |
ความประทับใจ | เมตริกการแสดงผล |
ใช้ | ใช้เมตริกจ่าย |
ข้อกําหนด
บริการ: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13