Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class AdTracking.
Determines the ad tracking policy.
Protobuf type google.cloud.video.stitcher.v1.AdTracking
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AD_TRACKING_UNSPECIFIED
Value: 0
The ad tracking policy is not specified.
Generated from protobuf enum AD_TRACKING_UNSPECIFIED = 0;
CLIENT
Value: 1
Client-side ad tracking is specified. The client player is expected to trigger playback and activity events itself.
Generated from protobuf enum CLIENT = 1;
SERVER
Value: 2
The Video Stitcher API will trigger playback events on behalf of the client player.
Generated from protobuf enum SERVER = 2;