trafficSource property

String? trafficSource
getter/setter pair

Type of impression listing.

Required in the SELECT clause. Cannot be filtered on in the 'WHERE' clause. Possible string values are:

  • "UNKNOWN" : Traffic source is unknown.
  • "ORGANIC" : Organic traffic.
  • "ADS" : Traffic from Ads.
  • "ALL" : Organic and Ads traffic.

Implementation

core.String? trafficSource;