Have been setting up Google Analytics to track the checkout process in V8 and reading the posts explaining the process.
It all looks good except for the names of the checkout pages:-
These don't appear to be there! The catalog was upgraded from version 7 and the checkout pages seem to be
(at least they are uploaded and used as the templates for the individual pages). They don't show as the page names in the browser address but the calling script eg os000001.cgi (see above) and if the file names are used in the goal funnel nothing is reported.
However, if google analytics script is added to order0?.html files and the script names, as above, are entered in goal, data is collected. Concerned that it might not be working properly using script files.
Is there a way to change or update the proper file names and use them?
It all looks good except for the names of the checkout pages:-
Step1 url: /Checkout Page 0.html = Select Invoice location
Step2 url: /Checkout Page 1.html = Invoice Address
Step3 url: /Checkout Page 2.html = Select Payment Method
Step4 url: /PSP Bounce Page.html = go to PSP
Step2 url: /Checkout Page 1.html = Invoice Address
Step3 url: /Checkout Page 2.html = Select Payment Method
Step4 url: /PSP Bounce Page.html = go to PSP
These don't appear to be there! The catalog was upgraded from version 7 and the checkout pages seem to be
order00.html (/cgi-bin/os000001.cgi?ACTION=)
order01.html (/cgi-bin/os000001.cgi)
order02.html (/cgi-bin/os000001.cgi)
order03.html(/cgi-bin/os000001.cgi)
order04.html /cgi-bin/os000001.cgi?RANDOM=
order01.html (/cgi-bin/os000001.cgi)
order02.html (/cgi-bin/os000001.cgi)
order03.html(/cgi-bin/os000001.cgi)
order04.html /cgi-bin/os000001.cgi?RANDOM=
(at least they are uploaded and used as the templates for the individual pages). They don't show as the page names in the browser address but the calling script eg os000001.cgi (see above) and if the file names are used in the goal funnel nothing is reported.
However, if google analytics script is added to order0?.html files and the script names, as above, are entered in goal, data is collected. Concerned that it might not be working properly using script files.
Is there a way to change or update the proper file names and use them?
Comment