Show / Hide Table of Contents

Class IncentivesResource.FetchIncentiveRequest

Returns incentives for a given user.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>
IncentivesResource.FetchIncentiveRequest
Implements
IClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>
IClientServiceRequest
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.Xgafv
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.AccessToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.Alt
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.Callback
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.Fields
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.Key
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.OauthToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.PrettyPrint
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.QuotaUser
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.UploadType
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.UploadProtocol
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.Execute()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.GetBody()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.ETagAction
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.ModifyRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.ValidateParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.ApiVersion
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.RequestParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class IncentivesResource.FetchIncentiveRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>, IClientServiceRequest

Constructors

FetchIncentiveRequest(IClientService)

Constructs a new FetchIncentive request.

Declaration
public FetchIncentiveRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

CountryCode

Optional. User's country code. If not provided, the server will default to "US". Possible country codes: https://developers.google.com/google-ads/api/data/codes-formats#country_codes

Declaration
[RequestParameter("countryCode", RequestParameterType.Query)]
public virtual string CountryCode { get; set; }
Property Value
Type Description
string

Email

Optional. Email of the user that the requested incentive is meant for. Will be used for channel partners who do NOT use OAuth to authenticate on behalf of user.

Declaration
[RequestParameter("email", RequestParameterType.Query)]
public virtual string Email { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.HttpMethod

LanguageCode

Optional. User's language code. If not provided, the server will default to "en". Possible language codes: https://developers.google.com/google-ads/api/data/codes-formats#languages

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.RestPath

Type

Optional. The type of incentive to get. Defaults to ACQUISITION.

Declaration
[RequestParameter("type", RequestParameterType.Query)]
public virtual IncentivesResource.FetchIncentiveRequest.TypeEnum? Type { get; set; }
Property Value
Type Description
IncentivesResource.FetchIncentiveRequest.TypeEnum?

Methods

InitParameters()

Initializes FetchIncentive parameter list.

Declaration
protected override void InitParameters()
Overrides
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesFetchIncentiveResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX