finalUrls property

List<String>? finalUrls
getter/setter pair

A list of final URLs after all cross domain redirects.

In performance max, by default, the urls are eligible for expansion unless opted out.

Implementation

core.List<core.String>? finalUrls;