Interface TargetingSuggestionMetricsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetingSuggestionMetrics,TargetingSuggestionMetrics.Builder
public interface TargetingSuggestionMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgeRangeInfogetAgeRanges(int index)Suggested age targeting; may be empty indicating no age targeting.intgetAgeRangesCount()Suggested age targeting; may be empty indicating no age targeting.java.util.List<AgeRangeInfo>getAgeRangesList()Suggested age targeting; may be empty indicating no age targeting.AgeRangeInfoOrBuildergetAgeRangesOrBuilder(int index)Suggested age targeting; may be empty indicating no age targeting.java.util.List<? extends AgeRangeInfoOrBuilder>getAgeRangesOrBuilderList()Suggested age targeting; may be empty indicating no age targeting.doublegetCoverage()The fraction (from 0 to 1 inclusive) of the requested audience that can be reached using the suggested targeting.GenderInfogetGender()Suggested gender targeting.GenderInfoOrBuildergetGenderOrBuilder()Suggested gender targeting.doublegetIndex()The ratio of coverage to the coverage of the baseline audience or zero if this ratio is undefined or is not meaningful.AudienceInsightsAttributeMetadatagetLocations(int index)Suggested location targeting.intgetLocationsCount()Suggested location targeting.java.util.List<AudienceInsightsAttributeMetadata>getLocationsList()Suggested location targeting.AudienceInsightsAttributeMetadataOrBuildergetLocationsOrBuilder(int index)Suggested location targeting.java.util.List<? extends AudienceInsightsAttributeMetadataOrBuilder>getLocationsOrBuilderList()Suggested location targeting.longgetPotentialYoutubeReach()The approximate estimated number of people that can be reached on YouTube using this targeting.AudienceInsightsAttributeMetadatagetUserInterests(int index)Suggested audience segments to target.intgetUserInterestsCount()Suggested audience segments to target.java.util.List<AudienceInsightsAttributeMetadata>getUserInterestsList()Suggested audience segments to target.AudienceInsightsAttributeMetadataOrBuildergetUserInterestsOrBuilder(int index)Suggested audience segments to target.java.util.List<? extends AudienceInsightsAttributeMetadataOrBuilder>getUserInterestsOrBuilderList()Suggested audience segments to target.booleanhasGender()Suggested gender targeting.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocationsList
java.util.List<AudienceInsightsAttributeMetadata> getLocationsList()
Suggested location targeting. These attributes all have dimension GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata locations = 1;
-
getLocations
AudienceInsightsAttributeMetadata getLocations(int index)
Suggested location targeting. These attributes all have dimension GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata locations = 1;
-
getLocationsCount
int getLocationsCount()
Suggested location targeting. These attributes all have dimension GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata locations = 1;
-
getLocationsOrBuilderList
java.util.List<? extends AudienceInsightsAttributeMetadataOrBuilder> getLocationsOrBuilderList()
Suggested location targeting. These attributes all have dimension GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata locations = 1;
-
getLocationsOrBuilder
AudienceInsightsAttributeMetadataOrBuilder getLocationsOrBuilder(int index)
Suggested location targeting. These attributes all have dimension GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata locations = 1;
-
getAgeRangesList
java.util.List<AgeRangeInfo> getAgeRangesList()
Suggested age targeting; may be empty indicating no age targeting.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 2;
-
getAgeRanges
AgeRangeInfo getAgeRanges(int index)
Suggested age targeting; may be empty indicating no age targeting.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 2;
-
getAgeRangesCount
int getAgeRangesCount()
Suggested age targeting; may be empty indicating no age targeting.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 2;
-
getAgeRangesOrBuilderList
java.util.List<? extends AgeRangeInfoOrBuilder> getAgeRangesOrBuilderList()
Suggested age targeting; may be empty indicating no age targeting.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 2;
-
getAgeRangesOrBuilder
AgeRangeInfoOrBuilder getAgeRangesOrBuilder(int index)
Suggested age targeting; may be empty indicating no age targeting.
repeated .google.ads.googleads.v15.common.AgeRangeInfo age_ranges = 2;
-
hasGender
boolean hasGender()
Suggested gender targeting. If present, this attribute has dimension GENDER.
.google.ads.googleads.v15.common.GenderInfo gender = 3;- Returns:
- Whether the gender field is set.
-
getGender
GenderInfo getGender()
Suggested gender targeting. If present, this attribute has dimension GENDER.
.google.ads.googleads.v15.common.GenderInfo gender = 3;- Returns:
- The gender.
-
getGenderOrBuilder
GenderInfoOrBuilder getGenderOrBuilder()
Suggested gender targeting. If present, this attribute has dimension GENDER.
.google.ads.googleads.v15.common.GenderInfo gender = 3;
-
getUserInterestsList
java.util.List<AudienceInsightsAttributeMetadata> getUserInterestsList()
Suggested audience segments to target. These attributes all have dimension AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata user_interests = 4;
-
getUserInterests
AudienceInsightsAttributeMetadata getUserInterests(int index)
Suggested audience segments to target. These attributes all have dimension AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata user_interests = 4;
-
getUserInterestsCount
int getUserInterestsCount()
Suggested audience segments to target. These attributes all have dimension AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata user_interests = 4;
-
getUserInterestsOrBuilderList
java.util.List<? extends AudienceInsightsAttributeMetadataOrBuilder> getUserInterestsOrBuilderList()
Suggested audience segments to target. These attributes all have dimension AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata user_interests = 4;
-
getUserInterestsOrBuilder
AudienceInsightsAttributeMetadataOrBuilder getUserInterestsOrBuilder(int index)
Suggested audience segments to target. These attributes all have dimension AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata user_interests = 4;
-
getCoverage
double getCoverage()
The fraction (from 0 to 1 inclusive) of the requested audience that can be reached using the suggested targeting.
double coverage = 5;- Returns:
- The coverage.
-
getIndex
double getIndex()
The ratio of coverage to the coverage of the baseline audience or zero if this ratio is undefined or is not meaningful.
double index = 6;- Returns:
- The index.
-
getPotentialYoutubeReach
long getPotentialYoutubeReach()
The approximate estimated number of people that can be reached on YouTube using this targeting.
int64 potential_youtube_reach = 7;- Returns:
- The potentialYoutubeReach.
-
-