Data-allow-params and data-non-unique-hostnames not working in Free plan?

Hi there,

Does anyone in the Free plan has tried to include any of those settings in the script?

  • data-allow-params
  • data-non-unique-hostnames

This is how my script looks like right know:

<script async defer data-allow-params="s" data-non-unique-hostnames="buy.stripe.com" src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>

Neither of the two settings seem to be working, param “s” is not being capture and “buy.stripe.com” keeps appearing as a source for new visitors.

I’m not sure if this is a bug or a wrong implementation from my side or maybe a limitation of the Free plan.

Any help would be much appreciated :pray:t2:

Marc.

With your code …

… it will store the s parameter in your metadata. Metadata is not available on the free plan, which makes this feature not really useful to you.

This seems odd, it should make pageviews from buy.stripe.com non-unique. Does this also show as unique for the period after you made the change?

Thanks a lot for the clarification on the data-allow-param setting, @adriaan!

Regarding the data-non-unique-hostnames setting, you are right, buy.stripe.com still appears as a referral but with 0 visitors associated to it. So, the setting is working as intended.

Glad to hear that. Enjoy the product!