-
public class AppEventsConversionsAPITransformerWebRequests
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAppEventsConversionsAPITransformerWebRequests.CloudBridgeCredentials
-
Field Summary
Fields Modifier and Type Field Description public final static AppEventsConversionsAPITransformerWebRequestsINSTANCE
-
Method Summary
Modifier and Type Method Description final static Unitconfigure(String datasetID, String url, String accessKey)Set the CAPI G Endpoint. final static StringgetCredentials()Get the currently set credentials final static UnittransformGraphRequestAndSendToCAPIGEndPoint(GraphRequest request)Take a graph request, extract the App Events within it and transform them. -
-
Method Detail
-
configure
final static Unit configure(String datasetID, String url, String accessKey)
Set the CAPI G Endpoint. Overrides any existing settings.
-
getCredentials
final static String getCredentials()
Get the currently set credentials
-
transformGraphRequestAndSendToCAPIGEndPoint
final static Unit transformGraphRequestAndSendToCAPIGEndPoint(GraphRequest request)
Take a graph request, extract the App Events within it and transform them. Then send it to the cb endpoint.
-
-
-
-