Class AdsActionStats

java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.AdsActionStats
All Implemented Interfaces:
Serializable

Represents the Ads action stats type
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getActionCarouselCardId

      The ID of the specific carousel card that people engaged with when they saw your ad.
    • setActionCarouselCardId

      public void setActionCarouselCardId(String actionCarouselCardId)
      The ID of the specific carousel card that people engaged with when they saw your ad.
    • getActionCarouselCardName

      The specific carousel card that people engaged with when they saw your ad. The cards are identified by their headlines.
    • setActionCarouselCardName

      public void setActionCarouselCardName(String actionCarouselCardName)
      The specific carousel card that people engaged with when they saw your ad. The cards are identified by their headlines.
    • getActionDestination

      The destination where people go after clicking on your ad. This could be your Facebook Page, an external URL for your conversion pixel or an app configured with the software development kit (SDK).
    • setActionDestination

      public void setActionDestination(String actionDestination)
      The destination where people go after clicking on your ad. This could be your Facebook Page, an external URL for your conversion pixel or an app configured with the software development kit (SDK).
    • getActionDevice

      The device on which the conversion event you are tracking occurred. For example, "Desktop" if someone converted on a desktop computer.
    • setActionDevice

      public void setActionDevice(String actionDevice)
      The device on which the conversion event you are tracking occurred. For example, "Desktop" if someone converted on a desktop computer.
    • getActionTargetId

      The destination where people go after clicking on your ad. This could be your Facebook Page, an external URL for your conversion pixel or an app configured with the software development kit (SDK).
    • setActionTargetId

      public void setActionTargetId(String actionTargetId)
      The destination where people go after clicking on your ad. This could be your Facebook Page, an external URL for your conversion pixel or an app configured with the software development kit (SDK).
    • getActionType

      The kind of actions taken on your ad, Page, app or event after your ad was served to someone, even if they didn't click on it. Action types include Page likes, app installs, conversions, event responses and more.
    • setActionType

      public void setActionType(String actionType)
      The kind of actions taken on your ad, Page, app or event after your ad was served to someone, even if they didn't click on it. Action types include Page likes, app installs, conversions, event responses and more.
    • getActionVideoType

      Video metrics breakdown.
    • setActionVideoType

      public void setActionVideoType(String actionVideoType)
      Video metrics breakdown.
    • getValue

      public Double getValue()
      Metric value of default attribution window
    • setValue

      public void setValue(Double value)
      Metric value of default attribution window
    • getView1d

      public Double getView1d()
      Metric value of attribution window "1d_view"
    • setView1d

      public void setView1d(Double view1d)
      Metric value of attribution window "1d_view"
    • getView7d

      public Double getView7d()
      Metric value of attribution window "7d_view"
    • setView7d

      public void setView7d(Double view7d)
      Metric value of attribution window "7d_view"
    • getView28d

      public Double getView28d()
      Metric value of attribution window "28d_view"
    • setView28d

      public void setView28d(Double view28d)
      Metric value of attribution window "28d_view"
    • getClick1d

      public Double getClick1d()
      Metric value of attribution window "1d_click"
    • setClick1d

      public void setClick1d(Double click1d)
      Metric value of attribution window "1d_click"
    • getClick7d

      public Double getClick7d()
      Metric value of attribution window "7d_click"
    • setClick7d

      public void setClick7d(Double click7d)
      Metric value of attribution window "7d_click"
    • getClick28d

      public Double getClick28d()
      Metric value of attribution window "28d_click"
    • setClick28d

      public void setClick28d(Double click28d)
      Metric value of attribution window "28d_click"