GET {{baseUrl}}/webinars/:webinarId/tracking_sources
Webinar Registration Tracking Sources allow you to see where your registrants are coming from if you share the webinar registration page in multiple platforms. You can then use the source tracking to see the number of registrants generated from each platform. Prerequisites: Scopes: Rate Limit Label:
Use this API to list information on all the tracking sources of a Webinar.
webinar:read:admin
,webinar:read
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"total_records": "<integer>",
"tracking_sources": [
{
"id": "<string>",
"registration_count": "<integer>",
"source_name": "<string>",
"tracking_url": "<string>",
"visitor_count": "<integer>"
},
{
"id": "<string>",
"registration_count": "<integer>",
"source_name": "<string>",
"tracking_url": "<string>",
"visitor_count": "<integer>"
}
]
} |
ENDPOINTS