Sliding Windows
| Sliding windows | Control | ||||
|---|---|---|---|---|---|
| # | Name & description | Keys | Time to live | Updated at | |
Export
Choose components
|
|
ID | Name | |
|---|---|---|---|
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
Confirm the choice
Following components will be exported:
Import
Import components
Confirm the choice
Following components will be imported:
Store to DB
Filters
Tags
Create bot
Create data dictionary
Edit data dictionary
| # | Value | Description | Tags | |
|---|---|---|---|---|
|
|
Choose bot
Delete the bot
Delete values from data dictionary
Delete the data dictionary
Clear data from dynamic profile
Delete the decision table
Delete the event
Delete the rule
Delete the sliding window
Delete the campaign
Start the campaign
Pause the campaign
Stop the campaign
Delete the reward
Delete the flow
Delete the audience
Stop the flow
Start the flow
Pause the flow
Exit the flow editor
Don't forget to save the flow.
Configure SMS message
Files
Quick Access
Fusion Backpack
1.2M SVG
Luma hoodies
1.2M PNG
Luma shorts
1.2M SVG
Brown Trousers
1.2M SVG
Brown Trousers
1.2M SVG
| Name | Owner | Last Update | ||
|---|---|---|---|---|
|
|
Admin Template Components Folder |
Penelope Roy | Mar 17, 2020 | |
|
|
Template 2.2M Zip |
Cade Beard | Aug 20, 2020 | |
|
|
Creative Logo 1G Mp4 |
Whilemina Pate | Oct 10, 2019 | |
|
|
Bootstrap Folder |
Lionel Carney | Jan 20, 2021 | |
| Yesterday | ||||
|
|
Template 120K Text |
Nayda Delacruz | Sep 19, 2020 | |
|
|
Tiny Admin Homepagge UI 5M PSD |
Leilani Larson | Feb 5, 2020 | |
|
|
Index page convverted 1M HTML |
Dennis Pollard | Oct 30, 2019 | |
New flow
Delete the flow
Stop the flow
Configure decision rule
| Name | Value | Type | Action |
|---|
Create new decision table
Edit decision table
Add rule to decision table
Change rule weight
Configure SQL query
Configure HTTP request
| Header | Context |
|---|---|
Configure Pushwoosh message
| Language | Message |
|---|---|
Configure rich content / Draw®
| name | value |
|---|
Configure rich e-mail / Draw®
| name | value |
|---|
Configure rich email / Sendsay
| Name | Value |
|---|
Configure e-mail
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc lobortis convallis efficitur. Cras nisi felis, luctus nec nibh quis, consequat maximus velit. Ut iaculis at lacus sed pellentesque.
Add aggregation
Flow startup configuration
Audience checkup configuration
Coupons storage configuration
Dataset configuration
Telegram / Send message
Telegram / Send photo
Telegram / Send sticker
Telegram / Send poll
Telegram / Send document
Loyalty & games / create
| Parameter | Value | |
|---|---|---|
Loyalty & games / remove
| Parameter | Value |
|---|---|
Loyalty & games / modify
| Parameter | Value | |
|---|---|---|
Loyalty & games / lock
| Parameter | Value |
|---|---|
Loyalty & games / unlock
| Parameter | Value |
|---|---|
Loyalty & games / unlock
| Parameter | Value |
|---|---|
Loyalty & games / lock
| Parameter | Value |
|---|---|
Configure Google Analytics event
| Parameter | Value |
|---|---|
Configure Facebook Pixel event
| Parameter | Value |
|---|---|
Send trigger to Accelera
| Parameter | Value |
|---|---|
Activate new license
Create new account
Edit account
New dynamic lookup
Edit dynamic lookup
Add to dynamic lookup
| Parameter | Value |
|---|
Publish trigger
| Parameter | Value |
|---|
Delete from dynamic profile
Set expressions
| Syntax | Associativity | Example | Result |
|---|---|---|---|
(x) |
None | 2 * (3 + 4) |
14 |
[...] |
None | [[1,2],[3,4]] |
[[1,2],[3,4]] |
{...} |
None | {a: 1, b: 2} |
{a: 1, b: 2} |
x, y |
Left to right | max(2, 1, 5) |
5 |
obj.prop |
Left to right | obj={a: 12}; obj.a |
12 |
x; y |
Left to right | a=2; b=3; a*b |
[6] |
[x; y] |
Left to right | [1,2;3,4] |
[[1,2],[3,4]] |
x \n y |
Left to right | a=2 \n b=3 \n a*b |
[2,3,6] |
x + y |
Left to right | 4 + 5 |
9 |
+y |
Right to left | +4 |
4 |
x - y |
Left to right | 7 - 3 |
4 |
-y |
Right to left | -4 |
-4 |
x * y |
Left to right | 2 * 3 |
6 |
x .* y |
Left to right | [1,2,3] .* [1,2,3] |
[1,4,9] |
x / y |
Left to right | 6 / 2 |
3 |
x ./ y |
Left to right | [9,6,4] ./ [3,2,2] |
[3,3,2] |
x % y |
Left to right | 8 % 3 |
2 |
x ^ y |
Right to left | 2 ^ 3 |
8 |
x .^ y |
Right to left | [2,3] .^ [3,3] |
[8,27] |
y' |
Left to right | [[1,2],[3,4]]' |
[[1,3],[2,4]] |
y! |
Left to right | 5! |
120 |
x & y |
Left to right | 5 & 3 |
1 |
~x |
Right to left | ~2 |
-3 |
x | y |
Left to right | 5 | 3 |
7 |
x ^| y |
Left to right | 5 ^| 2 |
7 |
x << y |
Left to right | 4 << 1 |
8 |
x >> y |
Left to right | 8 >> 1 |
4 |
x >>> y |
Left to right | -8 >>> 1 |
2147483644 |
x and y |
Left to right | true and false |
false |
not y |
Right to left | not true |
false |
x or y |
Left to right | true or false |
true |
x xor y |
Left to right | true xor true |
false |
x = y |
Right to left | a = 5 |
5 |
x ? y : z |
Right to left | 15 > 100 ? 1 : -1 |
-1 |
x : y |
Right to left | 1:4 |
[1,2,3,4] |
x to y |
Left to right | 2 inch to cm |
5.08 cm |
x == y |
Left to right | 2 == 4 - 2 |
true |
x != y |
Left to right | 2 != 3 |
true |
x < y |
Left to right | 2 < 3 |
true |
x > y |
Left to right | 2 > 3 |
false |
x <= y |
Left to right | 4 <= 3 |
false |
x >= y |
Left to right | 2 + 4 >= 6 |
true |
| Expression | Parameter |
|---|
New campaign
View campaign
Add new tags ratio
| From tag #1 | To tag #2 |
|---|---|
Add new tag as metric
| Tag |
|---|
Add new bar
| Select tags (up to 6 tags, your order) |
|---|
Custom configuration
Create new event
| Event code | Description |
|---|---|
Events catalog
| Event code | Description |
|---|
Profile tags
Configure in-game message
Configure broadcast message
Configure Accelera Game API message
New coupons stack
Update coupons stack
Profiles API
Get customer traits and manage dynamic profiles & audiences data
Manage event routes
Send event to Sync Decisions
New sliding window
Edit sliding window
Add to sliding window
Get from sliding window
Python script
Machine learning models
Matrix
Import rule
2D Decision Matrix configuration
Case management
| Variable | Value |
|---|
| Name | Value |
|---|
Confirmation is required
Store to database
| Column | Value |
|---|
Configure SMS via Twilio
Configure email / Sendgrid
Handlebars syntax allows you to personalize the messages in your templates by inserting customers' names and other data
| Name | Value | Action |
|---|
Defining unsubscribe groups to display on the Sendgrid Manage Preferences page