chore: Execute campaigns based on matching URL (#2254)
This commit is contained in:
16
app/javascript/widget/helpers/specs/camapginFixtures.js
Normal file
16
app/javascript/widget/helpers/specs/camapginFixtures.js
Normal file
@@ -0,0 +1,16 @@
|
||||
export default [
|
||||
{
|
||||
id: 1,
|
||||
trigger_rules: {
|
||||
time_on_page: 3,
|
||||
url: 'https://www.chatwoot.com/pricing',
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
trigger_rules: {
|
||||
time_on_page: 6,
|
||||
url: 'https://www.chatwoot.com/about',
|
||||
},
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user