ga-beacon icon indicating copy to clipboard operation
ga-beacon copied to clipboard

ga-beacon.appspot.com is down

Open bgobena opened this issue 3 years ago • 9 comments

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)

bgobena avatar Sep 14 '21 09:09 bgobena

It seems that there wa no data after August 13.

stephen1874 avatar Sep 23 '21 16:09 stephen1874

Is it permanently down?

drom avatar Oct 03 '21 16:10 drom

any update on this?

tonyqus avatar Oct 30 '21 00:10 tonyqus

again

yceballost avatar May 05 '22 17:05 yceballost

again or has been down for a long time?

tonyqus avatar May 05 '22 23:05 tonyqus

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

yceballost avatar May 06 '22 07:05 yceballost

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 avatar May 16 '22 14:05 doverradio

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 avatar May 16 '22 16:05 doverradio

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!

doverradio avatar May 16 '22 17:05 doverradio