Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateDisplayVideo360AdvertiserLinkProposalRequest.
Request message for CreateDisplayVideo360AdvertiserLinkProposal RPC.
Generated from protobuf message google.analytics.admin.v1alpha.CreateDisplayVideo360AdvertiserLinkProposalRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ parent | string Required. Example format: properties/1234 |
↳ display_video_360_advertiser_link_proposal | Google\Analytics\Admin\V1alpha\DisplayVideo360AdvertiserLinkProposal Required. The DisplayVideo360AdvertiserLinkProposal to create. |
getParent
Required. Example format: properties/1234
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Example format: properties/1234
Parameter | |
---|---|
Name | Description |
var | string |
Returns | |
---|---|
Type | Description |
$this |
getDisplayVideo360AdvertiserLinkProposal
Required. The DisplayVideo360AdvertiserLinkProposal to create.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\DisplayVideo360AdvertiserLinkProposal|null |
hasDisplayVideo360AdvertiserLinkProposal
clearDisplayVideo360AdvertiserLinkProposal
setDisplayVideo360AdvertiserLinkProposal
Required. The DisplayVideo360AdvertiserLinkProposal to create.
Parameter | |
---|---|
Name | Description |
var | Google\Analytics\Admin\V1alpha\DisplayVideo360AdvertiserLinkProposal |
Returns | |
---|---|
Type | Description |
$this |