Tracking multiple pages in Goal

I currently have a requirement, I want to find out how many users have converted from page X to page Y
For instance, I want to check, how many users landed from facebook.com to piwik.com, is it possible to do it via goals?

My current understanding of goals is that you can define how many users visited the url defined in the goal.

So, is it possible to do it via goals? If yes, then how? Or is there some other component in piwik, that achieves the same functionality.

Hi there,
I am not 100% sure but I think it is possible. I see how we could easily do it with a TMS so I guess with custom javascript we could write something like if the referrer equal facebook then manually trigger a goal, do you have any knowledge in JavaScript?

1 Like

Well that could be possible, or place in events to track number of hits from X to Y