Hi team,
I'm looking for the equivalent of this
feature (deferred deep linking) from the Google Ads UI in the Google Ads API. I'm using the .NET client library, and setting up app campaigns and app ads.
I want to be able to add an App URL that results in an App deep link asset type (screenshots below).
When I try using FinalAppUrls or FinalUrls with AppAdInfo when setting up my ad I get a VALUE_MUST_BE_UNSET error. If I try to set up an AppDeepLinkAsset instead, I get CUSTOMER_NOT_ON_ALLOWLIST_FOR_APP_DEEP_LINK_ASSETS (Only customers on the allowlist can create AppDeepLinkAsset.)
Is the AppDeepLinkAsset in the API what I am looking for? If so, are there timelines for when this will be available for all? If not, how can I set this up? Thanks!