Skip to main content

EffectUsageInfo

Contains usage statistics for the current effect, including aggregate user/post counts and per-user engagement metrics.

TypeNameInterface Description
VariablespostCount: number

Function: The total number of video posts created using this effect.

VariablesuserConsecutiveUsageDays: number

Function: The number of consecutive days the current user has used this effect.

VariablesuserCount: number

Function: The total number of unique users who have used this effect.

VariablesuserUsageCount: number

Function: The number of times the current user has used this effect.

VariablesuserUsageDays: number

Function: The number of distinct days the current user has used this effect.

Functionsconstructor()

Examples

constructor()

let obj = new APJS.EffectUsageInfo();

Use Case

@component()
export class NewBehaviourScript extends APJS.BasicScriptComponent {
onStart() {
// TODO: instantiate / use EffectUsageInfo here
}
onUpdate(deltaTime: number) {
}
}
Copyright © 2026 TikTok. All rights reserved.
About TikTokHelp CenterCareersContactLegalTerms of ServicePrivacy PolicyCookies