HTML
Learn how to integrate the Cryptiques script directly into your website's HTML code. These instructions are suitable for developers of all levels.
Walkthrough:
Open the HTML file(s) where you want to add the tracking script (e.g., index.html, or layout templates).
Find a suitable place to insert the script, typically within the
<head>
tag or just before the closing</body>
tag. The<head>
tag is generally recommended for analytics scripts.Paste the Cryptiques script you copied from the platform into the chosen location in your HTML file.
Save the changes to your HTML file(s).
Upload the updated file(s) to your web server.
Code Snippet:
(Remember to replace YOUR_SITE_ID
with the actual Site ID provided by Cryptiques)
Checking Script Status:
Log In & Navigate: After deploying your website with the integrated Cryptiques script, log back into your Cryptiques account at
app.cryptique.io/login
(replace with actual URL).Access Off-Chain Analytics: Click on "Off-Chain Analytics" in the left-hand navigation bar to go to the dashboard.
Select Your Website: Find the website selection dropdown menu at the top of the dashboard and choose the specific website you just integrated.
Verify Installation: A pop-up or status indicator related to your selected website should appear, containing a "Verify Installation" button. Click this button.
Success: If the integration was successful, the platform will confirm the connection, and you should start seeing website data flowing into your Cryptiques dashboards shortly.
Error: If there's an issue with the integration, an error message will be displayed, prompting you to double-check the script placement and configuration. If problems persist, contact Cryptiques support.
Last updated