Enhance your organization's compliance with privacy laws using Treasure Data's Activation Log, a premium privacy feature. This feature tracks all activations run and creates a log of users enabling administrators to check that opted-out users are not still receiving communications.
Audience Studio activation log tracks all of the IDs of a user each time an activation is run, not just the primary ID.
All admin users have access to the activation log and can also enable access for non-admin users by giving them permission for the activation log table. Activation log data can be copied over to another database with permissions. The log data is retained for one year.
Each time an activation is run, the following columns are logged:
| Column Name | Column Description | Example |
|---|---|---|
| time | Date and time of activation of the profile | 1599090032 |
| identifier_type | Identity type sent to channel | "hashed_email" client_id |
| identifier | The ID values associated with the profile | daa7d718d6e3697e20f1b343667a83c08eb7ef9325fbe8f229addc6e59d35a17 |
| segment_name | Segment Name | segment_1 |
| segment_id | Segment ID | 1 |
| audience_name | Master Segment Name | audience_1 |
| audience_id | Master Segment ID | 1 |
| integration_type | Activation channel name | facebook_custom_audience |
| session_id | Workflow session ID | 1 |
| project_id | Project id of syndication workflow | 1 |
| attempt_id | Attempt id of the session attempt | 1 |
| activation_id | Activation id | 1 |
| activation_name | Activation name | activation_1 |
| connection_id | Connection id of the activation | 1 |
| exported_attributes | Metadata of attributes for each profile |
The activation_log table exists in the cdp_audience_{id} database.
To access the activation_log table for a particular database, open the Treasure Data Console and follow the steps below:
- Open the Data Workbench and click on Master Segments in the left navigation panel.
- Open the desired master segment in the list and make a note of the ID number in the URL.
- Click on Databases in the left navigation panel followed by the search icon on the top right corner.
- In the search field, enter
cdp_audience_<id>replacing<id>with the number you noted in Step 2, and press Enter. - In the results, click the
cdp_audience_<id>database to open it. - Open the
activation_logtable to view the activation log records.