Skip to main content

MarketingAggregateResponse

Response envelope for marketingAggregate. Contains aggregated rows (data), pagination info, and metadata describing the query.

type MarketingAggregateResponse {
data: [MarketingAggregateRow!]!
pagination: PaginationInfo!
metadata: QueryMetadata!
}

Fields

MarketingAggregateResponse.data ● [MarketingAggregateRow!]! non-null object marketing-performance

MarketingAggregateResponse.pagination ● PaginationInfo! non-null object common-objects

MarketingAggregateResponse.metadata ● QueryMetadata! non-null object common-objects

Returned By

marketingAggregate query