dataSource property

String? dataSource
getter/setter pair

The data source of a hit.

By default, hits sent from analytics.js are reported as "web" and hits sent from the mobile SDKs are reported as "app". These values can be overridden in the Measurement Protocol.

Implementation

core.String? dataSource;