Show / Hide Table of Contents

Class AdvertisersResource.ReachForecastResource

The "reachForecast" collection of methods.

Inheritance
object
AdvertisersResource.ReachForecastResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v4
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class AdvertisersResource.ReachForecastResource

Constructors

ReachForecastResource(IClientService)

Constructs a new resource.

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

Methods

GenerateReachForecast(GenerateReachForecastRequest, long)

Generates a reach forecast for a given advertiser and targeting configuration.

Declaration
public virtual AdvertisersResource.ReachForecastResource.GenerateReachForecastRequest GenerateReachForecast(GenerateReachForecastRequest body, long advertiserId)
Parameters
Type Name Description
GenerateReachForecastRequest body

The body of the request.

long advertiserId

Required. The ID of the advertiser that will run the planned campaign.

Returns
Type Description
AdvertisersResource.ReachForecastResource.GenerateReachForecastRequest

RetrievePlannableLocations(long)

Retrieves the list of countries where reach forecasting is supported.

Declaration
public virtual AdvertisersResource.ReachForecastResource.RetrievePlannableLocationsRequest RetrievePlannableLocations(long advertiserId)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser to list plannable locations for.

Returns
Type Description
AdvertisersResource.ReachForecastResource.RetrievePlannableLocationsRequest

RetrievePlannableProducts(long)

Retrieves the list of products that can be planned for a location.

Declaration
public virtual AdvertisersResource.ReachForecastResource.RetrievePlannableProductsRequest RetrievePlannableProducts(long advertiserId)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser to list plannable products for.

Returns
Type Description
AdvertisersResource.ReachForecastResource.RetrievePlannableProductsRequest

RetrievePlannableUserInterests(long)

Retrieves Google Audiences (User Interests) available for forecasting.

Declaration
public virtual AdvertisersResource.ReachForecastResource.RetrievePlannableUserInterestsRequest RetrievePlannableUserInterests(long advertiserId)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser to list plannable user interests for.

Returns
Type Description
AdvertisersResource.ReachForecastResource.RetrievePlannableUserInterestsRequest

RetrievePlannableUserLists(long)

Retrieves first and third party user lists available for forecasting.

Declaration
public virtual AdvertisersResource.ReachForecastResource.RetrievePlannableUserListsRequest RetrievePlannableUserLists(long advertiserId)
Parameters
Type Name Description
long advertiserId

Required. The ID of the advertiser to retrieve plannable user lists for.

Returns
Type Description
AdvertisersResource.ReachForecastResource.RetrievePlannableUserListsRequest
In this article
Back to top Generated by DocFX