Get single CTA
Path Parameters
- id integer required
- 200
- 400
- 404
- application/json
- Schema
- Example (from schema)
Schema
- account string
The account name the CTA belongs to
- id integer
The ID of the CTA
- name string
The name of the CTA
- index integer
The dimension index of the cta
- value string
The value of the CTA
- text string
The text associated with the value
- date_created string
The date the CTA was created in ISO 8601 format
- time_created string
The time the cta was created in ISO 8601 format
- visit_id integer
The ID of the visit associated with the CTA
- first_click_visit_id integer
The ID of the visit of the first click associated with the CTA
- visitor_id integer
The visitor ID associated with the CTA
- ip_address string
The IP address associated with the visitor
- visit_start_date string
Formatted as ISO 8601 without time
- visit_start_time string
Formatted as ISO 8601 without date
- visit_end_date string
Formatted as ISO 8601 without time
- visit_end_time string
Formatted as ISO 8601 without date
- referring_url string
- page_uri string
Page seen while CTA was made
- page_title string
Title of the page
- page_path string
- page_host_name string
- landing_page_uri string
Landing page URI
- landing_page_title string
Landing page title
- first_click_keyword string
Keyword for visitor's first visit
- 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
- last_source string
- last_medium string
- first_source string
- first_medium string
- influencing_source_mediums string
List of sources/mediums from visits before the cta was made
- 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
- tags string
A string containing the Tag value pairs, with multiple tag value pairs these are separated by a ‘|’. E.g. “tag1=value1|tag2=Value2”
- device_type string
Visitor's device type
- device_brand string
Visitor's device brand
- device_model string
Visitor's device model
- browser string
Visitor's device browser
- os string
Visitor's operating system
- os_version string
Visitor's operating system version
- ad_network string
Possible values: [
Display
,Search
,Partner
]The ad network
{
"account": "Demonstration Client",
"id": 1,
"name": "My first CTA",
"index": 1,
"value": "10.000",
"text": "",
"date_created": "2022-10-01",
"time_created": "10:00:00",
"visit_id": 258,
"first_click_visit_id": 245,
"visitor_id": 3,
"ip_address": "172.178.23.2",
"visit_start_date": "2022-10-01",
"visit_start_time": "10:39:02",
"visit_end_date": "2022-10-01",
"visit_end_time": "11:13:19",
"referring_url": "https://www.example.com",
"page_uri": "http://www.visitorcalltracking.co.uk/index.php?email=reviewp",
"page_title": "Visitor Call Tracking, Telephone Tracking",
"page_path": "/index.php?email=review",
"page_host_name": "www.visitorcalltracking.co.uk",
"landing_page_uri": "http://www.visitorcalltracking.co.uk/index.php?email=review",
"landing_page_title": "Visitor Call Tracking, Telephone Tracking",
"first_click_keyword": "string",
"last_click_keyword": "string",
"click_id": "CKSDxc_qhLkCFQyk4AodO24Arg",
"last_source": "Facebook",
"last_medium": "social",
"first_source": "Facebook",
"first_medium": "social",
"influencing_source_mediums": "",
"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",
"tags": "utm_campaign=Reengagement | utm_content=Version1 | utm_medium=Paid | utm_source=retargetting",
"device_type": "desktop",
"device_brand": "",
"device_model": "",
"browser": "Headless Chrome",
"os": "GNU/Linux",
"os_version": "10.0",
"ad_network": "Display"
}
Validation error in request, details can be found in the body of the response
CTA not found