Class GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset
A unified sitelink asset.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonUnifiedSitelinkAsset : IDirectResponseSchema
Properties
AdScheduleTargets
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.
Declaration
[JsonProperty("adScheduleTargets")]
public virtual IList<GoogleAdsSearchads360V0CommonAdScheduleInfo> AdScheduleTargets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAdsSearchads360V0CommonAdScheduleInfo> |
Description1
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.
Declaration
[JsonProperty("description1")]
public virtual string Description1 { get; set; }
Property Value
Type | Description |
---|---|
string |
Description2
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.
Declaration
[JsonProperty("description2")]
public virtual string Description2 { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
Last date of when this asset is effective and still serving, in yyyy-MM-dd format.
Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkText
URL display text for the sitelink. The length of this string should be between 1 and 25, inclusive.
Declaration
[JsonProperty("linkText")]
public virtual string LinkText { get; set; }
Property Value
Type | Description |
---|---|
string |
MobilePreferred
Whether the preference is for the sitelink asset to be displayed on mobile devices. Applies to Microsoft Ads.
Declaration
[JsonProperty("mobilePreferred")]
public virtual bool? MobilePreferred { get; set; }
Property Value
Type | Description |
---|---|
bool? |
StartDate
Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackingId
ID used for tracking clicks for the sitelink asset. This is a Yahoo! Japan only field.
Declaration
[JsonProperty("trackingId")]
public virtual long? TrackingId { get; set; }
Property Value
Type | Description |
---|---|
long? |
UseSearcherTimeZone
Whether to show the sitelink asset in search user's time zone. Applies to Microsoft Ads.
Declaration
[JsonProperty("useSearcherTimeZone")]
public virtual bool? UseSearcherTimeZone { get; set; }
Property Value
Type | Description |
---|---|
bool? |