Hi, I have Basic Lifetime plan activated on metaproject.pro.
The problem: I cannot get GA4 and Clarity to activate after
user clicks Accept.
What I tried:
Added GA4 and Clarity as regular scripts in Custom Code head
→ Manager detected them in Analytics category
→ Scripts were blocked before consent
→ But after clicking Accept they still didn’t load
Added GA4 and Clarity with type=“text/plain” and
data-cmp-category=“Analytics”
→ Manager couldn’t detect them at all
→ After Accept still nothing loaded
The reason nothing is firing after Accept is likely a combination of two things — and once fixed, you won’t need to manually touch your script types at all.
In v2, scripts are blocked automatically. You don’t need to change type="text/plain" or add data-cmp-category to your GA4 or Clarity scripts. Those manual changes can actually interfere with how v2 handles things, so go ahead and revert your GA4 and Clarity scripts back to their original form.
What you do need is the Consent Pro loader script placed at the very top of your site-wide Custom Code <head> section. Looking at your page, I’m not seeing it there — could you double-check that it’s the first script in that section? The app provides this script tag when you complete setup in the dashboard.
Here’s the full checklist to verify:
The Consent Pro script is at the very top of your site-wide Custom Code head (not page-level)
You’ve scanned your site in the dashboard and your trackers are categorized
You’ve reviewed the Actions tab and addressed all required items
The dashboard shows “You are all set”
GA4 and Clarity are added as normal scripts in your Custom Code head — no type="text/plain", no data-cmp-category
Once all of that is in place, Consent Pro will automatically detect your scripts, block them before consent, and activate them when the user clicks Accept.
One more thing — make sure your domain metaproject.pro is linked to your Basic Lifetime plan in the Finsweet dashboard. The license needs to be configured for your custom domain for everything to work correctly on the live site.
If everything looks right but GA4 still isn’t firing after Accept, share a read-only link to your Webflow project and we’ll dig deeper