Class: Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::LiveSession::GamSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/sessions.rb
Overview
Defines fields related to Google Ad Manager (GAM).
Defined Under Namespace
Classes: TargetingParametersEntry
Instance Attribute Summary collapse
-
#stream_id ⇒ ::String
Required.
-
#targeting_parameters ⇒ ::Google::Protobuf::Map{::String => ::String}
Targeting parameters to send to Ad Manager to generate a stream ID.
Instance Attribute Details
#stream_id ⇒ ::String
Returns Required. The stream ID generated by Ad Manager. This must be set if GAM is being used for ads and the session uses client-side ad tracking.
218 219 220 221 222 223 224 225 226 227 228 229 230 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 218 class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TargetingParametersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#targeting_parameters ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Targeting parameters to send to Ad Manager to generate a stream ID. This should only be set if the session uses server-side ad tracking.
218 219 220 221 222 223 224 225 226 227 228 229 230 |
# File 'proto_docs/google/cloud/video/stitcher/v1/sessions.rb', line 218 class GamSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class TargetingParametersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |