placementGroupType property

String? placementGroupType
getter/setter pair

Type of this placement group.

A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion. Possible string values are:

  • "PLACEMENT_PACKAGE" : A simple group of site-placements (tags). Basically acts as a single pricing point for a group of tags.
  • "PLACEMENT_ROADBLOCK" : A group of site-placements (tags) that not only acts as a single pricing point but also assumes that all the tags in it will be served at the same time. This kind of group requires one of its assigned site-placements to be marked as primary for reporting purposes.

Implementation

core.String? placementGroupType;