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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -