Class UserDataServiceGrpc.UserDataServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v15.services.UserDataServiceGrpc.UserDataServiceImplBase
-
- All Implemented Interfaces:
UserDataServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- UserDataServiceGrpc
public abstract static class UserDataServiceGrpc.UserDataServiceImplBase extends java.lang.Object implements io.grpc.BindableService, UserDataServiceGrpc.AsyncService
Base class for the server implementation of the service UserDataService.Service to manage user data uploads. Any uploads made to a Customer Match list through this service will be eligible for matching as per the customer matching process. See https://support.google.com/google-ads/answer/7474263. However, the uploads made through this service will not be visible under the 'Segment members' section for the Customer Match List in the Google Ads UI.
-
-
Constructor Summary
Constructors Constructor Description UserDataServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.ads.googleads.v15.services.UserDataServiceGrpc.AsyncService
uploadUserData
-
-