Class VideoTrackingUrl
Represents a [ConversionEventEnum][google.ads.admanager.v1.ConversionEventEnum] to URL pair that will be pinged when the event happens.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class VideoTrackingUrl : IMessage<VideoTrackingUrl>, IEquatable<VideoTrackingUrl>, IDeepCloneable<VideoTrackingUrl>, IBufferMessage, IMessage
Constructors
VideoTrackingUrl()
Declaration
public VideoTrackingUrl()
VideoTrackingUrl(VideoTrackingUrl)
Declaration
public VideoTrackingUrl(VideoTrackingUrl other)
Parameters
| Type | Name | Description |
|---|---|---|
| VideoTrackingUrl | other |
Properties
ConversionEvent
Required. All possible tracking event types.
Declaration
public ConversionEventEnum.Types.ConversionEvent ConversionEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| ConversionEventEnum.Types.ConversionEvent |
Url
Optional. A URL that should be pinged for the conversion event.
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |