-
Open your website in Chrome
- Navigate to the page where the heavyset.tech script should be loading.
-
Open Chrome Developer Tools
- Right-click anywhere on the webpage.
- Select Inspect to open the DevTools panel.
-
Go to the Sources tab
- Within DevTools, click the Sources tab.
- Make sure you are viewing the Page pane on the left side of the panel.
-
Locate the cdn.heavyset.tech domain
- Under Page, look for the folder labeled
cdn.heavyset.tech. - Expand that folder to see the script files being served from heavyset.tech.
- Under Page, look for the folder labeled
-
Find the Google Enhanced Conversion script
-
Look for the JavaScript file containing your parameters, for example:
google-lead-conversion.js?id=AW-1111111111&label=d11111111111111o -
For an appointment-based target conversion, you might see an additional parameter:
google-lead-conversion.js?id=AW-1111111111&label=d11111111111111o&target=appointment
-
-
Troubleshooting Tips
- If the script isn’t appearing, verify that the
<script>tag in your site’s code points to the correct heavyset.tech URL and includes any necessary parameters (id,label, andtargetif required). - Make sure no ad-blockers or script-blocking plugins are preventing the script from loading.
- If the script isn’t appearing, verify that the
Sample Script Snippet
<script
type="text/javascript"
src="https://cdn.heavyset.tech/google-lead-conversion.js?id=AW-1111111111&label=d11111111111111o">
</script>
Note: If your conversion goal involves booking an appointment, you’ll also see:
&target=appointment
For a complete step-by-step guide on installing these scripts, please refer to:
heavyset’s official guide on Google conversions (also available on our Zendesk).
Comments
0 comments
Please sign in to leave a comment.