laiyhman

Results 2 issues of laiyhman

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, 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...