Webhooks - Calls

Calls

When Calls come through Analytics they can be subscribed to using a Webhook.

The following is an example of a Calls response.

Response
{ "WebhookType": 1, "Conversion": { "Id": "00000000-0000-0000-0000-000000000000", "CallStartDateTimeISO": "2023-06-02T13:21:35.479344", "CallEndDateTimeISO": "2023-06-02T13:21:35.479351", "CallResult": "TestResult", "CallDuration": "30", "CallLabel": "", "CallerNumber": "0151299999", "CalledNumber": "0800400000", "WebSessionId": "b754a988-e405-4bba-a32e-324619f164ef", "WebSessionCapturedDateTimeISO": "2023-06-02T11:14:56.521000", "WebSessionBrowser": "Chrome 114.0.0", "WebSessionOperatingSystem": "Mac OS X 10", "WebSessionDevice": "Mac", "WebSessionReferrerHost": "www.google.com", "WebSessionReferrerUrl": "https://www.google.com/", "WebSessionH1": "How to Track Facebook Ads in Google Analytics 4 ( Attribute Sales Revenue)", "WebSessionPageTitle": "How to Track Facebook Ads in Google Analytics 4 ( Attribute Sales Revenue) - Ruler Analytics", "WebSessionUrl": "https://www.ruleranalytics.com/blog/analytics/tracking-facebook-ads-in-google-analytics/", "Identifiers": [{ "Key": "RaId", "Value": "<RaId_Here>" }, { "Key": "RemoteAddress", "Value": "<IP_Here>" } ], "Visitor": { "Id": "94d0b559-90e4-4c1c-a765-0e572726de33", "Url": "<Url_Here>", "Identifiers": [] }, "Metrics": { "PageViewsCount": 1, "SessionsCount": 1, "AverageSessionDuration": 0.0 }, "FirstClick": { "LandingPageUrl": "https://www.ruleranalytics.com/blog/analytics/tracking-facebook-ads-in-google-analytics/", "UrlQueryStrings": [], "Segments": [{ "Key": "browser", "Value": "Chrome 114.0.0" }, { "Key": "device", "Value": "Mac" }, { "Key": "landing page", "Value": "www.ruleranalytics.com/blog/analytics/tracking-facebook-ads-in-google-analytics/" }, { "Key": "marketing channel", "Value": "Organic" }, { "Key": "marketing source", "Value": "Google Organic" }, { "Key": "operating system", "Value": "Mac OS X 10" }, { "Key": "referrer", "Value": "www.google.com" }, { "Key": "source category", "Value": "Google" } ] }, "LastClick": { "LandingPageUrl": "https://www.ruleranalytics.com/blog/analytics/tracking-facebook-ads-in-google-analytics/", "UrlQueryStrings": [], "Segments": [{ "Key": "browser", "Value": "Chrome 114.0.0" }, { "Key": "device", "Value": "Mac" }, { "Key": "landing page", "Value": "www.ruleranalytics.com/blog/analytics/tracking-facebook-ads-in-google-analytics/" }, { "Key": "marketing channel", "Value": "Organic" }, { "Key": "marketing source", "Value": "Google Organic" }, { "Key": "operating system", "Value": "Mac OS X 10" }, { "Key": "referrer", "Value": "www.google.com" }, { "Key": "source category", "Value": "Google" } ] }, "ChronologicalTouchpointSources": ["Google Organic", "Google Organic"], "LatestCookies": [] } }