google analytics - Unable to track page in fake folder -


i have urls mywebsite.com/something/something cannot track.

what can track e.g. www.mywebsite.com/faq

what cannot track e.g. www.mywebsite.com/myaccount/mycampaigns

there no such folder myaccount, made .htaccess:

rewriterule    ^faq/?$    faq.php    [nc,l] rewriterule    ^myaccount/mycampaigns/?$    mycampaigns.php    [nc,l] 

how track whether user got page?

enter image description here

i forgot add tracking code page. thought added pages , still, missed one. amateur am.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -