AnalyticsService

非推奨を表示
作成できません
サービス
複製されていません

Note This service should only be used by developers who are enrolled in the PlayFab program.

The AnalyticsService provides developers with out-of-the-box analytics so they can improve their games.

Developers can report events and see visual analysis results on the PlayFab webpage.

概要

方法

プロパティ

方法

LogEconomyEvent

void

パラメータ

player: Player
currencyType: string
endingBalance: number
amount: number
transactionType: string
itemSku: string
既定値: ""
customFields: Dictionary
既定値: "nil"

戻り値

void

LogFunnelStepEvent

void

パラメータ

player: Player
funnelName: string
funnelSessionId: string
既定値: ""
step: number
既定値: 0
stepName: string
既定値: ""
customFields: Dictionary
既定値: "nil"

戻り値

void

LogOnboardingFunnelStepEvent

void

パラメータ

player: Player
step: number
stepName: string
既定値: ""
customFields: Dictionary
既定値: "nil"

戻り値

void

LogProgressionCompleteEvent

void

パラメータ

player: Player
progressionPathName: string
level: number
levelName: string
既定値: ""
customFields: Dictionary
既定値: "nil"

戻り値

void

LogProgressionEvent

void

パラメータ

player: Player
progressionPathName: string
level: number
levelName: string
既定値: ""
customFields: Dictionary
既定値: "nil"

戻り値

void

LogProgressionFailEvent

void

パラメータ

player: Player
progressionPathName: string
level: number
levelName: string
既定値: ""
customFields: Dictionary
既定値: "nil"

戻り値

void

LogProgressionStartEvent

void

パラメータ

player: Player
progressionPathName: string
level: number
levelName: string
既定値: ""
customFields: Dictionary
既定値: "nil"

戻り値

void

イベント