Interface ReachPlanServiceGrpc.AsyncService
- All Known Implementing Classes:
ReachPlanServiceGrpc.ReachPlanServiceImplBase
- Enclosing class:
- ReachPlanServiceGrpc
public static interface ReachPlanServiceGrpc.AsyncService
Reach Plan Service gives users information about audience size that can be reached through advertisement on YouTube. In particular, GenerateReachForecast provides estimated number of people of specified demographics that can be reached by an ad in a given market by a campaign of certain duration with a defined budget.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidgenerateConversionRates(GenerateConversionRatesRequest request, io.grpc.stub.StreamObserver<GenerateConversionRatesResponse> responseObserver) Returns a collection of conversion rate suggestions for supported plannable products.default voidgenerateReachForecast(GenerateReachForecastRequest request, io.grpc.stub.StreamObserver<GenerateReachForecastResponse> responseObserver) Generates a reach forecast for a given targeting / product mix.default voidlistPlannableLocations(ListPlannableLocationsRequest request, io.grpc.stub.StreamObserver<ListPlannableLocationsResponse> responseObserver) Returns the list of plannable locations (for example, countries).default voidlistPlannableProducts(ListPlannableProductsRequest request, io.grpc.stub.StreamObserver<ListPlannableProductsResponse> responseObserver) Returns the list of per-location plannable YouTube ad formats with allowed targeting.default voidlistPlannableUserInterests(ListPlannableUserInterestsRequest request, io.grpc.stub.StreamObserver<ListPlannableUserInterestsResponse> responseObserver) Returns the list of plannable user interests.default voidlistPlannableUserLists(ListPlannableUserListsRequest request, io.grpc.stub.StreamObserver<ListPlannableUserListsResponse> responseObserver) Returns the list of plannable user lists with their plannable status.
-
Method Details
-
generateConversionRates
default void generateConversionRates(GenerateConversionRatesRequest request, io.grpc.stub.StreamObserver<GenerateConversionRatesResponse> responseObserver) Returns a collection of conversion rate suggestions for supported plannable products. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
listPlannableLocations
default void listPlannableLocations(ListPlannableLocationsRequest request, io.grpc.stub.StreamObserver<ListPlannableLocationsResponse> responseObserver) Returns the list of plannable locations (for example, countries). List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
listPlannableProducts
default void listPlannableProducts(ListPlannableProductsRequest request, io.grpc.stub.StreamObserver<ListPlannableProductsResponse> responseObserver) Returns the list of per-location plannable YouTube ad formats with allowed targeting. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
generateReachForecast
default void generateReachForecast(GenerateReachForecastRequest request, io.grpc.stub.StreamObserver<GenerateReachForecastResponse> responseObserver) Generates a reach forecast for a given targeting / product mix. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RangeError]() [ReachPlanError]() [RequestError]()
-
listPlannableUserLists
default void listPlannableUserLists(ListPlannableUserListsRequest request, io.grpc.stub.StreamObserver<ListPlannableUserListsResponse> responseObserver) Returns the list of plannable user lists with their plannable status. User lists may not be plannable for a number of reasons, including: - They are less than 10 days old. - They have a membership lifespan that is less than 30 days - They have less than 10,000 or more than 700,000 users. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RangeError]() [ReachPlanError]() [RequestError]()
-
listPlannableUserInterests
default void listPlannableUserInterests(ListPlannableUserInterestsRequest request, io.grpc.stub.StreamObserver<ListPlannableUserInterestsResponse> responseObserver) Returns the list of plannable user interests. A plannable user interest is one that can be targeted in a reach forecast using [ReachPlanService.GenerateReachForecast][google.ads.googleads.v21.services.ReachPlanService.GenerateReachForecast]. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [ListOperationError]() [QuotaError]() [RequestError]() [StringLengthError]()
-