SOLVED

Visited Web Page Contains URL Parameter

Go to solution
Luke_Wotton
Level 4

Visited Web Page Contains URL Parameter

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Frank_Breen2
Level 10

Re: Visited Web Page Contains URL Parameter

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

Screen Shot 2016-02-10 at 11.48.23.png

Flow

Screen Shot 2016-02-10 at 11.49.03.png

Trigger 2

Smart List

Screen Shot 2016-02-10 at 11.51.26.png

Flow

Screen Shot 2016-02-10 at 11.51.40.png

This allows Marketo to listen out for that querystring then change the status once someone clicks it.

View solution in original post

10 REPLIES 10
Frank_Breen2
Level 10

Re: Visited Web Page Contains URL Parameter

You can do this by adding the Querystring Constraint:

Screen Shot 2016-02-10 at 11.26.44.png

Luke_Wotton
Level 4

Re: Visited Web Page Contains URL Parameter

Hello, yes, you can do this inside a filter on the smart list, but what about inside a choice step on a flow action?

Frank_Breen2
Level 10

Re: Visited Web Page Contains URL Parameter

This is how it looks in my trigger campaign:

Screen Shot 2016-02-10 at 11.34.37.png

It's not usually a flow action. What are you trying to do?

Luke_Wotton
Level 4

Re: Visited Web Page Contains URL Parameter

Something like so -

pastedImage_0.png

Frank_Breen2
Level 10

Re: Visited Web Page Contains URL Parameter

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

Screen Shot 2016-02-10 at 11.48.23.png

Flow

Screen Shot 2016-02-10 at 11.49.03.png

Trigger 2

Smart List

Screen Shot 2016-02-10 at 11.51.26.png

Flow

Screen Shot 2016-02-10 at 11.51.40.png

This allows Marketo to listen out for that querystring then change the status once someone clicks it.

Frank_Breen2
Level 10

Re: Visited Web Page Contains URL Parameter

For Querystring you may want to change it to contains instead of is.

Luke_Wotton
Level 4

Re: Visited Web Page Contains URL Parameter

Are you sure you can't do this in the flow? Surely the URL marketo see's include the parameter.

Frank_Breen2
Level 10

Re: Visited Web Page Contains URL 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:

url.png

So the solution I suggested is how you extract people using the url parameter.

Luke_Wotton
Level 4

Re: Visited Web Page Contains URL Parameter

I'd be interested to see what someone from Marketo would say.