curl --request PATCH \
--url http://localhost:8000/api/v1/google-ads/ads/{ad_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"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>"
}Update a Responsive Search Ad.
curl --request PATCH \
--url http://localhost:8000/api/v1/google-ads/ads/{ad_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"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 update a Responsive Search Ad.
New landing page URL
13-15 headlines (replaces all)
3 - 15 elementsShow child attributes
2-4 descriptions (replaces all)
2 - 4 elementsShow child attributes