I'm implementing native custom template ad in my android app and in my code I am fetching and rendering custom template ad in my view. I want to open the Webview when the user clicks on the ad with the click-through URL that I set in my dfp portal but I don't see any method or documentation on how to get hold of that URL.
from nativeCustomTemplateAd.getAvailableAssetNames(); I get only three key none of them are URL key. how I get URL which is in "f" as shown in the screenshot.
How to get ad URL?

