Follow

Sample Payload and Query

Example Query

callerName
callerNumber
destinationNumber
duration
id
landingNumber
recorded
ringDuration
startTime
status
toName
visitId
recordingUrl
transcriptionText
transcriptionSummary
tags {
 id
 type
 name
}
advert {
 id
 name
 media {
   id
   name
   titleId
   title
 }
 tags {
   id
   type
   name
 }
 campaign {
   name
   orgLevelName
   orgLevel {
     name
     orgLevelType {
       name
     }
   }
 }
}
customer{
 customerIds
}
pageView {
 url
 analyticsCookieValues
 createdAt
 visit {
   id
   gclid
   landingPageUrl
   visitorId
   pageViews {
     url
     analyticsCookieValues
     createdAt
   }
   tags {
     trackingType
     matchType
     searchPhrase
     keyword
     keywordSource
     analyticsTrafficSource
     analyticsCampaignMedium
     analyticsCampaignName
     analyticsAdGroup
     analyticsCampaignContent
     referrerUrl
     analyticsGclid
     source
   }
   visitor {
     ga4SessionId
     gaGlobalVid
     uaClientId
     ctguid
     analyticsFk
   }
 }
}

 

Example Payload


{
 "data": {
   "call": {
     "callerName": null,
     "callerNumber": "+44 74 99999999",
     "destinationNumber": "+44 1242 99999",
     "duration": "00:00:04",
     "id": "3239313",
     "landingNumber": "+44 1242 888888",
     "recorded": false,
     "ringDuration": "1 sec",
     "startTime": "2024-05-01T14:08:59Z",
     "status": "Answered",
     "toName": null,
     "visitId": "47458946",
     "recordingUrl": null,
     "transcriptionText": "Speaker (1): Hello. \nSpeaker (2): Hello.",
     "transcriptionSummary": "A brief call exchanging greetings and then promptly ending.",
     "tags": [
       {
         "id": "118049",
         "type": "Url Tagging",
         "name": "used_car_details"
       },
       {
         "id": "1180499",
         "type": "VA Catagory",
         "name": "sale"
       },
       {
         "id": "1180498",
         "type": "VA Sales Stage",
         "name": "First Time"
       },
       {
         "id": "1192921",
         "type": "VA Sales Type",
         "name": "Used"
       },
       {
         "id": "119293",
         "type": "dealership",
         "name": "Barbuck Cars"
       },
       {
         "id": "119296",
         "type": "fuelType",
         "name": "Petrol"
       },
       {
         "id": "119298",
         "type": "imagePlaceholder",
         "name": "False"
       },
       {
         "id": "119301",
         "type": "make",
         "name": "Jaguar"
       },
       {
         "id": "119307",
         "type": "stockType",
         "name": "Used"
       },
       {
         "id": "121720",
         "type": "transmission",
         "name": "Automatic"
       },
       {
         "id": "121803",
         "type": "engineSize",
         "name": "~"
       },
       {
         "id": "126192",
         "type": "mileage",
         "name": "9500"
       },
       {
         "id": "126940",
         "type": "regYear",
         "name": "2018"
       },
       {
         "id": "129663",
         "type": "price",
         "name": "15000"
       },
       {
         "id": "193553",
         "type": "colour",
         "name": "Black"
       },
       {
         "id": "193556",
         "type": "model",
         "name": "XE"
       },
       {
         "id": "193557",
         "type": "stockId",
         "name": "123"
       },
       {
         "id": "195205",
         "type": "version",
         "name": "R-Sport"
       }
     ],
     "advert": {
       "id": "445449",
       "name": "barbuckcars.co.uk visitor tracking Visitor Tracking (282326878)",
       "media": {
         "id": "122",
         "name": "Online",
         "titleId": "418",
         "title": "Company Website"
       },
       "tags": null,
       "campaign": {
         "name": "barbuckcars.co.uk / Visitor / Barbuck Cars",
         "orgLevelName": "Barbuck Cars",
         "orgLevel": {
           "name": "Barbuck Cars"
         }
       }
     },
     "customer": null,
     "pageView": {
       "url": "https://barbuckcars.co.uk/car/123/",
       "analyticsCookieValues": null,
       "createdAt": "2024-05-01T14:08:40Z",
       "stockId": "123",
       "visit": {
         "id": "47458946",
         "gclid": null,
         "landingPageUrl": "https://barbuckcars.co.uk/car",
         "visitorId": "28321693",
         "pageViews": [
           {
             "url": "https://barbuckcars.co.uk/car",
             "analyticsCookieValues": null,
             "createdAt": "2024-05-01T14:07:32Z"
           },
           {
             "url": "https://barbuckcars.co.uk/car/123/",
             "analyticsCookieValues": null,
             "createdAt": "2024-05-01T14:08:36Z"
           }
         ],
         "tags": {
           "trackingType": "Visitor",
           "matchType": null,
           "searchPhrase": null,
           "keyword": null,
           "keywordSource": null,
           "analyticsTrafficSource": null,
           "analyticsCampaignMedium": "organic",
           "analyticsCampaignName": null,
           "analyticsAdGroup": null,
           "analyticsCampaignContent": null,
           "referrerUrl": "https://www.google.com/",
           "analyticsGclid": null,
           "source": "None (Direct traffic)"
         },
         "visitor": {
           "ga4SessionId": "1714572452",
           "gaGlobalVid": "1798855214.1713455648",
           "uaClientId": "1798855214.1713455648",
           "ctguid": "4df7bab7cdc757ec6db752278359c99a",
           "analyticsFk": null
         }
       }
     }
   }
 }
}
 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments