Set the data export period.
The start date of the report data to request.
The date must be in the format 'YYYY-MM-DD HH:mm:ss'
This date must correspond with the timezone set in the Airbridge app.
The system only accepts dates within the 179 days preceding the current date. Future dates are not permitted.
The end date of the report data to request.
The date must be in the format 'YYYY-MM-DD HH:mm:ss'
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 31 days.
The event to be extracted. (App Event Key, Web Event Key)
The Property to be extracted. (App Event Properties, Web Event Properties)
The filter for providing 'group by' items.
The Properties to filter by.
The operator to apply to the filter.
equal
Equals (is, =)
not_equal
Does not equal (is not, ≠).
in
In
not_in
Not in
exist
Value exists
not_exist
Value does not exist
lt
Less than
lte
Less than or equals
gt
Greater than
gte
Greater than or equals
between
Between
The value to apply to the filter. Used when the type is "equal", "not_equal", "lt", "lte", "gt", "gte".
The value to apply to the filter. Used when the type is "in", "not_in".
Start date if type is between
.
End date if type is between
.