raw data url column
|
12-16-2009, 03:09 AM
Post: #1
|
|||
|
|||
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. |
|||
12-16-2009, 03:40 AM
Post: #2
|
|||
|
|||
RE: raw data url column
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 |
|||
12-16-2009, 07:20 PM
Post: #3
|
|||
|
|||
RE: raw data url column
(12-16-2009 03:40 AM)pmeenan Wrote: 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?Yes, i've a script with 2 commands "navigate" this is my test : step 1 : url : http://www.rueducommerce.com/home/index.htm 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 : 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 url values are alwas : http://www.rueducommerce.fr/m/pl/malid:85209,9335409 for each steps. but others values changes. thanks. |
|||
12-17-2009, 06:23 AM
Post: #4
|
|||
|
|||
RE: raw data url column
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 :-)
|
|||
12-17-2009, 06:24 AM
Post: #5
|
|||
|
|||
RE: raw data url column
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 |
|||
12-18-2009, 07:12 PM
Post: #6
|
|||
|
|||
RE: raw data url column
Ok i will try to use "_stepN" thanks.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)