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 user name and then click Account Settings.
Campaign settings
Attribution
Blueshift provides end-to-end reporting on campaigns, enabling you to track conversions (purchase and other custom goal events) attributable to a campaign.
For more information, please refer to Campaign attribution.
Export campaign activities
Blueshift can export certain campaign activities each time a user interacts with a marketing email or SMS. You can use the Campaign Activity Export tab to update analytics or route the data to other partners.
Email, SMS, Push, and In-App channels offer campaign activity exports.
For more information, please refer to the Export campaign activity data.
Template settings
Visual Editor - Font config
Use the Visual Editor Font Config tab to specify custom fonts for the visual template editor. Define fonts using JSON with these parameters:
Parameter | Description |
---|---|
name | This is the font name to be displayed in the font dropdown list. Keep it short and avoid special characters such as: { } [ ] : " / \ | ? * . |
fontFamily | CSS font stack applied to text. Include at least one fallback font. Use single quotes around font names. |
url | (Optional) HTTPS URL pointing to a CSS file containing @font-face definitions. |
fontWeight | (Optional) Available font weights (e.g., 100 for Thin). Defaults are Regular (400) and Bold (700). |
Example JSON:
[
{
"name": "Georgia",
"fontFamily": "'Georgia', serif",
"url": "<font CDN url>",
"fontWeight": "400"
},
{
"name": "Arial",
"fontFamily": "'Arial', sans-serif",
"url": "<font CDN url>",
"fontWeight": "700"
}
]
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 Blueshift's deep Android and Blueshift's links for iOS on our developer portal.
For information about using mobile apps, please take a look at Manage campaigns for multiple mobile apps.
Comments
0 comments