Skip to content
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

ga-beacon.appspot.com is down #81

Open
bgobena opened this issue Sep 14, 2021 · 9 comments
Open

ga-beacon.appspot.com is down #81

bgobena opened this issue Sep 14, 2021 · 9 comments

Comments

@bgobena
Copy link

bgobena commented Sep 14, 2021

ga-beacon.appspot.com is down and shows the following error:

Error: Server Error
The server encountered an error and could not complete your request.
Please try again in 30 seconds.

Our Google Analytics stopped recording the page view starting August 18, meaning ga-beacon.appspot.com was down since then.

The following is placed in our read me file:

[![Analytics](https://ga-beacon.appspot.com/UA-XXX-1/Project/Repo/readme?pixel&useReferer)](https://github.com/igrigorik/ga-beacon)

@stephen1874
Copy link

It seems that there wa no data after August 13.

@drom
Copy link

drom commented Oct 3, 2021

Is it permanently down?

@tonyqus
Copy link

tonyqus commented Oct 30, 2021

any update on this?

marclaporte referenced this issue in manticoresoftware/manticoresearch Dec 8, 2021
@yceballost
Copy link

again

@tonyqus
Copy link

tonyqus commented May 5, 2022

again or has been down for a long time?

@yceballost
Copy link

i was using it a month ago and was working some time :/

@doverradio
Copy link

Did you all have this up and running on your own hosted Google Cloud app? I just started this process and the next day saw all your guys' posts talking about it's down. :/

What is everyone doing then for tracking analytics on ebay items and email?

PLEASE SHARE HERE!

@doverradio
Copy link

I believe this is possibly due to a deprecated import in the ga-beacon.go file at line 17:

"google.golang.org/appengine/delay"

I created a stackoverflow issue about it here: https://stackoverflow.com/questions/72262420/could-not-import-google-golang-org-appengine-delay

I'll chime in with a solution if I get it. I think if that import gets straightened out, this will work again.

@doverradio
Copy link

Guys, I got this to work just now. Woot!

And, I did it without having to use their ga-beacon.appspot.com.

Here's what I did (in a nutshell)...

  1. Knowing nothing about go language, I had to follow the quickstart guide here first to see how to deploy an app to google: https://cloud.google.com/appengine/docs/standard/go/create-app
  2. Then, I cloned the ga-beacon repo into my Windows PC.
  3. Then I got stuck with the issue mentioned in my prior post: "google.golang.org/appengine/delay" but I solved that with gcloud components install app-engine-go
  4. After, I got the app to deploy to google cloud by running gcloud app deploy
  5. Finally, was able to get a pixel into two of my ebay listings and presto, I saw views hitting my listings within 5 minutes!

Don't believe that this doesn't work. IT DOES!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants