Create a Tracking Code
Create a new tracking code by an admin user.
The
siteUrl
is required. The operation creates a tracking code for the specified site. All or a user's available Webex sites can be retrieved by the Get Site List API.The
inputMode
ofhostProfileSelect
is only available for a host profile and sign-up pages and does not apply to the meeting scheduler page or the meeting start page. The value forscheduleStartCodes
must benull
or the value for all services must benotUsed
when theinputMode
ishostProfileSelect
.The
hostProfileCode
ofrequired
is only allowed for a Site Admin managed site, and not for a Control Hub managed site.When the
hostProfileCode
isadminSet
, onlyadminSet
,notUsed
, andnotApplicable
are available for the types ofscheduleStartCodes
. When thehostProfileCode
is notadminSet
, onlyoptional
,required
,notUsed
, andnotApplicable
are available forscheduleStartCodes
.If the type of the
All
service has a value other thannotApplicable
, and another service, e.g.EventCenter
, is missing from thescheduleStartCodes
, then the type of this missingEventCenter
service shares the same type as theAll
service. If the type ofAll
service has a value other thannotApplicable
, and another service, e.g.EventCenter
, has a type, then the type specified should be the same as theAll
service.If the
All
service is missing from thescheduleStartCodes
, any of the other four services, e.g.EventCenter
, have a default type ofnotUsed
if it is also missing from thescheduleStartCodes
.Admins can switch any Control Hub managed site from using classic tracking codes to mapped tracking codes in Control Hub, this is a one-time irreversible operation. Once the tracking codes are mapped to custom or user profile attributes, they cannot create tracking codes when the mapping process is in progress or the mapping process is completed.
Body Parameters
Name for tracking code. The name cannot be empty and the maximum size is 120 characters.
Site URL for the tracking code.
Tracking code option list. The maximum size of options
is 500.
The value of a tracking code option. value
cannot be empty and the maximum size is 120 characters.
Whether or not the option is the default option of a tracking code.
Select an option for how users can provide a code value. Please note that if users set inputMode
as hostProfileSelect
, scheduleStartCode
should be null
, which means hostProfileSelect
only applies to "Host Profile".
Text input.
Drop down list which requires options
.
Both text input and select from list.
An input method is only available for the host profile and sign-up pages.
Type for the host profile.
Available to be chosen but not compulsory.
Officially compulsory.
The value is set by admin.
The value cannot be used.
Specify how tracking codes are used for each service on the meeting scheduler or meeting start pages. The maximum size of scheduleStartCodes
is 5.
Service for schedule or sign up pages
Tracking codes apply to all services.
Users can set tracking codes when scheduling a meeting.
Users can set tracking codes when scheduling an event.
Users can set tracking codes when scheduling a training session.
Users can set tracking codes when scheduling a support meeting.
Type for meeting scheduler or meeting start pages.
Available to be chosen but not compulsory.
Officially compulsory.
The value is set by admin. This value only applies when hostProfileCode
is adminSet
.
The value cannot be used.
This value only applies to the service of All
. When the type of All
for a tracking code is notApplicable
, there are different types for different services. For example, required
for MeetingCenter
, optional
for EventCenter
and notUsed
for others.
Response Properties
Unique identifier for tracking code.
Name for tracking code.
Site URL for the tracking code.
Tracking code option list.
The value of a tracking code option.
Whether or not the option is the default option of a tracking code.
An option for how an admin user can provide a code value.
Text input.
Drop down list which requires options
.
Both text input and select from list.
An input method is only available for the host profile and sign-up pages.
Type for the host profile.
Available to be chosen but not compulsory.
Officially compulsory.
The value is set by admin.
The value cannot be used.
Specify how tracking codes are used for each service on the meeting scheduler or meeting start pages.
Service for schedule or sign up pages
Tracking codes apply to all services.
Users can set tracking codes when scheduling a meeting.
Users can set tracking codes when scheduling an event.
Users can set tracking codes when scheduling a training session.
Users can set tracking codes when scheduling a support meeting.
Type for meeting scheduler or meeting start pages.
Available to be chosen but not compulsory.
Officially compulsory.
The value is set by admin. This value only applies when hostProfileCode
is adminSet
.
The value cannot be used.
This value only applies to the service of All
. When the type of All
for a tracking code is notApplicable
, there are different types for different services. For example, required
for MeetingCenter
, optional
for EventCenter
and notUsed
for others.
Response Codes
The list below describes the common success and error responses you should expect from the API.
Code | Status | Description |
---|---|---|
200 | OK | Successful request with body content. |
201 | Created | The request has succeeded and has led to the creation of a resource. |
202 | Accepted | The request has been accepted for processing. |
204 | No Content | Successful request without body content. |
400 | Bad Request | The request was invalid or cannot be otherwise served. An accompanying error message will explain further. |
401 | Unauthorized | Authentication credentials were missing or incorrect. |
403 | Forbidden | The request is understood, but it has been refused or access is not allowed. |
404 | Not Found | The URI requested is invalid or the resource requested, such as a user, does not exist. Also returned when the requested format is not supported by the requested method. |
405 | Method Not Allowed | The request was made to a resource using an HTTP request method that is not supported. |
409 | Conflict | The request could not be processed because it conflicts with some established rule of the system. For example, a person may not be added to a room more than once. |
410 | Gone | The requested resource is no longer available. |
415 | Unsupported Media Type | The request was made to a resource without specifying a media type or used a media type that is not supported. |
423 | Locked | The requested resource is temporarily unavailable. A Retry-After header may be present that specifies how many seconds you need to wait before attempting the request again. |
428 | Precondition Required | File(s) cannot be scanned for malware and need to be force downloaded. |
429 | Too Many Requests | Too many requests have been sent in a given amount of time and the request has been rate limited. A Retry-After header should be present that specifies how many seconds you need to wait before a successful request can be made. |
500 | Internal Server Error | Something went wrong on the server. If the issue persists, feel free to contact the Webex Developer Support team. |
502 | Bad Gateway | The server received an invalid response from an upstream server while processing the request. Try again later. |
503 | Service Unavailable | Server is overloaded with requests. Try again later. |
504 | Gateway Timeout | An upstream server failed to respond on time. If your query uses max parameter, please try to reduce it. |
Header
Body
- namestringRequiredName for tracking code. The name cannot be empty and the maximum size is 120 characters.
- siteUrlstringRequiredSite URL for the tracking code.
- optionsarrayRequiredTracking code option list. The maximum size of `options` is 500.
- inputModeenumRequiredSelect an option for how users can provide a code value. Please note that if users set `inputMode` as `hostProfileSelect`, `scheduleStartCode` should be `null`, which means `hostProfileSelect` only applies to "Host Profile".
- hostProfileCodeenumRequiredType for the host profile.
- scheduleStartCodesarrayRequiredSpecify how tracking codes are used for each service on the meeting scheduler or meeting start pages. The maximum size of `scheduleStartCodes` is 5.
{ "name": "Department", "siteUrl": "example.webex.com", "inputMode": "select", "options": [ { "value": "Engineering", "defaultValue": false }, { "value": "Design", "defaultValue": true }, { "value": "Sales", "defaultValue": false } ], "hostProfileCode": "optional", "scheduleStartCodes": [ { "service": "All", "type": "notApplicable" }, { "service": "MeetingCenter", "type": "required" }, { "service": "EventCenter", "type": "optional" }, { "service": "TrainingCenter", "type": "notUsed" }, { "service": "SupportCenter", "type": "notUsed" } ] }
{ "id": "1", "name": "Department", "siteUrl": "example.webex.com", "inputMode": "select", "options": [ { "value": "Engineering", "defaultValue": false }, { "value": "Design", "defaultValue": true }, { "value": "Sales", "defaultValue": false } ], "hostProfileCode": "optional", "scheduleStartCodes": [ { "service": "All", "type": "notApplicable" }, { "service": "MeetingCenter", "type": "required" }, { "service": "EventCenter", "type": "optional" }, { "service": "TrainingCenter", "type": "notUsed" }, { "service": "SupportCenter", "type": "notUsed" } ] }