mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Add a value to every pixel event
This commit is contained in:
parent
1486710410
commit
0ffb6f3f64
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue