How does one setup a passthrough filter for website urls?
For example, perhaps I only want to have urls from a website that contain the word 'pending' in the url:
// this would pass through because it contains the word 'pending' in the url:
http://www.goo.com/pending.aspx?ur=3560
// this would not pass through because it does not contain the word 'pending' in the url:
http://www.goo.com/complete.aspx?ur=3560
Thank you,
Tom
Best regards,
Oleg Chernavin
MP Staff