-
Notifications
You must be signed in to change notification settings - Fork 7
/
plugin.json
92 lines (92 loc) · 3.69 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "ODTracking",
"marketplaceName": {
"de": "Google Tag Manager Tracking ENTERPRISE Forked",
"en": "Google Tag Manager Tracking ENTERPRISE Forked"
},
"namespace": "ODTracking",
"isClosedSource": false,
"version": "5.0.4",
"license": "AGPL-3.0",
"price": 0,
"type": "template",
"pluginIcon": "icon_plugin_xs.png",
"description": "This plugin provides several tracking codes like Google Analytics, Google Ads - Conversion, Google Ads - Remarketing, Facebook Pixel Tracking, Pinterest Tracking, Billiger.de Sales Tracking, Kelkoo Sales Tracking, PayPal Marketing Solutions, Webgains (Affiliate Tracking) and Awin (Affiliate Tracking). With integration into the Cookie Consent Banner by Ceres.",
"shortDescription": {
"de": "Integration verschiedener Tracking Codes mit Google Tag Manager: Google Analytics Enhanced Ecommerce, Google Ads, Google Dynamisches Remarketing, Facebook Pixel, Pinterest Tracking, Billiger.de Sales Tracking, Kelkoo Sales Tracking, PayPal Marketing Solutions, Affiliate Tracking via Webgains und Awin. Mit Integration in den Cookie Consent Banner von Ceres.",
"en": "Integration of different tracking codes with Google Tag Manager: Google Analytics Enhanced Ecommerce, Google Ads, Google Dynamisches Remarketing, Facebook Pixel, Pinterest Tracking, Billiger.de Sales Tracking, Kelkoo Sales Tracking, PayPal Marketing Solutions, Affiliate Tracking via Webgains and Awin. With integration into the Cookie Consent Banner by Ceres."
},
"categories": [
"3527"
],
"webhookUrl": "https://hook.integromat.com/jygdlu3kv4q7v8ypdltbyrvu89g4l125",
"author": "ecomsilio GmbH",
"authorIcon": "icon_author_xs.png",
"email": "[email protected]",
"phone": "+49 30 57701710",
"keywords": [
"analytics",
"tracking",
"gtm",
"google",
"tag manager",
"analytics",
"facebook",
"pinterest",
"pixel",
"data layer",
"event",
"conversion",
"remarketing",
"enhanced ecommerce",
"verification",
"site",
"meta",
"billiger.de",
"kelkoo",
"sales",
"paypal",
"marketing",
"affiliate",
"webgains",
"awin",
"cookie",
"cookies",
"consent"
],
"require": {
"IO": ">=4.6.0",
"Ceres": ">=4.6.0"
},
"serviceProvider": "ODTracking\\Providers\\TrackingServiceProvider",
"dataProviders": [
{
"key": "ODTracking\\Providers\\GtmProviderHead",
"name": "Google Tag Manager Code (Page Head)",
"description": "Add Google Tag Manager Code in Page Head",
"defaultLayoutContainer": "Ceres::Template.Style"
},
{
"key": "ODTracking\\Providers\\GoogleSiteVerification",
"name": "Google Site Verification Meta-Tag (Page Head)",
"description": "Add the meta-tag for Google Site Verification in Page Head",
"defaultLayoutContainer": "Ceres::Template.Style"
},
{
"key": "ODTracking\\Providers\\TrackingCodeProvider",
"name": "Tracking code",
"description": "Include tracking code",
"defaultLayoutContainer": "Ceres::Script.AfterScriptsLoaded"
},
{
"key": "ODTracking\\Providers\\GtmProviderBody",
"name": "Google Tag Manager Code (Page Body)",
"description": "Add Google Tag Manager Code in Page Body",
"defaultLayoutContainer": "Ceres::PageDesign.AfterOpeningBodyTag"
}
],
"containers": [],
"javaScriptFiles": [],
"dependencies": [],
"runOnBuild": []
}