Set Interval for Reporting Impressions
# Set Interval for Reporting Impressions
Path:
/api/contentreportinterval
Method: PUT
API Description: This can be used to set the interval for reporting data from the function of Impressions.
Request
Name | Type | Example | Description |
---|---|---|---|
content_report_interval | int | 30000 | Reporting interval (default: 30000, unit: ms) |
content_report_size | int | 500 | The number of items reported each time (default: 500) |
Example
{
"content_report_interval": 30000,
"content_report_size": 500
}