Interface CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchemaOrBuilder

    • Method Detail

      • getAppId

        java.lang.String getAppId()
         Required. Output only. Apple App Store app ID.
         
        string app_id = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The appId.
      • getAppIdBytes

        com.google.protobuf.ByteString getAppIdBytes()
         Required. Output only. Apple App Store app ID.
         
        string app_id = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for appId.
      • getMeasurementWindowHours

        int getMeasurementWindowHours()
         Output only. A time window (measured in hours) post-install, after which
         the App Attribution Partner or advertiser stops calling
         [updateConversionValue]
         (https://developer.apple.com/documentation/storekit/skadnetwork/3566697-updateconversionvalue).
         
        int32 measurement_window_hours = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The measurementWindowHours.
      • getFineGrainedConversionValueMappingsCount

        int getFineGrainedConversionValueMappingsCount()
         Output only. Fine grained conversion value mappings.
         
        repeated .google.ads.googleads.v15.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.FineGrainedConversionValueMappings fine_grained_conversion_value_mappings = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];