uriTypes property

List<String>? uriTypes
getter/setter pair

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.

Implementation

core.List<core.String>? uriTypes;