computedClickThroughUrl property

String? computedClickThroughUrl
getter/setter pair

Read-only convenience field representing the actual URL that will be used for this click-through.

The URL is computed as follows: - If defaultLandingPage is enabled then the campaign's default landing page URL is assigned to this field. - If defaultLandingPage is not enabled and a landingPageId is specified then that landing page's URL is assigned to this field. - If neither of the above cases apply, then the customClickThroughUrl is assigned to this field.

Implementation

core.String? computedClickThroughUrl;