Class AdPolicyTopicEvidenceDestinationMismatch
Details on a mismatch between destination URL types.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AdPolicyTopicEvidenceDestinationMismatch : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UriTypes
The set of URLs that do not match. The list can include single or multiple uri types. Example 1:
[DISPLAY_URL, FINAL_URL] means ad display URL does not match with the ad final URL. Example 2:
[FINAL_URL] means ad final URL did not match the crawled url, which is also considered as destination
mismatch.
Declaration
[JsonProperty("uriTypes")]
public virtual IList<string> UriTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |