Wordpress
Follow these steps to add the Cryptiques analytics script to your WordPress website, regardless of your technical expertise.
Walkthrough:
Log in to your WordPress Admin Dashboard.
Navigate to Appearance -> Theme File Editor (or Theme Editor in older versions). Note: Be cautious when editing theme files directly. Alternatively, use a plugin designed for inserting header/footer scripts (like "Insert Headers and Footers").
If editing theme files:
Select the theme file where you want to add the script. The
header.php
file is usually the best choice, placing the script within the<head>
section.Click the file name (e.g.,
header.php
) to open it in the editor.
Find the appropriate location within the file (ideally just before the closing
</head>
tag).Paste the Cryptique's script snippet you copied from the platform into the editor.
Click Update File to save your changes.
Using a Plugin (Recommended for non-developers):
Install and activate a plugin like "Insert Headers and Footers".
Go to Settings -> Insert Headers and Footers.
Paste the Cryptique's script snippet into the "Scripts in Header" box.
Click Save.
Code Snippet (for reference):
(Remember to replace YOUR_SITE_ID
with your actual Site ID)
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