Skip to content

google_ads_sitelink_asset

A sitelink asset is an extra link — with its own clickable text, up to two description lines, and its own landing page — that Google can show underneath a search ad. Sitelinks are one of the main levers for making a Search ad render taller, pushing the organic results further down the page.

Example

resource "google_ads_sitelink_asset" "add_to_chrome" {
link_text = "Add to Chrome"
description1 = "Free, open source"
description2 = "Install in 10 seconds"
final_urls = ["https://www.ghostery.com/ghostery-ad-blocker"]
}

Schema

Required

  • link_text ( String )
  • final_urls ( List of String )

Optional

  • description1 ( String )
  • description2 ( String )

See also