google_ads_customer_asset
A customer asset links an asset — currently a call asset — to the entire account. Once linked, the asset can appear with any ad in the account that’s eligible to show it.
Example
Link the main_phone call asset to every ad in the account:
resource "google_ads_customer_asset" "main_phone_link" { asset = google_ads_call_asset.main_phone.id field_type = "CALL" status = "ENABLED"}Schema
Required
-
asset( Reference togoogle_ads_call_asset) -
field_type( String ) One of:HEADLINE,DESCRIPTION,MANDATORY_AD_TEXT,MARKETING_IMAGE,MEDIA_BUNDLE,YOUTUBE_VIDEO,BOOK_ON_GOOGLE,LEAD_FORM,PROMOTION,CALLOUT,STRUCTURED_SNIPPET,SITELINK,MOBILE_APP,HOTEL_CALLOUT,CALL,PRICE,LONG_HEADLINE,BUSINESS_NAME,SQUARE_MARKETING_IMAGE,PORTRAIT_MARKETING_IMAGE,LOGO,LANDSCAPE_LOGO,VIDEO,CALL_TO_ACTION_SELECTOR,AD_IMAGE,BUSINESS_LOGO,HOTEL_PROPERTY,DISCOVERY_CAROUSEL_CARD.
Optional
-
status( String ) One of:ENABLED,PAUSED,REMOVED.
See also
google_ads_call_asset— the typicalassetreference.