We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5d551 commit 8d0d9fcCopy full SHA for 8d0d9fc
cloudinary-core/src/main/java/com/cloudinary/Url.java
@@ -422,6 +422,7 @@ public String generate(String source) {
422
if (cloudinary.analytics != null && cloudinary.config.analytics) {
423
try {
424
URL tempUrl = new URL(url);
425
+ // if any other query param already exist on the URL do not add analytics query param.
426
if (tempUrl.getQuery() == null) {
427
String path = tempUrl.getPath();
428
url = url + "?" + cloudinary.analytics.toQueryParam();
0 commit comments