Website Analytics access

Is it possible to check on Needle Cloud, who and how many times the hosted website was opened?

Hi Samsmeep,

Below is a brief outline of the reasoning:

• First, note that Needle Cloud has some internal telemetry – for example, the engine logs non‐commercial usage and performance via beacons (as seen in the internal analytics code in engine_license.ts citeturn0file0 and index.ts citeturn0file2).
• However, this telemetry is used for internal purposes like license monitoring and performance tracking rather than exposing visitor details (who visited and how many times) in a dashboard.
• In short, Needle Cloud does not provide a built‐in, end‐user accessible analytics interface for tracking detailed visitor activity.
• If you need detailed analytics on visitor counts or identity tracking, you would need to integrate an external analytics service (e.g., Google Analytics) into your project.

Here’s a rough pseudocode outline of the thought process:


/* Pseudocode:

  1. Greet the user.
  2. Explain that while internal telemetry (usage beacons) exists, it is used for licensing and performance monitoring.
  3. State that detailed visitor analytics (who and how many times) are not provided by Needle Cloud out-of-box.
  4. Suggest integrating an external analytics service if such data is needed.
    */

I hope this helps clarify your query! Let me know if you need further assistance with your Needle Engine integration.

1 replies left - Become PRO for more replies.
thread_QL4TcqEhcNeml4uTOF1dDQ2M
Reply to this post directly if you need further help (bottom right button)

You can vote for this feature here:

1 Like

This topic was automatically closed 13 days after the last reply. New replies are no longer allowed.