แชร์ผ่าน


ชุดค่า ReportFormat - การรายงาน

กําหนดรูปแบบไฟล์ที่คุณสามารถใช้สําหรับรายงาน

ไวยากรณ์

<xs:simpleType name="ReportFormat" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Csv" />
    <xs:enumeration value="Tsv" />
    <xs:enumeration value="Xml" />
  </xs:restriction>
</xs:simpleType>

ค่า

ชุดค่า ReportFormat มีค่าต่อไปนี้: Csv, Tsv, Xml

ค่า คำอธิบาย
Csv รูปแบบรายงานจะเป็นค่าที่คั่นด้วยจุลภาค (.csv)
Tsv รูปแบบรายงานจะเป็นค่าที่คั่นด้วยแท็บ (.tsv)
Xml รูปแบบรายงานจะเป็น XML (.xml)

ข้อกําหนด

บริการ: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

ใช้โดย

ReportRequest