latestOpenAPI 3.0.02026-08-1284111344.5 KB
14666f4db0f8
AdGroups
Retrieve a single Ad Group
Retrieves a single Ad Group by its ID.
get/v2/adgroups/{id}
Path parameters
idstring required
Example:AG-71b8d7310acbf8cc
The ad group ID (prefix AG-).
Headers
Authorizationstring required
Example:Bearer <token>
Bearer Token
Response
The requested Ad Group.
Example response
{
"id": "AG-71b8d7310acbf8cc",
"name": "Group A",
"displayOrder": 1,
"description": "This is a sample ad group."
}