Contents

ImpressionShareOptions

Report options for impression share queries.

Declaration

object ImpressionShareOptions

Properties

NameTypeDescription
impressionShareReportTypestring

The ad position scope for impression share metrics. FIRST_SLOT (default): Impression share and metrics for the top ad position only. ALL_SLOTS: Impression share and metrics aggregated across all ad positions. Default: "FIRST_SLOT".

Discussion

The ImpressionShareOptions object controls how a query aggregates impression share data. Set impressionShareReportType in the options field of an ImpressionShareQueryRequest to choose between first-slot-only or all-slots data.

Example

{
  "impressionShareReportType": "ALL_SLOTS"
}

See Also