PageViewParams

data class PageViewParams(val contentId: Int, val userId: String?, val contentType: <Error class: unknown class>)(source)

ページビューのトラッキングパラメータを表すデータクラス。

このクラスは、特定のページビューをトラッキングするための情報を管理します。 コンテンツID、ユーザーID、およびコンテンツタイプを含みます。

Constructors

Link copied to clipboard
constructor(contentId: Int, userId: String?, contentType: <Error class: unknown class>)

Properties

Link copied to clipboard

PV計測対象のコンテンツID。

Link copied to clipboard
val contentType: <Error class: unknown class>

計測対象のコンテンツの種類を指定します。

Link copied to clipboard

ECサイト側の顧客ID(ログイン中の場合)。未ログイン時は null を指定します。