Send feedback Class ConversionEvent (0.16.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.16.0 keyboard_arrow_down
public final class ConversionEvent extends GeneratedMessageV3 implements ConversionEventOrBuilder
A conversion event in a Google Analytics property.
Protobuf type google.analytics.admin.v1alpha.ConversionEvent
Static Fields CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value CUSTOM_FIELD_NUMBER
public static final int CUSTOM_FIELD_NUMBER
Field Value DELETABLE_FIELD_NUMBER
public static final int DELETABLE_FIELD_NUMBER
Field Value EVENT_NAME_FIELD_NUMBER
public static final int EVENT_NAME_FIELD_NUMBER
Field Value NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value Static Methods getDefaultInstance()
public static ConversionEvent getDefaultInstance ()
Returns getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns newBuilder()
public static ConversionEvent . Builder newBuilder ()
Returns newBuilder(ConversionEvent )
public static ConversionEvent . Builder newBuilder ( ConversionEvent )
Parameter Returns
public static ConversionEvent parseDelimitedFrom ( InputStream input )
Parameter Returns Exceptions
public static ConversionEvent parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(byte[] data)
public static ConversionEvent parseFrom ( byte [] data )
Parameter Name Description data byte []
Returns Exceptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConversionEvent parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(ByteString data)
public static ConversionEvent parseFrom ( ByteString data )
Parameter Returns Exceptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConversionEvent parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static ConversionEvent parseFrom ( CodedInputStream input )
Parameter Returns Exceptions
public static ConversionEvent parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions
public static ConversionEvent parseFrom ( InputStream input )
Parameter Returns Exceptions
public static ConversionEvent parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parseFrom(ByteBuffer data)
public static ConversionEvent parseFrom ( ByteBuffer data )
Parameter Returns Exceptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConversionEvent parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters Returns Exceptions parser()
public static Parser<ConversionEvent> parser ()
Returns Methods equals(Object obj)
public boolean equals ( Object obj )
Parameter Returns Overrides getCreateTime()
public Timestamp getCreateTime ()
Output only. Time when this conversion event was created in the property.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
Output only. Time when this conversion event was created in the property.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns getCustom()
public boolean getCustom ()
Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
bool custom = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns getDefaultInstanceForType()
public ConversionEvent getDefaultInstanceForType ()
Returns getDeletable()
public boolean getDeletable ()
Output only. If set, this event can currently be deleted via DeleteConversionEvent.
bool deletable = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description boolean The deletable.
getEventName()
public String getEventName ()
Immutable. The event name for this conversion event. Examples: 'click', 'purchase'
string event_name = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns Type Description String The eventName.
getEventNameBytes()
public ByteString getEventNameBytes ()
Immutable. The event name for this conversion event. Examples: 'click', 'purchase'
string event_name = 2 [(.google.api.field_behavior) = IMMUTABLE];
Returns getName() Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description String The name.
getNameBytes()
public ByteString getNameBytes ()
Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns getParserForType()
public Parser<ConversionEvent> getParserForType ()
Returns Overrides getSerializedSize()
public int getSerializedSize ()
Returns Overrides getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns Overrides hasCreateTime()
public boolean hasCreateTime ()
Output only. Time when this conversion event was created in the property.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description boolean Whether the createTime field is set.
hashCode() Returns Overrides internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns Overrides isInitialized()
public final boolean isInitialized ()
Returns Overrides newBuilderForType()
public ConversionEvent . Builder newBuilderForType ()
Returns newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConversionEvent . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter Returns Overrides newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter Returns Overrides toBuilder()
public ConversionEvent . Builder toBuilder ()
Returns writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter Overrides Exceptions Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-17 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version of the `ConversionEvent` documentation is 0.70.0, part of the Google Analytics Admin API."],["This documentation provides details about the `ConversionEvent` class, which is a conversion event in a Google Analytics property."],["The `ConversionEvent` class extends `GeneratedMessageV3` and implements `ConversionEventOrBuilder`, and has various methods and static fields for managing conversion events."],["The page provides access to documentation for several past versions of `ConversionEvent` ranging from version 0.14.0 up until the latest version 0.70.0."],["A `ConversionEvent` can represent either a default or a custom event within the Google Analytics framework, with custom events counting towards the maximum allowed."]]],[]]