GroupStatisticData / GroupStatisticDataAggregate

These objects make it possible to obtain pre-calculated statistics on the histories of groups. These statistics are based on event histories AdEvent

general fields

general data

group activity

group statistics

addCA

addCA statistics

addCredit

addCredit statistics

addPoint

addPoint statistics

others events

others events statistics

members

members statistics

Example

Get total statistics on a date period


{
	"GroupStatisticDataAggregate": {
		"date_gt": "2021-01-01",
		"date_lt": "2021-02-01"
	}
}

Example

Get statistics data for a given group having at least 10 coupons used (forget others dates with less than 10)


{
	"GroupStatisticData": {
		"usedcoupon_ge": "10",
		{
			"group":{
				"idExternal":"MY_FOCUS_GROUP"
			}
		}
	}
}