AddTables
- Last Updated: July 2, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies a JSON string that defines the tables, including dimensions and metrics, that appear in the Google Analytics schema. The JSON string must be defined using the Configuration Manager under the Schema Settings tab. Up to 7 dimensions and 10 metrics can be added to each table.
Valid Values
String
where:
String
is a JSON string that defines the tables that appear in the Google Analytics schema.
Example
{"TestTable":["adxImpressions","adxCoverage","_adGroup"]}
Data Source Methods
public String getAddTables()
public void setAddTables(String)
Default Value
No default value
Data Type
String