Blueshift offers a variety of tools to manage your account. You can access and configure the following account settings:
Blueshift platform settings | |
User management | |
Campaign settings | |
Template settings |
To access Account Settings, click the hamburger menu next to your username and then select Account Settings.
Campaign settings
Attribution
Blueshift provides end-to-end reporting on campaigns, enabling you to track conversions (including purchases and other custom goal events) attributable to a specific campaign.
For more information, refer to Campaign attribution.
Export campaign activities
Blueshift can export certain campaign activities each time a user interacts with a marketing email or SMS. Use the Campaign Activity Export tab to update analytics or route data to other partners.
Email, SMS, Push, and In-App channels support campaign activity exports.
Learn more in Export campaign activity data.
Template settings
Visual editor – font config
In the Visual Editor Font Config tab, define custom fonts for your visual templates using a JSON schema.
JSON parameters:
Parameter | Description |
---|---|
name |
Display name shown in the editor. Avoid special characters like { } [ ] : " / \ | ? * . |
fontFamily |
CSS font stack. Use single quotes and include a fallback (e.g., 'Georgia', serif ). |
url |
(Optional) HTTPS link to a CSS file with @font-face rules. |
fontWeight |
(Optional) Font weight (e.g., 400 for Regular, 700 for Bold). |
Example:
[
{
"name": "Georgia",
"fontFamily": "'Georgia', serif",
"url": "",
"fontWeight": "400"
},
{
"name": "Arial",
"fontFamily": "'Arial', sans-serif",
"url": "",
"fontWeight": "700"
}
]
Font tips
- Use single quotes around font names.
- Always include a fallback like
serif
orsans-serif
.
Font builder – create your font setup
Select fonts one by one and click "Add selected font." You'll see a live preview and can adjust the details below.
Live preview
Your selected fonts will appear here after you add one.
Note: Each font includes a fallback (like sans-serif
or serif
) to ensure display across all email clients.
Edit your font setup
Tip: fontWeight
values — 300 = Light, 400 = Regular, 700 = Bold
Mobile settings
If you use Blueshift's deep links, you can provide the contents of the AASA file and app links file in the Mobile Settings section of the Other Settings tab.
For more information, see Android deep links, iOS deep links, and visit our developer portal.
To manage multiple apps, see Manage campaigns for multiple mobile apps.
Comments
0 comments