reservationType property

String? reservationType
getter/setter pair

The reservation type for a Programmatic Guaranteed deal.

This indicates whether the number of impressions is fixed, or a percent of available impressions. If not specified, the default reservation type is STANDARD. Possible string values are:

  • "RESERVATION_TYPE_UNSPECIFIED" : An unspecified reservation type.
  • "STANDARD" : Non-sponsorship deal.
  • "SPONSORSHIP" : Sponsorship deals don't have impression goal (guaranteed_looks) and they are served based on the flight dates. For CPM Sponsorship deals, impression_cap is the lifetime impression limit.

Implementation

core.String? reservationType;