DefaultView
- Last Updated: July 2, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the default view when connecting to and retrieving data from Google Analytics.
Valid Values
String
where:
String
is the name of a Google Analytics view.
Notes
The value of this string should be the same as the value in the View Name field (Google Analytics Dashboard>Admin>View Settings>View Name). The names of views can also be found via the Google Analytics VIEW table.
Data Source Methods
public String getDefaultView()
public void setDefaultView(String)
Default Value
No default value
Data Type
String