Table of Contents

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

int

MpClickPV

获取或设置锚点点击次数。

[JsonPropertyName("mp_click_pv")]
public int MpClickPV { get; set; }

Property Value

int

MpShowPV

获取或设置锚点曝光次数。

[JsonPropertyName("mp_show_pv")]
public int MpShowPV { get; set; }

Property Value

int

PayOrderCount

获取或设置支付订单数。

[JsonPropertyName("pay_order_cnt")]
public int PayOrderCount { get; set; }

Property Value

int

VideoPlayCount

获取或设置视频播放次数。

[JsonPropertyName("video_play_cnt")]
public int VideoPlayCount { get; set; }

Property Value

int