βοΈBrand Settings
Brand Settings is where you can set a custom domain, insert tracking tags, and upload custom fonts for your landing pages.
How to connect a custom subdomain
π₯οΈConnecting a SubdomainHow to add brand fonts
βοΈAdding Custom FontsAdding tracking tags & custom code
πAdding Tracking & AnalyticsIn addition to tracking tags, you have several options for adding custom code to each page:
Custom CSS: any css overrides you'd like to apply to all pages. Be careful, as this can create unintentional style changes on different pages. If you'd like to style a single page, we recommend doing so in a
<style>
tag in an HTML Embed section.Head Scripts: loads in the
<head>
of each page. Typically, most tracking tags and pixels should go here.Start of Body Scripts: loads after the
<body>
of the landing page.End of Body Scripts: loads just before the
</body>
of each page. Any script tags that create a UI element (like an email popup) should go here.
Last updated