- Help Center
- Dashboards
- Customization
-
Getting Started
-
Integrations
- Adform
- Ahrefs
- Bing Ads
- Brightcove
- CallRail
- Campaign Monitor
- Clickmeter
- Comscore
- CSV
- DoubleClick Campaign Manager
- DoubleClick Search
- Facebook Ads
- Facebook Insights
- Formstack
- Ginzametrics
- Google Ads
- Google Analytics
- Google My Business
- Google Search Console
- Instagram Insights
- Instagram Ads
- Keymetric
- LinkedIn Ads
- LinkedIn Pages
- Mailchimp
- Majestic
- Marchex
- Moz
- Perfect Audience
- Searchmetrics
- SEMrush
- Webceo
- Youtube
- Google Sheets
- Shopify
- Keyword.com
-
Dashboards
-
Widgets
-
Account
How to create a bookmarklet to automatically convert a URL?
In order to see your custom URL like your clients do when consulting your dashboards, you can add a bookmarklet to convert the URL.
This is also very useful when you want to manually send emails to your clients and insert the link to your dashboard in this email.
- In Chrome or Firefox, create a bookmark in your toolbar.
- Name it the way you’d like (e.g., “Convert Report URL”)
- Add this URL as the target by replacing the XXXXXX.XXXXX part by your custom URL.
Once set up, when you’re in a dashboard, simply click on this bookmarklet to automatically convert the URL!javascript:(function(){var url=window.location.href;stringUrl=String(url);stringUrl=stringUrl.replace(/dashthis.com/, “XXXXX.XXXXX.com”);document.location=stringUrl;})()
