Add services type

This commit is contained in:
Amauri CHAMPEAUX 2015-01-22 11:05:31 +01:00
parent 896e321a8a
commit 3f88331caf
1 changed files with 11 additions and 11 deletions

View File

@ -27,7 +27,7 @@ tarteaucitron.services.addthis = {
// alexa // alexa
tarteaucitron.services.alexa = { tarteaucitron.services.alexa = {
"key": "alexa", "key": "alexa",
"type": "analytics", "type": "analytic",
"name": "Alexa", "name": "Alexa",
"uri": "http://www.alexa.com/help/privacy", "uri": "http://www.alexa.com/help/privacy",
"needConsent": true, "needConsent": true,
@ -49,7 +49,7 @@ tarteaucitron.services.alexa = {
// clicky // clicky
tarteaucitron.services.clicky = { tarteaucitron.services.clicky = {
"key": "clicky", "key": "clicky",
"type": "analytics", "type": "analytic",
"name": "Clicky", "name": "Clicky",
"uri": "https://clicky.com/terms", "uri": "https://clicky.com/terms",
"needConsent": true, "needConsent": true,
@ -73,7 +73,7 @@ tarteaucitron.services.clicky = {
// dailymotion // dailymotion
tarteaucitron.services.dailymotion = { tarteaucitron.services.dailymotion = {
"key": "dailymotion", "key": "dailymotion",
"type": "social", "type": "video",
"name": "Dailymotion", "name": "Dailymotion",
"uri": "http://www.dailymotion.com/legal/privacy", "uri": "http://www.dailymotion.com/legal/privacy",
"needConsent": true, "needConsent": true,
@ -115,7 +115,7 @@ tarteaucitron.services.dailymotion = {
// disqus // disqus
tarteaucitron.services.disqus = { tarteaucitron.services.disqus = {
"key": "disqus", "key": "disqus",
"type": "social", "type": "comment",
"name": "Disqus", "name": "Disqus",
"uri": "https://help.disqus.com/customer/portal/articles/466259-privacy-policy", "uri": "https://help.disqus.com/customer/portal/articles/466259-privacy-policy",
"needConsent": true, "needConsent": true,
@ -161,7 +161,7 @@ tarteaucitron.services.facebook = {
// ferank // ferank
tarteaucitron.services.ferank = { tarteaucitron.services.ferank = {
"key": "ferank", "key": "ferank",
"type": "analytics", "type": "analytic",
"name": "FERank", "name": "FERank",
"uri": "https://www.ferank.fr/respect-vie-privee/#mesureaudience", "uri": "https://www.ferank.fr/respect-vie-privee/#mesureaudience",
"needConsent": false, "needConsent": false,
@ -217,7 +217,7 @@ tarteaucitron.services.adsense = {
// google analytics (old) // google analytics (old)
tarteaucitron.services.gajs = { tarteaucitron.services.gajs = {
"key": "gajs", "key": "gajs",
"type": "analytics", "type": "analytic",
"name": "Google Analytics (ga.js)", "name": "Google Analytics (ga.js)",
"uri": "https://support.google.com/analytics/answer/6004245", "uri": "https://support.google.com/analytics/answer/6004245",
"needConsent": true, "needConsent": true,
@ -239,7 +239,7 @@ tarteaucitron.services.gajs = {
// google analytics // google analytics
tarteaucitron.services.analytics = { tarteaucitron.services.analytics = {
"key": "analytics", "key": "analytics",
"type": "analytics", "type": "analytic",
"name": "Google Analytics (universal)", "name": "Google Analytics (universal)",
"uri": "https://support.google.com/analytics/answer/6004245", "uri": "https://support.google.com/analytics/answer/6004245",
"needConsent": true, "needConsent": true,
@ -376,7 +376,7 @@ tarteaucitron.services.twitter = {
// vimeo // vimeo
tarteaucitron.services.vimeo = { tarteaucitron.services.vimeo = {
"key": "vimeo", "key": "vimeo",
"type": "social", "type": "video",
"name": "Vimeo", "name": "Vimeo",
"uri": "http://vimeo.com/privacy", "uri": "http://vimeo.com/privacy",
"needConsent": true, "needConsent": true,
@ -418,7 +418,7 @@ tarteaucitron.services.vimeo = {
// xiti // xiti
tarteaucitron.services.xiti = { tarteaucitron.services.xiti = {
"key": "xiti", "key": "xiti",
"type": "analytics", "type": "analytic",
"name": "Xiti", "name": "Xiti",
"uri": "http://www.atinternet.com/politique-du-respect-de-la-vie-privee/", "uri": "http://www.atinternet.com/politique-du-respect-de-la-vie-privee/",
"needConsent": true, "needConsent": true,
@ -460,7 +460,7 @@ tarteaucitron.services.xiti = {
// youtube // youtube
tarteaucitron.services.youtube = { tarteaucitron.services.youtube = {
"key": "youtube", "key": "youtube",
"type": "social", "type": "video",
"name": "YouTube", "name": "YouTube",
"uri": "https://www.google.fr/intl/fr/policies/privacy/", "uri": "https://www.google.fr/intl/fr/policies/privacy/",
"needConsent": true, "needConsent": true,
@ -502,7 +502,7 @@ tarteaucitron.services.youtube = {
// zopim // zopim
tarteaucitron.services.zopim = { tarteaucitron.services.zopim = {
"key": "zopim", "key": "zopim",
"type": "social", "type": "support",
"name": "Zopim", "name": "Zopim",
"uri": "https://www.zopim.com/privacy", "uri": "https://www.zopim.com/privacy",
"needConsent": true, "needConsent": true,