Google Shopping Merchant Reports V1beta Client - Class TrafficSourceEnum (0.7.1)

Reference documentation and code samples for the Google Shopping Merchant Reports V1beta Client class TrafficSourceEnum.

Traffic source values.

Protobuf type google.shopping.merchant.reports.v1beta.TrafficSource.TrafficSourceEnum

Namespace

Google \ Shopping \ Merchant \ Reports \ V1beta \ TrafficSource

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TRAFFIC_SOURCE_ENUM_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum TRAFFIC_SOURCE_ENUM_UNSPECIFIED = 0;

ORGANIC

Value: 1

Organic traffic.

Generated from protobuf enum ORGANIC = 1;

ADS

Value: 2

Traffic from ads.

Generated from protobuf enum ADS = 2;

ALL

Value: 3

Organic and ads traffic.

Generated from protobuf enum ALL = 3;