adjustmentType property

String? adjustmentType
getter/setter pair

The adjustment type. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Represents value unknown in this version.
  • "RETRACTION" : Negates a conversion so that its total value and count are both zero.
  • "RESTATEMENT" : Changes the value of a conversion.
  • "ENHANCEMENT" : Supplements an existing conversion with provided user identifiers and user agent, which can be used by Google to enhance the conversion count.

Implementation

core.String? adjustmentType;