Interface CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.EventOrBuilder

    • Method Detail

      • getMappedEventName

        java.lang.String getMappedEventName()
         Output only. Google event name represented by this conversion value.
         
        string mapped_event_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The mappedEventName.
      • getMappedEventNameBytes

        com.google.protobuf.ByteString getMappedEventNameBytes()
         Output only. Google event name represented by this conversion value.
         
        string mapped_event_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for mappedEventName.
      • getCurrencyCode

        java.lang.String getCurrencyCode()
         Output only. The reported currency for the event_revenue. ISO 4217
         three-letter currency code, for example, "USD"
         
        string currency_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The currencyCode.
      • getCurrencyCodeBytes

        com.google.protobuf.ByteString getCurrencyCodeBytes()
         Output only. The reported currency for the event_revenue. ISO 4217
         three-letter currency code, for example, "USD"
         
        string currency_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for currencyCode.
      • hasEventRevenueRange

        boolean hasEventRevenueRange()
         Output only. The event revenue range.
         
        .google.ads.googleads.v15.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.RevenueRange event_revenue_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the eventRevenueRange field is set.
      • hasEventRevenueValue

        boolean hasEventRevenueValue()
         Output only. The specific event revenue value.
         
        double event_revenue_value = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the eventRevenueValue field is set.
      • getEventRevenueValue

        double getEventRevenueValue()
         Output only. The specific event revenue value.
         
        double event_revenue_value = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The eventRevenueValue.
      • hasEventOccurrenceRange

        boolean hasEventOccurrenceRange()
         Output only. The event counter range.
         
        .google.ads.googleads.v15.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventOccurrenceRange event_occurrence_range = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the eventOccurrenceRange field is set.
      • hasEventCounter

        boolean hasEventCounter()
         Output only. For specific event counter values.
         
        int64 event_counter = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the eventCounter field is set.
      • getEventCounter

        long getEventCounter()
         Output only. For specific event counter values.
         
        int64 event_counter = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The eventCounter.