Get single visit
Path Parameters
- id integer required
- 200
- 400
- 404
- application/json
- Schema
- Example (from schema)
Schema
- id integer
- account string
Account name
- visitor_id integer
The ID of the visitor.
- start_date string
Start date of the visit. Formatted as ISO 8601 without time
- start_time string
Start time of the visit. Formatted as ISO 8601 without date
- end_date string
End date of the visit. Formatted as ISO 8601 without time
- end_time string
End time of the visit. Formatted as ISO 8601 without date
- referring_url string
Referring URL
- ip_address string
IP address of the visitor
- last_click_keyword string
Search keyword used to find the website
- click_id string
The Google Click ID (gclid), Microsoft Click ID (msclkid) or the Facebook Click ID (fbclid) of the caller. To determine paid ad platform served the click id, use the value of the PaidSearchType field. Only available on paid search dynamic calls
- last_source string
The location from which the caller originated before making the phone call. Only available on dynamic calls
- last_medium string
The medium from which the caller originated before making the phone call. Only available on dynamic calls
- paid_search_type string
Possible values: [
Adwords
,Bing Ads
,Facebook Ads
,N/A
]The type of paid search
- paid_search_match_type string
Possible values: [
broad
,exact
,phrase
]The type of paid search match
- paid_search_ad_group_id integer
Ad group id
- paid_search_ad_group_name string
- paid_search_campaign_id integer
Ad campaign id
- paid_search_campaign_name string
Ad campaign name
- google_client_id string
Google client identifier
- calls_ids integer[]
- pages_ids integer[]
- cta_ids integer[]
user_params object[]
param stringvalue stringfirst_click object[]
visit_id integerkeyword stringsource stringmedium stringtags object[]
tag stringvalue string
{
"id": 12,
"account": "Demonstration Client",
"visitor_id": 2,
"start_date": "2022-10-01",
"start_time": "10:00:00",
"end_date": "2022-10-01",
"end_time": "10:00:00",
"referring_url": "https://www.kensaq.com",
"ip_address": "83.693.534.155",
"last_click_keyword": "string",
"click_id": "CKSDxc_qhLkCFQyk4AodO24Arg",
"last_source": "Facebook",
"last_medium": "social",
"paid_search_type": "Adwords",
"paid_search_match_type": "broad",
"paid_search_ad_group_id": "1",
"paid_search_ad_group_name": "Care homes",
"paid_search_campaign_id": "2",
"paid_search_campaign_name": "Own Brand",
"google_client_id": "1505735123.1469478123",
"calls_ids": [
1,
2
],
"pages_ids": [
45,
47
],
"cta_ids": [
20
],
"user_params": [
{
"param": "string",
"value": "string"
}
],
"first_click": [
{
"visit_id": 0,
"keyword": "string",
"source": "string",
"medium": "string"
}
],
"tags": [
{
"tag": "string",
"value": "string"
}
]
}
Validation error in request, details can be found in the body of the response
Visit not found