raw data url column

Hello,
I’ve used the page_data.csv with a test with 2 navigate.
But it seems that url’s columns have always the same value even if other values change. Is it a bug ? It’s helps me a lot for computings results.

thanks.

Can you shoot me a sample test results url? What do you mean by “2 navigate”? Do you have a script with multiple navigation steps?

Thanks,

-Pat

Yes, i’ve a script with 2 commands “navigate”
this is my test :
step 1 : url : Rue du Commerce | L'expertise Informatique, Gaming & High Tech
step 2, 3,4 :default values
step 4 : tab script :
navigate http://www.rueducommerce.fr/m/pl/malid:85209,9335409
navigate http://www.rueducommerce.fr/m/ps/mpid:MP-6F6D4M1096172

page_data.csv :

[size=xx-small][align=justify]Date Time Event Name URL Load Time (ms)
12/15/2009 16:54:08 Cleared Cache-Run_1^091215_9b0577d68e88a9617e49540a6f3875cc.pts_Step1 http://www.rueducommerce.fr/m/pl/malid:85209,9335409 11986
12/15/2009 16:54:26 Cleared Cache-Run_1^091215_9b0577d68e88a9617e49540a6f3875cc.pts_Step2 http://www.rueducommerce.fr/m/pl/malid:85209,9335409 4027
12/15/2009 16:54:38 Cached-Run_1^091215_9b0577d68e88a9617e49540a6f3875cc.pts_Step1 http://www.rueducommerce.fr/m/pl/malid:85209,9335409 12337
12/15/2009 16:54:54 Cached-Run_1^091215_9b0577d68e88a9617e49540a6f3875cc.pts_Step2 http://www.rueducommerce.fr/m/pl/malid:85209,9335409 2135[/align][/size]

url values are alwas : http://www.rueducommerce.fr/m/pl/malid:85209,9335409 for each steps.
but others values changes.
thanks.

Your best bet would be to use the _Step1 and _Step2 at the end of the event names to distinguish the steps. The hosted version doesn’t deal well with multi-step scripts yet so you’re well into uncharted territory :slight_smile:

btw, if you really only want the results for the second step then that is easy - the script would look like:

logData 0
navigate http://www.rueducommerce.fr/m/pl/malid:85209,9335409
logData 1
navigate http://www.rueducommerce.fr/m/ps/mpid:MP-6F6D4M1096172

Thanks,

-Pat

Ok i will try to use “_stepN” thanks.