Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
DeepLink |
DeepLink.clone() |
DeepLink |
DeepLink.set(String fieldName,
Object value) |
DeepLink |
DeepLink.setAppUrl(String appUrl)
The URL of the mobile app being linked to.
|
DeepLink |
DeepLink.setFallbackUrl(String fallbackUrl)
The fallback URL.
|
DeepLink |
DeepLink.setKind(String kind)
Identifies what kind of resource this is.
|
DeepLink |
DeepLink.setMobileApp(MobileApp mobileApp)
The mobile app targeted by this deep link.
|
DeepLink |
DeepLink.setRemarketingListIds(List<Long> remarketingListIds)
Ads served to users on these remarketing lists will use this deep link.
|
Modifier and Type | Method and Description |
---|---|
List<DeepLink> |
LandingPage.getDeepLinks()
Links that will direct the user to a mobile app, if installed.
|
Modifier and Type | Method and Description |
---|---|
LandingPage |
LandingPage.setDeepLinks(List<DeepLink> deepLinks)
Links that will direct the user to a mobile app, if installed.
|
Copyright © 2011–2025 Google. All rights reserved.