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

# Advertiser tasks

> Every operation for managing advertisers and their sub-resources

An advertiser is the top-level account that owns campaigns, creatives, audiences, and linked partner accounts. These tasks cover the full advertiser lifecycle plus its three attached collections — linked accounts, catalogs, and audiences. For fields, lifecycle, and concepts, start with the [Advertiser overview](/v2/object-guides/advertiser).

## Manage

<CardGroup cols={2}>
  <Card title="List advertisers" href="/v2/buyer/advertisers/tasks/list-advertisers" icon="list">
    Page through advertiser summaries
  </Card>

  <Card title="Create advertiser" href="/v2/buyer/advertisers/tasks/create-advertiser" icon="plus">
    Open a new advertiser account
  </Card>

  <Card title="Get advertiser" href="/v2/buyer/advertisers/tasks/get-advertiser" icon="magnifying-glass">
    Fetch the full advertiser resource
  </Card>

  <Card title="Update advertiser" href="/v2/buyer/advertisers/tasks/update-advertiser" icon="pen">
    Change name, brand, defaults, or caps
  </Card>

  <Card title="Delete advertiser" href="/v2/buyer/advertisers/tasks/delete-advertiser" icon="trash">
    Archive an advertiser
  </Card>
</CardGroup>

## Linked accounts

<CardGroup cols={2}>
  <Card title="List available accounts" href="/v2/buyer/advertisers/tasks/list-available-accounts" icon="link">
    Discover partner accounts to link
  </Card>

  <Card title="Update reporting bucket" href="/v2/buyer/advertisers/tasks/update-account-reporting-bucket" icon="bucket">
    Set offline delivery on a linked account
  </Card>

  <Card title="Revalidate delivery credential" href="/v2/buyer/advertisers/tasks/revalidate-data-delivery-credential" icon="rotate">
    Re-probe a data delivery credential
  </Card>
</CardGroup>

## Catalogs

<CardGroup cols={2}>
  <Card title="List catalogs" href="/v2/buyer/advertisers/tasks/list-catalogs" icon="list-ul">
    See synced catalog feeds
  </Card>

  <Card title="Sync catalogs" href="/v2/buyer/advertisers/tasks/sync-catalogs" icon="arrows-rotate">
    Push catalog feeds and items
  </Card>

  <Card title="Save catalog transform" href="/v2/buyer/advertisers/tasks/save-catalog-transform" icon="shuffle">
    Map feed items into campaign and creative fan-out
  </Card>

  <Card title="Preview activation" href="/v2/buyer/advertisers/tasks/preview-catalog-activation" icon="eye">
    Dry-run the campaign and creative fan-out
  </Card>

  <Card title="Execute activation" href="/v2/buyer/advertisers/tasks/execute-catalog-activation" icon="play">
    Materialize the plan into jobs
  </Card>

  <Card title="Refresh catalog" href="/v2/buyer/advertisers/tasks/refresh-catalog" icon="arrow-rotate-right">
    Re-fetch a URL feed and re-activate
  </Card>
</CardGroup>

## Audiences

<CardGroup cols={2}>
  <Card title="List audiences" href="/v2/buyer/advertisers/tasks/list-audiences" icon="users">
    See synced audience metadata
  </Card>

  <Card title="Sync audiences" href="/v2/buyer/advertisers/tasks/sync-audiences" icon="users-gear">
    Sync first-party CRM audiences (async)
  </Card>
</CardGroup>
