Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection settings for this provider.
| Property | Description |
| IncludeCustomFields | Use this property to determine whether custom fields should be included as columns in the Deals, Accounts, or Contacts tables. Selecting the 'ReadWrite' option requires the driver to send additional requests per table to retrieve the values, which may cause poor performance. |
| MaxRows | Specifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY. |
| Other | Specifies advanced connection properties for specialized scenarios. Use this property only under the guidance of our Support team to address specific issues. |
| Pagesize | The maximum number of results to return per page from ActiveCampaign. |
| PaginationMode | Specifies the type of pagination to use: either ID-based (which works only with Contacts ) or limit-offset (default). Use limit-offset pagination with the limit and offset parameters. Use ID-based pagination with the limit, id_greater and orders[id] parameters. |
| Readonly | Toggles read-only access to ActiveCampaign from the provider. |
| Timeout | Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error. |
| UserDefinedViews | Specifies a filepath to a JSON configuration file that defines custom views. The provider automatically detects and uses the views specified in this file. |