: How to Track Points
Focus
Focus

How to Track Points

Table of Contents

How to Track Points

The AutoFocus API features built-in tracking of point allotments. Each API response includes information within the
bucket_info
object or element, such as total points, points remaining, and point allotment start times:
{ "minute_points":200, "daily_points":30000, "minute_points_remaining":184, "daily_points_remaining":4578, "minute_bucket_start":"2015-09-02 10:55:33", "daily_bucket_start":"2015-09-01 17:08:40" }
Parameter
Description
minute_points
Total number of points alloted per minute
daily_points
Total number of points alloted per day
minute_points_remaining
Remaining number of points per minute
daily_points_remaining
Remaining number of points per day
minute_bucket_start
Timestamp for when the current minute allotment started
daily_bucket_start
Timestamp for when the current daily allotment started

Recommended For You