Google Analytics Admin V1alpha Client - Class GetConversionEventRequest (0.11.1)

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

Request message for GetConversionEvent RPC

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

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

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
varstring
Returns
TypeDescription
$this