Class Application.ApplicationAppAdDebugInfo

    • Method Detail

      • getIosMissingSettings

        public List<StringgetIosMissingSettings()
        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
      • getAndroidMissingSettings

        public List<StringgetAndroidMissingSettings()
        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
      • getLastIosInstall

        public Date getLastIosInstall()
        Timestamp of most recent install event reported by iOS SDK.
        Returns:
        Timestamp of most recent install event reported by iOS SDK
      • setLastIosInstall

        public void setLastIosInstall​(Date lastIosInstall)
        Timestamp of most recent install event reported by iOS SDK.
      • getLastAndroidInstall

        public Date getLastAndroidInstall()
        Timestamp of most recent install event reported by Android SDK.
        Returns:
        Timestamp of most recent install event reported by Android SDK
      • setLastAndroidInstall

        public void setLastAndroidInstall​(Date lastAndroidInstall)
        Timestamp of most recent install event reported by Android SDK.
      • getIosSupportStatus

        public String getIosSupportStatus()
        Status of iOS app ad support for this application.
        Returns:
        Status of iOS app ad support for this application
      • setIosSupportStatus

        public void setIosSupportStatus​(String iosSupportStatus)
        Status of iOS app ad support for this application.
      • getAndroidSupportStatus

        public String getAndroidSupportStatus()
        Status of iOS app ad support for this application.
        Returns:
        Status of iOS app ad support for this application
      • setAndroidSupportStatus

        public void setAndroidSupportStatus​(String androidSupportStatus)
        Status of iOS app ad support for this application.
      • getIosInstallsOverLastSevenDays

        public Long getIosInstallsOverLastSevenDays()
        Number of reported iOS installs over the last seven days.
        Returns:
        Number of reported iOS installs over the last seven days
      • setIosInstallsOverLastSevenDays

        public void setIosInstallsOverLastSevenDays​(Long iosInstallsOverLastSevenDays)
        Number of reported iOS installs over the last seven days.
      • getAndroidInstallsOverLastSevenDays

        public Long getAndroidInstallsOverLastSevenDays()
        Number of reported Android installs over the last seven days.
        Returns:
        Number of reported Android installs over the last seven days
      • getLastIosDeferredDeepLinkCall

        public Date getLastIosDeferredDeepLinkCall()
        Timestamp of most recent iOS deferred deep link request.
        Returns:
        Timestamp of most recent iOS deferred deep link request
      • setLastIosDeferredDeepLinkCall

        public void setLastIosDeferredDeepLinkCall​(Date lastIosDeferredDeepLinkCall)
        Timestamp of most recent iOS deferred deep link request.
      • getLastAndroidDeferredDeepLinkCall

        public Date getLastAndroidDeferredDeepLinkCall()
        Timestamp of most recent Android deferred deep link request.
        Returns:
        Timestamp of most recent Android deferred deep link request
      • getIsOcpmEnabled

        public Boolean getIsOcpmEnabled()
        Is the application allowed to use optimized CPM bidding.
        Returns:
        Is the application allowed to use optimized CPM bidding
      • setIsOcpmEnabled

        public void setIsOcpmEnabled​(Boolean isOcpmEnabled)
        Is the application allowed to use optimized CPM bidding.
      • getIsCpaEnabledForIos

        public Boolean getIsCpaEnabledForIos()
        Is the application allowed to use CPA bidding for iOS
        Returns:
        Is the application allowed to use CPA bidding for iOS
      • setIsCpaEnabledForIos

        public void setIsCpaEnabledForIos​(Boolean isCpaEnabledForIos)
        Is the application allowed to use CPA bidding for iOS
      • getIsCpaEnabledForAndroid

        public Boolean getIsCpaEnabledForAndroid()
        Is the application allowed to use CPA bidding for Android.
        Returns:
        Is the application allowed to use CPA bidding for Android
      • setIsCpaEnabledForAndroid

        public void setIsCpaEnabledForAndroid​(Boolean isCpaEnabledForAndroid)
        Is the application allowed to use CPA bidding for Android.
      • getIsAppInDevMode

        public Boolean getIsAppInDevMode()
        Is the application in development mode.
        Returns:
        Is the application in development mode
      • getIsAppChildApp

        public Boolean 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

        public void setIsAppChildApp​(Boolean isAppChildApp)
        Is the application childred of aonther application, i.e. is it a test application