GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaConversionEvent (google_api_analytics_admin v0.8.0) View Source
A conversion event in a Google Analytics property.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. Time when this conversion event was created in the property. -
eventName(type:String.t, default:nil) - Immutable. The event name for this conversion event. Examples: 'click', 'purchase' -
isDeletable(type:boolean(), default:nil) - Output only. If set, this event can currently be deleted via DeleteConversionEvent. -
name(type:String.t, default:nil) - Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaConversionEvent{
createTime: DateTime.t() | nil,
eventName: String.t() | nil,
isDeletable: boolean() | nil,
name: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.