public class AnalyticsData.Properties extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyticsData.Properties.BatchRunPivotReports |
class |
AnalyticsData.Properties.BatchRunReports |
class |
AnalyticsData.Properties.CheckCompatibility |
class |
AnalyticsData.Properties.GetMetadata |
class |
AnalyticsData.Properties.RunPivotReport |
class |
AnalyticsData.Properties.RunRealtimeReport |
class |
AnalyticsData.Properties.RunReport |
| Constructor and Description |
|---|
Properties() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsData.Properties.BatchRunPivotReports |
batchRunPivotReports(String property,
BatchRunPivotReportsRequest content)
Returns multiple pivot reports in a batch.
|
AnalyticsData.Properties.BatchRunReports |
batchRunReports(String property,
BatchRunReportsRequest content)
Returns multiple reports in a batch.
|
AnalyticsData.Properties.CheckCompatibility |
checkCompatibility(String property,
CheckCompatibilityRequest content)
This compatibility method lists dimensions and metrics that can be added to a report request and
maintain compatibility.
|
AnalyticsData.Properties.GetMetadata |
getMetadata(String name)
Returns metadata for dimensions and metrics available in reporting methods.
|
AnalyticsData.Properties.RunPivotReport |
runPivotReport(String property,
RunPivotReportRequest content)
Returns a customized pivot report of your Google Analytics event data.
|
AnalyticsData.Properties.RunRealtimeReport |
runRealtimeReport(String property,
RunRealtimeReportRequest content)
Returns a customized report of realtime event data for your property.
|
AnalyticsData.Properties.RunReport |
runReport(String property,
RunReportRequest content)
Returns a customized report of your Google Analytics event data.
|
public AnalyticsData.Properties.BatchRunPivotReports batchRunPivotReports(String property, BatchRunPivotReportsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.property - A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and
not the body. To learn more, see [where to find your Property
ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). This
property must be specified for the batch. The property within RunPivotReportRequest may
either be unspecified or consistent with this property. Example: properties/1234content - the BatchRunPivotReportsRequestIOExceptionpublic AnalyticsData.Properties.BatchRunReports batchRunReports(String property, BatchRunReportsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.property - A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and
not the body. To learn more, see [where to find your Property
ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). This
property must be specified for the batch. The property within RunReportRequest may either
be unspecified or consistent with this property. Example: properties/1234content - the BatchRunReportsRequestIOExceptionpublic AnalyticsData.Properties.CheckCompatibility checkCompatibility(String property, CheckCompatibilityRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.property - A Google Analytics GA4 property identifier whose events are tracked. To learn more, see [where to
find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1
/property-id). `property` should be the same value as in your `runReport` request.
Example: properties/1234content - the CheckCompatibilityRequestIOExceptionpublic AnalyticsData.Properties.GetMetadata getMetadata(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the metadata to retrieve. This name field is specified in the URL
path and not URL parameters. Property is a numeric Google Analytics GA4 Property
identifier. To learn more, see [where to find your Property
ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
Example: properties/1234/metadata Set the Property ID to 0 for dimensions and metrics
common to all properties. In this special mode, this method will not return custom
dimensions and metrics.IOExceptionpublic AnalyticsData.Properties.RunPivotReport runPivotReport(String property, RunPivotReportRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.property - A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and
not the body. To learn more, see [where to find your Property
ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
Within a batch request, this property should either be unspecified or consistent with the
batch-level property. Example: properties/1234content - the RunPivotReportRequestIOExceptionpublic AnalyticsData.Properties.RunRealtimeReport runRealtimeReport(String property, RunRealtimeReportRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.property - A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and
not the body. To learn more, see [where to find your Property
ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
Example: properties/1234content - the RunRealtimeReportRequestIOExceptionpublic AnalyticsData.Properties.RunReport runReport(String property, RunReportRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.property - A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and
not the body. To learn more, see [where to find your Property
ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
Within a batch request, this property should either be unspecified or consistent with the
batch-level property. Example: properties/1234content - the RunReportRequestIOExceptionCopyright © 2011–2023 Google. All rights reserved.