Getting Started
There are two ways to get started with 99dev analytics. You can start directly from code using Instant Analytics or create an account first.
Option 1: Start Directly From Code (Instant Analytics)
The fastest way to get started is to skip account creation entirely. Simply generate or choose any available UUID and embed the tracking snippet on your site. If the UUID is not already in use, 99dev will automatically create a publicly accessible analytics site for it.
- Generate a UUID (e.g. using your browser console:
crypto.randomUUID()) - Embed the snippet on your website:
index.html
<script
src="https://cdn.99.dev/@4.0.0/analytics.js"
data-site-uuid="<your-site-id>"
integrity="sha384-MpCtPuXR/yYvbSOfgDhDwXLRfvcCtqV/oRzzRN9sKKEjgO0qs06rhw36xnRwWFlc"
crossorigin="anonymous"
async
></script>- View your analytics at
https://app.99.dev/#/mian/<your-uuid> - When you’re ready, claim your site to take ownership.
No account, no email, no credit card. Read more about Instant Analytics.
Option 2: Create an Account First
If you prefer to own your site from the start, create an account before installing the tracker:
- Visit the Account Creation page - https://app.99.dev/#/create-account
- Choose a username (No email required! Privacy FTW!)
- Choose a password
Your new account will start with a default website and prompt you to copy the CDN snippet into the <head> element of your website.
index.html
<script
src="https://cdn.99.dev/@4.0.0/analytics.js"
data-site-uuid="<your-site-id>"
integrity="sha384-MpCtPuXR/yYvbSOfgDhDwXLRfvcCtqV/oRzzRN9sKKEjgO0qs06rhw36xnRwWFlc"
crossorigin="anonymous"
async
></script>THAT’S IT!
You can now use up to $5 of services without ever paying if you choose not to.
For advanced installation option, read more here.
Add All of Your Websites
99dev supports up to 99 websites per user account. Start by renaming your default website and adding any additional websites you’d like to track.
Each site will receive a unique ID to include in the snippet.
Payment Setup
Once you’re ready, configure a payment method and add funds or configure auto-payment to ensure your able to record traffic long term.
Fund Wallet
- Go to the App’s Profile page - https://app.99.dev/#/profile
- Click the Add Wallet Funds button near the top.
- Select the amount to add to your Wallet.
- Make a one-time payment via Stripe.
99dev will automatically spend these funds as you record traffic. No monthly commitments. Read more on our Pricing page.
Auto-pay
- Go to the App’s Profile page - https://app.99.dev/#/profile
- Click the Configure Auto Payment button near the top.
- Enter the amount to automatically charge.
*The default amount is $1 but you can increase this to reduce the number of charges and processing fees. - Select one of your saved payment methods or click Add Payment Method to add one.
99dev will automatically add funds to your wallet once your balance reaches zero and you record your next visit. Read more on our Pricing page.