Hello,
Let's say you have a flow step with a choice 'Visited Web Page' - Are you able to say 'Contains' and put in a URL parameter in the choice? Does Marketo see the entire URL including the URL parameter or does it just see the URL alone?
In the activity log I can see that a lead went to a web page, but I have to go deeper to find out what the URL parameters were on that specific activity.
Solved! Go to Solution.
To do this, you can't do this in the Flow, it's best setting up 2 different Triggers, something like:
Trigger 1
Smart List
Flow
Trigger 2
Smart List
Flow
This allows Marketo to listen out for that querystring then change the status once someone clicks it.
You can do this by adding the Querystring Constraint:
Hello, yes, you can do this inside a filter on the smart list, but what about inside a choice step on a flow action?
This is how it looks in my trigger campaign:
It's not usually a flow action. What are you trying to do?
Something like so -
To do this, you can't do this in the Flow, it's best setting up 2 different Triggers, something like:
Trigger 1
Smart List
Flow
Trigger 2
Smart List
Flow
This allows Marketo to listen out for that querystring then change the status once someone clicks it.
For Querystring you may want to change it to contains instead of is.
Are you sure you can't do this in the flow? Surely the URL marketo see's include the parameter.
So I think the issue here is that Marketo is treating the url and the parameters as two different things and are not searchable in Visited Web Page part.
Marketo stores the url as follows:
So the solution I suggested is how you extract people using the url parameter.
I'd be interested to see what someone from Marketo would say.