attributionType property

String? attributionType
getter/setter pair

What the conversion is attributed to: Visit or Keyword+Ad.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "VISIT" : The conversion is attributed to a visit.
  • "CRITERION_AD" : The conversion is attributed to a criterion and ad pair.

Implementation

core.String? attributionType;