Skip to main content
The Active Users Report allows you to view key marketing performance indicators such as DAU (Daily Active Users), WAU (Weekly Active Users), and MAU (Monthly Active Users), based on the selected period. Additionally, there are no rate limits, allowing you to generate reports as needed. Request an Active Users Report. rate limit: There is no specific limit for normal usage. However, if excessive requests that may threaten service stability are detected, a temporary 429 Too Many Requests response may be returned.

Try API Request

POST

Request


Headers

string
You can specify the language to use for API requests and responses. It follows the ISO-639-1 format.
string
Represents the media type of the resource. Defaults to application/json.
string
The key value to use for API requests. Instructions for getting API keys are in “how to generate API Keys”.

Path Params

string
required
Airbridge App Name. (Unique ID)

Body Params

string
required
The start date of the report data to request.
  • The date must be in the format ‘YYYY-MM-DD’
  • This date must correspond with the timezone set in the Airbridge app.
  • Future dates are not permitted.
string
required
The end date of the report data to request.
  • The date must be in the format ‘YYYY-MM-DD’
  • This date must correspond with the timezone set in the Airbridge app.
  • The system only accepts dates up the current date. The time period available for querying is up to 92 days.
enum
required
The analytics interval period.
string[]
required
Various ad performance data can be examined through metrics. The complete list of metrics that can be selected in the Active User report can be checked through the Get Metadata (Metric) API.The maximum threshold is 20.
object
required
Allows you to set a group by to divide the numbers for the metric you want to see.
object[]
required
The filter for providing ‘group by’ items.

Response


200

404