Hi Team,
I have a few questions regarding headline asset handling in the Google Ads API:
When creating a headline asset, is there any API or utility provided by Google Ads to associate the asset with a specific campaign and ad group?
You can link assets to campaigns and ad groups using the methods customers.campaignAssets.mutate and customers.adGroupAssets.mutate , respectively. I would recommend you to check this Asset documentation for more information.
For campaign:
{
"operations": [
{
"create": {
"asset": "customers/{customerId}/assets/{asset_id}",
"campaign": "customers/{customerId}/campaigns/{campaignId}",
"fieldType": "HEADLINE",
"status": "ENABLED"
}
}
]
}
{
"operations": [
{
"create": {
"adGroup": "customers/{customerId}/adGroups/{adGroupId}",
"asset": "customers/{customerId}/assets/{asset_id}",
"fieldType": "HEADLINE",
"status": "ENABLED"
}
}
]
}
![]() |
Google Ads API Team |
[2025-05-21 05:46:44Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qXkhf:ref" (ADR-00307211)