Add a value to every pixel event

This commit is contained in:
Jordan Eldredge 2021-01-01 23:18:12 -08:00
parent 1486710410
commit 0ffb6f3f64

View file

@ -412,7 +412,7 @@ const loggingEpic = (actions, state) =>
case "REQUESTED_RANDOM_SKIN":
case "MARK_NSFW":
case "INVALID_ARCHIVE":
window.fbq("track", action.type);
window.fbq("track", action.type, { value: 1 });
window.ga("send", "event", "redux", action.type);
break;
default: {