Multiple parameters in a url
Can I add multiple parameters to track in a url like - https://www.pendo.io/features/*parameter1*//*parameter2*/
I dont want to use wild card (*) since it simply ignores and not captures the data.
2
Can I add multiple parameters to track in a url like - https://www.pendo.io/features/*parameter1*//*parameter2*/
I dont want to use wild card (*) since it simply ignores and not captures the data.
Comments
Unfortunately, not. You can only capture one page parameter.
@... Is this still not possible?
To my knowledge, no.
Still not possible? How about capturing two as one?
Let's say I have URL constructed like that - https://pendo.com/**/123456?id=123456abc&source=ABC&campaign=XYZ
and I want to have a table (maybe Top parameters section?) to look like this:
ABC XYZ - no. of views
ABC YZX - no. of views
ABC ZXY - no. of views
BCA XYZ - no. of views
CAB YZX - no. of views
etc.
While I understand we cannot capture more than one parameter per page, I wonder if it's possible to treat a bigger string including & as one parameter
Please sign in to leave a comment.