Scripts not activating after Accept - Basic Lifetime plan

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:

  1. Added GA4 and Clarity as regular scripts in Custom Code head
    → Manager detected them in Analytics category
    → Scripts were blocked before consent :white_check_mark:
    → But after clicking Accept they still didn’t load :cross_mark:

  2. 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 :cross_mark:

Current state:

  • Only Consent Pro script is in Custom Code head
  • GA4 and Clarity are NOT on the site right now
  • Banner shows and works visually
  • Banner status: Active, Region: Global

Site URL: https://www.metaproject.pro

Question: What is the correct way to add GA4 and Clarity
so they are blocked before consent and activated after Accept
on Basic Lifetime plan?

Hey @login1!

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? :folded_hands: The app provides this script tag when you complete setup in the dashboard.

Here’s the full checklist to verify:

  1. The Consent Pro script is at the very top of your site-wide Custom Code head (not page-level)
  2. You’ve scanned your site in the dashboard and your trackers are categorized
  3. You’ve reviewed the Actions tab and addressed all required items
  4. The dashboard shows “You are all set”
  5. 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 :flexed_biceps: