Class GoogleAdsSearchads360V23CommonSitelinkAsset
A Sitelink asset.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonSitelinkAsset : 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<GoogleAdsSearchads360V23CommonAdScheduleInfo> AdScheduleTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdScheduleInfo> |
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
Required. 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 |
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 |