Skip to content

Commit

Permalink
feat(FEC-8036): google analytics (#114)
Browse files Browse the repository at this point in the history
Configure googleAnalytics with kaltura parameters
  • Loading branch information
yairans authored and Dan Ziv committed Apr 25, 2018
1 parent b58b637 commit f0100b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/plugins/plugins-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"uiConfId": "{{uiConfId}}",
"partnerId": "{{partnerId}}"
},
"googleAnalytics": {
"entryId": "{{entryId}}",
"entryName": "{{entryName}}",
"uiConfId": "{{uiConfId}}",
"partnerId": "{{partnerId}}"
},
"ottAnalytics": {
"entryId": "{{entryId}}",
"ks": "{{ks}}",
Expand Down

0 comments on commit f0100b5

Please sign in to comment.