AutumnA
Autumn6mo ago
9 replies
RadiantFrog

when using useAnalytics the response is

when using useAnalytics the response is always 0 like this
0
: 
{period: 1754967600000, credit_pro: 0}
1
: 
{period: 1754971200000, credit_pro: 0}
2
: 
{period: 1754974800000, credit_pro: 0}


  const test = useAnalytics({
    featureId: FEATURE_IDS.CREDIT_PRO,
    range: "24h",
    // "range": "last_cycle" | "24h" | "7d" | "30d" | "90d"
  });
Was this page helpful?