Class: Google::Analytics::Data::V1beta::QueryAudienceExportResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1beta/analytics_data_api.rb

Overview

A list of users in an audience export.

Instance Attribute Summary collapse

Instance Attribute Details

#audience_export::Google::Analytics::Data::V1beta::AudienceExport

Returns Configuration data about AudienceExport being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceExport correspond to the columns in the AudienceRows.

Returns:

  • (::Google::Analytics::Data::V1beta::AudienceExport)

    Configuration data about AudienceExport being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceExport correspond to the columns in the AudienceRows.



751
752
753
754
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 751

class QueryAudienceExportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#audience_rows::Array<::Google::Analytics::Data::V1beta::AudienceRow>

Returns Rows for each user in an audience export. The number of rows in this response will be less than or equal to request's page size.

Returns:



751
752
753
754
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 751

class QueryAudienceExportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#row_count::Integer

Returns The total number of rows in the AudienceExport result. rowCount is independent of the number of rows returned in the response, the limit request parameter, and the offset request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 175 but only 50 rows.

To learn more about this pagination parameter, see Pagination.

Returns:

  • (::Integer)

    The total number of rows in the AudienceExport result. rowCount is independent of the number of rows returned in the response, the limit request parameter, and the offset request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 175 but only 50 rows.

    To learn more about this pagination parameter, see Pagination.



751
752
753
754
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 751

class QueryAudienceExportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end