type property

String? type
getter/setter pair

The type of the conversion, that is, either ACTION or TRANSACTION.

An ACTION conversion is an action by the user that has no monetarily quantifiable value, while a TRANSACTION conversion is an action that does have a monetarily quantifiable value. Examples are email list signups (ACTION) versus ecommerce purchases (TRANSACTION).

Implementation

core.String? type;