linkType property

String? linkType
getter/setter pair

The type of content being reported by this transaction.

Required when reporting app downloads or purchased digital content offers made in app installed through Google Play.

Optional. Possible string values are:

  • "EXTERNAL_OFFER_LINK_TYPE_UNSPECIFIED" : Unspecified, do not use.
  • "LINK_TO_DIGITAL_CONTENT_OFFER" : An offer to purchase digital content.
  • "LINK_TO_APP_DOWNLOAD" : An app install.

Implementation

core.String? linkType;