SearchGoogleAdsFields

  • The SearchGoogleAdsFields RPC method returns all fields that match a search query.

  • This method requires the https://www.googleapis.com/auth/adwords OAuth scope for authorization.

  • Various errors can be thrown by this method, including AuthenticationError, AuthorizationError, and QuotaError.

SearchGoogleAdsFields

rpc SearchGoogleAdsFields(SearchGoogleAdsFieldsRequest) returns (SearchGoogleAdsFieldsResponse)

Returns all fields that match the search query.

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.