Madhu Sudhan Subedi
Madhu Sudhan Subedi

Reputation: 509

Null values return when using Spatie/Laravel-Analytics Package

I am using spatie/laravel-analytics Package for my application. The value in $response['rows'] arrives null value.

Screenshot of result

How can i solve this ?

Upvotes: 1

Views: 721

Answers (1)

Madhu Sudhan Subedi
Madhu Sudhan Subedi

Reputation: 509

Actually that was not the error or problem. Analytics data arrive after some time that is due to the following reason.

Data processing latency Processing latency is 24-48 hours. Standard accounts that send more than 200,000 sessions per day to Analytics will result in the reports being refreshed only once a day. This can delay updates to reports and metrics for up to two days. To restore intra-day processing, reduce the number of sessions your account sends to < 200,000 per day. For Analytics 360 accounts, this limit is extended to 2 billion hits per month.

see more at https://support.google.com/analytics/answer/1070983?hl=en#DataProcessingLatency

Upvotes: 1

Related Questions