-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having both overall and per site statistics #741
Comments
The first site you create during signup is no different than any other site you create later. There's a bit of stuff going on in the background with database IDs, but that should be transparent (e.g. you can create an account, create a new site, then delete the first site, and all the IDs will get moved to the second site, making all of this "transparent" from a UI perspective). There isn't really any way to see multiple sites in one dashboard right now. What's your use case for this?
That should work, so don't know why it doesn't. If you tell your site I can take a look. |
I don't quite understand this. Maybe I should experiment a bit with it.
Thank you, that's very generous! I'll send it to you per email. I prefer it over pasting the link here. |
It's just there is no special "main site"; every site is treated equally, including the one created during signup. That's the short of it. I'll reply to your other issue over email. |
I have experimented a bit more with it.
As said in my original message, the idea would be to achieve the following:
It is not essential, but I have been curious to try it out once more. Using
to my
|
You need to use |
Thank you, it works! |
Note
This is a very general question. I formulate it here in the spirit of
I have created two personal pages using Quarto, and I am hosting them on GitLab Pages. Let's call them SiteA and SiteB. I am trying GoatCounter as a service. I am not hosting it for now. I read
and so I created two GoatCounter sites (codes),
SiteA
andSiteB
, one for each site. I thought of using my main site (username
, the site code associated to my user login) to also have the statistics of SiteA and SiteB together. In summary, my plan would be tousername
andSiteA
username
andSiteB
with the expectation of having
username
: with statistics of SiteA and SiteB togetherSiteA
: with statistics of SiteA onlySiteB
: with statistics of SiteB onlyLet's focus on SiteA. I added the following script to my Quarto
index.md
which translates into the following lines in
index.html
With this, the dashboard for
username
works well, but the dashboard forSiteA
doesn't receive any data.Questions
The text was updated successfully, but these errors were encountered: