Module: Google::Cloud::Video::Stitcher::V1::AdTracking

Defined in:
proto_docs/google/cloud/video/stitcher/v1/live_configs.rb

Overview

Determines the ad tracking policy.

Constant Summary collapse

AD_TRACKING_UNSPECIFIED =

The ad tracking policy is not specified.

0
CLIENT =

Client-side ad tracking is specified. The client player is expected to trigger playback and activity events itself.

1
SERVER =

The Video Stitcher API will trigger playback events on behalf of the client player.

2