Google Analytics Admin V1alpha Client - Class CreateSKAdNetworkConversionValueSchemaRequest (0.20.0)

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

Request message for CreateSKAdNetworkConversionValueSchema RPC.

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

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource where this schema will be created. Format: properties/{property}/dataStreams/{dataStream}

↳ skadnetwork_conversion_value_schema Google\Analytics\Admin\V1alpha\SKAdNetworkConversionValueSchema

Required. SKAdNetwork conversion value schema to create.

getParent

Required. The parent resource where this schema will be created.

Format: properties/{property}/dataStreams/{dataStream}

Returns
TypeDescription
string

setParent

Required. The parent resource where this schema will be created.

Format: properties/{property}/dataStreams/{dataStream}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSkadnetworkConversionValueSchema

Required. SKAdNetwork conversion value schema to create.

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

hasSkadnetworkConversionValueSchema

clearSkadnetworkConversionValueSchema

setSkadnetworkConversionValueSchema

Required. SKAdNetwork conversion value schema to create.

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