standdown 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/POLICIES.md +44 -0
- package/README.md +171 -0
- package/dist/chunk-25A7QG5Z.mjs +274 -0
- package/dist/chunk-25A7QG5Z.mjs.map +1 -0
- package/dist/chunk-SEZFAOUU.mjs +382 -0
- package/dist/chunk-SEZFAOUU.mjs.map +1 -0
- package/dist/chunk-SVN6UWA4.mjs +857 -0
- package/dist/chunk-SVN6UWA4.mjs.map +1 -0
- package/dist/content.cjs +1288 -0
- package/dist/content.cjs.map +1 -0
- package/dist/content.d.cts +61 -0
- package/dist/content.d.ts +61 -0
- package/dist/content.mjs +201 -0
- package/dist/content.mjs.map +1 -0
- package/dist/index.cjs +1375 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +29 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.mjs +242 -0
- package/dist/index.mjs.map +1 -0
- package/dist/policies.cjs +620 -0
- package/dist/policies.cjs.map +1 -0
- package/dist/policies.d.cts +1517 -0
- package/dist/policies.d.ts +1517 -0
- package/dist/policies.mjs +606 -0
- package/dist/policies.mjs.map +1 -0
- package/dist/session-C5gH-LaQ.d.ts +21 -0
- package/dist/session-n0px3Agb.d.cts +21 -0
- package/dist/stores-CELX9aHN.d.ts +70 -0
- package/dist/stores-CKCdKDdX.d.cts +70 -0
- package/dist/types-A9OJ7SWj.d.cts +190 -0
- package/dist/types-A9OJ7SWj.d.ts +190 -0
- package/dist/webext.cjs +1733 -0
- package/dist/webext.cjs.map +1 -0
- package/dist/webext.d.cts +110 -0
- package/dist/webext.d.ts +110 -0
- package/dist/webext.mjs +346 -0
- package/dist/webext.mjs.map +1 -0
- package/package.json +77 -0
|
@@ -0,0 +1,1517 @@
|
|
|
1
|
+
import { b as StanddownPolicy } from './types-A9OJ7SWj.cjs';
|
|
2
|
+
|
|
3
|
+
declare const cocDefaults: {
|
|
4
|
+
readonly scope: "advertiser";
|
|
5
|
+
readonly sessionRule: "inactivity-window";
|
|
6
|
+
readonly minDurationMs: 5400000;
|
|
7
|
+
readonly inactivityMs: 3600000;
|
|
8
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
9
|
+
};
|
|
10
|
+
declare const cjPolicy: {
|
|
11
|
+
readonly id: "cj";
|
|
12
|
+
readonly schemaVersion: 3;
|
|
13
|
+
readonly policyVersion: "0.1.0";
|
|
14
|
+
readonly network: {
|
|
15
|
+
readonly id: "cj";
|
|
16
|
+
readonly name: "CJ Affiliate";
|
|
17
|
+
readonly policyUrl: "https://www.cj.com/legal/software-policy";
|
|
18
|
+
};
|
|
19
|
+
readonly detection: {
|
|
20
|
+
readonly landingParams: readonly [{
|
|
21
|
+
readonly anyOf: readonly [{
|
|
22
|
+
readonly allOf: readonly [{
|
|
23
|
+
readonly name: "cjevent";
|
|
24
|
+
}];
|
|
25
|
+
}];
|
|
26
|
+
}, {
|
|
27
|
+
readonly anyOf: readonly [{
|
|
28
|
+
readonly allOf: readonly [{
|
|
29
|
+
readonly name: "cjdata";
|
|
30
|
+
}];
|
|
31
|
+
}];
|
|
32
|
+
}, {
|
|
33
|
+
readonly anyOf: readonly [{
|
|
34
|
+
readonly allOf: readonly [{
|
|
35
|
+
readonly name: "utm_source";
|
|
36
|
+
readonly value: "cj";
|
|
37
|
+
readonly match: "equals";
|
|
38
|
+
}];
|
|
39
|
+
}];
|
|
40
|
+
}, {
|
|
41
|
+
readonly anyOf: readonly [{
|
|
42
|
+
readonly allOf: readonly [{
|
|
43
|
+
readonly name: "sf_cs";
|
|
44
|
+
readonly value: "cj";
|
|
45
|
+
readonly match: "equals";
|
|
46
|
+
}];
|
|
47
|
+
}];
|
|
48
|
+
}, {
|
|
49
|
+
readonly anyOf: readonly [{
|
|
50
|
+
readonly allOf: readonly [{
|
|
51
|
+
readonly name: "afsrc";
|
|
52
|
+
readonly value: "1";
|
|
53
|
+
readonly match: "equals";
|
|
54
|
+
}];
|
|
55
|
+
}];
|
|
56
|
+
}];
|
|
57
|
+
readonly redirectDomains: readonly [{
|
|
58
|
+
readonly pattern: "anrdoezrs.net";
|
|
59
|
+
readonly kind: "suffix";
|
|
60
|
+
readonly comment: "CJ rotating domain";
|
|
61
|
+
}, {
|
|
62
|
+
readonly pattern: "commission-junction.com";
|
|
63
|
+
readonly kind: "suffix";
|
|
64
|
+
readonly comment: "CJ rotating domain";
|
|
65
|
+
}, {
|
|
66
|
+
readonly pattern: "dpbolvw.net";
|
|
67
|
+
readonly kind: "suffix";
|
|
68
|
+
readonly comment: "CJ rotating domain";
|
|
69
|
+
}, {
|
|
70
|
+
readonly pattern: "apmebf.com";
|
|
71
|
+
readonly kind: "suffix";
|
|
72
|
+
readonly comment: "CJ rotating domain";
|
|
73
|
+
}, {
|
|
74
|
+
readonly pattern: "jdoqocy.com";
|
|
75
|
+
readonly kind: "suffix";
|
|
76
|
+
readonly comment: "CJ rotating domain";
|
|
77
|
+
}, {
|
|
78
|
+
readonly pattern: "kqzyfj.com";
|
|
79
|
+
readonly kind: "suffix";
|
|
80
|
+
readonly comment: "CJ rotating domain";
|
|
81
|
+
}, {
|
|
82
|
+
readonly pattern: "qksrv.net";
|
|
83
|
+
readonly kind: "suffix";
|
|
84
|
+
readonly comment: "CJ rotating domain";
|
|
85
|
+
}, {
|
|
86
|
+
readonly pattern: "tkqlhce.com";
|
|
87
|
+
readonly kind: "suffix";
|
|
88
|
+
readonly comment: "CJ rotating domain";
|
|
89
|
+
}, {
|
|
90
|
+
readonly pattern: "qksz.net";
|
|
91
|
+
readonly kind: "suffix";
|
|
92
|
+
readonly comment: "CJ rotating domain";
|
|
93
|
+
}, {
|
|
94
|
+
readonly pattern: "afcyhf.com";
|
|
95
|
+
readonly kind: "suffix";
|
|
96
|
+
readonly comment: "CJ rotating domain";
|
|
97
|
+
}, {
|
|
98
|
+
readonly pattern: "awltovhc.com";
|
|
99
|
+
readonly kind: "suffix";
|
|
100
|
+
readonly comment: "CJ rotating domain";
|
|
101
|
+
}, {
|
|
102
|
+
readonly pattern: "ftjcfx.com";
|
|
103
|
+
readonly kind: "suffix";
|
|
104
|
+
readonly comment: "CJ rotating domain";
|
|
105
|
+
}, {
|
|
106
|
+
readonly pattern: "lduhtrp.net";
|
|
107
|
+
readonly kind: "suffix";
|
|
108
|
+
readonly comment: "CJ rotating domain";
|
|
109
|
+
}, {
|
|
110
|
+
readonly pattern: "tqlkg.com";
|
|
111
|
+
readonly kind: "suffix";
|
|
112
|
+
readonly comment: "CJ rotating domain";
|
|
113
|
+
}, {
|
|
114
|
+
readonly pattern: "awxibrm.com";
|
|
115
|
+
readonly kind: "suffix";
|
|
116
|
+
readonly comment: "CJ rotating domain";
|
|
117
|
+
}, {
|
|
118
|
+
readonly pattern: "cualbr.com";
|
|
119
|
+
readonly kind: "suffix";
|
|
120
|
+
readonly comment: "CJ rotating domain";
|
|
121
|
+
}, {
|
|
122
|
+
readonly pattern: "rnsfpw.net";
|
|
123
|
+
readonly kind: "suffix";
|
|
124
|
+
readonly comment: "CJ rotating domain";
|
|
125
|
+
}, {
|
|
126
|
+
readonly pattern: "vofzpwh.com";
|
|
127
|
+
readonly kind: "suffix";
|
|
128
|
+
readonly comment: "CJ rotating domain";
|
|
129
|
+
}, {
|
|
130
|
+
readonly pattern: "yceml.net";
|
|
131
|
+
readonly kind: "suffix";
|
|
132
|
+
readonly comment: "CJ rotating domain";
|
|
133
|
+
}];
|
|
134
|
+
readonly cookiePatterns: readonly [{
|
|
135
|
+
readonly name: "cje";
|
|
136
|
+
readonly match: "substring";
|
|
137
|
+
}, {
|
|
138
|
+
readonly name: "cjevent_dc";
|
|
139
|
+
readonly match: "substring";
|
|
140
|
+
}];
|
|
141
|
+
};
|
|
142
|
+
readonly standdown: {
|
|
143
|
+
readonly scope: "advertiser";
|
|
144
|
+
readonly sessionRule: "session-or-min";
|
|
145
|
+
readonly minDurationMs: 1800000;
|
|
146
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
147
|
+
};
|
|
148
|
+
readonly activation: {
|
|
149
|
+
readonly mode: "user-click";
|
|
150
|
+
};
|
|
151
|
+
readonly metadata: {
|
|
152
|
+
readonly sourceUrl: "https://www.cj.com/legal/software-policy";
|
|
153
|
+
readonly lastVerified: "2026-07-10";
|
|
154
|
+
readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains.";
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
declare const impactPolicy: {
|
|
158
|
+
readonly id: "impact";
|
|
159
|
+
readonly schemaVersion: 3;
|
|
160
|
+
readonly policyVersion: "0.1.0";
|
|
161
|
+
readonly network: {
|
|
162
|
+
readonly id: "impact";
|
|
163
|
+
readonly name: "Impact";
|
|
164
|
+
readonly policyUrl: "https://impact.com/stand-down-policy.ihtml";
|
|
165
|
+
};
|
|
166
|
+
readonly detection: {
|
|
167
|
+
readonly landingParams: readonly [{
|
|
168
|
+
readonly anyOf: readonly [{
|
|
169
|
+
readonly allOf: readonly [{
|
|
170
|
+
readonly name: "afsrc";
|
|
171
|
+
readonly value: "1";
|
|
172
|
+
readonly match: "equals";
|
|
173
|
+
}];
|
|
174
|
+
}];
|
|
175
|
+
}, {
|
|
176
|
+
readonly anyOf: readonly [{
|
|
177
|
+
readonly allOf: readonly [{
|
|
178
|
+
readonly name: "irclickid";
|
|
179
|
+
}];
|
|
180
|
+
}];
|
|
181
|
+
}, {
|
|
182
|
+
readonly anyOf: readonly [{
|
|
183
|
+
readonly allOf: readonly [{
|
|
184
|
+
readonly name: "irgwc";
|
|
185
|
+
}];
|
|
186
|
+
}];
|
|
187
|
+
}];
|
|
188
|
+
readonly cookiePatterns: readonly [{
|
|
189
|
+
readonly name: "im_ref";
|
|
190
|
+
readonly match: "substring";
|
|
191
|
+
}];
|
|
192
|
+
};
|
|
193
|
+
readonly standdown: {
|
|
194
|
+
readonly scope: "advertiser";
|
|
195
|
+
readonly sessionRule: "session-or-min";
|
|
196
|
+
readonly minDurationMs: 1800000;
|
|
197
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
198
|
+
};
|
|
199
|
+
readonly activation: {
|
|
200
|
+
readonly mode: "user-click";
|
|
201
|
+
};
|
|
202
|
+
readonly metadata: {
|
|
203
|
+
readonly sourceUrl: "https://impact.com/stand-down-policy.ihtml";
|
|
204
|
+
readonly lastVerified: "2026-07-10";
|
|
205
|
+
readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains.";
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
declare const rakutenPolicy: {
|
|
209
|
+
readonly id: "rakuten";
|
|
210
|
+
readonly schemaVersion: 3;
|
|
211
|
+
readonly policyVersion: "0.1.0";
|
|
212
|
+
readonly network: {
|
|
213
|
+
readonly id: "rakuten";
|
|
214
|
+
readonly name: "Rakuten Advertising";
|
|
215
|
+
readonly policyUrl: "https://github.com/rakutenrewards/PublisherStandown-SDK";
|
|
216
|
+
};
|
|
217
|
+
readonly detection: {
|
|
218
|
+
readonly landingParams: readonly [{
|
|
219
|
+
readonly anyOf: readonly [{
|
|
220
|
+
readonly allOf: readonly [{
|
|
221
|
+
readonly name: "ranMID";
|
|
222
|
+
}, {
|
|
223
|
+
readonly name: "ranEAID";
|
|
224
|
+
}, {
|
|
225
|
+
readonly name: "ranSiteID";
|
|
226
|
+
}];
|
|
227
|
+
}, {
|
|
228
|
+
readonly allOf: readonly [{
|
|
229
|
+
readonly name: "ranEAID";
|
|
230
|
+
}, {
|
|
231
|
+
readonly name: "ranSiteID";
|
|
232
|
+
}];
|
|
233
|
+
}, {
|
|
234
|
+
readonly allOf: readonly [{
|
|
235
|
+
readonly name: "ranSiteID";
|
|
236
|
+
}];
|
|
237
|
+
}, {
|
|
238
|
+
readonly allOf: readonly [{
|
|
239
|
+
readonly name: "siteID";
|
|
240
|
+
}];
|
|
241
|
+
}];
|
|
242
|
+
}];
|
|
243
|
+
readonly redirectDomains: readonly [{
|
|
244
|
+
readonly pattern: "click.linksynergy.com";
|
|
245
|
+
readonly kind: "suffix";
|
|
246
|
+
}, {
|
|
247
|
+
readonly pattern: "linksynergy.jrs5.com";
|
|
248
|
+
readonly kind: "suffix";
|
|
249
|
+
}, {
|
|
250
|
+
readonly pattern: "tk.jrs5.com";
|
|
251
|
+
readonly kind: "suffix";
|
|
252
|
+
}, {
|
|
253
|
+
readonly pattern: "(^|\\.)linksynergy\\.[a-z]+$";
|
|
254
|
+
readonly kind: "regex";
|
|
255
|
+
readonly comment: "linksynergy.* domain family";
|
|
256
|
+
}];
|
|
257
|
+
readonly cookiePatterns: readonly [{
|
|
258
|
+
readonly name: "lsclick_mid";
|
|
259
|
+
readonly match: "substring";
|
|
260
|
+
}, {
|
|
261
|
+
readonly name: "linkshare";
|
|
262
|
+
readonly match: "substring";
|
|
263
|
+
}];
|
|
264
|
+
};
|
|
265
|
+
readonly standdown: {
|
|
266
|
+
readonly scope: "advertiser";
|
|
267
|
+
readonly sessionRule: "session-or-min";
|
|
268
|
+
readonly minDurationMs: 5400000;
|
|
269
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
270
|
+
};
|
|
271
|
+
readonly activation: {
|
|
272
|
+
readonly mode: "user-click";
|
|
273
|
+
};
|
|
274
|
+
readonly metadata: {
|
|
275
|
+
readonly sourceUrl: "https://github.com/rakutenrewards/PublisherStandown-SDK";
|
|
276
|
+
readonly lastVerified: "2026-07-10";
|
|
277
|
+
readonly notes: "Rakuten SDK is detection-only and ships no policies; duration uses CoC fallback because the public source describes browser-session semantics without a fixed millisecond value.";
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
declare const awinPolicy: {
|
|
281
|
+
readonly id: "awin";
|
|
282
|
+
readonly schemaVersion: 3;
|
|
283
|
+
readonly policyVersion: "0.1.0";
|
|
284
|
+
readonly network: {
|
|
285
|
+
readonly id: "awin";
|
|
286
|
+
readonly name: "Awin";
|
|
287
|
+
readonly policyUrl: "https://success.awin.com/s/article/Downloadable-Software-Guidelines";
|
|
288
|
+
};
|
|
289
|
+
readonly detection: {
|
|
290
|
+
readonly landingParams: readonly [{
|
|
291
|
+
readonly anyOf: readonly [{
|
|
292
|
+
readonly allOf: readonly [{
|
|
293
|
+
readonly name: "awc";
|
|
294
|
+
}];
|
|
295
|
+
}];
|
|
296
|
+
}, {
|
|
297
|
+
readonly anyOf: readonly [{
|
|
298
|
+
readonly allOf: readonly [{
|
|
299
|
+
readonly name: "utm_source";
|
|
300
|
+
readonly value: "aw";
|
|
301
|
+
readonly match: "equals";
|
|
302
|
+
}];
|
|
303
|
+
}];
|
|
304
|
+
}, {
|
|
305
|
+
readonly anyOf: readonly [{
|
|
306
|
+
readonly allOf: readonly [{
|
|
307
|
+
readonly name: "source";
|
|
308
|
+
readonly value: "aw";
|
|
309
|
+
readonly match: "equals";
|
|
310
|
+
}];
|
|
311
|
+
}];
|
|
312
|
+
}];
|
|
313
|
+
readonly redirectDomains: readonly [{
|
|
314
|
+
readonly pattern: "awin1.com";
|
|
315
|
+
readonly kind: "suffix";
|
|
316
|
+
}];
|
|
317
|
+
};
|
|
318
|
+
readonly standdown: {
|
|
319
|
+
readonly scope: "advertiser";
|
|
320
|
+
readonly sessionRule: "inactivity-window";
|
|
321
|
+
readonly minDurationMs: 5400000;
|
|
322
|
+
readonly inactivityMs: 3600000;
|
|
323
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
324
|
+
};
|
|
325
|
+
readonly activation: {
|
|
326
|
+
readonly mode: "user-click";
|
|
327
|
+
};
|
|
328
|
+
readonly metadata: {
|
|
329
|
+
readonly sourceUrl: "https://success.awin.com/s/article/Downloadable-Software-Guidelines";
|
|
330
|
+
readonly lastVerified: "2026-07-10";
|
|
331
|
+
readonly notes: "Awin awc/awin1.com signals are from pre-build research, Awin downloadable-software guidance, Awin Soft Click status docs, and piedotorg/standdown-domains. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
declare const shareasalePolicy: {
|
|
335
|
+
readonly id: "shareasale";
|
|
336
|
+
readonly schemaVersion: 3;
|
|
337
|
+
readonly policyVersion: "0.1.0";
|
|
338
|
+
readonly network: {
|
|
339
|
+
readonly id: "shareasale";
|
|
340
|
+
readonly name: "ShareASale";
|
|
341
|
+
readonly policyUrl: "https://success.awin.com/s/article/Downloadable-Software-Guidelines";
|
|
342
|
+
};
|
|
343
|
+
readonly detection: {
|
|
344
|
+
readonly landingParams: readonly [{
|
|
345
|
+
readonly anyOf: readonly [{
|
|
346
|
+
readonly allOf: readonly [{
|
|
347
|
+
readonly name: "sscid";
|
|
348
|
+
}];
|
|
349
|
+
}];
|
|
350
|
+
}];
|
|
351
|
+
readonly redirectDomains: readonly [{
|
|
352
|
+
readonly pattern: "shareasale.com";
|
|
353
|
+
readonly kind: "suffix";
|
|
354
|
+
}, {
|
|
355
|
+
readonly pattern: "shrsl.com";
|
|
356
|
+
readonly kind: "suffix";
|
|
357
|
+
}];
|
|
358
|
+
readonly cookiePatterns: readonly [{
|
|
359
|
+
readonly name: "sscid";
|
|
360
|
+
readonly match: "substring";
|
|
361
|
+
}];
|
|
362
|
+
};
|
|
363
|
+
readonly standdown: {
|
|
364
|
+
readonly scope: "advertiser";
|
|
365
|
+
readonly sessionRule: "inactivity-window";
|
|
366
|
+
readonly minDurationMs: 5400000;
|
|
367
|
+
readonly inactivityMs: 3600000;
|
|
368
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
369
|
+
};
|
|
370
|
+
readonly activation: {
|
|
371
|
+
readonly mode: "user-click";
|
|
372
|
+
};
|
|
373
|
+
readonly metadata: {
|
|
374
|
+
readonly sourceUrl: "https://success.awin.com/s/article/Downloadable-Software-Guidelines";
|
|
375
|
+
readonly lastVerified: "2026-07-10";
|
|
376
|
+
readonly notes: "ShareASale is Awin-owned and is treated under Awin downloadable-software/CoC guidance. sscid/shareasale.com/shrsl.com signals are from pre-build research and piedotorg/standdown-domains. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
declare const ebayEpnPolicy: {
|
|
380
|
+
readonly id: "ebay-epn";
|
|
381
|
+
readonly schemaVersion: 3;
|
|
382
|
+
readonly policyVersion: "0.1.0";
|
|
383
|
+
readonly network: {
|
|
384
|
+
readonly id: "ebay-epn";
|
|
385
|
+
readonly name: "eBay Partner Network";
|
|
386
|
+
readonly policyUrl: "https://partnernetwork.ebay.com/browser-extension-policy";
|
|
387
|
+
};
|
|
388
|
+
readonly detection: {
|
|
389
|
+
readonly advertiserHosts: readonly [{
|
|
390
|
+
readonly pattern: "(^|\\.)ebay\\.[a-z.]+$";
|
|
391
|
+
readonly kind: "regex";
|
|
392
|
+
readonly comment: "Scope eBay journey-only rules to eBay advertiser hosts";
|
|
393
|
+
}];
|
|
394
|
+
readonly landingParams: readonly [{
|
|
395
|
+
readonly anyOf: readonly [{
|
|
396
|
+
readonly allOf: readonly [{
|
|
397
|
+
readonly name: "campid";
|
|
398
|
+
}];
|
|
399
|
+
}, {
|
|
400
|
+
readonly allOf: readonly [{
|
|
401
|
+
readonly name: "pubid";
|
|
402
|
+
}];
|
|
403
|
+
}, {
|
|
404
|
+
readonly allOf: readonly [{
|
|
405
|
+
readonly name: "mkevt";
|
|
406
|
+
}];
|
|
407
|
+
}, {
|
|
408
|
+
readonly allOf: readonly [{
|
|
409
|
+
readonly name: "mkcid";
|
|
410
|
+
}];
|
|
411
|
+
}, {
|
|
412
|
+
readonly allOf: readonly [{
|
|
413
|
+
readonly name: "mkrid";
|
|
414
|
+
}];
|
|
415
|
+
}, {
|
|
416
|
+
readonly allOf: readonly [{
|
|
417
|
+
readonly name: "campid";
|
|
418
|
+
}, {
|
|
419
|
+
readonly name: "_trkparms";
|
|
420
|
+
}];
|
|
421
|
+
}, {
|
|
422
|
+
readonly allOf: readonly [{
|
|
423
|
+
readonly name: "mktype";
|
|
424
|
+
}, {
|
|
425
|
+
readonly name: "gclid";
|
|
426
|
+
}];
|
|
427
|
+
}];
|
|
428
|
+
}];
|
|
429
|
+
readonly redirectDomains: readonly [{
|
|
430
|
+
readonly pattern: "rover.ebay.com";
|
|
431
|
+
readonly kind: "suffix";
|
|
432
|
+
}];
|
|
433
|
+
readonly initiatorRules: readonly [{
|
|
434
|
+
readonly referrerClass: "other";
|
|
435
|
+
readonly reason: "non-approved source during eBay journey";
|
|
436
|
+
}];
|
|
437
|
+
};
|
|
438
|
+
readonly standdown: {
|
|
439
|
+
readonly scope: "advertiser";
|
|
440
|
+
readonly sessionRule: "inactivity-window";
|
|
441
|
+
readonly minDurationMs: 5400000;
|
|
442
|
+
readonly inactivityMs: 3600000;
|
|
443
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
444
|
+
};
|
|
445
|
+
readonly activation: {
|
|
446
|
+
readonly mode: "user-click";
|
|
447
|
+
readonly maxPromptsPerJourney: 2;
|
|
448
|
+
readonly allowedReferrerClasses: readonly ["own-site", "organic", "direct"];
|
|
449
|
+
};
|
|
450
|
+
readonly metadata: {
|
|
451
|
+
readonly sourceUrl: "https://partnernetwork.ebay.com/browser-extension-policy";
|
|
452
|
+
readonly lastVerified: "2026-07-10";
|
|
453
|
+
readonly notes: "eBay prompt/referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
|
|
454
|
+
};
|
|
455
|
+
};
|
|
456
|
+
declare const amazonPolicy: {
|
|
457
|
+
readonly id: "amazon";
|
|
458
|
+
readonly schemaVersion: 3;
|
|
459
|
+
readonly policyVersion: "0.1.0";
|
|
460
|
+
readonly network: {
|
|
461
|
+
readonly id: "amazon";
|
|
462
|
+
readonly name: "Amazon Associates";
|
|
463
|
+
readonly policyUrl: "https://affiliate-program.amazon.com/help/operating/policies";
|
|
464
|
+
};
|
|
465
|
+
readonly detection: {
|
|
466
|
+
readonly advertiserHosts: readonly [{
|
|
467
|
+
readonly pattern: "(^|\\.)amazon\\.[a-z.]+$";
|
|
468
|
+
readonly kind: "regex";
|
|
469
|
+
readonly comment: "Scope Amazon tag detection to Amazon advertiser hosts";
|
|
470
|
+
}];
|
|
471
|
+
readonly landingParams: readonly [{
|
|
472
|
+
readonly anyOf: readonly [{
|
|
473
|
+
readonly allOf: readonly [{
|
|
474
|
+
readonly name: "tag";
|
|
475
|
+
}];
|
|
476
|
+
}];
|
|
477
|
+
}];
|
|
478
|
+
};
|
|
479
|
+
readonly standdown: {
|
|
480
|
+
readonly scope: "advertiser";
|
|
481
|
+
readonly sessionRule: "session-or-min";
|
|
482
|
+
readonly minDurationMs: 5400000;
|
|
483
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
484
|
+
};
|
|
485
|
+
readonly activation: {
|
|
486
|
+
readonly mode: "never";
|
|
487
|
+
};
|
|
488
|
+
readonly metadata: {
|
|
489
|
+
readonly sourceUrl: "https://affiliate-program.amazon.com/help/operating/policies";
|
|
490
|
+
readonly lastVerified: "2026-07-10";
|
|
491
|
+
readonly notes: "Amazon forbids Special Links in browser extensions; tag is detected for attribution visibility, but activation is never allowed.";
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
declare const sovrnSkimlinksPolicy: {
|
|
495
|
+
readonly id: "sovrn-skimlinks";
|
|
496
|
+
readonly schemaVersion: 3;
|
|
497
|
+
readonly policyVersion: "0.1.0";
|
|
498
|
+
readonly network: {
|
|
499
|
+
readonly id: "sovrn-skimlinks";
|
|
500
|
+
readonly name: "Sovrn / Skimlinks";
|
|
501
|
+
readonly policyUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
|
|
502
|
+
};
|
|
503
|
+
readonly detection: {
|
|
504
|
+
readonly redirectDomains: readonly [{
|
|
505
|
+
readonly pattern: "go.skimresources.com";
|
|
506
|
+
readonly kind: "suffix";
|
|
507
|
+
}, {
|
|
508
|
+
readonly pattern: "go.redirectingat.com";
|
|
509
|
+
readonly kind: "suffix";
|
|
510
|
+
}];
|
|
511
|
+
};
|
|
512
|
+
readonly standdown: {
|
|
513
|
+
readonly scope: "advertiser";
|
|
514
|
+
readonly sessionRule: "inactivity-window";
|
|
515
|
+
readonly minDurationMs: 5400000;
|
|
516
|
+
readonly inactivityMs: 3600000;
|
|
517
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
518
|
+
};
|
|
519
|
+
readonly activation: {
|
|
520
|
+
readonly mode: "user-click";
|
|
521
|
+
};
|
|
522
|
+
readonly metadata: {
|
|
523
|
+
readonly sourceUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
|
|
524
|
+
readonly lastVerified: "2026-07-10";
|
|
525
|
+
readonly notes: "unverified against network docs; redirect domains from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
|
|
526
|
+
};
|
|
527
|
+
};
|
|
528
|
+
declare const partnerizePolicy: {
|
|
529
|
+
readonly id: "partnerize";
|
|
530
|
+
readonly schemaVersion: 3;
|
|
531
|
+
readonly policyVersion: "0.1.0";
|
|
532
|
+
readonly network: {
|
|
533
|
+
readonly id: "partnerize";
|
|
534
|
+
readonly name: "Partnerize";
|
|
535
|
+
readonly policyUrl: "https://partnerize.com/legal/terms-and-conditions/";
|
|
536
|
+
};
|
|
537
|
+
readonly detection: {
|
|
538
|
+
readonly landingParams: readonly [{
|
|
539
|
+
readonly anyOf: readonly [{
|
|
540
|
+
readonly allOf: readonly [{
|
|
541
|
+
readonly name: "clickref";
|
|
542
|
+
}];
|
|
543
|
+
}];
|
|
544
|
+
}];
|
|
545
|
+
readonly redirectDomains: readonly [{
|
|
546
|
+
readonly pattern: "prf.hn";
|
|
547
|
+
readonly kind: "suffix";
|
|
548
|
+
}];
|
|
549
|
+
};
|
|
550
|
+
readonly standdown: {
|
|
551
|
+
readonly scope: "advertiser";
|
|
552
|
+
readonly sessionRule: "inactivity-window";
|
|
553
|
+
readonly minDurationMs: 5400000;
|
|
554
|
+
readonly inactivityMs: 3600000;
|
|
555
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
556
|
+
};
|
|
557
|
+
readonly activation: {
|
|
558
|
+
readonly mode: "user-click";
|
|
559
|
+
};
|
|
560
|
+
readonly metadata: {
|
|
561
|
+
readonly sourceUrl: "https://partnerize.com/legal/terms-and-conditions/";
|
|
562
|
+
readonly lastVerified: "2026-07-10";
|
|
563
|
+
readonly notes: "unverified against network docs; prf.hn redirect domain from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
|
|
564
|
+
};
|
|
565
|
+
};
|
|
566
|
+
declare const universalPolicy: {
|
|
567
|
+
readonly id: "universal";
|
|
568
|
+
readonly schemaVersion: 3;
|
|
569
|
+
readonly policyVersion: "0.1.0";
|
|
570
|
+
readonly network: {
|
|
571
|
+
readonly id: "universal";
|
|
572
|
+
readonly name: "Universal affiliate source";
|
|
573
|
+
readonly policyUrl: "https://github.com/piedotorg/standdown-domains";
|
|
574
|
+
};
|
|
575
|
+
readonly detection: {
|
|
576
|
+
readonly landingParams: readonly [{
|
|
577
|
+
readonly anyOf: readonly [{
|
|
578
|
+
readonly allOf: readonly [{
|
|
579
|
+
readonly name: "afsrc";
|
|
580
|
+
readonly value: "1";
|
|
581
|
+
readonly match: "equals";
|
|
582
|
+
}];
|
|
583
|
+
}];
|
|
584
|
+
}];
|
|
585
|
+
readonly redirectDomains: readonly [{
|
|
586
|
+
readonly pattern: "^https?\\:\\/.*[\\?\\&]afsrc=1";
|
|
587
|
+
readonly kind: "regex";
|
|
588
|
+
readonly comment: "Universal standdown parameter from piedotorg/standdown-domains";
|
|
589
|
+
}, {
|
|
590
|
+
readonly pattern: "^https?:\\/\\/www\\.youtube\\.com\\/redirect";
|
|
591
|
+
readonly kind: "regex";
|
|
592
|
+
readonly comment: "YouTube redirect to a merchant from piedotorg/standdown-domains";
|
|
593
|
+
}, {
|
|
594
|
+
readonly pattern: "^https?\\:\\/\\/www\\.anrdoezrs\\.net\\/";
|
|
595
|
+
readonly kind: "regex";
|
|
596
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
597
|
+
}, {
|
|
598
|
+
readonly pattern: "^https?\\:\\/\\/www\\.commission-junction\\.com\\/";
|
|
599
|
+
readonly kind: "regex";
|
|
600
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
601
|
+
}, {
|
|
602
|
+
readonly pattern: "^https?\\:\\/\\/www\\.dpbolvw\\.net\\/";
|
|
603
|
+
readonly kind: "regex";
|
|
604
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
605
|
+
}, {
|
|
606
|
+
readonly pattern: "^https?\\:\\/\\/www\\.apmebf\\.com\\/";
|
|
607
|
+
readonly kind: "regex";
|
|
608
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
609
|
+
}, {
|
|
610
|
+
readonly pattern: "^https?\\:\\/\\/www\\.jdoqocy\\.com\\/";
|
|
611
|
+
readonly kind: "regex";
|
|
612
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
613
|
+
}, {
|
|
614
|
+
readonly pattern: "^https?\\:\\/\\/www\\.kqzyfj\\.com\\/";
|
|
615
|
+
readonly kind: "regex";
|
|
616
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
617
|
+
}, {
|
|
618
|
+
readonly pattern: "^https?\\:\\/\\/www\\.qksrv\\.net\\/";
|
|
619
|
+
readonly kind: "regex";
|
|
620
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
621
|
+
}, {
|
|
622
|
+
readonly pattern: "^https?\\:\\/\\/www\\.tkqlhce\\.com\\/";
|
|
623
|
+
readonly kind: "regex";
|
|
624
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
625
|
+
}, {
|
|
626
|
+
readonly pattern: "^https?\\:\\/\\/www\\.qksz\\.net\\/";
|
|
627
|
+
readonly kind: "regex";
|
|
628
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
629
|
+
}, {
|
|
630
|
+
readonly pattern: "^https?\\:\\/\\/www\\.afcyhf\\.com\\/";
|
|
631
|
+
readonly kind: "regex";
|
|
632
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
633
|
+
}, {
|
|
634
|
+
readonly pattern: "^https?\\:\\/\\/www\\.awltovhc\\.com\\/";
|
|
635
|
+
readonly kind: "regex";
|
|
636
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
637
|
+
}, {
|
|
638
|
+
readonly pattern: "^https?\\:\\/\\/www\\.ftjcfx\\.com\\/";
|
|
639
|
+
readonly kind: "regex";
|
|
640
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
641
|
+
}, {
|
|
642
|
+
readonly pattern: "^https?\\:\\/\\/www\\.lduhtrp\\.net\\/";
|
|
643
|
+
readonly kind: "regex";
|
|
644
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
645
|
+
}, {
|
|
646
|
+
readonly pattern: "^https?\\:\\/\\/www\\.tqlkg\\.com\\/";
|
|
647
|
+
readonly kind: "regex";
|
|
648
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
649
|
+
}, {
|
|
650
|
+
readonly pattern: "^https?\\:\\/\\/www\\.awxibrm\\.com\\/";
|
|
651
|
+
readonly kind: "regex";
|
|
652
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
653
|
+
}, {
|
|
654
|
+
readonly pattern: "^https?\\:\\/\\/www\\.cualbr\\.com\\/";
|
|
655
|
+
readonly kind: "regex";
|
|
656
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
657
|
+
}, {
|
|
658
|
+
readonly pattern: "^https?\\:\\/\\/www\\.rnsfpw\\.net\\/";
|
|
659
|
+
readonly kind: "regex";
|
|
660
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
661
|
+
}, {
|
|
662
|
+
readonly pattern: "^https?\\:\\/\\/www\\.vofzpwh\\.com\\/";
|
|
663
|
+
readonly kind: "regex";
|
|
664
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
665
|
+
}, {
|
|
666
|
+
readonly pattern: "^https?\\:\\/\\/www\\.yceml\\.net\\/";
|
|
667
|
+
readonly kind: "regex";
|
|
668
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
669
|
+
}, {
|
|
670
|
+
readonly pattern: "^https?\\:\\/.*[\\?\\&]cjevent=";
|
|
671
|
+
readonly kind: "regex";
|
|
672
|
+
readonly comment: "CJ general link param from piedotorg/standdown-domains";
|
|
673
|
+
}, {
|
|
674
|
+
readonly pattern: "^https?\\:\\/.*[\\?\\&]ranEAID=";
|
|
675
|
+
readonly kind: "regex";
|
|
676
|
+
readonly comment: "RAN general link param on landing from piedotorg/standdown-domains";
|
|
677
|
+
}, {
|
|
678
|
+
readonly pattern: "^https?\\:\\/\\/tk\\.jrs5\\.com\\/";
|
|
679
|
+
readonly kind: "regex";
|
|
680
|
+
readonly comment: "RAN domain from piedotorg/standdown-domains";
|
|
681
|
+
}, {
|
|
682
|
+
readonly pattern: "^https?\\:\\/\\/linksynergy\\.jrs5\\.com\\/";
|
|
683
|
+
readonly kind: "regex";
|
|
684
|
+
readonly comment: "RAN domain from piedotorg/standdown-domains";
|
|
685
|
+
}, {
|
|
686
|
+
readonly pattern: "^https?\\:\\/\\/click\\.linksynergy\\.com\\/";
|
|
687
|
+
readonly kind: "regex";
|
|
688
|
+
readonly comment: "RAN domain from piedotorg/standdown-domains";
|
|
689
|
+
}, {
|
|
690
|
+
readonly pattern: "^https?\\:\\/\\/www\\.gopjn\\.com\\/t";
|
|
691
|
+
readonly kind: "regex";
|
|
692
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
693
|
+
}, {
|
|
694
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pjatr\\.com\\/t";
|
|
695
|
+
readonly kind: "regex";
|
|
696
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
697
|
+
}, {
|
|
698
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pjtra\\.com\\/t";
|
|
699
|
+
readonly kind: "regex";
|
|
700
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
701
|
+
}, {
|
|
702
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pntra\\.com\\/t\\/\\w+-\\w+";
|
|
703
|
+
readonly kind: "regex";
|
|
704
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
705
|
+
}, {
|
|
706
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pntrac\\.com\\/t\\/\\w+-\\w+";
|
|
707
|
+
readonly kind: "regex";
|
|
708
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
709
|
+
}, {
|
|
710
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pntrs\\.com\\/t\\/\\w+-\\w+";
|
|
711
|
+
readonly kind: "regex";
|
|
712
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
713
|
+
}, {
|
|
714
|
+
readonly pattern: "^https?\\:\\/.*\\.pepperjamnetwork\\.com";
|
|
715
|
+
readonly kind: "regex";
|
|
716
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
717
|
+
}, {
|
|
718
|
+
readonly pattern: "^https?\\:\\/.*[\\?\\&]irgwc=";
|
|
719
|
+
readonly kind: "regex";
|
|
720
|
+
readonly comment: "IMPACT landing page param on landing from piedotorg/standdown-domains";
|
|
721
|
+
}, {
|
|
722
|
+
readonly pattern: "^https?\\:\\/\\/prf.hn/";
|
|
723
|
+
readonly kind: "regex";
|
|
724
|
+
readonly comment: "PZ general affiliate link from piedotorg/standdown-domains";
|
|
725
|
+
}, {
|
|
726
|
+
readonly pattern: "^https?\\:\\/\\/www\\.awin1.com/";
|
|
727
|
+
readonly kind: "regex";
|
|
728
|
+
readonly comment: "AW general affiliate link from piedotorg/standdown-domains";
|
|
729
|
+
}, {
|
|
730
|
+
readonly pattern: "^https?\\:\\/\\/track\\.webgains\\.com/";
|
|
731
|
+
readonly kind: "regex";
|
|
732
|
+
readonly comment: "Webgains general affiliate link from piedotorg/standdown-domains";
|
|
733
|
+
}, {
|
|
734
|
+
readonly pattern: "^https?\\:\\/\\/shrsl.com/";
|
|
735
|
+
readonly kind: "regex";
|
|
736
|
+
readonly comment: "Sharesale shortened affiliate link from piedotorg/standdown-domains";
|
|
737
|
+
}, {
|
|
738
|
+
readonly pattern: "^https?\\:\\/\\/www\\.shareasale.com/";
|
|
739
|
+
readonly kind: "regex";
|
|
740
|
+
readonly comment: "Sharesale general affiliate link from piedotorg/standdown-domains";
|
|
741
|
+
}, {
|
|
742
|
+
readonly pattern: "^https?\\:\\/\\/howl\\.link\\/link";
|
|
743
|
+
readonly kind: "regex";
|
|
744
|
+
readonly comment: "Howl partner general affiliate link from piedotorg/standdown-domains";
|
|
745
|
+
}, {
|
|
746
|
+
readonly pattern: "^https:\\/\\/[\\w]+\\.ebay.*[\\?\\&](mkcid=|campid=|mkevt=)";
|
|
747
|
+
readonly kind: "regex";
|
|
748
|
+
readonly comment: "EBAY affiliate query param from piedotorg/standdown-domains";
|
|
749
|
+
}];
|
|
750
|
+
};
|
|
751
|
+
readonly standdown: {
|
|
752
|
+
readonly scope: "advertiser";
|
|
753
|
+
readonly sessionRule: "inactivity-window";
|
|
754
|
+
readonly minDurationMs: 5400000;
|
|
755
|
+
readonly inactivityMs: 3600000;
|
|
756
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
757
|
+
};
|
|
758
|
+
readonly activation: {
|
|
759
|
+
readonly mode: "user-click";
|
|
760
|
+
};
|
|
761
|
+
readonly metadata: {
|
|
762
|
+
readonly sourceUrl: "https://raw.githubusercontent.com/piedotorg/standdown-domains/main/standdown-domains.json";
|
|
763
|
+
readonly lastVerified: "2026-07-10";
|
|
764
|
+
readonly notes: "Full piedotorg/standdown-domains rule set imported under MIT license; duration semantics use Affiliate Software Code of Conduct defaults.";
|
|
765
|
+
};
|
|
766
|
+
};
|
|
767
|
+
declare const allPolicies: readonly [{
|
|
768
|
+
readonly id: "cj";
|
|
769
|
+
readonly schemaVersion: 3;
|
|
770
|
+
readonly policyVersion: "0.1.0";
|
|
771
|
+
readonly network: {
|
|
772
|
+
readonly id: "cj";
|
|
773
|
+
readonly name: "CJ Affiliate";
|
|
774
|
+
readonly policyUrl: "https://www.cj.com/legal/software-policy";
|
|
775
|
+
};
|
|
776
|
+
readonly detection: {
|
|
777
|
+
readonly landingParams: readonly [{
|
|
778
|
+
readonly anyOf: readonly [{
|
|
779
|
+
readonly allOf: readonly [{
|
|
780
|
+
readonly name: "cjevent";
|
|
781
|
+
}];
|
|
782
|
+
}];
|
|
783
|
+
}, {
|
|
784
|
+
readonly anyOf: readonly [{
|
|
785
|
+
readonly allOf: readonly [{
|
|
786
|
+
readonly name: "cjdata";
|
|
787
|
+
}];
|
|
788
|
+
}];
|
|
789
|
+
}, {
|
|
790
|
+
readonly anyOf: readonly [{
|
|
791
|
+
readonly allOf: readonly [{
|
|
792
|
+
readonly name: "utm_source";
|
|
793
|
+
readonly value: "cj";
|
|
794
|
+
readonly match: "equals";
|
|
795
|
+
}];
|
|
796
|
+
}];
|
|
797
|
+
}, {
|
|
798
|
+
readonly anyOf: readonly [{
|
|
799
|
+
readonly allOf: readonly [{
|
|
800
|
+
readonly name: "sf_cs";
|
|
801
|
+
readonly value: "cj";
|
|
802
|
+
readonly match: "equals";
|
|
803
|
+
}];
|
|
804
|
+
}];
|
|
805
|
+
}, {
|
|
806
|
+
readonly anyOf: readonly [{
|
|
807
|
+
readonly allOf: readonly [{
|
|
808
|
+
readonly name: "afsrc";
|
|
809
|
+
readonly value: "1";
|
|
810
|
+
readonly match: "equals";
|
|
811
|
+
}];
|
|
812
|
+
}];
|
|
813
|
+
}];
|
|
814
|
+
readonly redirectDomains: readonly [{
|
|
815
|
+
readonly pattern: "anrdoezrs.net";
|
|
816
|
+
readonly kind: "suffix";
|
|
817
|
+
readonly comment: "CJ rotating domain";
|
|
818
|
+
}, {
|
|
819
|
+
readonly pattern: "commission-junction.com";
|
|
820
|
+
readonly kind: "suffix";
|
|
821
|
+
readonly comment: "CJ rotating domain";
|
|
822
|
+
}, {
|
|
823
|
+
readonly pattern: "dpbolvw.net";
|
|
824
|
+
readonly kind: "suffix";
|
|
825
|
+
readonly comment: "CJ rotating domain";
|
|
826
|
+
}, {
|
|
827
|
+
readonly pattern: "apmebf.com";
|
|
828
|
+
readonly kind: "suffix";
|
|
829
|
+
readonly comment: "CJ rotating domain";
|
|
830
|
+
}, {
|
|
831
|
+
readonly pattern: "jdoqocy.com";
|
|
832
|
+
readonly kind: "suffix";
|
|
833
|
+
readonly comment: "CJ rotating domain";
|
|
834
|
+
}, {
|
|
835
|
+
readonly pattern: "kqzyfj.com";
|
|
836
|
+
readonly kind: "suffix";
|
|
837
|
+
readonly comment: "CJ rotating domain";
|
|
838
|
+
}, {
|
|
839
|
+
readonly pattern: "qksrv.net";
|
|
840
|
+
readonly kind: "suffix";
|
|
841
|
+
readonly comment: "CJ rotating domain";
|
|
842
|
+
}, {
|
|
843
|
+
readonly pattern: "tkqlhce.com";
|
|
844
|
+
readonly kind: "suffix";
|
|
845
|
+
readonly comment: "CJ rotating domain";
|
|
846
|
+
}, {
|
|
847
|
+
readonly pattern: "qksz.net";
|
|
848
|
+
readonly kind: "suffix";
|
|
849
|
+
readonly comment: "CJ rotating domain";
|
|
850
|
+
}, {
|
|
851
|
+
readonly pattern: "afcyhf.com";
|
|
852
|
+
readonly kind: "suffix";
|
|
853
|
+
readonly comment: "CJ rotating domain";
|
|
854
|
+
}, {
|
|
855
|
+
readonly pattern: "awltovhc.com";
|
|
856
|
+
readonly kind: "suffix";
|
|
857
|
+
readonly comment: "CJ rotating domain";
|
|
858
|
+
}, {
|
|
859
|
+
readonly pattern: "ftjcfx.com";
|
|
860
|
+
readonly kind: "suffix";
|
|
861
|
+
readonly comment: "CJ rotating domain";
|
|
862
|
+
}, {
|
|
863
|
+
readonly pattern: "lduhtrp.net";
|
|
864
|
+
readonly kind: "suffix";
|
|
865
|
+
readonly comment: "CJ rotating domain";
|
|
866
|
+
}, {
|
|
867
|
+
readonly pattern: "tqlkg.com";
|
|
868
|
+
readonly kind: "suffix";
|
|
869
|
+
readonly comment: "CJ rotating domain";
|
|
870
|
+
}, {
|
|
871
|
+
readonly pattern: "awxibrm.com";
|
|
872
|
+
readonly kind: "suffix";
|
|
873
|
+
readonly comment: "CJ rotating domain";
|
|
874
|
+
}, {
|
|
875
|
+
readonly pattern: "cualbr.com";
|
|
876
|
+
readonly kind: "suffix";
|
|
877
|
+
readonly comment: "CJ rotating domain";
|
|
878
|
+
}, {
|
|
879
|
+
readonly pattern: "rnsfpw.net";
|
|
880
|
+
readonly kind: "suffix";
|
|
881
|
+
readonly comment: "CJ rotating domain";
|
|
882
|
+
}, {
|
|
883
|
+
readonly pattern: "vofzpwh.com";
|
|
884
|
+
readonly kind: "suffix";
|
|
885
|
+
readonly comment: "CJ rotating domain";
|
|
886
|
+
}, {
|
|
887
|
+
readonly pattern: "yceml.net";
|
|
888
|
+
readonly kind: "suffix";
|
|
889
|
+
readonly comment: "CJ rotating domain";
|
|
890
|
+
}];
|
|
891
|
+
readonly cookiePatterns: readonly [{
|
|
892
|
+
readonly name: "cje";
|
|
893
|
+
readonly match: "substring";
|
|
894
|
+
}, {
|
|
895
|
+
readonly name: "cjevent_dc";
|
|
896
|
+
readonly match: "substring";
|
|
897
|
+
}];
|
|
898
|
+
};
|
|
899
|
+
readonly standdown: {
|
|
900
|
+
readonly scope: "advertiser";
|
|
901
|
+
readonly sessionRule: "session-or-min";
|
|
902
|
+
readonly minDurationMs: 1800000;
|
|
903
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
904
|
+
};
|
|
905
|
+
readonly activation: {
|
|
906
|
+
readonly mode: "user-click";
|
|
907
|
+
};
|
|
908
|
+
readonly metadata: {
|
|
909
|
+
readonly sourceUrl: "https://www.cj.com/legal/software-policy";
|
|
910
|
+
readonly lastVerified: "2026-07-10";
|
|
911
|
+
readonly notes: "CJ policy cites CJ domains, afsrc=1, and cjevent; rotating domain list is attributed to piedotorg/standdown-domains.";
|
|
912
|
+
};
|
|
913
|
+
}, {
|
|
914
|
+
readonly id: "impact";
|
|
915
|
+
readonly schemaVersion: 3;
|
|
916
|
+
readonly policyVersion: "0.1.0";
|
|
917
|
+
readonly network: {
|
|
918
|
+
readonly id: "impact";
|
|
919
|
+
readonly name: "Impact";
|
|
920
|
+
readonly policyUrl: "https://impact.com/stand-down-policy.ihtml";
|
|
921
|
+
};
|
|
922
|
+
readonly detection: {
|
|
923
|
+
readonly landingParams: readonly [{
|
|
924
|
+
readonly anyOf: readonly [{
|
|
925
|
+
readonly allOf: readonly [{
|
|
926
|
+
readonly name: "afsrc";
|
|
927
|
+
readonly value: "1";
|
|
928
|
+
readonly match: "equals";
|
|
929
|
+
}];
|
|
930
|
+
}];
|
|
931
|
+
}, {
|
|
932
|
+
readonly anyOf: readonly [{
|
|
933
|
+
readonly allOf: readonly [{
|
|
934
|
+
readonly name: "irclickid";
|
|
935
|
+
}];
|
|
936
|
+
}];
|
|
937
|
+
}, {
|
|
938
|
+
readonly anyOf: readonly [{
|
|
939
|
+
readonly allOf: readonly [{
|
|
940
|
+
readonly name: "irgwc";
|
|
941
|
+
}];
|
|
942
|
+
}];
|
|
943
|
+
}];
|
|
944
|
+
readonly cookiePatterns: readonly [{
|
|
945
|
+
readonly name: "im_ref";
|
|
946
|
+
readonly match: "substring";
|
|
947
|
+
}];
|
|
948
|
+
};
|
|
949
|
+
readonly standdown: {
|
|
950
|
+
readonly scope: "advertiser";
|
|
951
|
+
readonly sessionRule: "session-or-min";
|
|
952
|
+
readonly minDurationMs: 1800000;
|
|
953
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
954
|
+
};
|
|
955
|
+
readonly activation: {
|
|
956
|
+
readonly mode: "user-click";
|
|
957
|
+
};
|
|
958
|
+
readonly metadata: {
|
|
959
|
+
readonly sourceUrl: "https://impact.com/stand-down-policy.ihtml";
|
|
960
|
+
readonly lastVerified: "2026-07-10";
|
|
961
|
+
readonly notes: "Impact stand-down policy URL and irclickid/im_ref signals are from pre-build research; irgwc is attributed to piedotorg/standdown-domains.";
|
|
962
|
+
};
|
|
963
|
+
}, {
|
|
964
|
+
readonly id: "rakuten";
|
|
965
|
+
readonly schemaVersion: 3;
|
|
966
|
+
readonly policyVersion: "0.1.0";
|
|
967
|
+
readonly network: {
|
|
968
|
+
readonly id: "rakuten";
|
|
969
|
+
readonly name: "Rakuten Advertising";
|
|
970
|
+
readonly policyUrl: "https://github.com/rakutenrewards/PublisherStandown-SDK";
|
|
971
|
+
};
|
|
972
|
+
readonly detection: {
|
|
973
|
+
readonly landingParams: readonly [{
|
|
974
|
+
readonly anyOf: readonly [{
|
|
975
|
+
readonly allOf: readonly [{
|
|
976
|
+
readonly name: "ranMID";
|
|
977
|
+
}, {
|
|
978
|
+
readonly name: "ranEAID";
|
|
979
|
+
}, {
|
|
980
|
+
readonly name: "ranSiteID";
|
|
981
|
+
}];
|
|
982
|
+
}, {
|
|
983
|
+
readonly allOf: readonly [{
|
|
984
|
+
readonly name: "ranEAID";
|
|
985
|
+
}, {
|
|
986
|
+
readonly name: "ranSiteID";
|
|
987
|
+
}];
|
|
988
|
+
}, {
|
|
989
|
+
readonly allOf: readonly [{
|
|
990
|
+
readonly name: "ranSiteID";
|
|
991
|
+
}];
|
|
992
|
+
}, {
|
|
993
|
+
readonly allOf: readonly [{
|
|
994
|
+
readonly name: "siteID";
|
|
995
|
+
}];
|
|
996
|
+
}];
|
|
997
|
+
}];
|
|
998
|
+
readonly redirectDomains: readonly [{
|
|
999
|
+
readonly pattern: "click.linksynergy.com";
|
|
1000
|
+
readonly kind: "suffix";
|
|
1001
|
+
}, {
|
|
1002
|
+
readonly pattern: "linksynergy.jrs5.com";
|
|
1003
|
+
readonly kind: "suffix";
|
|
1004
|
+
}, {
|
|
1005
|
+
readonly pattern: "tk.jrs5.com";
|
|
1006
|
+
readonly kind: "suffix";
|
|
1007
|
+
}, {
|
|
1008
|
+
readonly pattern: "(^|\\.)linksynergy\\.[a-z]+$";
|
|
1009
|
+
readonly kind: "regex";
|
|
1010
|
+
readonly comment: "linksynergy.* domain family";
|
|
1011
|
+
}];
|
|
1012
|
+
readonly cookiePatterns: readonly [{
|
|
1013
|
+
readonly name: "lsclick_mid";
|
|
1014
|
+
readonly match: "substring";
|
|
1015
|
+
}, {
|
|
1016
|
+
readonly name: "linkshare";
|
|
1017
|
+
readonly match: "substring";
|
|
1018
|
+
}];
|
|
1019
|
+
};
|
|
1020
|
+
readonly standdown: {
|
|
1021
|
+
readonly scope: "advertiser";
|
|
1022
|
+
readonly sessionRule: "session-or-min";
|
|
1023
|
+
readonly minDurationMs: 5400000;
|
|
1024
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
1025
|
+
};
|
|
1026
|
+
readonly activation: {
|
|
1027
|
+
readonly mode: "user-click";
|
|
1028
|
+
};
|
|
1029
|
+
readonly metadata: {
|
|
1030
|
+
readonly sourceUrl: "https://github.com/rakutenrewards/PublisherStandown-SDK";
|
|
1031
|
+
readonly lastVerified: "2026-07-10";
|
|
1032
|
+
readonly notes: "Rakuten SDK is detection-only and ships no policies; duration uses CoC fallback because the public source describes browser-session semantics without a fixed millisecond value.";
|
|
1033
|
+
};
|
|
1034
|
+
}, {
|
|
1035
|
+
readonly id: "awin";
|
|
1036
|
+
readonly schemaVersion: 3;
|
|
1037
|
+
readonly policyVersion: "0.1.0";
|
|
1038
|
+
readonly network: {
|
|
1039
|
+
readonly id: "awin";
|
|
1040
|
+
readonly name: "Awin";
|
|
1041
|
+
readonly policyUrl: "https://success.awin.com/s/article/Downloadable-Software-Guidelines";
|
|
1042
|
+
};
|
|
1043
|
+
readonly detection: {
|
|
1044
|
+
readonly landingParams: readonly [{
|
|
1045
|
+
readonly anyOf: readonly [{
|
|
1046
|
+
readonly allOf: readonly [{
|
|
1047
|
+
readonly name: "awc";
|
|
1048
|
+
}];
|
|
1049
|
+
}];
|
|
1050
|
+
}, {
|
|
1051
|
+
readonly anyOf: readonly [{
|
|
1052
|
+
readonly allOf: readonly [{
|
|
1053
|
+
readonly name: "utm_source";
|
|
1054
|
+
readonly value: "aw";
|
|
1055
|
+
readonly match: "equals";
|
|
1056
|
+
}];
|
|
1057
|
+
}];
|
|
1058
|
+
}, {
|
|
1059
|
+
readonly anyOf: readonly [{
|
|
1060
|
+
readonly allOf: readonly [{
|
|
1061
|
+
readonly name: "source";
|
|
1062
|
+
readonly value: "aw";
|
|
1063
|
+
readonly match: "equals";
|
|
1064
|
+
}];
|
|
1065
|
+
}];
|
|
1066
|
+
}];
|
|
1067
|
+
readonly redirectDomains: readonly [{
|
|
1068
|
+
readonly pattern: "awin1.com";
|
|
1069
|
+
readonly kind: "suffix";
|
|
1070
|
+
}];
|
|
1071
|
+
};
|
|
1072
|
+
readonly standdown: {
|
|
1073
|
+
readonly scope: "advertiser";
|
|
1074
|
+
readonly sessionRule: "inactivity-window";
|
|
1075
|
+
readonly minDurationMs: 5400000;
|
|
1076
|
+
readonly inactivityMs: 3600000;
|
|
1077
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
1078
|
+
};
|
|
1079
|
+
readonly activation: {
|
|
1080
|
+
readonly mode: "user-click";
|
|
1081
|
+
};
|
|
1082
|
+
readonly metadata: {
|
|
1083
|
+
readonly sourceUrl: "https://success.awin.com/s/article/Downloadable-Software-Guidelines";
|
|
1084
|
+
readonly lastVerified: "2026-07-10";
|
|
1085
|
+
readonly notes: "Awin awc/awin1.com signals are from pre-build research, Awin downloadable-software guidance, Awin Soft Click status docs, and piedotorg/standdown-domains. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
|
|
1086
|
+
};
|
|
1087
|
+
}, {
|
|
1088
|
+
readonly id: "shareasale";
|
|
1089
|
+
readonly schemaVersion: 3;
|
|
1090
|
+
readonly policyVersion: "0.1.0";
|
|
1091
|
+
readonly network: {
|
|
1092
|
+
readonly id: "shareasale";
|
|
1093
|
+
readonly name: "ShareASale";
|
|
1094
|
+
readonly policyUrl: "https://success.awin.com/s/article/Downloadable-Software-Guidelines";
|
|
1095
|
+
};
|
|
1096
|
+
readonly detection: {
|
|
1097
|
+
readonly landingParams: readonly [{
|
|
1098
|
+
readonly anyOf: readonly [{
|
|
1099
|
+
readonly allOf: readonly [{
|
|
1100
|
+
readonly name: "sscid";
|
|
1101
|
+
}];
|
|
1102
|
+
}];
|
|
1103
|
+
}];
|
|
1104
|
+
readonly redirectDomains: readonly [{
|
|
1105
|
+
readonly pattern: "shareasale.com";
|
|
1106
|
+
readonly kind: "suffix";
|
|
1107
|
+
}, {
|
|
1108
|
+
readonly pattern: "shrsl.com";
|
|
1109
|
+
readonly kind: "suffix";
|
|
1110
|
+
}];
|
|
1111
|
+
readonly cookiePatterns: readonly [{
|
|
1112
|
+
readonly name: "sscid";
|
|
1113
|
+
readonly match: "substring";
|
|
1114
|
+
}];
|
|
1115
|
+
};
|
|
1116
|
+
readonly standdown: {
|
|
1117
|
+
readonly scope: "advertiser";
|
|
1118
|
+
readonly sessionRule: "inactivity-window";
|
|
1119
|
+
readonly minDurationMs: 5400000;
|
|
1120
|
+
readonly inactivityMs: 3600000;
|
|
1121
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
1122
|
+
};
|
|
1123
|
+
readonly activation: {
|
|
1124
|
+
readonly mode: "user-click";
|
|
1125
|
+
};
|
|
1126
|
+
readonly metadata: {
|
|
1127
|
+
readonly sourceUrl: "https://success.awin.com/s/article/Downloadable-Software-Guidelines";
|
|
1128
|
+
readonly lastVerified: "2026-07-10";
|
|
1129
|
+
readonly notes: "ShareASale is Awin-owned and is treated under Awin downloadable-software/CoC guidance. sscid/shareasale.com/shrsl.com signals are from pre-build research and piedotorg/standdown-domains. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
|
|
1130
|
+
};
|
|
1131
|
+
}, {
|
|
1132
|
+
readonly id: "ebay-epn";
|
|
1133
|
+
readonly schemaVersion: 3;
|
|
1134
|
+
readonly policyVersion: "0.1.0";
|
|
1135
|
+
readonly network: {
|
|
1136
|
+
readonly id: "ebay-epn";
|
|
1137
|
+
readonly name: "eBay Partner Network";
|
|
1138
|
+
readonly policyUrl: "https://partnernetwork.ebay.com/browser-extension-policy";
|
|
1139
|
+
};
|
|
1140
|
+
readonly detection: {
|
|
1141
|
+
readonly advertiserHosts: readonly [{
|
|
1142
|
+
readonly pattern: "(^|\\.)ebay\\.[a-z.]+$";
|
|
1143
|
+
readonly kind: "regex";
|
|
1144
|
+
readonly comment: "Scope eBay journey-only rules to eBay advertiser hosts";
|
|
1145
|
+
}];
|
|
1146
|
+
readonly landingParams: readonly [{
|
|
1147
|
+
readonly anyOf: readonly [{
|
|
1148
|
+
readonly allOf: readonly [{
|
|
1149
|
+
readonly name: "campid";
|
|
1150
|
+
}];
|
|
1151
|
+
}, {
|
|
1152
|
+
readonly allOf: readonly [{
|
|
1153
|
+
readonly name: "pubid";
|
|
1154
|
+
}];
|
|
1155
|
+
}, {
|
|
1156
|
+
readonly allOf: readonly [{
|
|
1157
|
+
readonly name: "mkevt";
|
|
1158
|
+
}];
|
|
1159
|
+
}, {
|
|
1160
|
+
readonly allOf: readonly [{
|
|
1161
|
+
readonly name: "mkcid";
|
|
1162
|
+
}];
|
|
1163
|
+
}, {
|
|
1164
|
+
readonly allOf: readonly [{
|
|
1165
|
+
readonly name: "mkrid";
|
|
1166
|
+
}];
|
|
1167
|
+
}, {
|
|
1168
|
+
readonly allOf: readonly [{
|
|
1169
|
+
readonly name: "campid";
|
|
1170
|
+
}, {
|
|
1171
|
+
readonly name: "_trkparms";
|
|
1172
|
+
}];
|
|
1173
|
+
}, {
|
|
1174
|
+
readonly allOf: readonly [{
|
|
1175
|
+
readonly name: "mktype";
|
|
1176
|
+
}, {
|
|
1177
|
+
readonly name: "gclid";
|
|
1178
|
+
}];
|
|
1179
|
+
}];
|
|
1180
|
+
}];
|
|
1181
|
+
readonly redirectDomains: readonly [{
|
|
1182
|
+
readonly pattern: "rover.ebay.com";
|
|
1183
|
+
readonly kind: "suffix";
|
|
1184
|
+
}];
|
|
1185
|
+
readonly initiatorRules: readonly [{
|
|
1186
|
+
readonly referrerClass: "other";
|
|
1187
|
+
readonly reason: "non-approved source during eBay journey";
|
|
1188
|
+
}];
|
|
1189
|
+
};
|
|
1190
|
+
readonly standdown: {
|
|
1191
|
+
readonly scope: "advertiser";
|
|
1192
|
+
readonly sessionRule: "inactivity-window";
|
|
1193
|
+
readonly minDurationMs: 5400000;
|
|
1194
|
+
readonly inactivityMs: 3600000;
|
|
1195
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
1196
|
+
};
|
|
1197
|
+
readonly activation: {
|
|
1198
|
+
readonly mode: "user-click";
|
|
1199
|
+
readonly maxPromptsPerJourney: 2;
|
|
1200
|
+
readonly allowedReferrerClasses: readonly ["own-site", "organic", "direct"];
|
|
1201
|
+
};
|
|
1202
|
+
readonly metadata: {
|
|
1203
|
+
readonly sourceUrl: "https://partnernetwork.ebay.com/browser-extension-policy";
|
|
1204
|
+
readonly lastVerified: "2026-07-10";
|
|
1205
|
+
readonly notes: "eBay prompt/referrer requirements are from pre-build research; landing params and rover.ebay.com are also attributed to piedotorg/standdown-domains.";
|
|
1206
|
+
};
|
|
1207
|
+
}, {
|
|
1208
|
+
readonly id: "amazon";
|
|
1209
|
+
readonly schemaVersion: 3;
|
|
1210
|
+
readonly policyVersion: "0.1.0";
|
|
1211
|
+
readonly network: {
|
|
1212
|
+
readonly id: "amazon";
|
|
1213
|
+
readonly name: "Amazon Associates";
|
|
1214
|
+
readonly policyUrl: "https://affiliate-program.amazon.com/help/operating/policies";
|
|
1215
|
+
};
|
|
1216
|
+
readonly detection: {
|
|
1217
|
+
readonly advertiserHosts: readonly [{
|
|
1218
|
+
readonly pattern: "(^|\\.)amazon\\.[a-z.]+$";
|
|
1219
|
+
readonly kind: "regex";
|
|
1220
|
+
readonly comment: "Scope Amazon tag detection to Amazon advertiser hosts";
|
|
1221
|
+
}];
|
|
1222
|
+
readonly landingParams: readonly [{
|
|
1223
|
+
readonly anyOf: readonly [{
|
|
1224
|
+
readonly allOf: readonly [{
|
|
1225
|
+
readonly name: "tag";
|
|
1226
|
+
}];
|
|
1227
|
+
}];
|
|
1228
|
+
}];
|
|
1229
|
+
};
|
|
1230
|
+
readonly standdown: {
|
|
1231
|
+
readonly scope: "advertiser";
|
|
1232
|
+
readonly sessionRule: "session-or-min";
|
|
1233
|
+
readonly minDurationMs: 5400000;
|
|
1234
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
1235
|
+
};
|
|
1236
|
+
readonly activation: {
|
|
1237
|
+
readonly mode: "never";
|
|
1238
|
+
};
|
|
1239
|
+
readonly metadata: {
|
|
1240
|
+
readonly sourceUrl: "https://affiliate-program.amazon.com/help/operating/policies";
|
|
1241
|
+
readonly lastVerified: "2026-07-10";
|
|
1242
|
+
readonly notes: "Amazon forbids Special Links in browser extensions; tag is detected for attribution visibility, but activation is never allowed.";
|
|
1243
|
+
};
|
|
1244
|
+
}, {
|
|
1245
|
+
readonly id: "sovrn-skimlinks";
|
|
1246
|
+
readonly schemaVersion: 3;
|
|
1247
|
+
readonly policyVersion: "0.1.0";
|
|
1248
|
+
readonly network: {
|
|
1249
|
+
readonly id: "sovrn-skimlinks";
|
|
1250
|
+
readonly name: "Sovrn / Skimlinks";
|
|
1251
|
+
readonly policyUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
|
|
1252
|
+
};
|
|
1253
|
+
readonly detection: {
|
|
1254
|
+
readonly redirectDomains: readonly [{
|
|
1255
|
+
readonly pattern: "go.skimresources.com";
|
|
1256
|
+
readonly kind: "suffix";
|
|
1257
|
+
}, {
|
|
1258
|
+
readonly pattern: "go.redirectingat.com";
|
|
1259
|
+
readonly kind: "suffix";
|
|
1260
|
+
}];
|
|
1261
|
+
};
|
|
1262
|
+
readonly standdown: {
|
|
1263
|
+
readonly scope: "advertiser";
|
|
1264
|
+
readonly sessionRule: "inactivity-window";
|
|
1265
|
+
readonly minDurationMs: 5400000;
|
|
1266
|
+
readonly inactivityMs: 3600000;
|
|
1267
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
1268
|
+
};
|
|
1269
|
+
readonly activation: {
|
|
1270
|
+
readonly mode: "user-click";
|
|
1271
|
+
};
|
|
1272
|
+
readonly metadata: {
|
|
1273
|
+
readonly sourceUrl: "https://www.sovrn.com/sovrn-commerce-publisher-code-of-conduct/";
|
|
1274
|
+
readonly lastVerified: "2026-07-10";
|
|
1275
|
+
readonly notes: "unverified against network docs; redirect domains from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
|
|
1276
|
+
};
|
|
1277
|
+
}, {
|
|
1278
|
+
readonly id: "partnerize";
|
|
1279
|
+
readonly schemaVersion: 3;
|
|
1280
|
+
readonly policyVersion: "0.1.0";
|
|
1281
|
+
readonly network: {
|
|
1282
|
+
readonly id: "partnerize";
|
|
1283
|
+
readonly name: "Partnerize";
|
|
1284
|
+
readonly policyUrl: "https://partnerize.com/legal/terms-and-conditions/";
|
|
1285
|
+
};
|
|
1286
|
+
readonly detection: {
|
|
1287
|
+
readonly landingParams: readonly [{
|
|
1288
|
+
readonly anyOf: readonly [{
|
|
1289
|
+
readonly allOf: readonly [{
|
|
1290
|
+
readonly name: "clickref";
|
|
1291
|
+
}];
|
|
1292
|
+
}];
|
|
1293
|
+
}];
|
|
1294
|
+
readonly redirectDomains: readonly [{
|
|
1295
|
+
readonly pattern: "prf.hn";
|
|
1296
|
+
readonly kind: "suffix";
|
|
1297
|
+
}];
|
|
1298
|
+
};
|
|
1299
|
+
readonly standdown: {
|
|
1300
|
+
readonly scope: "advertiser";
|
|
1301
|
+
readonly sessionRule: "inactivity-window";
|
|
1302
|
+
readonly minDurationMs: 5400000;
|
|
1303
|
+
readonly inactivityMs: 3600000;
|
|
1304
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
1305
|
+
};
|
|
1306
|
+
readonly activation: {
|
|
1307
|
+
readonly mode: "user-click";
|
|
1308
|
+
};
|
|
1309
|
+
readonly metadata: {
|
|
1310
|
+
readonly sourceUrl: "https://partnerize.com/legal/terms-and-conditions/";
|
|
1311
|
+
readonly lastVerified: "2026-07-10";
|
|
1312
|
+
readonly notes: "unverified against network docs; prf.hn redirect domain from domain knowledge. CoC inactivity-window defaults are broader than the seed table session-or-min entry and are ratified by SPEC A5.";
|
|
1313
|
+
};
|
|
1314
|
+
}, {
|
|
1315
|
+
readonly id: "universal";
|
|
1316
|
+
readonly schemaVersion: 3;
|
|
1317
|
+
readonly policyVersion: "0.1.0";
|
|
1318
|
+
readonly network: {
|
|
1319
|
+
readonly id: "universal";
|
|
1320
|
+
readonly name: "Universal affiliate source";
|
|
1321
|
+
readonly policyUrl: "https://github.com/piedotorg/standdown-domains";
|
|
1322
|
+
};
|
|
1323
|
+
readonly detection: {
|
|
1324
|
+
readonly landingParams: readonly [{
|
|
1325
|
+
readonly anyOf: readonly [{
|
|
1326
|
+
readonly allOf: readonly [{
|
|
1327
|
+
readonly name: "afsrc";
|
|
1328
|
+
readonly value: "1";
|
|
1329
|
+
readonly match: "equals";
|
|
1330
|
+
}];
|
|
1331
|
+
}];
|
|
1332
|
+
}];
|
|
1333
|
+
readonly redirectDomains: readonly [{
|
|
1334
|
+
readonly pattern: "^https?\\:\\/.*[\\?\\&]afsrc=1";
|
|
1335
|
+
readonly kind: "regex";
|
|
1336
|
+
readonly comment: "Universal standdown parameter from piedotorg/standdown-domains";
|
|
1337
|
+
}, {
|
|
1338
|
+
readonly pattern: "^https?:\\/\\/www\\.youtube\\.com\\/redirect";
|
|
1339
|
+
readonly kind: "regex";
|
|
1340
|
+
readonly comment: "YouTube redirect to a merchant from piedotorg/standdown-domains";
|
|
1341
|
+
}, {
|
|
1342
|
+
readonly pattern: "^https?\\:\\/\\/www\\.anrdoezrs\\.net\\/";
|
|
1343
|
+
readonly kind: "regex";
|
|
1344
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1345
|
+
}, {
|
|
1346
|
+
readonly pattern: "^https?\\:\\/\\/www\\.commission-junction\\.com\\/";
|
|
1347
|
+
readonly kind: "regex";
|
|
1348
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1349
|
+
}, {
|
|
1350
|
+
readonly pattern: "^https?\\:\\/\\/www\\.dpbolvw\\.net\\/";
|
|
1351
|
+
readonly kind: "regex";
|
|
1352
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1353
|
+
}, {
|
|
1354
|
+
readonly pattern: "^https?\\:\\/\\/www\\.apmebf\\.com\\/";
|
|
1355
|
+
readonly kind: "regex";
|
|
1356
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1357
|
+
}, {
|
|
1358
|
+
readonly pattern: "^https?\\:\\/\\/www\\.jdoqocy\\.com\\/";
|
|
1359
|
+
readonly kind: "regex";
|
|
1360
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1361
|
+
}, {
|
|
1362
|
+
readonly pattern: "^https?\\:\\/\\/www\\.kqzyfj\\.com\\/";
|
|
1363
|
+
readonly kind: "regex";
|
|
1364
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1365
|
+
}, {
|
|
1366
|
+
readonly pattern: "^https?\\:\\/\\/www\\.qksrv\\.net\\/";
|
|
1367
|
+
readonly kind: "regex";
|
|
1368
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1369
|
+
}, {
|
|
1370
|
+
readonly pattern: "^https?\\:\\/\\/www\\.tkqlhce\\.com\\/";
|
|
1371
|
+
readonly kind: "regex";
|
|
1372
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1373
|
+
}, {
|
|
1374
|
+
readonly pattern: "^https?\\:\\/\\/www\\.qksz\\.net\\/";
|
|
1375
|
+
readonly kind: "regex";
|
|
1376
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1377
|
+
}, {
|
|
1378
|
+
readonly pattern: "^https?\\:\\/\\/www\\.afcyhf\\.com\\/";
|
|
1379
|
+
readonly kind: "regex";
|
|
1380
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1381
|
+
}, {
|
|
1382
|
+
readonly pattern: "^https?\\:\\/\\/www\\.awltovhc\\.com\\/";
|
|
1383
|
+
readonly kind: "regex";
|
|
1384
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1385
|
+
}, {
|
|
1386
|
+
readonly pattern: "^https?\\:\\/\\/www\\.ftjcfx\\.com\\/";
|
|
1387
|
+
readonly kind: "regex";
|
|
1388
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1389
|
+
}, {
|
|
1390
|
+
readonly pattern: "^https?\\:\\/\\/www\\.lduhtrp\\.net\\/";
|
|
1391
|
+
readonly kind: "regex";
|
|
1392
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1393
|
+
}, {
|
|
1394
|
+
readonly pattern: "^https?\\:\\/\\/www\\.tqlkg\\.com\\/";
|
|
1395
|
+
readonly kind: "regex";
|
|
1396
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1397
|
+
}, {
|
|
1398
|
+
readonly pattern: "^https?\\:\\/\\/www\\.awxibrm\\.com\\/";
|
|
1399
|
+
readonly kind: "regex";
|
|
1400
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1401
|
+
}, {
|
|
1402
|
+
readonly pattern: "^https?\\:\\/\\/www\\.cualbr\\.com\\/";
|
|
1403
|
+
readonly kind: "regex";
|
|
1404
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1405
|
+
}, {
|
|
1406
|
+
readonly pattern: "^https?\\:\\/\\/www\\.rnsfpw\\.net\\/";
|
|
1407
|
+
readonly kind: "regex";
|
|
1408
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1409
|
+
}, {
|
|
1410
|
+
readonly pattern: "^https?\\:\\/\\/www\\.vofzpwh\\.com\\/";
|
|
1411
|
+
readonly kind: "regex";
|
|
1412
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1413
|
+
}, {
|
|
1414
|
+
readonly pattern: "^https?\\:\\/\\/www\\.yceml\\.net\\/";
|
|
1415
|
+
readonly kind: "regex";
|
|
1416
|
+
readonly comment: "CJ rotating domain from piedotorg/standdown-domains";
|
|
1417
|
+
}, {
|
|
1418
|
+
readonly pattern: "^https?\\:\\/.*[\\?\\&]cjevent=";
|
|
1419
|
+
readonly kind: "regex";
|
|
1420
|
+
readonly comment: "CJ general link param from piedotorg/standdown-domains";
|
|
1421
|
+
}, {
|
|
1422
|
+
readonly pattern: "^https?\\:\\/.*[\\?\\&]ranEAID=";
|
|
1423
|
+
readonly kind: "regex";
|
|
1424
|
+
readonly comment: "RAN general link param on landing from piedotorg/standdown-domains";
|
|
1425
|
+
}, {
|
|
1426
|
+
readonly pattern: "^https?\\:\\/\\/tk\\.jrs5\\.com\\/";
|
|
1427
|
+
readonly kind: "regex";
|
|
1428
|
+
readonly comment: "RAN domain from piedotorg/standdown-domains";
|
|
1429
|
+
}, {
|
|
1430
|
+
readonly pattern: "^https?\\:\\/\\/linksynergy\\.jrs5\\.com\\/";
|
|
1431
|
+
readonly kind: "regex";
|
|
1432
|
+
readonly comment: "RAN domain from piedotorg/standdown-domains";
|
|
1433
|
+
}, {
|
|
1434
|
+
readonly pattern: "^https?\\:\\/\\/click\\.linksynergy\\.com\\/";
|
|
1435
|
+
readonly kind: "regex";
|
|
1436
|
+
readonly comment: "RAN domain from piedotorg/standdown-domains";
|
|
1437
|
+
}, {
|
|
1438
|
+
readonly pattern: "^https?\\:\\/\\/www\\.gopjn\\.com\\/t";
|
|
1439
|
+
readonly kind: "regex";
|
|
1440
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
1441
|
+
}, {
|
|
1442
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pjatr\\.com\\/t";
|
|
1443
|
+
readonly kind: "regex";
|
|
1444
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
1445
|
+
}, {
|
|
1446
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pjtra\\.com\\/t";
|
|
1447
|
+
readonly kind: "regex";
|
|
1448
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
1449
|
+
}, {
|
|
1450
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pntra\\.com\\/t\\/\\w+-\\w+";
|
|
1451
|
+
readonly kind: "regex";
|
|
1452
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
1453
|
+
}, {
|
|
1454
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pntrac\\.com\\/t\\/\\w+-\\w+";
|
|
1455
|
+
readonly kind: "regex";
|
|
1456
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
1457
|
+
}, {
|
|
1458
|
+
readonly pattern: "^https?\\:\\/\\/www\\.pntrs\\.com\\/t\\/\\w+-\\w+";
|
|
1459
|
+
readonly kind: "regex";
|
|
1460
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
1461
|
+
}, {
|
|
1462
|
+
readonly pattern: "^https?\\:\\/.*\\.pepperjamnetwork\\.com";
|
|
1463
|
+
readonly kind: "regex";
|
|
1464
|
+
readonly comment: "ASC partner domain from piedotorg/standdown-domains";
|
|
1465
|
+
}, {
|
|
1466
|
+
readonly pattern: "^https?\\:\\/.*[\\?\\&]irgwc=";
|
|
1467
|
+
readonly kind: "regex";
|
|
1468
|
+
readonly comment: "IMPACT landing page param on landing from piedotorg/standdown-domains";
|
|
1469
|
+
}, {
|
|
1470
|
+
readonly pattern: "^https?\\:\\/\\/prf.hn/";
|
|
1471
|
+
readonly kind: "regex";
|
|
1472
|
+
readonly comment: "PZ general affiliate link from piedotorg/standdown-domains";
|
|
1473
|
+
}, {
|
|
1474
|
+
readonly pattern: "^https?\\:\\/\\/www\\.awin1.com/";
|
|
1475
|
+
readonly kind: "regex";
|
|
1476
|
+
readonly comment: "AW general affiliate link from piedotorg/standdown-domains";
|
|
1477
|
+
}, {
|
|
1478
|
+
readonly pattern: "^https?\\:\\/\\/track\\.webgains\\.com/";
|
|
1479
|
+
readonly kind: "regex";
|
|
1480
|
+
readonly comment: "Webgains general affiliate link from piedotorg/standdown-domains";
|
|
1481
|
+
}, {
|
|
1482
|
+
readonly pattern: "^https?\\:\\/\\/shrsl.com/";
|
|
1483
|
+
readonly kind: "regex";
|
|
1484
|
+
readonly comment: "Sharesale shortened affiliate link from piedotorg/standdown-domains";
|
|
1485
|
+
}, {
|
|
1486
|
+
readonly pattern: "^https?\\:\\/\\/www\\.shareasale.com/";
|
|
1487
|
+
readonly kind: "regex";
|
|
1488
|
+
readonly comment: "Sharesale general affiliate link from piedotorg/standdown-domains";
|
|
1489
|
+
}, {
|
|
1490
|
+
readonly pattern: "^https?\\:\\/\\/howl\\.link\\/link";
|
|
1491
|
+
readonly kind: "regex";
|
|
1492
|
+
readonly comment: "Howl partner general affiliate link from piedotorg/standdown-domains";
|
|
1493
|
+
}, {
|
|
1494
|
+
readonly pattern: "^https:\\/\\/[\\w]+\\.ebay.*[\\?\\&](mkcid=|campid=|mkevt=)";
|
|
1495
|
+
readonly kind: "regex";
|
|
1496
|
+
readonly comment: "EBAY affiliate query param from piedotorg/standdown-domains";
|
|
1497
|
+
}];
|
|
1498
|
+
};
|
|
1499
|
+
readonly standdown: {
|
|
1500
|
+
readonly scope: "advertiser";
|
|
1501
|
+
readonly sessionRule: "inactivity-window";
|
|
1502
|
+
readonly minDurationMs: 5400000;
|
|
1503
|
+
readonly inactivityMs: 3600000;
|
|
1504
|
+
readonly behaviors: readonly ["suppress-prompts", "no-cookie-write", "no-redirect", "no-background-tracking"];
|
|
1505
|
+
};
|
|
1506
|
+
readonly activation: {
|
|
1507
|
+
readonly mode: "user-click";
|
|
1508
|
+
};
|
|
1509
|
+
readonly metadata: {
|
|
1510
|
+
readonly sourceUrl: "https://raw.githubusercontent.com/piedotorg/standdown-domains/main/standdown-domains.json";
|
|
1511
|
+
readonly lastVerified: "2026-07-10";
|
|
1512
|
+
readonly notes: "Full piedotorg/standdown-domains rule set imported under MIT license; duration semantics use Affiliate Software Code of Conduct defaults.";
|
|
1513
|
+
};
|
|
1514
|
+
}];
|
|
1515
|
+
declare function policiesFor(networks: readonly string[]): StanddownPolicy[];
|
|
1516
|
+
|
|
1517
|
+
export { allPolicies, amazonPolicy, awinPolicy, cjPolicy, cocDefaults, ebayEpnPolicy, impactPolicy, partnerizePolicy, policiesFor, rakutenPolicy, shareasalePolicy, sovrnSkimlinksPolicy, universalPolicy };
|