members_count_snapshot (timeseries)
Required permit | Rate limit tokens cost | Available intervals | Data lag |
---|---|---|---|
Reporting:Api:Report:MembersCountSnapshot | 3 | 1h, 1d | ~15 minutes |
Fields
community_id
Type | Filterable |
---|---|
Integer | (via X-Customer header) |
optin_channel
Type | Filterable |
---|---|
String |
optin_subchannel
Type | Filterable |
---|---|
String |
optin_platform
Type | Filterable |
---|---|
Enum |
gender
Type | Filterable | Readonly |
---|---|---|
String |
age
Type | Filterable |
---|---|
Enum |
Query without aggregations
{
"interval": "1h",
"range_timezone": "America/Denver",
"time_buckets": [
"2024-08-22T01:00:00.000-06:00",
"2024-08-22T02:00:00.000-06:00",
"2024-08-22T03:00:00.000-06:00",
"2024-08-22T04:00:00.000-06:00"
],
"series": [
{
"label": {},
"values": [
850,
850,
850,
850
]
}
],
"data_points": 4,
"result_type": "timeseries"
}
Aggregations
consents
Labels
Key | Type | Description |
---|---|---|
consent_key | String | See consents in Fields |
Example query
{
"interval": "1h",
"range_timezone": "America/Denver",
"time_buckets": [
"2024-08-22T01:00:00.000-06:00",
"2024-08-22T02:00:00.000-06:00",
"2024-08-22T03:00:00.000-06:00",
"2024-08-22T04:00:00.000-06:00"
],
"series": [
{
"label": {
"consent_key": "facebook_ads"
},
"values": [
61,
61,
61,
61
]
},
{
"label": {
"consent_key": "email_marketing"
},
"values": [
133,
133,
133,
133
]
},
{
"label": {
"consent_key": "cookie_tracking"
},
"values": [
213,
213,
212,
212
]
},
],
"data_points": 12,
"result_type": "timeseries"
}
total_consents
Labels
Key | Type | Description |
---|---|---|
consent_key | String | See consents in Fields |
Example query
{
"interval": "1h",
"range_timezone": "America/Denver",
"time_buckets": [
"2024-08-22T01:00:00.000-06:00",
"2024-08-22T02:00:00.000-06:00",
"2024-08-22T03:00:00.000-06:00",
"2024-08-22T04:00:00.000-06:00"
],
"series": [
{
"label": {
"consent_key": "facebook_ads"
},
"values": [
61,
61,
61,
61
]
},
{
"label": {
"consent_key": "email_marketing"
},
"values": [
133,
133,
133,
133
]
},
{
"label": {
"consent_key": "cookie_tracking"
},
"values": [
213,
213,
212,
212
]
},
],
"data_points": 12,
"result_type": "timeseries"
}
marketing_via_anything
Example query
{
"interval": "1h",
"range_timezone": "America/Denver",
"time_buckets": [
"2024-08-22T01:00:00.000-06:00",
"2024-08-22T02:00:00.000-06:00",
"2024-08-22T03:00:00.000-06:00",
"2024-08-22T04:00:00.000-06:00"
],
"series": [
{
"label": {},
"values": [
529,
529,
528,
528
]
}
],
"data_points": 4,
"result_type": "timeseries"
}
total_marketing_via_anything
marketing_via_sms
Example query
{
"interval": "1h",
"range_timezone": "America/Denver",
"time_buckets": [
"2024-08-22T01:00:00.000-06:00",
"2024-08-22T02:00:00.000-06:00",
"2024-08-22T03:00:00.000-06:00",
"2024-08-22T04:00:00.000-06:00"
],
"series": [
{
"label": {},
"values": [
529,
529,
528,
528
]
}
],
"data_points": 4,
"result_type": "timeseries"
}
total_marketing_via_sms
marketing_via_email
Example query
{
"interval": "1h",
"range_timezone": "America/Denver",
"time_buckets": [
"2024-08-22T01:00:00.000-06:00",
"2024-08-22T02:00:00.000-06:00",
"2024-08-22T03:00:00.000-06:00",
"2024-08-22T04:00:00.000-06:00"
],
"series": [
{
"label": {},
"values": [
529,
529,
528,
528
]
}
],
"data_points": 4,
"result_type": "timeseries"
}
total_marketing_via_email
marketing_via_push
Example query
{
"interval": "1h",
"range_timezone": "America/Denver",
"time_buckets": [
"2024-08-22T01:00:00.000-06:00",
"2024-08-22T02:00:00.000-06:00",
"2024-08-22T03:00:00.000-06:00",
"2024-08-22T04:00:00.000-06:00"
],
"series": [
{
"label": {},
"values": [
529,
529,
528,
528
]
}
],
"data_points": 4,
"result_type": "timeseries"
}
total_marketing_via_push
Modified at 2024-10-17 06:33:35