Adding a Tracking Code Field
You can add up to 5 tracking codes.- Go to Admin Console > Enterprise Settings.
- Click the User Settings tab.
- In the User Tracking Codes section, enter values in one or more Tracking code # fields.
- Click Save.
Editing a Tracking Code Field
Editing a tracking code does not affect any values entered in that field for any users.- Go to Admin Console > Enterprise Settings.
- Click the User Settings tab.
- In the User Tracking Codes section, edit the value in a Tracking code # field.
- Click Save.
Deleting a Tracking Code Field
- Go to Admin Console > Enterprise Settings.
- Click the User Settings tab.
- In the User Tracking Codes section, select the value in a Tracking code # field and press Delete.
- Click Save.
Adding a Tracking Code Value to a Managed User Account
- Go to Admin Console > Users & Groups.
- Click the Managed Users tab.
- Click the name of a managed user.
- In the User Details section, click Edit.
- Enter a value in a tracking code field. The tracking code fields are the last fields in the User Details section.
- Click Save.
Editing a Tracking Code Value in a Managed User Account
- Go to Admin Console > Users & Groups.
- Click the Managed Users tab.
- Click the name of a managed user.
- In the User Details section, click Edit.
- In a tracking code field (the tracking code fields are the last fields in the User Details section), make any desired changes to the field value.
- Click Save.
Deleting a Tracking Code Value in a Managed User Account
- Go to Admin Console > Users & Groups.
- Click the Managed Users tab.
- Click the name of a managed user.
- In the User Details section, click Edit.
- In a tracking code field (the tracking code fields are the last fields in the User Details section), delete the value in the field.
- Click Save.
Reporting on Tracking Codes
Reporting on tracking codes is available:- In the User Details report
- Via API (application programming interface) and CLI (command line interface) as follows:
- Using API:
Get userwithfields=tracking_codes - Using Box CLI:
> box users:get <user_id> --fields=tracking_codes
- Using API: