AdvertisersReachForecastResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateReachForecast(GenerateReachForecastRequest request, String advertiserId, {String? $fields})
→ Future<GenerateReachForecastResponse>
-
Generates a reach forecast for a given advertiser and targeting
configuration.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
retrievePlannableLocations(String advertiserId, {String? $fields})
→ Future<RetrievePlannableLocationsResponse>
-
Retrieves the list of countries where reach forecasting is supported.
-
retrievePlannableProducts(String advertiserId, {String? plannableLocationId, String? $fields})
→ Future<RetrievePlannableProductsResponse>
-
Retrieves the list of products that can be planned for a location.
-
retrievePlannableUserInterests(String advertiserId, {String? productCategory, String? $fields})
→ Future<RetrievePlannableUserInterestsResponse>
-
Retrieves Google Audiences (User Interests) available for forecasting.
-
retrievePlannableUserLists(String advertiserId, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<RetrievePlannableUserListsResponse>
-
Retrieves first and third party user lists available for forecasting.
-
toString()
→ String
-
A string representation of this object.
inherited