Google Cloud Video Stitcher V1 Client - Class AdTracking (0.5.1)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;