Google Analytics Data V1beta API - Class Google::Analytics::Data::V1beta::BatchRunReportsRequest (v0.4.3)

Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::BatchRunReportsRequest.

The batch request containing multiple report requests.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#property

def property() -> ::String
Returns
  • (::String) — 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. This property must be specified for the batch. The property within RunReportRequest may either be unspecified or consistent with this property.

    Example: properties/1234

#property=

def property=(value) -> ::String
Parameter
  • value (::String) — 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. This property must be specified for the batch. The property within RunReportRequest may either be unspecified or consistent with this property.

    Example: properties/1234

Returns
  • (::String) — 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. This property must be specified for the batch. The property within RunReportRequest may either be unspecified or consistent with this property.

    Example: properties/1234

#requests

def requests() -> ::Array<::Google::Analytics::Data::V1beta::RunReportRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Analytics::Data::V1beta::RunReportRequest>
Parameter
Returns