v1
latestOpenAPI 3.0.12026-07-2433136135.1 KBVisitor Journey - Favorite Places
Favorite Places provides a list of other places that visitors to your location have also visited during the selected time frame (e.g., X% of visitors to My Venue also visited Place A during the last X months).<br/> You may choose specific categories to examine among the <a href="https://view-su2.highspot.com/viewer/87b4c810b4bc52f78f8fd2862fdf31dd">listed categories</a> and define the minimum visit frequency.<br/> The response includes the top 50 properties matching the requested parameters.<br/><br/> ⏱ <strong>Average measured processing time: 4.46 seconds </strong><br/> For more information on request retries best practices and processing measurements you may visit <a href="https://docs.placer.ai/reference/measurements"> this</a> page<br/><br/> 📍 This service supports the <<glossary:Nearby Activity report>>. Once setting a value to the nearbyRadius parameter, the report will be generated based on the nearby activity logic.
Request body
Example request
{
"startDate": "2020-12-01",
"endDate": "2021-05-31",
"apiId": "venue:7d55054520e387813d764b03",
"categories": [
"gas stations & convenience stores",
"airport facilities"
],
"filters": {
"audienceType": [
"visitors"
],
"dwellTime": {
"operator": "<",
"value": 150
},
"hoursRange": {
"fromHour": "03:00 am",
"toHour": "11:59 pm"
},
"daysOfWeek": [
6,
7
],
"distance": {
"from": "home",
"values": {
"lt": 250,
"gt": 10
}
}
}
}Response
200 response
Example response
{
"requestedCategories": [
"gas stations & convenience stores",
"airport facilities"
],
"filters": {
"audienceType": [
"visitors"
],
"dwellTime": {
"operator": "<",
"value": 150
},
"hoursRange": {
"fromHour": "03:00 am",
"toHour": "11:59 pm"
},
"daysOfWeek": [
6,
7
],
"distance": {
"from": "home",
"values": {
"lt": 250,
"gt": 10
}
}
},
"visitDurationSegmentation": "10MinOrLonger",
"favoritesPlacesArray": [
{
"apiId": "venue:7d55054520e387813d764b03",
"name": "Walmart",
"entityId": "7d55054520e387813d764b03",
"entityType": "venue",
"categoryInfo": {
"category": "Fast Food & QSR",
"group": "Dining",
"subCategory": "Pizze Place"
},
"address": {
"city": "Milpitas",
"state": "California",
"countryCode": "US",
"streetName": "Ranch Dr",
"formattedAddress": "301 Ranch Dr, Milpitas, CA, United States",
"shortFormattedAddress": "Ranch Dr, Milpitas, CA",
"zipCode": "95035"
},
"regions": {
"dma": {
"name": "San Francisco-Oakland-San Jose, CA"
},
"state": {
"code": "CA",
"name": "California"
},
"cbsa": {
"code": "41940",
"name": "San Jose-Sunnyvale-Santa Clara, CA Metro Area"
}
},
"estimatedNumberOfCustomers": 1234,
"percentage": 48.92,
"distanceInMiles": 12.43
}
]
}