> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uplifthub.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Sharing preview links

> How to generate and share a public preview link for a campaign's creatives, and how advertisers approve or reject them.

export const Ui = ({children}) => <span style={{
  display: "inline-flex",
  alignItems: "center",
  padding: "1px 6px",
  background: "#f7f8f8",
  border: "1px solid #e9ecef",
  borderRadius: 4,
  fontSize: "0.92em",
  fontWeight: 500,
  color: "#101213"
}}>
    {children}
  </span>;

A public preview link lets you share selected creatives with an advertiser for approval — no Uplift Hub account required. You choose exactly which line items and creatives to include before generating the link, so you can share a targeted subset rather than the entire campaign.

<Steps>
  <Step title="Open the campaign Creatives tab">
    Navigate to the campaign and click the <Ui>Creatives</Ui> tab.
  </Step>

  <Step title="Click Public Preview">
    Click <Ui>Public Preview</Ui> in the top right. A modal opens showing all line items and their creatives.
  </Step>

  <Step title="Select what to include">
    Use <Ui>Select All</Ui> to include every creative, or expand individual line items and tick the specific creatives you want to share. You can mix and match across line items.
  </Step>

  <Step title="Generate the link">
    Click <Ui>Generate Link</Ui>. A shareable URL is produced — copy it and send it to the advertiser by email or any other channel.
  </Step>
</Steps>

<Note>
  The link is accessible to anyone who has it — no login is required to view the preview. When the advertiser approves or rejects a creative with feedback, they are asked to provide their email address so you know who the response came from.
</Note>

<Warning>
  Do not share the link in public channels. Only send it to the intended recipient.
</Warning>
