Show / Hide Table of Contents

Class CustomersResource.GenerateAudienceOverlapInsightsRequest

Returns a collection of audience attributes along with estimates of the overlap between their potential YouTube reach and that of a given input attribute. List of thrown errors: AudienceInsightsError AuthenticationError AuthorizationError FieldError HeaderError InternalError QuotaError RangeError RequestError

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>
CustomersResource.GenerateAudienceOverlapInsightsRequest
Implements
IClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>
IClientServiceRequest
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.Xgafv
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.AccessToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.Alt
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.Callback
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.Fields
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.Key
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.OauthToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.PrettyPrint
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.QuotaUser
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.UploadType
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.UploadProtocol
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.Execute()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.ETagAction
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.ModifyRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.ValidateParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.ApiVersion
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.RequestParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.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 CustomersResource.GenerateAudienceOverlapInsightsRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>, IClientServiceRequest

Constructors

GenerateAudienceOverlapInsightsRequest(IClientService, GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsRequest, string)

Constructs a new GenerateAudienceOverlapInsights request.

Declaration
public GenerateAudienceOverlapInsightsRequest(IClientService service, GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsRequest body, string customerId)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsRequest body
string customerId

Properties

CustomerId

Required. The ID of the customer.

Declaration
[RequestParameter("customerId", RequestParameterType.Path)]
public virtual string CustomerId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesGenerateAudienceOverlapInsightsResponse>.GetBody()

InitParameters()

Initializes GenerateAudienceOverlapInsights parameter list.

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

Implements

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