countingType property

String? countingType
getter/setter pair

How to count conversion events for the conversion action. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ONE_PER_CLICK" : Count only one conversion per click.
  • "MANY_PER_CLICK" : Count all conversions per click.

Implementation

core.String? countingType;