analytics-java-library icon indicating copy to clipboard operation
analytics-java-library copied to clipboard

A Java client library for Analytics APIs

Results 11 analytics-java-library issues
Sort by recently updated
recently updated
newest added

Hi, I was wondering if you could provide a zipped file of this library to follow the examples of https://github.com/Adobe-Consulting-Services/acs-aem-commons/releases so that I can upload it via CRX package manager?...

1. not supporting metrics data for more than one dimension 2. not supporting metrics data for segments

Hi, I am trying to use this library and I am having problems to use the OAuth authentication. My code is: ``` private static final String CLIENT_ID = "MY_CLIENT_ID_HERE"; private...

Can I use this Library with the Analytics 2.0 API version?

Hi, I would like to know does this API works for Reporting API 1.4? All old URLs of Adobe are redirecting to this : https://github.com/AdobeDocs/analytics-1.4-apis and only way to connect...

Dear Sirs, I have currently been developing a connection to adobe analytics for our product motivated by a customer's request. When calling com.adobe.granite.analytics.client.methods.ReportSuiteMethods#getReportSuites with Sandbox credentials everything works fine. But...

Hi, according to documentation( https://marketing.adobe.com/developer/documentation/analytics-reporting-1-4/r-queue ), i can set the source to "warehouse" but in the Java API( v1.2 ) the "warehouse" is not available in the ReportDescriptionSource enum.( https://github.com/Adobe-Marketing-Cloud/analytics-java-library/blob/master/src/main/java/com/adobe/granite/analytics/client/domain/ReportDescriptionSource.java...

Hi, This API was the initial basis for me to perform Adobe Analytics calls. Till long time I recognized that it was working fine. Later for a requirement I recognized...

Hi, Can I suggest to add one more authentication method for Webserver Grant? Currently the API provides: authenticateWithSecret(String username, String secret) authenticateWithJWTOAuth(Path privateKeyPath, String clientId, String username) authenticateWithJWTOAuth(byte[] privateKey, String...

I am calling the ReportMethod GET and passing in the ReportMetric 'averageTimeSpentOnPage' When inside the callMethod(String method, Object data, Type resultType) of AnalyticsClient.java, I see that in line 31: `final...