Class AudienceInsightsServiceGrpc.AudienceInsightsServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<AudienceInsightsServiceGrpc.AudienceInsightsServiceFutureStub>
-
- com.google.ads.googleads.v14.services.AudienceInsightsServiceGrpc.AudienceInsightsServiceFutureStub
-
- Enclosing class:
- AudienceInsightsServiceGrpc
public static final class AudienceInsightsServiceGrpc.AudienceInsightsServiceFutureStub extends io.grpc.stub.AbstractFutureStub<AudienceInsightsServiceGrpc.AudienceInsightsServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service AudienceInsightsService.Audience Insights Service helps users find information about groups of people and how they can be reached with Google Ads. Accessible to allowlisted customers only.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AudienceInsightsServiceGrpc.AudienceInsightsServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<GenerateAudienceCompositionInsightsResponse>generateAudienceCompositionInsights(GenerateAudienceCompositionInsightsRequest request)Returns a collection of attributes that are represented in an audience of interest, with metrics that compare each attribute's share of the audience with its share of a baseline audience.com.google.common.util.concurrent.ListenableFuture<GenerateInsightsFinderReportResponse>generateInsightsFinderReport(GenerateInsightsFinderReportRequest request)Creates a saved report that can be viewed in the Insights Finder tool.com.google.common.util.concurrent.ListenableFuture<ListAudienceInsightsAttributesResponse>listAudienceInsightsAttributes(ListAudienceInsightsAttributesRequest request)Searches for audience attributes that can be used to generate insights.com.google.common.util.concurrent.ListenableFuture<ListInsightsEligibleDatesResponse>listInsightsEligibleDates(ListInsightsEligibleDatesRequest request)Lists date ranges for which audience insights data can be requested.
-
-
-
Method Detail
-
build
protected AudienceInsightsServiceGrpc.AudienceInsightsServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AudienceInsightsServiceGrpc.AudienceInsightsServiceFutureStub>
-
generateInsightsFinderReport
public com.google.common.util.concurrent.ListenableFuture<GenerateInsightsFinderReportResponse> generateInsightsFinderReport(GenerateInsightsFinderReportRequest request)
Creates a saved report that can be viewed in the Insights Finder tool. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RangeError]() [RequestError]()
-
listAudienceInsightsAttributes
public com.google.common.util.concurrent.ListenableFuture<ListAudienceInsightsAttributesResponse> listAudienceInsightsAttributes(ListAudienceInsightsAttributesRequest request)
Searches for audience attributes that can be used to generate insights. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RangeError]() [RequestError]()
-
listInsightsEligibleDates
public com.google.common.util.concurrent.ListenableFuture<ListInsightsEligibleDatesResponse> listInsightsEligibleDates(ListInsightsEligibleDatesRequest request)
Lists date ranges for which audience insights data can be requested. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RangeError]() [RequestError]()
-
generateAudienceCompositionInsights
public com.google.common.util.concurrent.ListenableFuture<GenerateAudienceCompositionInsightsResponse> generateAudienceCompositionInsights(GenerateAudienceCompositionInsightsRequest request)
Returns a collection of attributes that are represented in an audience of interest, with metrics that compare each attribute's share of the audience with its share of a baseline audience. List of thrown errors: [AudienceInsightsError]() [AuthenticationError]() [AuthorizationError]() [FieldError]() [HeaderError]() [InternalError]() [QuotaError]() [RangeError]() [RequestError]()
-
-