Avil,
You should be able to go to pages that you have specified in your load rule and use an inspector tool like HTTPFox, Fiddler, Charles or even a browser developer tools to see the server calls.
In one of the above inspector tool you can do a search for "pointroll" and it will bring up the PointRoll server calls that were made. Then when you click on those the data should be in the query parameter or query string section.
Thanks