Interface CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.ConversionValueMappingOrBuilder

    • Method Detail

      • getMinTimePostInstallHours

        long getMinTimePostInstallHours()
         Output only. The minimum of the time range in which a user was last
         active during the measurement window.
         
        int64 min_time_post_install_hours = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The minTimePostInstallHours.
      • getMaxTimePostInstallHours

        long getMaxTimePostInstallHours()
         Output only. The maximum of the time range in which a user was last
         active during the measurement window.
         
        int64 max_time_post_install_hours = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The maxTimePostInstallHours.
      • getMappedEventsList

        java.util.List<CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event> getMappedEventsList()
         Output only. The conversion value may be mapped to multiple events with
         various attributes.
         
        repeated .google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event mapped_events = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getMappedEvents

        CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event getMappedEvents​(int index)
         Output only. The conversion value may be mapped to multiple events with
         various attributes.
         
        repeated .google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event mapped_events = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getMappedEventsCount

        int getMappedEventsCount()
         Output only. The conversion value may be mapped to multiple events with
         various attributes.
         
        repeated .google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event mapped_events = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getMappedEventsOrBuilderList

        java.util.List<? extends CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.EventOrBuilder> getMappedEventsOrBuilderList()
         Output only. The conversion value may be mapped to multiple events with
         various attributes.
         
        repeated .google.ads.googleads.v14.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event mapped_events = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];