Get webinar tracking sources
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.
Use this API to list information on all the tracking sources of a Webinar.
Prerequisites :
- Webinar license .
- Registration must be required for the Webinar.
Scopes:
webinar:read:admin
,
webinar:read
Rate Limit Label
:
MEDIUM
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"total_records":"\u003cinteger\u003e","tracking_sources":[{"id":"\u003cstring\u003e","registration_count":"\u003cinteger\u003e","source_name":"\u003cstring\u003e","tracking_url":"\u003cstring\u003e","visitor_count":"\u003cinteger\u003e"},{"id":"\u003cstring\u003e","registration_count":"\u003cinteger\u003e","source_name":"\u003cstring\u003e","tracking_url":"\u003cstring\u003e","visitor_count":"\u003cinteger\u003e"}]}