Campaign Optimizations
Extend suggestions for a campaign optimization
Triggers a new pipeline run that generates additional keywords and merges them
with the existing suggestions for a campaign optimization.
Only supported for TikTok optimizations. Required permission: write:analysis.
Optional request body:
{"params": {"themes": ["fitness tracking apps", "healthy lifestyle"]}}
- If the body is absent or
paramsis null/empty, new keywords are generated across all themes (default behaviour). params.themes(optional string array): restricts keyword generation to those search theme strings. The values must match thethemefield on existing keyword suggestions.- Keywords already present in the current suggestions are always excluded from new results to prevent duplicates.
- Keywords under themes that were not requested are preserved untouched in the merged result.
POST
Authorizations
Path Parameters
A UUID string identifying the campaign optimization.
Query Parameters
Available options:
csv, json Body
Optional platform-specific parameters. Example: {"themes": ["fitness tracking apps", "healthy lifestyle"]}
Response
Extend suggestions pipeline triggered successfully.