{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"redocly_category":"Products","product_name":"Engage Studio","type":"markdown"},"seo":{"title":"View in Browser","description":"Host static email HTML under your Email Domain so that recipients can open a \"View in Browser\" version of your campaign emails.","siteUrl":"https://docs.treasure.ai","lang":"en-US","jsonLd":{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.treasure.ai/","name":"Treasure AI","url":"https://www.treasure.ai/","logo":"https://www.treasure.ai/hubfs/assets/images/logos/primary-logo.svg"},{"@type":"WebSite","@id":"https://docs.treasure.ai/#website","name":"Treasure AI Documentation","url":"https://docs.treasure.ai/","inLanguage":["en","ja"],"publisher":{"@id":"https://www.treasure.ai/"}}]},"llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"view-in-browser","__idx":0},"children":["View in Browser"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["HTML Email Hosting lets you serve a static copy of your email campaign as a web page under your own marketing domain. When a recipient clicks the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["View in Browser"]}," link in their inbox, they see the full email rendered in a browser tab hosted at your Email Domain."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Beta feature"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["HTML Email Hosting is currently in beta and requires feature enablement by Treasure AI Support. Contact your account team to request access."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"overview","__idx":1},"children":["Overview"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When you launch an email campaign in Engage Studio, the platform automatically:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Renders the email template as sanitized, static HTML."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Uploads the HTML to a dedicated folder in the Digital Asset Manager (DAM)."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Publishes it at a stable HTTPS URL under your configured Email Domain."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Stores the resulting URL in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["view_in_browser_url"]}," field on the campaign."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can then insert ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{{campaign.view_in_browser_url}}"]}," anywhere in your email template — for example, as a link on a \"View in Browser\" text block — and the link resolves to the hosted page for each recipient."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/view-in-browser-insert-link.e8bdcb740b39e341a9b6407129d5a4beb739b9a496e85366c30253a0e39304c1.5be018a0.webp","alt":"Insert link dialog with {{campaign.view_in_browser_url}} set as the URL"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"what-is-and-is-not-hosted","__idx":2},"children":["What is and is not hosted"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"70%","data-label":"Capability"},"children":["Capability "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"30%","data-label":"Supported"},"children":["Supported "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Static HTML rendering of email content"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Hosting under your Email Domain over HTTPS"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Per-recipient personalized HTML"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Landing Page builder UI"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Advanced page-view analytics"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["General-purpose web hosting"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The hosted HTML is non-personalized. All Liquid control blocks (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{% if %}"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{% unless %}"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{% for %}"]},", and similar tags) and recipient-scoped variables (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{{profile.*}}"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{{sender.*}}"]},") are stripped during rendering so that no private data is exposed in the publicly accessible page."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"prerequisites","__idx":3},"children":["Prerequisites"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Before using HTML Email Hosting, you must:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Register and verify an Email Domain with Digital Assets enabled."]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"The hosting feature requires the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DIGITAL_ASSETS"]}," DNS record to be deployed on your Email Domain. See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/marketing-cloud/engage-studio/channels/email/email-domain-configuration"},"children":["Domain & DNS setup"]}," for instructions. After deployment, confirm that ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["UPDATE_TO_DIGITAL_ASSETS_COMPLETED"]}," appears in the Deployment Events list on your domain configuration page."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Have HTML Email Hosting enabled for your account."]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"Contact your Treasure AI account team or Treasure AI Support to enable it."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Have Full or Edit access to the workspace and campaign."]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"Launching a campaign (which triggers HTML publishing) requires at least Edit-level workspace permission. See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/marketing-cloud/engage-studio/permissions"},"children":["Workspaces and Permissions"]}," for details."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"using-the-view-in-browser-link-in-your-email","__idx":4},"children":["Using the View in Browser link in your email"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To insert the hosted URL into your email:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open your email template in the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Email Editor"]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add a text block or button where you want the link to appear (for example, \"Having trouble viewing this email? ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["View in Browser"]},"\")."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Select the link text or button and set its URL to:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{{campaign.view_in_browser_url}}\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Alternatively, use the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Special Links"]}," panel in the Beefree editor toolbar. Under the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ViewInBrowser"]}," category, click the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["View in Browser"]}," link item to insert it automatically."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"img","attributes":{"src":"/assets/view-in-browser-special-link.74a727f1ea8249fbf7abe06b2a995e735523dd3b6d32b139a7ec3a43ed955d52.5be018a0.webp","alt":"Special Links menu showing ViewInBrowser > View in Browser"},"children":[]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{{campaign.view_in_browser_url}}"]}," is populated at campaign launch time, not at email-send time. The link points to a single static page shared by all recipients. It is safe to include in every email template that targets an HTML Email Hosting-enabled campaign."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-the-hosted-url-is-structured","__idx":5},"children":["How the hosted URL is structured"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When HTML Email Hosting publishes the page, the URL uses the following pattern:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"https://engage-assets.{email_domain}/_media/_cs/{asset_collection_id}/{media_folder_id}/index.html\n"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"30%","data-label":"Segment"},"children":["Segment "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"70%","data-label":"Description"},"children":["Description "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{email_domain}"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The Email Domain configured for your workspace"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{asset_collection_id}"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UUID of the DAM asset collection (auto-generated)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{media_folder_id}"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UUID of the media folder inside the collection (auto-generated)"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The page is served over HTTPS only. HTTP requests are blocked or redirected. The URL does not contain any recipient-level identifiers."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"campaign-lifecycle-and-hosted-html","__idx":6},"children":["Campaign lifecycle and hosted HTML"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"on-launch","__idx":7},"children":["On launch"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When you launch a campaign, Engage Studio automatically:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Renders the email template against an empty recipient context to produce static HTML."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Strips all Liquid tags, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{{profile.*}}"]}," variables, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{{sender.*}}"]}," tokens, and conditional blocks."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Uploads the sanitized HTML to the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["preview_html"]}," DAM collection under a folder named after the campaign ID."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Sets the campaign's ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["view_in_browser_url"]}," field to the public HTTPS URL."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Re-launching a campaign overwrites the existing HTML at the same URL. Recipients who reload the page after a relaunch see the updated content."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"on-delete","__idx":8},"children":["On delete"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Deleting a campaign removes the hosted HTML from DAM. Subsequent requests to the URL return ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["404 Not Found"]}," after the CDN cache expires."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Deleted campaign pages are permanently removed. If recipients click the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["View in Browser"]}," link after the campaign is deleted, they will see a 404 error. Avoid deleting campaigns that have recently sent emails."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"permissions","__idx":9},"children":["Permissions"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["HTML Email Hosting follows the same workspace permissions as campaigns."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"width":"25%","data-label":"Permission level"},"children":["Permission level "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"37%","data-label":"Can launch campaign (publishes HTML)"},"children":["Can launch campaign (publishes HTML) "]},{"$$mdtype":"Tag","name":"th","attributes":{"width":"38%","data-label":"Can delete campaign (removes HTML)"},"children":["Can delete campaign (removes HTML) "]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Full"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Edit"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["✅"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["View"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["None"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["❌"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["See ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/products/marketing-cloud/engage-studio/permissions"},"children":["Workspaces and Permissions"]}," for how to configure policies."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"limitations","__idx":10},"children":["Limitations"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Non-personalized HTML only."]}," Liquid control blocks and recipient-scoped variables are removed. The hosted page shows the email content as it appears before personalization."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["No \"Test Send\" preview."]}," Using ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Test Send"]}," in the email editor does not generate a hosted HTML page. The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["view_in_browser_url"]}," link is only available after a campaign is launched."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Single static version per campaign."]}," Each campaign has one hosted HTML file. There is no versioning UI or rollback mechanism beyond re-launching the campaign."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Maximum HTML file size: 10 MB."]}," Emails whose rendered HTML exceeds 10 MB cannot be hosted."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Publish failures block email delivery."]}," If ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DIGITAL_ASSETS"]}," DNS is configured but the HTML publish step fails (for example, due to a transient error), the campaign launch is blocked and emails are not sent."]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your Email Domain does not have ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DIGITAL_ASSETS"]}," DNS verification completed, the hosting step is skipped silently and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["view_in_browser_url"]}," remains empty. In this case the campaign still launches and emails are sent, but recipients will see a broken link when they click ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["View in Browser"]},". Confirm that ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["UPDATE_TO_DIGITAL_ASSETS_COMPLETED"]}," appears in your domain's Deployment Events before launching."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"frequently-asked-questions","__idx":11},"children":["Frequently asked questions"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Does the hosted page update automatically when I edit the email template?"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"No. The HTML is captured at launch time. To update the hosted page, re-launch the campaign."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Can I use a custom path or filename for the hosted URL?"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"Not in this release. The URL is generated automatically using internal asset collection and folder identifiers."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How long is the hosted page available?"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"The page remains accessible until the campaign is deleted. There is no automatic expiry in the current release."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Is the hosted page indexed by search engines?"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"The server sets ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["X-Robots-Tag: noindex, nofollow"]}," on responses, instructing search engines not to index the page."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What happens if a recipient opens the page after the campaign is relaunched with updated content?"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"They see the latest version of the HTML, since re-launching overwrites the file at the same URL."]}]},"headings":[{"value":"View in Browser","id":"view-in-browser","depth":1},{"value":"Overview","id":"overview","depth":2},{"value":"What is and is not hosted","id":"what-is-and-is-not-hosted","depth":3},{"value":"Prerequisites","id":"prerequisites","depth":2},{"value":"Using the View in Browser link in your email","id":"using-the-view-in-browser-link-in-your-email","depth":2},{"value":"How the hosted URL is structured","id":"how-the-hosted-url-is-structured","depth":2},{"value":"Campaign lifecycle and hosted HTML","id":"campaign-lifecycle-and-hosted-html","depth":2},{"value":"On launch","id":"on-launch","depth":3},{"value":"On delete","id":"on-delete","depth":3},{"value":"Permissions","id":"permissions","depth":2},{"value":"Limitations","id":"limitations","depth":2},{"value":"Frequently asked questions","id":"frequently-asked-questions","depth":2}],"frontmatter":{"seo":{"title":"View in Browser","description":"Host static email HTML under your Email Domain so that recipients can open a \"View in Browser\" version of your campaign emails."}},"lastModified":"2026-06-27T23:53:28.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/products/marketing-cloud/engage-studio/channels/email/html-email-hosting","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}