PluginProbe ʕ •ᴥ•ʔ
Kubio AI Page Builder / 2.8.6
Kubio AI Page Builder v2.8.6
2.9.0 2.8.6 2.8.5 2.8.4 2.8.3 2.8.2 2.8.1 trunk 1.0.0 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.7.0 1.7.1 1.7.2 1.7.3 1.8.0 1.8.1 1.8.2 1.9.0 2.0.0 2.1.1 2.1.2 2.1.3 2.2.0 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.5 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.6.2 2.6.3 2.6.5 2.6.6 2.6.7 2.7.0 2.7.1 2.7.2 2.7.3 2.8.0
kubio / lib / api / recommendations / newsletter / defaults / default-popup-by-click.php
kubio / lib / api / recommendations / newsletter / defaults Last commit date
default-popup-by-click.php 9 months ago
default-popup-by-click.php
117 lines
1 <?php
2
3 return array(
4 'type' => 'simple-popup',
5 'template' => '36',
6 'triggers' =>
7 array(
8 'exit-intent' =>
9 array(
10 'checkbox' => 'false',
11 ),
12 'after-inactivity' =>
13 array(
14 'checkbox' => 'false',
15 ),
16 'time-spent-on-page' =>
17 array(
18 'checkbox' => 'false',
19 ),
20 'time-spent-on-site' =>
21 array(
22 'checkbox' => 'false',
23 ),
24 'total-view-products' =>
25 array(
26 'checkbox' => 'false',
27 ),
28 'product-in-cart' =>
29 array(
30 0 => '',
31 'checkbox' => '0',
32 ),
33 'total-number-in-cart' =>
34 array(
35 'checkbox' => 'false',
36 ),
37 'on-click' =>
38 array(
39 0 => 'class',
40 'checkbox' => 'false',
41 ),
42 'scroll-percent' =>
43 array(
44 'checkbox' => 'false',
45 ),
46 'scroll-to-element' =>
47 array(
48 0 => 'class',
49 'checkbox' => 'false',
50 ),
51 'page-load' =>
52 array(
53 0 => '0',
54 'checkbox' => 'false',
55 ),
56 'page-views' =>
57 array(
58 'checkbox' => 'false',
59 ),
60 'new-returning' =>
61 array(
62 0 => 'all',
63 'checkbox' => 'true',
64 ),
65 'x-sessions' =>
66 array(
67 'checkbox' => 'false',
68 ),
69 'specific-traffic-source' =>
70 array(
71 0 => '',
72 'checkbox' => 'false',
73 ),
74 'specific-utm' =>
75 array(
76 'checkbox' => 'false',
77 ),
78 'location' =>
79 array(
80 0 => '',
81 2 => 'browser',
82 'checkbox' => 'false',
83 ),
84 ),
85 'display_conditions' =>
86 array(
87 'start-time' => '',
88 'end-time' => '',
89 'devices' =>
90 array(
91 0 => 'desktop',
92 1 => 'mobile',
93 2 => 'tablet',
94 ),
95 'pages' =>
96 array(
97 0 => 'all',
98 ),
99 'recurring' =>
100 array(
101 'converted' =>
102 array(
103 'when' => 'always',
104 'delay' => '1',
105 'unit' => 'd',
106 ),
107 'closed' =>
108 array(
109 'when' => 'always',
110 'delay' => '1',
111 'unit' => 'd',
112 ),
113 ),
114 ),
115
116 );
117