Google Analytics Admin V1alpha Client - Class CreateAdSenseLinkRequest (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateAdSenseLinkRequest.

Request message to be passed to CreateAdSenseLink method.

Generated from protobuf message google.analytics.admin.v1alpha.CreateAdSenseLinkRequest

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The property for which to create an AdSense Link. Format: properties/{propertyId} Example: properties/1234

↳ adsense_link Google\Analytics\Admin\V1alpha\AdSenseLink

Required. The AdSense Link to create

getParent

Required. The property for which to create an AdSense Link.

Format: properties/{propertyId} Example: properties/1234

Returns
TypeDescription
string

setParent

Required. The property for which to create an AdSense Link.

Format: properties/{propertyId} Example: properties/1234

Parameter
NameDescription
var string
Returns
TypeDescription
$this

Required. The AdSense Link to create

Returns
TypeDescription
Google\Analytics\Admin\V1alpha\AdSenseLink|null

Required. The AdSense Link to create

Parameter
NameDescription
var Google\Analytics\Admin\V1alpha\AdSenseLink
Returns
TypeDescription
$this