Google Analytics Admin V1alpha Client - Class GoogleSignalsState (0.11.1)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class GoogleSignalsState.

Status of the Google Signals settings.

Protobuf type google.analytics.admin.v1alpha.GoogleSignalsState

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

GOOGLE_SIGNALS_STATE_UNSPECIFIED

Value: 0

Google Signals status defaults to GOOGLE_SIGNALS_STATE_UNSPECIFIED to represent that the user has not made an explicit choice.

Generated from protobuf enum GOOGLE_SIGNALS_STATE_UNSPECIFIED = 0;

GOOGLE_SIGNALS_ENABLED

Value: 1

Google Signals is enabled.

Generated from protobuf enum GOOGLE_SIGNALS_ENABLED = 1;

GOOGLE_SIGNALS_DISABLED

Value: 2

Google Signals is disabled.

Generated from protobuf enum GOOGLE_SIGNALS_DISABLED = 2;