latestOpenAPI 3.0.02026-08-1284111344.5 KB
14666f4db0f8
AdGroups
Create a new Ad Group
Creates a new Ad Group and returns the created Ad Group object.
post/v2/adgroups
Headers
Authorizationstring required
Example:Bearer <token>
Bearer Token
Request body
Example request
{
"name": "Group 1",
"displayOrder": 1,
"description": "This is an ad group."
}Response
The created Ad Group.
Example response
{
"id": "AG-71b8d7310acbf8cc",
"name": "Group A",
"displayOrder": 1,
"description": "This is a sample ad group."
}