Description -
I want to create a web hook from a given page to an Adobe Analytics dashboard triggered from a browser's Console entry. Basically, an entry that would be something like 'See this web page's traffic volumes here: https://experience.adobe.com/#/@mycompany/so:somecode/analytics/spa/#/workspace/edit/aaaaaaabbbbbbbb...' We would define a dashboard with a Segment of a dimension 'page url'. I would need that segment to - instead of having a statically defined value - read the value from the PAGE_URL query string. The dimensions and metrics would prefill based on the segments filter value, making it evergreen for any page that a user loads it from. The segment filter currently only accepts static values and what i'm asking for seems pretty unique.
The url concept could also be usable to generate bulk reporting emails by tokenizing the assembly of a static value (the Workspace destination) with a dynamic token (the URL).
Why is this feature important to you -
Automation at scale with a lower lift than using the API to automate the static (re)definition of trivial data points.
How would you like the feature to work -
Current Behavior -
Segment builder takes statically defined text only. I'd have to rebuild the Workspace for every URL I own.