Class ThirdPartyUrl
Tracking URLs from third parties to track interactions with an audio or a video creative.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ThirdPartyUrl : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of interaction needs to be tracked by the tracking URL
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Tracking URL used to track the interaction. Provide a URL with optional path or query string, beginning with
https:
. For example, https://www.example.com/path
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |