Reference documentation and code samples for the Google Ads Ad Manager V1 Client class LiveStreamEvent.
A LiveStreamEvent
encapsulates all the information necessary to enable DAI
(Dynamic Ad Insertion) into a live video stream.
This includes information such as the start and expected end time of the
LiveStreamEvent
, the URL of the actual content for Ad Manager to pull and
insert ads into, as well as the metadata necessary to generate ad requests
during the live stream.
Generated from protobuf message google.ads.admanager.v1.LiveStreamEvent
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the |
getName
Identifier. The resource name of the LiveStreamEvent
.
Format: networks/{network_code}/liveStreamEvents/{live_stream_event_id}
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The resource name of the LiveStreamEvent
.
Format: networks/{network_code}/liveStreamEvents/{live_stream_event_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |