User Tools

Site Tools


variables_you_can_use_in_lucy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
variables_you_can_use_in_lucy [2019/07/25 12:50] – external edit 127.0.0.1variables_you_can_use_in_lucy [2021/08/25 19:32] (current) lucy
Line 1: Line 1:
 ===== Landing Page Variables ===== ===== Landing Page Variables =====
  
-  * %static% — path to static directory. It may be useful to make references to CSS/JS files from the HTML page. For example: <link rel="stylesheet" type="text/css" href="%static%/style.css"> <script src="%static%/script.js"></script>+  * %static% — path to static directory. It may be useful to make references to CSS/JS files from the HTML page. For example:  
 +<html> 
 +<link rel="stylesheet" type="text/css" href="%static%/style.css"> 
 +</html> 
 + 
 +<html> 
 +<script src="%static%/script.js"></script
 +</html>
   * %link% — base link of the scenario. Use it in navigation for constructing absolute URLs.   * %link% — base link of the scenario. Use it in navigation for constructing absolute URLs.
   * %name% — recipient name   * %name% — recipient name
   * %email% — recipient email address   * %email% — recipient email address
-  * %message% — error message (if any) 
   * %link-awareness% — link to the awareness website. You should configure & enable the awareness website in campaign settings for this feature to work.   * %link-awareness% — link to the awareness website. You should configure & enable the awareness website in campaign settings for this feature to work.
   * %division%   * %division%
Line 11: Line 17:
   * %staff-type%   * %staff-type%
   * %comment% — recipient related information.   * %comment% — recipient related information.
-  * %gender("MALE ADDRESSING", "FEMALE ADDRESSING")% — recipient gender +  * %gender("MALE ADDRESSING", "FEMALE ADDRESSING", "NO GENDER")% — recipient gender 
-  * %time(FORMAT, OFFSET, ZONE)% — Time based variables. FORMAT - date/time format. OFFSET - date/time offset in minutes, can be negative (example: "-60" - means 60 minutes prior to mail submit time, "20160" - 20160 minutes = 14 days). ZONE - time zone name (example: US/Central). Example: %time("l, H:i", "0", "Europe/Zurich")% — will output "Monday, 09:20" - exact time of email submission in Europe/Zurich zone. Example: %time("Y/m/d H:i:s", "60")% — will output "2016/12/12 10:20:30" - 1 hour ahead of email submit time+  * %time(FORMAT, OFFSET, ZONE)% — Time based variables. FORMAT - date/time format. OFFSET - date/time offset in minutes, can be negative (example: "-60" - means 60 minutes prior to mail submit time, "20160" - 20160 minutes = 14 days). ZONE - time zone name (example: US/Central).  
 +Example 1<php>%time("l, H:i", "0", "Europe/Zurich")%</php> — will output "Monday, 09:20" - exact time of email submission in Europe/Zurich zone. \\ 
 +Example 2<php>%time("Y/m/d H:i:s", "60")%</php> — will output "2016/12/12 10:20:30" - 1 hour ahead of email submit time
  
 Please note, that these variables are not available in CSS and Javascript files. Please note, that these variables are not available in CSS and Javascript files.
Line 27: Line 35:
   * %link% — unique page URL for the recipient.   * %link% — unique page URL for the recipient.
   * %link-awareness% — link to the awareness website. You should configure & enable the awareness website in campaign settings for this feature to work.   * %link-awareness% — link to the awareness website. You should configure & enable the awareness website in campaign settings for this feature to work.
 +  * %user-password-reset% — a password reset link.
 +  * %user-profile-link% — a link to the End User Portal.
   * %name% — recipient name   * %name% — recipient name
 +  * %firstname% — recipient first name
 +  * %lastname% — recipient last name
   * %email% — recipient email address   * %email% — recipient email address
 +  * %client% — client name
   * %division%   * %division%
   * %location%   * %location%
   * %staff-type%   * %staff-type%
 +  * %started% — date when the related campaign has been started
 +  * %stopped% — date when the related campaign has been stopped
   * %comment% — recipient related information.   * %comment% — recipient related information.
-  * %gender("MALE ADDRESSING", "FEMALE ADDRESSING")% — recipient gender +  * %gender("MALE ADDRESSING", "FEMALE ADDRESSING", "NO GENDER")% — recipient gender 
-  * %time(FORMAT, OFFSET, ZONE)% — Time based variables. FORMAT - date/time format. OFFSET - date/time offset in minutes, can be negative (example: "-60" - means 60 minutes prior to mail submit time, "20160" - 20160 minutes = 14 days). ZONE - time zone name (example: US/Central). Example: %time("l, H:i", "0", "Europe/Zurich")% — will output "Monday, 09:20" - exact time of email submission in Europe/Zurich zone. Example: %time("Y/m/d H:i:s", "60")% — will output "2016/12/12 10:20:30" - 1 hour ahead of email submit time+  * %time(FORMAT, OFFSET, ZONE)% — Time based variables. FORMAT - date/time format. OFFSET - date/time offset in minutes, can be negative (example: "-60" - means 60 minutes prior to mail submit time, "20160" - 20160 minutes = 14 days). ZONE - time zone name (example: US/Central).  
 +Example 1<php>%time("l, H:i", "0", "Europe/Zurich")%</php> — will output "Monday, 09:20" - exact time of email submission in Europe/Zurich zone.  
 + 
 +Example 2<php>%time("Y/m/d H:i:s", "60")%</php> — will output "2016/12/12 10:20:30" - 1 hour ahead of email submit time
  
 Please note, that these variables are not available in CSS and Javascript files. Please note, that these variables are not available in CSS and Javascript files.
Line 49: Line 67:
  
  
-  * %report.createdate% Create Date Of Report   +  * %report.createdate% Create Date Of Report 
-  * %report.author% Author Of Report   +  * %report.author% Author Of Report 
-  * %startdate% Start Date & Time Of Campaign   +  * %startdate% Start Date & Time Of Campaign 
-  * %finishdate% Finish Date & Time Of Campaign   +  * %finishdate% Finish Date & Time Of Campaign 
-  * %creator% User Who Created The Campaign   +  * %creator% User Who Created The Campaign 
-  * %file.formats% File Based Attacks: Name Of File Formats Used In Campaign Scenarios   +  * %file.formats% File Based Attacks: Name Of File Formats Used In Campaign Scenarios 
-  * %scenarios.number% Number Of Scenarios Used In Campaign   +  * %scenarios.number% Number Of Scenarios Used In Campaign 
-  * %scenarios.names% Names Of Scenarios Used In Campaign   +  * %scenarios.names% Names Of Scenarios Used In Campaign 
-  * %scenarios.types% Types Of Scenarios Used In Campaign   +  * %scenarios.types% Types Of Scenarios Used In Campaign 
-  * %client% Client Name   +  * %client% Client Name 
-  * %opened% Percentage opened mail   +  * %opened% Percentage Of Opened Mail 
-  * %clicked% Percentage clicked on link   +  * %opened.count% Number Of Emails Opened 
-  * %domains% Domain(s) Used In Scenarios Settings   +  * %clicked% Percentage Clicked On Link 
-  * %timezone% Timezone Setting Of LUCY   +  * %clicked.count% Number Of Emails Clicked 
-  * %recipients.groups% Recipient Group Names In Campaign   +  * %sent.count% Number Of Emails Sent 
-  * %awareness.name% Name Of Awareness Template Used   +  * %reported% Percentage Of Users Reported 
-  * %awareness.sent% Number Of Awareness Emails Sent   +  * %success% Percentage Of Emails Submitted Data 
-  * %awareness.incomplete% Number Of Users With Incomplete Training   +  * %success.count% Number of Emails Submitted Data 
-  * %awareness.completed% Number Of Users Who Completed Training   +  * %domains% Domain(s) Used In Scenario Settings 
-  * %questions.number% Number Of Questions In Quiz   +  * %timezone% Timezone Setting Of LUCY 
-  * %data.number% Absolute Number & Relative Number Of Collected Data From Users   +  * %recipients.groups% Recipient Group Names In Campaign 
-  * %logo% Logo   +  * %awareness.names% Name Of Awareness Template Used 
-  * %table.contents% Table Of Contents   +  * %awareness.sent% Number Of Awareness Emails Sent 
-  * %system.info% System Information   +  * %awareness.opened% Number Of Awareness Emails Opened 
-  * %file.settings% File Based Attacks: Settings Table   +  * %awareness.incomplete% Number Of Users With Incomplete Training 
-  * %scenarios.settings% Scenarios Settings   +  * %awareness.completed% Number Of Users Who Completed Training 
-  * %message.settings% Message Template Settings   +  * %questions.number% Number Of Questions In Quiz 
-  * %schedulers% Scheduler Settings   +  * %data.number% Absolute Number & Relative Number Of Collected Data From Users 
-  * %awareness.settings% Awareness Website Settings   +  * %recipient.count% Number of recipients 
-  * %data% Reports the file attack output & form POST data   +  * %incident.count.campaign% Number of incident reports in campaign 
-  * %additional.fields% List Of Available Recipient Fields   +  * %incident.count.campaignrelated% Number of all campaign-related reports in total 
-  * %victim.table% Detailed Victim Results   +  * %incident.count.notcampaignrelated% Number of all reports not related to campaigns 
-  * %quiz% Quiz Questions   +  * %incident.count.total% Number of incident reports total 
-  * %analyse.stats% Analyse Statistics   +  * %out.of.office% Percentage 'Out Of Office' Responses 
-  * %benchmark.stats% Benchmark Statistics   +  * %bounced% "Percentage Bounced Messages 
-  * %compare.stats% Campaign Comparison Statistics   +  * %responded% Percentage Responded Recipients 
-  * %charts% All Charts   +  * %logo% Logo 
-  * %charts.summary% Summary Chart   +  * %table.contents% Table Of Contents 
-  * %charts.totalstats% Total Stats Chart   +  * %system.info% System Information 
-  * %charts.analyse% Analyse Stats Chart   +  * %file.settings% File Based Attacks: Settings Table 
-  * %charts.dailystats% Daily Stats Chart   +  * %scenarios.settings% Scenarios Settings 
-  * %charts.hourlystats% Hourly Stats Chart   +  * %scenarios.filebased.settings% Filebased Scenarios Settings 
-  * %charts.events% Events Chart   +  * %message.settings% Message Template Settings 
-  * %charts.os% Operating System Chart   +  * %schedulers% Scheduler Settings 
-  * %charts.browsers% Browsers Chart   +  * %awareness.settings% Awareness Website Settings 
-  * %charts.files% Files Chart   +  * %data% Reports the file attack output & forms POST data 
-  * %charts.plugins% Plugins Chart   +  * %additional.fields% List Of Available Recipient Fields 
-  * %charts.countries% Countries Chart   +  * %victim.table% Detailed Victim Results 
-  * %charts.awareness% Awareness Stats Chart   +  * %victim.table.opened% The list of victims who opened the email 
-  * %charts.additional% Additional Charts   +  * %victim.emails% Table of recipient email addresses 
-  * %charts.custom% Custom Fields Charts   +  * %victim.table.osbrowsers% Browser and OS stats table 
-  * %awareness.website% Awareness Website Screenshot   +  * %victim.table.trainingstats% Table With Columns: "Email", "Trained", "Trained At", "Answers Count", "Correct Answers", "% Of Correct Answers" 
-  * %awareness.mail% Awareness Mail Template Screenshot   +  * %victim.table.successclickrate% Table Columns: "Email", "Succeeded", "Succeeded At", "Success Rate", "Click Rate" 
-  * %message.screen% All Message Template Screenshots   +  * %victim.table.mailstats% Table Columns: "Email", "Email Opened", "Mail Submitted At", "Clicked", "Clicked At" 
-  * %landing.screen% All Landing Page Screenshots   +  * %quiz% Quiz Questions 
-  * %message.screen#% Message Template Screenshot (# - replace on scenario id)   +  * %analyse.stats% Analyse Statistics 
-  * %landing.screen#% Landing Page Screenshot (# - replace on scenario id)   +  * %benchmark.stats% Benchmark Statistics 
- +  * %compare.stats% Campaign Comparison Statistics 
 +  * %trends.stats% Trends Stats 
 +  * %timeline% Campaign Timeline 
 +  * %scenarios.table.successaction% Scenarios Success Action Table 
 +  * %charts% All Charts 
 +  * %charts.summary% Summary Chart 
 +  * %charts.totalstats% Total Stats Chart 
 +  * %charts.analyse% Analyse Stats Chart 
 +  * %charts.awarenesstime% Awareness Time Chart 
 +  * %charts.scenariotime% Scenario Time Chart 
 +  * %charts.scenariostats% Scenario Stats Chart 
 +  * %charts.dailystats% Daily Stats Chart 
 +  * %charts.hourlystats% Hourly Stats Chart 
 +  * %charts.responses% Responses Detection Chart 
 +  * %charts.events% Events Chart 
 +  * %charts.os% Operating System Chart 
 +  * %charts.browsers% Browsers Chart 
 +  * %charts.files% Files Chart 
 +  * %charts.plugins% Plugins Chart 
 +  * %charts.countries% Countries Chart 
 +  * %charts.awareness% Awareness Stats Chart 
 +  * %charts.clickstats% Click in First 8 Hours Chart 
 +  * %charts.awarenessclicks% Awareness Website Clicks Chart 
 +  * %charts.additional% Additional Charts 
 +  * %charts.custom% Custom Fields Charts 
 +  * %charts.stafftype% Staff Types Chart 
 +  * %charts.location% Locations Chart 
 +  * %charts.division% Divisions Chart 
 +  * %charts.comment% Comments Chart 
 +  * %charts.reports% Percentage reported/not-reported Chart 
 +  * %charts.reportdynamics% Reports Dynamics Over Time 
 +  * %charts.quizquestions% Awareness Quiz Questions Chart 
 +  * %charts.quizscores% Awareness Quiz Scores Chart 
 +  * %charts.quiztimes% Awareness Quiz Times Chart 
 +  * %domains.table% Domain list (table with columns: "Domain", "Associated scenario"
 +  * %users.table% Campaign responsible users (table with columns: "User", "User type"
 +  * %recipient.group.table% Recipient groups (table with columns: "Group", "Number of users in this group"
 +  * %recipient.group.extendedtable% Recipient group to scenario association (table with columns: "Name", "Scenario", "Mapping", "Recipients"
 +  * %recipient.group.customfields.table% Recipient settings (table with columns: “Group Name“, “Fields”, “Values”) 
 +  * %campaign.scenarios.table% Table of scenarios for the campaign (table with columns: "Scenario Name", "Scenario Type") 
 +  * %awareness.website% All Awareness Website Screenshots 
 +  * %awareness.website.table% All Awareness Website Screenshots Table 
 +  * %awareness.mail% All Awareness Email Template Screenshots 
 +  * %message.screen% All Message Template Screenshots 
 +  * %landing.screen% All Landing Page Screenshots 
 +  * %landing.screen.table% All Landing Page Screenshots Table 
 +  * %message.screen#% Message Template Screenshot (# - replace to scenario id) 
 +  * %landing.screen#% Landing Page Screenshot (# - replace to scenario id) 
 +  * %summary% Summary report across all campaigns for the current client 
 +  * %summary.[type]% Summary report across all campaigns by scenario type ([type] - scenario type, example: %summary.file%). List of available scenario types:%summary.file% - File-Based 
 +  * %summary.mixed% - Mixed 
 +  * %summary.malware_test% - Technical Malware Test 
 +  * %summary.hyperlink% - Hyperlink 
 +  * %summary.data% - Web Based 
 +  * %summary.awareness% - Awareness Only 
 +  * %summary.usb_attack% - Portable Media Attack 
 +  * %summary.mail_web_test% - Mail & Web Test 
 +  * %summary.[period]% Summary report across all campaigns by time ([period] - time period in years or months, example: %summary.2016-2017% or %summary.11.17-12.17%) 
 +  * %worst.employees.[limit]% Worst employees ([limit] - number of entries to show, example: %worst.employees.10%) 
 +  * %worst.division.[limit]% Worst divisions ([limit] - number of entries to show, example: %worst.division.10%) 
 +  * %worst.location.[limit]% Worst locations ([limit] - number of entries to show, example: %worst.location.10%) 
 +  * %worst.staff_type.[limit]% Worst staff types ([limit] - number of entries to show, example: %worst.staff_type.10%) 
 +  * %worst.comment.[limit]% Worst comments ([limit] - number of entries to show, example: %worst.comment.10%)
  
 ===== eLearning variables ===== ===== eLearning variables =====
variables_you_can_use_in_lucy.1564051800.txt.gz · Last modified: 2019/07/25 12:50 by 127.0.0.1