Skip to content

google_ads_callout_asset

A callout asset is a short phrase — like “Free & Open Source” or “24/7 Support” — that Google can append below a search ad to highlight a selling point. Unlike a sitelink, a callout is not clickable and has no landing page; it’s pure copy that helps the ad render larger.

Example

resource "google_ads_callout_asset" "free_open_source" {
text = "Free & Open Source"
}

Schema

Required

  • text ( String )

See also