Class KeywordPlanIdeaServiceGrpc.KeywordPlanIdeaServiceStub

    • Method Detail

      • generateKeywordIdeas

        public void generateKeywordIdeas​(GenerateKeywordIdeasRequest request,
                                         io.grpc.stub.StreamObserver<GenerateKeywordIdeaResponse> responseObserver)
         Returns a list of keyword ideas.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CollectionSizeError]()
           [HeaderError]()
           [InternalError]()
           [KeywordPlanIdeaError]()
           [QuotaError]()
           [RequestError]()
         
      • generateKeywordHistoricalMetrics

        public void generateKeywordHistoricalMetrics​(GenerateKeywordHistoricalMetricsRequest request,
                                                     io.grpc.stub.StreamObserver<GenerateKeywordHistoricalMetricsResponse> responseObserver)
         Returns a list of keyword historical metrics.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CollectionSizeError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • generateAdGroupThemes

        public void generateAdGroupThemes​(GenerateAdGroupThemesRequest request,
                                          io.grpc.stub.StreamObserver<GenerateAdGroupThemesResponse> responseObserver)
         Returns a list of suggested AdGroups and suggested modifications
         (text, match type) for the given keywords.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CollectionSizeError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • generateKeywordForecastMetrics

        public void generateKeywordForecastMetrics​(GenerateKeywordForecastMetricsRequest request,
                                                   io.grpc.stub.StreamObserver<GenerateKeywordForecastMetricsResponse> responseObserver)
         Returns metrics (such as impressions, clicks, total cost) of a keyword
         forecast for the given campaign.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CollectionSizeError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()