Skip to content

How to disable Analytics in Images URL #167

@mohdlatif

Description

@mohdlatif

Where do I place this code to disable Analytics; basically I do not want to have ?= at the end of my Image URL

url: {
    secure: true,
    analytics: false,
  }

configuration parameters

const cloudinaryMedia = new Cloudinary({
  cloud: {
    cloudName: "cloud",
  },
  url: {
    secure: true,
    analytics: false,
  },
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions