ShopOverview

Shop

Generate clickout links that route users from channel campaigns to a customer's shop.

The Shop endpoint exposes a single operation for creating clickout links — short-lived URLs that carry attribution and routing context from a campaign or channel into a customer's online shop.

All requests require authentication. Company-scoped requests need the Company-Id header — see Authentication.

Common use cases

  • Turn a campaign or channel impression into a tracked click leading into a customer's shop.
  • Carry metadata such as source, channel, or campaign ID through to the destination.
  • Power partner integrations that need a single, signed URL rather than the raw shop address.

Before you start

  • Confirm the target company and the destination campaign or offer before generating a link.
  • Treat clickout URLs as opaque tokens — pass them through unchanged instead of parsing or re-encoding them.

Clickout links are scoped to a company and expire. Always generate a fresh link per user request rather than caching one for reuse.