-
Notifications
You must be signed in to change notification settings - Fork 0
Your first Custom Campaign
This following section will cover all the basics on how to create a custom campaign for NewSafetyHelp.
Please be aware, that this will require some basic entry creation knowledge.
I will be skipping the syntax and installation in this custom campaign part.
So, if you haven't made your first entry yet, be sure to check it out first.
We will first see how the custom campaign is defined and then how to add entries, calls, emails and videos to it.
Similar to how we created a simple entry, we also have to create a .json file in a folder. This will contain the options and settings for your custom campaign.
A simple custom campaign should look like this (Don't forget the braces {}, commas ,, the quotation marks "" and the colon :):
{
"custom_campaign_name": "Custom Campaign Name",
"custom_campaign_desktop_name": "Campaign Desktop Name",
"custom_campaign_icon_image_name": "campaign_desktop_icon.png",
"custom_campaign_days": 5
}This defines the minimum to create a custom campaign. The first line:
"custom_campaign_name": "Custom Campaign Name"Is the internal name of the campaign. It is best to not reuse the same internal name as others, as this could lead to mix-ups. This is also the name that entries, videos, emails, and callers will need to be associated with the correct custom campaign.
- Home
- Installation
- Your first Entry
- Your first Custom Campaign
-
Customize your Custom Campaign
- Extra campaign customization
- Adding custom emails
- Adding custom videos
- Adding custom music
- Adding intermission music
- Adding custom ringtones
- Adding custom text files
- Adding custom cutscene
- Adding custom themes
- Accuracy Callers
- Advanced Accuracy Checks and Caller Requirements
- Adding custom modifiers
- Advanced Settings
- Documentation