Class GoogleAdsSearchads360V0CommonUnifiedCalloutAsset
A unified callout asset.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonUnifiedCalloutAsset : 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> |
CalloutText
The callout text. The length of this string should be between 1 and 25, inclusive.
Declaration
[JsonProperty("calloutText")]
public virtual string CalloutText { 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 |
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 |
UseSearcherTimeZone
Whether to show the 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? |