Ever wondered which marketing channel is actually bringing you new leads? With Lawbrokr’s Source Attribution Tracking, you don’t have to guess anymore.
Now, when someone clicks through to your Lawbrokr experience, whether from a Google search, TikTok, or your firm’s LinkedIn bio, you’ll see exactly where they came from inside your Lawbrokr dashboard. This is a game-changer for law firms looking to double down on what works and ditch what doesn’t.
How to Set Up Source Tracking on Your Website
To activate this feature, all you need to do is add a short code snippet to the <head> section of every page on your website where Lawbrokr links or widgets live.
The Code Snippet
Simply copy and paste the following into the <head> of your website:
<script src="//js.honeybadger.io/v6.11/honeybadger.min.js" type="text/javascript"></script>
<script type="text/javascript">
Honeybadger.configure({
apiKey: "hbp_q6OFJMdDBVImvH7Ybu2Kkpm5i2J2Hq2DaT9S",
environment: "production",
enableUncaught: false,
enableUnhandledRejection: false
});
Honeybadger.beforeNotify(function(notice) {
if (/UnhandledPromiseRejectionWarning/.test(notice.message)) { return false; }
});
</script>
<script src="//cdn.lawbrokr.com/js/latest/lawbrokr.min.js" type="text/javascript"></script>
<script>
Lawbrokr.init({
domain: "lawbrokr.com"
});
</script>
*This script only affects Lawbrokr links. Everything else on your page remains untouched.
Tips for Implementation
- Use a Website Builder?
If you're on Webflow, Wix, Squarespace, or WordPress, look for the "Site Header" or "Global Code Injection" section in your settings to paste this in.
- Use Google Tag Manager?
You can add this as a Custom HTML tag to your GTM container and fire it on all pages.
- Have a Dev Team?
Forward this blog and the script to them, they’ll know where to put it.
What Will Be Tracked?
Once installed, Lawbrokr will automatically attribute leads from the following channels:
- Organic Search (e.g., Google, Bing)
- Google Ads / Google My Business
- Avvo
- TikTok
- Twitter (X)
- YouTube
- Linktree
- Direct from your website
Need Help?
If you’re unsure where to place the code or want us to take a look, reach out to support@lawbrokr.com, we’ve got your back.