AddTables
- Last Updated: May 16, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies a JSON string that defines custom tables, including dimensions and metrics, that appear in the Google Analytics 4 schema. You can define the JSON string using the Configure Logical Schema button in the Configuration Manager under the Schema Settings tab. Up to 9 dimensions and 10 metrics can be added to each table.
Valid Values
String
where:
String
is a JSON string that defines custom tables that appear in the Google Analytics 4 schema. Note that this value must be wrapped in single quotation marks.
Example
'{"TestTable":["sessions","totalUsers","_browser","_sessionSource"]}'
Notes
- Dimension names specified in the string must include a leading underscore character. For example,
"_browser". The driver uses the underscore character to distinguish dimensions from metrics.
Data Source Methods
public String getAddTables()
public void setAddTables(String)
Default Value
No default value
Data Type
String