curl --request POST \
--url http://localhost:8000/api/v1/google-ads/ads \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ad_group_id": 123,
"final_url": "<string>",
"headlines": [
{
"text": "<string>",
"pinned_field": "<string>"
}
],
"descriptions": [
{
"text": "<string>",
"pinned_field": "<string>"
}
],
"display_path_1": "<string>",
"display_path_2": "<string>",
"final_mobile_url": "<string>",
"tracking_url_template": "<string>"
}
'{
"success": true,
"ad_id": 123,
"resource_name": "<string>",
"error_code": "<string>",
"error_message": "<string>"
}Create a Responsive Search Ad.
curl --request POST \
--url http://localhost:8000/api/v1/google-ads/ads \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ad_group_id": 123,
"final_url": "<string>",
"headlines": [
{
"text": "<string>",
"pinned_field": "<string>"
}
],
"descriptions": [
{
"text": "<string>",
"pinned_field": "<string>"
}
],
"display_path_1": "<string>",
"display_path_2": "<string>",
"final_mobile_url": "<string>",
"tracking_url_template": "<string>"
}
'{
"success": true,
"ad_id": 123,
"resource_name": "<string>",
"error_code": "<string>",
"error_message": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
Request to create a Responsive Search Ad.
Ad group to create the RSA in
Landing page URL
13-15 headlines
3 - 15 elementsShow child attributes
2-4 descriptions
2 - 4 elementsShow child attributes
1515