Skip to content

Commit

Permalink
#4228 changes to resource download meta data for MP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-m-g committed Jun 20, 2016
1 parent 3252ffa commit 3c2b3cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ $(function setUpSearchTracking() {
ga('send', 'event', 'dataset', 'resource-download', dTitle);

mixpanel.track("resource download", {
"event source": "interface",
"event source": "web",
"resource name": rTitle,
"resource id": rId,
"dataset name": dTitle,
"dataset name": analyticsInfo.datasetName,
"dataset id": analyticsInfo.datasetId,
"page title": analyticsInfo.pageTitle,
"org name": analyticsInfo.organizationName,
Expand Down

0 comments on commit 3c2b3cc

Please sign in to comment.