Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:8000/api/v1/campaigns/drafts/{draft_id}/rsas \ --header 'Authorization: Bearer <token>'
{ "rsas": [ { "id": 123, "ad_group_id": 123, "headlines": [ { "text": "<string>", "reason": "<string>" } ], "descriptions": [ { "text": "<string>", "reason": "<string>" } ], "final_url": "<string>", "final_mobile_url": "<string>", "display_path_1": "<string>", "display_path_2": "<string>", "tracking_url_template": "<string>", "generation_status": "pending", "generation_task_id": "<string>", "generation_error": "<string>" } ] }
List all RSAs across all ad groups in a draft.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Response for listing RSAs.
Show child attributes