You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
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.
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.With the above embed code we should do this:
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
The text was updated successfully, but these errors were encountered: