# TrackEvents: ActiveCampaign Track Event ## Documentation Insert-only table to upload events to ActiveCampaign. Errors in values provided are in general not signaled due to limitations in ActiveCampaign error handling. - Catalog: `ActiveCampaign` - Schema: `V3` - Label: Track Event - Retrieve: False - Insert: True - Update: False - Delete: False ## Table Columns The columns of the table `TrackEvents` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `actid` | `int64` | | ☑ | Your unique tracking account ID (can be found on the Integrations page .../app/settings/tracking). | | `email` | `varchar2` | Email Address | ☐ | Contact email address to associate the event with. | | `event` | `varchar2(128)` | | ☑ | | | `eventdata` | `varchar2` | | ☐ | The event value (related to the event name). | | `key` | `varchar2(40)` | | ☑ | |