@wpmark For querying. It’s also easier to manage content in different sections.
@teddyrised What time is sunrise there? It felt so late at 8:30am in France when I was just there.
We’re hiring a web developer to work on data-driven editorial features as part of the digital team @pewresearch. If you’ve got JavaScript/React/WordPress chops and are interested in joining a great team in Washington DC, please give this a look pewresearch.org/web-developer
And then there is Google Analytics 4 which is a huge mess and completely different. I guess I understand why “ignorance is bliss” now.
Of course this is a nightmare if you’re just googling “Google Analytics event tracking” and both ga() and gtag() are available functions but if you use the wrong one the event data never gets sent. It just fails silently.
Check the network tab of your browser’s dev console to see if event requests are being sent to google-analytics.com
Here is a reference for decoding the parameters developers.google.com/analytics/…
If your Google Analytics looks like
google-analytics.com/analytics.j… then see developers.google.com/analytics/…
Make calls via ga()
If your Google Analytics looks like
googletagmanager.com/gtag/js?id=… then see developers.google.com/analytics/…
Make calls via gtag()
Google Analytics event tracking is so confusing since different tracking code requires slightly different formats. This is really hard to know if you’re just googling around using generic terms.
Uber sent me a code via text and the message ended with “Never share this code” so I’m a little hesitant to enter it into the website.
My 2021 Year in Music according to @ListenBrainz
listenbrainz.org/user/kingkool68…
This chart is pretty neat
How to avoid getting rejected to any job interview:
Start your own company and work for yourself.
@bgardner I too am a super nervous flyer. I found it was because I was sensitive to the movements of the plane. I watch the flight map data to better align those bumpy moments with what is actually happening with the plane.
@aaronjorbin I saw your head on the live stream!
🎉 We’re hiring! 🎉 Join the awesome crew at TinyBit as our first UX Engineer (frontend engineer + UX): tinybit.com/jobs/ux-engineer/
Some perks include…
1/n
15 years on this bird site
#MyTwitterAnniversary
@dbchhbr Get on a plane and head away from the rain.
I just learned that you can run:
brew bundle dump
Which will dump a Brewfile with all of your installed programs and then you can move that to a new computer and run
brew bundle install
To reinstall them.
I read a blog post on how to make a web3 blog and it sounds like absolute hell.
– The data is stored on the blockchain, so you can’t edit any of your content
– The business logic is stored on the blockchain as smart contracts, so you can’t edit it either