-
Notifications
You must be signed in to change notification settings - Fork 0
/
campaigns.yml
141 lines (134 loc) · 4.61 KB
/
campaigns.yml
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Configuration file for banner campaigns, for use in combination with https://github.com/wmde/banner-server
#
# Example
# B18WPDE_01_180131:
# description: This is a very enticing banner description
# start: "2018-01-31 00:00:00"
# end: "2018-12-31 23:59:59"
# trafficLimit: 10
# minDisplayWidth: 0
# maxDisplayWidth: 2000
# buckets:
# - name: B18WPDE_01_180131_ctrl
# banners:
# - B18WPDE_01_180131_fulltop_ctrl
# - B18WPDE_01_180131_top_ctrl
# - name: B18WPDE_01_180131_var
# banners:
# - B18WPDE_01_180131_fulltop_var
# - B18WPDE_01_180131_top_var
#
# Start each campaign with a unique key, that is "campaign name". Usually these will be structured like in the example above:
# B18WPDE_01_180131
# B18 -> The year of the banner campaign
# WPDE -> wikipedia.de
# _01_ -> Test number
# 180131 -> Start date of the test, YYMMDD format
# description: (optional) What this campaign is about
# start: Start date, in either YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format.
# end: End date, in either YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format.
# trafficLimit: Traffic limit in percent
# minDisplayWidth: (in pixel, can be null) the campaign will only be displayed for client viewport sizes above this value
# maxDisplayWidth: (in pixel, can be null) the campaign will only be displayed for client viewport sizes below this value
# buckets: List of buckets which consist of two values:
# name: The name used to identify the bucket.
# Naming schema of buckets follows campaign name plus a unique bucket suffix. The usual practice is "_ctrl" for "control" and "_var" for "variant" test groups.
# banners: An array of banner file names used for sequencing. First banner is shown only for the very first user impression. Last banner is shown until impression limit is reached
C23_WPDE_Desktop_01:
description: Test 01 banner for the 2023 wikipedia.de fundraising campaign
start: "2023-10-30 16:00:00"
end: "2023-12-06 15:14:59"
trafficLimit: 100
category: fundraising
minDisplayWidth: 601
buckets:
- name: B23_WPDE_Desktop_01_ctrl
banners:
- B23_WPDE_Desktop_01_ctrl
- name: B23_WPDE_Desktop_01_var
banners:
- B23_WPDE_Desktop_01_var
C23_WPDE_Desktop_02:
description: Test 02 banner for the 2023 wikipedia.de fundraising campaign
start: "2023-12-06 15:15:00"
end: "2023-12-29 13:00:00"
trafficLimit: 100
category: fundraising
minDisplayWidth: 601
buckets:
- name: B23_WPDE_Desktop_02_ctrl
banners:
- B23_WPDE_Desktop_02_ctrl
- name: B23_WPDE_Desktop_02_var
banners:
- B23_WPDE_Desktop_02_var
C24_WPDE_Desktop_01:
description: Test 01 banner for the 2024 wikipedia.de fundraising campaign
start: "2024-10-28 14:00:00"
end: "2024-12-27 15:00:00"
trafficLimit: 100
category: fundraising
minDisplayWidth: 601
buckets:
- name: B24_WPDE_Desktop_01_ctrl
banners:
- B24_WPDE_Desktop_01_ctrl
- name: B24_WPDE_Desktop_01_var
banners:
- B24_WPDE_Desktop_01_var
C23_WPDE_Mobile_01:
description: Mobile Test 01 banner for the 2023 wikipedia.de fundraising campaign
start: "2023-10-30 12:00:00"
end: "2023-12-29 13:00:00"
trafficLimit: 100
category: fundraising
maxDisplayWidth: 600
buckets:
- name: B23_WPDE_Mobile_01_ctrl
banners:
- B23_WPDE_Mobile_01_ctrl
- name: B23_WPDE_Mobile_01_var
banners:
- B23_WPDE_Mobile_01_var
C24_WPDE_Mobile_01:
description: Test 01 banner for the 2024 wikipedia.de fundraising campaign
start: "2024-10-28 14:00:00"
end: "2024-12-27 15:00:00"
trafficLimit: 100
category: fundraising
maxDisplayWidth: 600
buckets:
- name: B24_WPDE_Mobile_01_ctrl
banners:
- B24_WPDE_Mobile_01_ctrl
- name: B24_WPDE_Mobile_01_var
banners:
- B24_WPDE_Mobile_01_var
C24_WPDE_Desktop_DE_ty:
description: Desktop thank you banner for the 2024 wikipedia.de fundraising campaign
start: "2025-01-02 12:00:00"
end: "2025-01-15 10:00:00"
trafficLimit: 100
category: fundraising
minDisplayWidth: 601
buckets:
- name: B24_WPDE_Desktop_DE_ty_ctrl
banners:
- B24_WPDE_Desktop_DE_ty_ctrl
- name: B24_WPDE_Desktop_DE_ty_var
banners:
- B24_WPDE_Desktop_DE_ty_var
C24_WPDE_Mobile_DE_ty:
description: Mobile thank you banner for the 2024 wikipedia.de fundraising campaign
start: "2025-01-02 12:00:00"
end: "2025-01-15 10:00:00"
trafficLimit: 100
category: fundraising
maxDisplayWidth: 600
buckets:
- name: B24_WPDE_Mobile_DE_ty_ctrl
banners:
- B24_WPDE_Mobile_DE_ty_ctrl
- name: B24_WPDE_Mobile_DE_ty_var
banners:
- B24_WPDE_Mobile_DE_ty_var