Package com.restfb.types
Class Application.ApplicationAppAdDebugInfo
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Application.ApplicationAppAdDebugInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Application
Represents the
Application App
Ad Debug Info Graph API type.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addAndroidMissingSetting
(String androidMissingSetting) boolean
addIosInstallInvalidationScheme
(String iosInstallInvalidationScheme) boolean
addIosMissingSetting
(String iosMissingSetting) Number of reported Android installs over the last seven days.Settings that need to be fixed before serving app ads for Android.Status of iOS app ad support for this application.Schemes used for iOS install invalidationNumber of reported iOS installs over the last seven days.Settings that need to be fixed before serving app ads for iOS.Status of iOS app ad support for this application.Is the application childred of aonther application, i.e. is it a test applicationIs the application in development mode.Is the application allowed to use CPA bidding for Android.Is the application allowed to use CPA bidding for iOSIs the application allowed to use optimized CPM bidding.Timestamp of most recent Android deferred deep link request.Timestamp of most recent install event reported by Android SDK.Timestamp of most recent iOS deferred deep link request.Timestamp of most recent install event reported by iOS SDK.boolean
removeAndroidMissingSetting
(String androidMissingSetting) boolean
removeIosInstallInvalidationScheme
(String iosInstallInvalidationScheme) boolean
removeIosMissingSetting
(String iosMissingSetting) void
setAndroidInstallsOverLastSevenDays
(Long androidInstallsOverLastSevenDays) Number of reported Android installs over the last seven days.void
setAndroidSupportStatus
(String androidSupportStatus) Status of iOS app ad support for this application.void
setIosInstallsOverLastSevenDays
(Long iosInstallsOverLastSevenDays) Number of reported iOS installs over the last seven days.void
setIosSupportStatus
(String iosSupportStatus) Status of iOS app ad support for this application.void
setIsAppChildApp
(Boolean isAppChildApp) Is the application childred of aonther application, i.e. is it a test applicationvoid
setIsAppInDevMode
(Boolean isAppInDevMode) Is the application in development mode.void
setIsCpaEnabledForAndroid
(Boolean isCpaEnabledForAndroid) Is the application allowed to use CPA bidding for Android.void
setIsCpaEnabledForIos
(Boolean isCpaEnabledForIos) Is the application allowed to use CPA bidding for iOSvoid
setIsOcpmEnabled
(Boolean isOcpmEnabled) Is the application allowed to use optimized CPM bidding.void
setLastAndroidDeferredDeepLinkCall
(Date lastAndroidDeferredDeepLinkCall) Timestamp of most recent Android deferred deep link request.void
setLastAndroidInstall
(Date lastAndroidInstall) Timestamp of most recent install event reported by Android SDK.void
setLastIosDeferredDeepLinkCall
(Date lastIosDeferredDeepLinkCall) Timestamp of most recent iOS deferred deep link request.void
setLastIosInstall
(Date lastIosInstall) Timestamp of most recent install event reported by iOS SDK.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
ApplicationAppAdDebugInfo
public ApplicationAppAdDebugInfo()
-
-
Method Details
-
getIosMissingSettings
Settings that need to be fixed before serving app ads for iOS.- Returns:
- Settings that need to be fixed before serving app ads for iOS
-
addIosMissingSetting
-
removeIosMissingSetting
-
getAndroidMissingSettings
Settings that need to be fixed before serving app ads for Android.- Returns:
- Settings that need to be fixed before serving app ads for Android
-
addAndroidMissingSetting
-
removeAndroidMissingSetting
-
getIosInstallInvalidationSchemes
Schemes used for iOS install invalidation- Returns:
- Schemes used for iOS install invalidation
-
addIosInstallInvalidationScheme
-
removeIosInstallInvalidationScheme
-
getLastIosInstall
Timestamp of most recent install event reported by iOS SDK.- Returns:
- Timestamp of most recent install event reported by iOS SDK
-
setLastIosInstall
Timestamp of most recent install event reported by iOS SDK. -
getLastAndroidInstall
Timestamp of most recent install event reported by Android SDK.- Returns:
- Timestamp of most recent install event reported by Android SDK
-
setLastAndroidInstall
Timestamp of most recent install event reported by Android SDK. -
getIosSupportStatus
Status of iOS app ad support for this application.- Returns:
- Status of iOS app ad support for this application
-
setIosSupportStatus
Status of iOS app ad support for this application. -
getAndroidSupportStatus
Status of iOS app ad support for this application.- Returns:
- Status of iOS app ad support for this application
-
setAndroidSupportStatus
Status of iOS app ad support for this application. -
getIosInstallsOverLastSevenDays
Number of reported iOS installs over the last seven days.- Returns:
- Number of reported iOS installs over the last seven days
-
setIosInstallsOverLastSevenDays
Number of reported iOS installs over the last seven days. -
getAndroidInstallsOverLastSevenDays
Number of reported Android installs over the last seven days.- Returns:
- Number of reported Android installs over the last seven days
-
setAndroidInstallsOverLastSevenDays
Number of reported Android installs over the last seven days. -
getLastIosDeferredDeepLinkCall
Timestamp of most recent iOS deferred deep link request.- Returns:
- Timestamp of most recent iOS deferred deep link request
-
setLastIosDeferredDeepLinkCall
Timestamp of most recent iOS deferred deep link request. -
getLastAndroidDeferredDeepLinkCall
Timestamp of most recent Android deferred deep link request.- Returns:
- Timestamp of most recent Android deferred deep link request
-
setLastAndroidDeferredDeepLinkCall
Timestamp of most recent Android deferred deep link request. -
getIsOcpmEnabled
Is the application allowed to use optimized CPM bidding.- Returns:
- Is the application allowed to use optimized CPM bidding
-
setIsOcpmEnabled
Is the application allowed to use optimized CPM bidding. -
getIsCpaEnabledForIos
Is the application allowed to use CPA bidding for iOS- Returns:
- Is the application allowed to use CPA bidding for iOS
-
setIsCpaEnabledForIos
Is the application allowed to use CPA bidding for iOS -
getIsCpaEnabledForAndroid
Is the application allowed to use CPA bidding for Android.- Returns:
- Is the application allowed to use CPA bidding for Android
-
setIsCpaEnabledForAndroid
Is the application allowed to use CPA bidding for Android. -
getIsAppInDevMode
Is the application in development mode.- Returns:
- Is the application in development mode
-
setIsAppInDevMode
Is the application in development mode. -
getIsAppChildApp
Is the application childred of aonther application, i.e. is it a test application- Returns:
- Is the application childred of aonther application, i.e. is it a test application
-
setIsAppChildApp
Is the application childred of aonther application, i.e. is it a test application
-