DismissRecommendation

  • The DismissRecommendation RPC is used to dismiss given recommendations.

  • This RPC returns a DismissRecommendationResponse.

  • Several errors can be thrown by this RPC, including AuthenticationError, AuthorizationError, and RequestError.

  • The DismissRecommendation RPC requires the https://www.googleapis.com/auth/adwords OAuth scope.

DismissRecommendation

rpc DismissRecommendation(DismissRecommendationRequest) returns (DismissRecommendationResponse)

Dismisses given recommendations.

List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RecommendationError RequestError

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adwords

For more information, see the OAuth 2.0 Overview.