Reference documentation and code samples for the Google Analytics Admin V1beta Client class DeleteConversionEventRequest.
Request message for DeleteConversionEvent RPC
Generated from protobuf message google.analytics.admin.v1beta.DeleteConversionEventRequest
Namespace
Google \ Analytics \ Admin \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ name | 
        
          string
          Required. The resource name of the conversion event to delete. Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"  | 
      
getName
Required. The resource name of the conversion event to delete.
Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setName
Required. The resource name of the conversion event to delete.
Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameter | |
|---|---|
| Name | Description | 
name | 
        
          string
          Required. The resource name of the conversion event to delete. Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456" Please see AnalyticsAdminServiceClient::conversionEventName() for help formatting this field.  | 
      
| Returns | |
|---|---|
| Type | Description | 
DeleteConversionEventRequest | 
        |