{
"fields": [
"visits"
],
"aggregation_level": "account_id",
"filters": [
{
"field": "account_id",
"operator": "=",
"value": "string"
}
],
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"with_poi_id": true,
"page": 1,
"page_size": 100
}curl --location --request POST 'https://api-public.groundtruth.com/reporting/foot_traffic_attribution?tenant_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
"visits"
],
"aggregation_level": "account_id",
"filters": [
{
"field": "account_id",
"operator": "=",
"value": "string"
}
],
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"with_poi_id": true,
"page": 1,
"page_size": 100
}'[
{
"order_id": "string",
"account_id": "string",
"bundle_id": "string",
"media_type": "string",
"data_type": "string",
"poi_id": "string",
"visit_date": "2019-08-24",
"visits": 0,
"visitors": 0,
"lifetime_visits": 0,
"lifetime_visitors": 0
}
]