Hello, I'm using the following code in a sidebar widget:
</P>Today:
< Unique Visits: %visits%
Page Views: %pagestoday%</p>
Total Since %since%:
Total Unique Visits: %totalvisits%
Total Page Views: %thistotalpages%</p>
Visitors Online Now: %visitorsonline%</p>
I have the following questions:
1) I write a blog that's very international, many times zones. When my time zone changes, many of my viewers in the later time zones see low data results because the day's data is reset when my time zone hits midnight. Can you add a %variable% to display today's date (similar to how you show %since%)? e.g.
Today %today%:
2) As you can see, I use %visits% and %pagestoday%. However instead of %visits% which apparently only counts a user once per day, I'd like to present all visits that day including repeat visitors. Can you add a display variable for that?
Thank you to anyone that can help.