Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Changed GA4 measurement ID to G-5GGV1QPJD4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Feb 8, 2024
1 parent 49dd048 commit ca5a369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partials/ga.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(function () {
const ga = document.createElement("script");
ga.async = true;
ga.src = "https://www.googletagmanager.com/gtag/js?id=G-70MEKX9MZC";
ga.src = "https://www.googletagmanager.com/gtag/js?id=G-5GGV1QPJD4";
const s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ga, s);
})();
Expand All @@ -19,7 +19,7 @@
};
gtag("js", new Date());
gtag("config", "G-69TD0KNT0F"); // Statewide GA4 measurement ID
// gtag("config", "G-70MEKX9MZC"); // innovation.ca.gov ID
gtag("config", "G-5GGV1QPJD4"); // alpha.ca.gov ID (changed on 2024-02-08)
function ga_send_event(category,action,label) {
var event_params = {'sent_to':'custom_events','label':label};
var event_name = action;
Expand Down

0 comments on commit ca5a369

Please sign in to comment.