-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guidance added for analytics definitions on the database
- Loading branch information
1 parent
ffc7c40
commit adbd8e7
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Analytics definitions | ||
|
||
The `AnalyticsDefinitions` table contains details about supported analytics tools for adding analytics functionality to the site. | ||
|
||
## Relevant tables | ||
|
||
| Table Name | Description | | ||
| --------------------------------- | ------------------------------------ | | ||
| AnalyticsDefinitions | Contains the pre-defined analytics providers | | ||
|
||
### AnalyticsDefinitions | ||
|
||
This table contains the details of each analytics provider that is available. | ||
|
||
- `ProductName` - Name of the analytics provider | ||
- `ProductKey` - They key or token to be used for the analytics provider | ||
- `DateModified` - The date the analytics have been created or amended | ||
- `Enabled` - Whether the analytics are switched on or not | ||
- `CookieControl` - Defines which cookie control is used, currently only supports Civica |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters