Google Analytics Admin V1beta Client - Class GetConversionEventRequest (0.13.0)

Reference documentation and code samples for the Google Analytics Admin V1beta Client class GetConversionEventRequest.

Request message for GetConversionEvent RPC

Generated from protobuf message google.analytics.admin.v1beta.GetConversionEventRequest

Methods

build

Parameter
NameDescription
name string

Required. The resource name of the conversion event to retrieve. Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456" Please see {@see \Google\Analytics\Admin\V1beta\AnalyticsAdminServiceClient::conversionEventName()} for help formatting this field.

Returns
TypeDescription
Google\Analytics\Admin\V1beta\GetConversionEventRequest

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the conversion event to retrieve. Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"

getName

Required. The resource name of the conversion event to retrieve.

Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"

Returns
TypeDescription
string

setName

Required. The resource name of the conversion event to retrieve.

Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"

Parameter
NameDescription
var string
Returns
TypeDescription
$this