All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.services.EffectiveFrequencyBreakdownOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/services/reach_plan_service.proto

package com.google.ads.googleads.v10.services;

public interface EffectiveFrequencyBreakdownOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.EffectiveFrequencyBreakdown)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The effective frequency [1-10].
   * 
* * int32 effective_frequency = 1; * @return The effectiveFrequency. */ int getEffectiveFrequency(); /** *
   * The number of unique people reached at least effective_frequency times that
   * exactly matches the Targeting.
   * Note that a minimum number of unique people must be reached in order for
   * data to be reported. If the minimum number is not met, the on_target_reach
   * value will be rounded to 0.
   * 
* * int64 on_target_reach = 2; * @return The onTargetReach. */ long getOnTargetReach(); /** *
   * Total number of unique people reached at least effective_frequency times.
   * This includes people that may fall outside the specified Targeting.
   * Note that a minimum number of unique people must be reached in order for
   * data to be reported. If the minimum number is not met, the total_reach
   * value will be rounded to 0.
   * 
* * int64 total_reach = 3; * @return The totalReach. */ long getTotalReach(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy