Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let customers allow certain URL params #569

Open
8 tasks
adriaanvanrossum opened this issue Apr 20, 2021 · 1 comment
Open
8 tasks

Let customers allow certain URL params #569

adriaanvanrossum opened this issue Apr 20, 2021 · 1 comment
Labels
customer request Tasks created by customers via our website

Comments

@adriaanvanrossum
Copy link
Contributor

Sometimes URL params are crucial to a business. For example a product_id (/product?product_id=1337) on a product page. We don't record any query params at the moment, but let's add a feature where customers can allow certain URL params.

<script data-allow-params="product_id,slug,active" src="https://scripts.simpleanalyticscdn.com/latest.js" />

With the above embed code we should do this:

Visited URL Saved URL
https://example.com/product?product_id=1337&utm_source=company-x&data=show https://example.com/product?product_id=1337&utm_source=company-x
https://example.com/product?user_id=9148&product_id=1337&ref=company-x https://example.com/product?product_id=1337&ref=company-x

Tasks

  • Allow custom URL params in embed script
  • Allow custom URL params in queue app
  • Store custom URL params in a params object in Elasticsearch
  • Show custom URL params in our dashboard (in the "Referrals" drop down menu)
  • Allow search by custom URL params in our dashboard
  • Allow to download custom URL params from our page view API
  • Show custom URL params in our Stats API
  • Allow search on custom URL params in our Stats API
@adriaanvanrossum adriaanvanrossum added the customer request Tasks created by customers via our website label Apr 20, 2021
@adriaanvanrossum adriaanvanrossum added this to Features & bugs in Public roadmap via automation Apr 20, 2021
@AdamXweb
Copy link

This is a good feature. Are UTM parameters currently being saved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer request Tasks created by customers via our website
Projects
Public roadmap
  
Features & bugs
Development

No branches or pull requests

2 participants