Class AdvertisersResource.ReachForecastResource.RetrievePlannableUserInterestsRequest
Retrieves Google Audiences (User Interests) available for forecasting. API support for generating reach forecasts and retrieving related metadata is in beta. This method is only available to allowlisted users.
Inheritance
AdvertisersResource.ReachForecastResource.RetrievePlannableUserInterestsRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class AdvertisersResource.ReachForecastResource.RetrievePlannableUserInterestsRequest : DisplayVideoBaseServiceRequest<RetrievePlannableUserInterestsResponse>, IClientServiceRequest<RetrievePlannableUserInterestsResponse>, IClientServiceRequest
Constructors
RetrievePlannableUserInterestsRequest(IClientService, long)
Constructs a new RetrievePlannableUserInterests request.
Declaration
public RetrievePlannableUserInterestsRequest(IClientService service, long advertiserId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| long | advertiserId |
Properties
AdvertiserId
Required. The ID of the advertiser to list plannable user interests for.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Path)]
public virtual long AdvertiserId { get; }
Property Value
| Type | Description |
|---|---|
| long |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
ProductCategory
Required. The product category to retrieve plannable user interests for.
Declaration
[RequestParameter("productCategory", RequestParameterType.Query)]
public virtual AdvertisersResource.ReachForecastResource.RetrievePlannableUserInterestsRequest.ProductCategoryEnum? ProductCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| AdvertisersResource.ReachForecastResource.RetrievePlannableUserInterestsRequest.ProductCategoryEnum? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes RetrievePlannableUserInterests parameter list.
Declaration
protected override void InitParameters()