I need to to set up goal in Google Analytic:-
Step 1: /PaymentAddress?prodID=171364
Step 2: /order-step3.php?prodID=171364
Step 3: /thank-you-page.php
Please suggest me how can i set up goal for these dynamic page urls.
I need to to set up goal in Google Analytic:-
Step 1: /PaymentAddress?prodID=171364
Step 2: /order-step3.php?prodID=171364
Step 3: /thank-you-page.php
Please suggest me how can i set up goal for these dynamic page urls.
You need to qualify the dynamic portions of the URLs:
Step 1: ^/PaymentAddress\?prodID=.*
Step 2: ^/order-step3.php\?prodID=.*
Step 3: ^/thank-you-page.php