AnalyticsHistory
Gets historical e-marketing information for a given date range.
Table Specific Information
Select
The adapter will use the ActCRM API to process WHERE clause conditions built with the following column and operator.
- Date supports the '=,>,<,>=,<=' operators.
The adapter processes other filters client-side within the adapter. For example, the following queries are processed server side:
SELECT * FROM AnalyticsHistory where Date > '2023-03-12' SELECT * FROM AnalyticsHistory
Columns
Name | Type | Description |
EmailActions | String | Email Actions |
Sends | Integer | Count of mail sent |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
Date | Datetime | Date Range of Activities By User |