Class AppsDataAnalysisQueryVideoDealDataV1Response.Types.Data.Types.VideoDealOverviewData
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsDataAnalysisQueryVideoDealDataV1Response.Types.Data.Types.VideoDealOverviewData
- Inheritance
-
AppsDataAnalysisQueryVideoDealDataV1Response.Types.Data.Types.VideoDealOverviewData
- Derived
- Inherited Members
Constructors
VideoDealOverviewData()
public VideoDealOverviewData()
Properties
CreateOrderCount
获取或设置创建订单数。
[JsonPropertyName("create_order_cnt")]
public int CreateOrderCount { get; set; }
Property Value
MpClickPV
获取或设置锚点点击次数。
[JsonPropertyName("mp_click_pv")]
public int MpClickPV { get; set; }
Property Value
MpShowPV
获取或设置锚点曝光次数。
[JsonPropertyName("mp_show_pv")]
public int MpShowPV { get; set; }
Property Value
PayOrderCount
获取或设置支付订单数。
[JsonPropertyName("pay_order_cnt")]
public int PayOrderCount { get; set; }
Property Value
VideoPlayCount
获取或设置视频播放次数。
[JsonPropertyName("video_play_cnt")]
public int VideoPlayCount { get; set; }