Forums » Developers



API - retrieving list of specific URLs on which a goal was triggered

Trying to figure out how to do this... I have a certain goal that gets triggered manually by a specific group of pages on my site. What's the syntax for using the API to get a list of the actual URLs on which this goal was triggered? Unfortunately it's not as simple as just a specific directory of my site.

Thanks!

Posted Mon Sep 12 2011 1:09p by joebn***


Anyone? Bueller?

Posted Fri Sep 16 2011 5:54p by joebn***


You would have to do multiple queries to get this. First do a type=visitors-list&goal=goal+name to get a list of session IDs that completed this. Then you'd have to do type=actions-list&session_id=XXX to get the list of pages they viewed. Although that won't tell you specifically what page the goal actually occurred on now that I think about it, but it will give you all of the pages that person viewed.

Posted Wed Sep 21 2011 12p by Your Friendly Clicky Admin


Thanks!

Posted Thu Sep 22 2011 7:35a by joebn***


You must be logged in to your account to post!