Required. The resource name of the conversion event to retrieve.
Format: properties/{property}/conversionEvents/{conversion_event}
Example: "properties/123/conversionEvents/456"
Required. The resource name of the conversion event to retrieve.
Format: properties/{property}/conversionEvents/{conversion_event}
Example: "properties/123/conversionEvents/456"
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `GetConversionEventRequestOrBuilder` interface within the Google Analytics Admin Java library, specifically for versions ranging from 0.14.0 to 0.70.0, with 0.70.0 being the latest release."],["The `GetConversionEventRequestOrBuilder` interface extends `MessageOrBuilder` and is used to define the structure for retrieving conversion event data."],["The interface has two main methods, `getName()` and `getNameBytes()`, both of which are required and deal with the resource name of the conversion event; in other words, the `getName()` method returns the name as a String, while `getNameBytes()` returns the name in ByteString format."],["The resource name of the conversion event follows a specific format, which is \"properties/{property}/conversionEvents/{conversion_event}\", as seen in the examples provided, like \"properties/123/conversionEvents/456\"."]]],[]]