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 \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource where this schema will be created.
Format: properties/{property}/dataStreams/{dataStream}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSkadnetworkConversionValueSchema
Required. SKAdNetwork conversion value schema to create.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\SKAdNetworkConversionValueSchema|null |
hasSkadnetworkConversionValueSchema
clearSkadnetworkConversionValueSchema
setSkadnetworkConversionValueSchema
Required. SKAdNetwork conversion value schema to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\SKAdNetworkConversionValueSchema
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource where this schema will be created. Format: properties/{property}/dataStreams/{dataStream} Please see Google\Analytics\Admin\V1alpha\AnalyticsAdminServiceClient::dataStreamName() for help formatting this field. |
skadnetworkConversionValueSchema |
Google\Analytics\Admin\V1alpha\SKAdNetworkConversionValueSchema
Required. SKAdNetwork conversion value schema to create. |
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\CreateSKAdNetworkConversionValueSchemaRequest |