View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_UnifiedSitelinkAsset (google_api_search_ads360 v0.7.0)
A unified sitelink asset.
Attributes
-
adScheduleTargets
(type:list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AdScheduleInfo.t)
, default:nil
) - List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total. -
description1
(type:String.t
, default:nil
) - First line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description2 must also be set. -
description2
(type:String.t
, default:nil
) - Second line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description1 must also be set. -
endDate
(type:String.t
, default:nil
) - Last date of when this asset is effective and still serving, in yyyy-MM-dd format. -
linkText
(type:String.t
, default:nil
) - URL display text for the sitelink. The length of this string should be between 1 and 25, inclusive. -
mobilePreferred
(type:boolean()
, default:nil
) - Whether the preference is for the sitelink asset to be displayed on mobile devices. Applies to Microsoft Ads. -
startDate
(type:String.t
, default:nil
) - Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format. -
trackingId
(type:String.t
, default:nil
) - ID used for tracking clicks for the sitelink asset. This is a Yahoo! Japan only field. -
useSearcherTimeZone
(type:boolean()
, default:nil
) - Whether to show the sitelink asset in search user's time zone. Applies to Microsoft Ads.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_UnifiedSitelinkAsset{ adScheduleTargets: [ GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AdScheduleInfo.t() ] | nil, description1: String.t() | nil, description2: String.t() | nil, endDate: String.t() | nil, linkText: String.t() | nil, mobilePreferred: boolean() | nil, startDate: String.t() | nil, trackingId: String.t() | nil, useSearcherTimeZone: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.