Skip to main content
AdRelay supports creating the same campaign across multiple platforms simultaneously using the targets array. This is useful when you want to launch a campaign across Google, Meta, and TikTok at the same time with consistent settings.

Using the targets Array

Instead of specifying a single platform, provide a targets array listing the platforms you want to create the campaign on:

Response Format

When using targets, the response includes results for each platform and a summary:

Mixed Results Handling

Multi-platform creation uses a best-effort approach. If one platform fails, the others still succeed. This means you need to handle partial success:

The Summary Object

The summary object provides a quick overview of the multi-platform operation:

HTTP Status Codes

Best Practices

  • Check connection status first — Call GET /v1/connections to verify all target platforms have ACTIVE connections before creating multi-platform campaigns.
  • Handle partial success — Always check the summary and iterate through results to handle failures gracefully.
  • Platform-specific budgets — Remember that TikTok Ads has a minimum daily budget of $20. If your budget is below a platform’s minimum, that platform will fail with a VALIDATION_ERROR.
  • Consistent naming — The same name is used across all platforms. Consider including a platform identifier in the name if you need to distinguish them on each platform’s dashboard.