gmaister22
Active member
I have added by Google Analytics Property ID at Statistic at the admin panel but i still get
Status: Tracking Not Installed
after 3 days.. any ideas?
Status: Tracking Not Installed
after 3 days.. any ideas?
Some Google help pages on it:
https://support.google.com/analytics/answer/1008080
https://support.google.com/analytics/answer/1008083
www.razeflux.com
I'm not blocking google, google analytics was working few days ago on my IPB...the server is the same, haven't change it..Make sure you're not blocking Google in .htaccess, IP tables or the ACP IP ban page.
# Mod_security can interfere with uploading of content such as attachments. If you
# cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
#</IfModule>
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^razeflux\.com$
RewriteRule ^/?$ "http\:\/\/www\.razeflux\.com\/" [R=301,L]
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
# This line may be needed to enable WebDAV editing with PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# IPS Rewrite Rules
RewriteCond %{REQUEST_URI} /(topic|forum|user)/ [OR]
RewriteCond %{QUERY_STRING} (^|&)show(topic|forum|user)= [OR]
RewriteCond %{QUERY_STRING} ^/(topic|forum|user)/ [OR]
RewriteCond %{PATH_INFO} ^/(topic|forum|user)/
RewriteRule ^.*$ ips2xf.php [NC,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml) - [NC,L]
RewriteRule (robots\.txt)$ robots.php [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
Nope, didn't ask me for something like thatDoes Analytics require a verification file in the domain root, as Webmaster Tools does?
Neither does your comment.That doesn't appear to help determine what the issue is.
The last time I setup Analytics to a new site, I did have to confirm ownership by updating a file.Does Analytics require a verification file in the domain root, as Webmaster Tools does?
I admit, the last time I did one was sometime ago.... Things change.I have set up a new site today and it did not require verification.
Yeah I thought I might have had to verify once too... but no, it was all instant for me.
I admit, the last time I did one was sometime ago.... Things change.
(Wonder if its safe to delete it now)
I do however have a Webmaster Tools verification file.
We use essential cookies to make this site work, and optional cookies to enhance your experience.