Reference documentation and code samples for the Google Ads Ad Manager V1 Client class AuxiliaryAdSettings.
Settings for auxiliary ads (e.g. pause ads) on a live stream.
Generated from protobuf message google.ads.admanager.v1.AuxiliaryAdSettings
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ad_tag_url |
string
Required. The ad tag URL used to request auxiliary ads (such as pause ads). This can be a Google Ad Manager ad tag or a third-party ad tag. Publishers are responsible for ensuring the correctness of the URL. |
getAdTagUrl
Required. The ad tag URL used to request auxiliary ads (such as pause ads).
This can be a Google Ad Manager ad tag or a third-party ad tag. Publishers are responsible for ensuring the correctness of the URL.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasAdTagUrl
clearAdTagUrl
setAdTagUrl
Required. The ad tag URL used to request auxiliary ads (such as pause ads).
This can be a Google Ad Manager ad tag or a third-party ad tag. Publishers are responsible for ensuring the correctness of the URL.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|