Class DemandGenProductAd
Details for a Demand Gen product ad.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class DemandGenProductAd : IDirectResponseSchema
Properties
BusinessName
Required. The business name shown on the ad.
Declaration
[JsonProperty("businessName")]
public virtual string BusinessName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CallToAction
Required. The call-to-action button shown on the ad. The supported values are: * AUTOMATED * APPLY_NOW *
BOOK_NOW * CONTACT_US * DOWNLOAD * GET_QUOTE * LEARN_MORE * SHOP_NOW * SIGN_UP * SUBSCRIBE
Declaration
[JsonProperty("callToAction")]
public virtual string CallToAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomParameters
Optional. The custom parameters to pass custom values to tracking URL template.
Declaration
[JsonProperty("customParameters")]
public virtual IDictionary<string, string> CustomParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Description
Required. The description of the ad.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayUrlBreadcrumb1
Optional. The first piece after the domain in the display URL.
Declaration
[JsonProperty("displayUrlBreadcrumb1")]
public virtual string DisplayUrlBreadcrumb1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayUrlBreadcrumb2
Optional. The second piece after the domain in the display URL.
Declaration
[JsonProperty("displayUrlBreadcrumb2")]
public virtual string DisplayUrlBreadcrumb2 { 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 |
FinalUrl
Required. The URL address of the webpage that people reach after they click the ad.
Declaration
[JsonProperty("finalUrl")]
public virtual string FinalUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FinalUrlSuffix
Optional. The suffix to append to landing page URLs.
Declaration
[JsonProperty("finalUrlSuffix")]
public virtual string FinalUrlSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Headline
Required. The headline of the ad.
Declaration
[JsonProperty("headline")]
public virtual string Headline { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Logo
Required. The logo image used by this ad.
Declaration
[JsonProperty("logo")]
public virtual ImageAsset Logo { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageAsset |
TrackingUrl
Output only. The URL address loaded in the background for tracking purposes.
Declaration
[JsonProperty("trackingUrl")]
public virtual string TrackingUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserSpecifiedTrackingUrl
Optional. The tracking URL specified by the user manually.
Declaration
[JsonProperty("userSpecifiedTrackingUrl")]
public virtual string UserSpecifiedTrackingUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |