Interface KeywordPlanHistoricalMetricsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanHistoricalMetrics,KeywordPlanHistoricalMetrics.Builder
public interface KeywordPlanHistoricalMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAvgMonthlySearches()Approximate number of monthly searches on this query averaged for the past 12 months.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevelgetCompetition()The competition level for the query.longgetCompetitionIndex()The competition index for the query in the range [0, 100].intgetCompetitionValue()The competition level for the query.longgetHighTopOfPageBidMicros()Top of page bid high range (80th percentile) in micros for the keyword.longgetLowTopOfPageBidMicros()Top of page bid low range (20th percentile) in micros for the keyword.MonthlySearchVolumegetMonthlySearchVolumes(int index)Approximate number of searches on this query for the past twelve months.intgetMonthlySearchVolumesCount()Approximate number of searches on this query for the past twelve months.java.util.List<MonthlySearchVolume>getMonthlySearchVolumesList()Approximate number of searches on this query for the past twelve months.MonthlySearchVolumeOrBuildergetMonthlySearchVolumesOrBuilder(int index)Approximate number of searches on this query for the past twelve months.java.util.List<? extends MonthlySearchVolumeOrBuilder>getMonthlySearchVolumesOrBuilderList()Approximate number of searches on this query for the past twelve months.booleanhasAvgMonthlySearches()Approximate number of monthly searches on this query averaged for the past 12 months.booleanhasCompetitionIndex()The competition index for the query in the range [0, 100].booleanhasHighTopOfPageBidMicros()Top of page bid high range (80th percentile) in micros for the keyword.booleanhasLowTopOfPageBidMicros()Top of page bid low range (20th percentile) in micros for the keyword.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAvgMonthlySearches
boolean hasAvgMonthlySearches()
Approximate number of monthly searches on this query averaged for the past 12 months.
optional int64 avg_monthly_searches = 7;- Returns:
- Whether the avgMonthlySearches field is set.
-
getAvgMonthlySearches
long getAvgMonthlySearches()
Approximate number of monthly searches on this query averaged for the past 12 months.
optional int64 avg_monthly_searches = 7;- Returns:
- The avgMonthlySearches.
-
getMonthlySearchVolumesList
java.util.List<MonthlySearchVolume> getMonthlySearchVolumesList()
Approximate number of searches on this query for the past twelve months.
repeated .google.ads.googleads.v10.common.MonthlySearchVolume monthly_search_volumes = 6;
-
getMonthlySearchVolumes
MonthlySearchVolume getMonthlySearchVolumes(int index)
Approximate number of searches on this query for the past twelve months.
repeated .google.ads.googleads.v10.common.MonthlySearchVolume monthly_search_volumes = 6;
-
getMonthlySearchVolumesCount
int getMonthlySearchVolumesCount()
Approximate number of searches on this query for the past twelve months.
repeated .google.ads.googleads.v10.common.MonthlySearchVolume monthly_search_volumes = 6;
-
getMonthlySearchVolumesOrBuilderList
java.util.List<? extends MonthlySearchVolumeOrBuilder> getMonthlySearchVolumesOrBuilderList()
Approximate number of searches on this query for the past twelve months.
repeated .google.ads.googleads.v10.common.MonthlySearchVolume monthly_search_volumes = 6;
-
getMonthlySearchVolumesOrBuilder
MonthlySearchVolumeOrBuilder getMonthlySearchVolumesOrBuilder(int index)
Approximate number of searches on this query for the past twelve months.
repeated .google.ads.googleads.v10.common.MonthlySearchVolume monthly_search_volumes = 6;
-
getCompetitionValue
int getCompetitionValue()
The competition level for the query.
.google.ads.googleads.v10.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel competition = 2;- Returns:
- The enum numeric value on the wire for competition.
-
getCompetition
KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel getCompetition()
The competition level for the query.
.google.ads.googleads.v10.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel competition = 2;- Returns:
- The competition.
-
hasCompetitionIndex
boolean hasCompetitionIndex()
The competition index for the query in the range [0, 100]. Shows how competitive ad placement is for a keyword. The level of competition from 0-100 is determined by the number of ad slots filled divided by the total number of ad slots available. If not enough data is available, null is returned.
optional int64 competition_index = 8;- Returns:
- Whether the competitionIndex field is set.
-
getCompetitionIndex
long getCompetitionIndex()
The competition index for the query in the range [0, 100]. Shows how competitive ad placement is for a keyword. The level of competition from 0-100 is determined by the number of ad slots filled divided by the total number of ad slots available. If not enough data is available, null is returned.
optional int64 competition_index = 8;- Returns:
- The competitionIndex.
-
hasLowTopOfPageBidMicros
boolean hasLowTopOfPageBidMicros()
Top of page bid low range (20th percentile) in micros for the keyword.
optional int64 low_top_of_page_bid_micros = 9;- Returns:
- Whether the lowTopOfPageBidMicros field is set.
-
getLowTopOfPageBidMicros
long getLowTopOfPageBidMicros()
Top of page bid low range (20th percentile) in micros for the keyword.
optional int64 low_top_of_page_bid_micros = 9;- Returns:
- The lowTopOfPageBidMicros.
-
hasHighTopOfPageBidMicros
boolean hasHighTopOfPageBidMicros()
Top of page bid high range (80th percentile) in micros for the keyword.
optional int64 high_top_of_page_bid_micros = 10;- Returns:
- Whether the highTopOfPageBidMicros field is set.
-
getHighTopOfPageBidMicros
long getHighTopOfPageBidMicros()
Top of page bid high range (80th percentile) in micros for the keyword.
optional int64 high_top_of_page_bid_micros = 10;- Returns:
- The highTopOfPageBidMicros.
-
-