Package com.restfb.types.ads
Class AdsActionStats
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.AdsActionStats
-
- All Implemented Interfaces:
Serializable
public class AdsActionStats extends AbstractFacebookType
Represents the Ads action stats type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdsActionStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionCarouselCardId()
The ID of the specific carousel card that people engaged with when they saw your ad.String
getActionCarouselCardName()
The specific carousel card that people engaged with when they saw your ad.String
getActionDestination()
The destination where people go after clicking on your ad.String
getActionDevice()
The device on which the conversion event you are tracking occurred.String
getActionTargetId()
The destination where people go after clicking on your ad.String
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.String
getActionVideoType()
Video metrics breakdown.Double
getClick1d()
Metric value of attribution window "1d_click"Double
getClick28d()
Metric value of attribution window "28d_click"Double
getClick7d()
Metric value of attribution window "7d_click"Double
getValue()
Metric value of default attribution windowDouble
getView1d()
Metric value of attribution window "1d_view"Double
getView28d()
Metric value of attribution window "28d_view"Double
getView7d()
Metric value of attribution window "7d_view"void
setActionCarouselCardId(String actionCarouselCardId)
The ID of the specific carousel card that people engaged with when they saw your ad.void
setActionCarouselCardName(String actionCarouselCardName)
The specific carousel card that people engaged with when they saw your ad.void
setActionDestination(String actionDestination)
The destination where people go after clicking on your ad.void
setActionDevice(String actionDevice)
The device on which the conversion event you are tracking occurred.void
setActionTargetId(String actionTargetId)
The destination where people go after clicking on your ad.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.void
setActionVideoType(String actionVideoType)
Video metrics breakdown.void
setClick1d(Double click1d)
Metric value of attribution window "1d_click"void
setClick28d(Double click28d)
Metric value of attribution window "28d_click"void
setClick7d(Double click7d)
Metric value of attribution window "7d_click"void
setValue(Double value)
Metric value of default attribution windowvoid
setView1d(Double view1d)
Metric value of attribution window "1d_view"void
setView28d(Double view28d)
Metric value of attribution window "28d_view"void
setView7d(Double view7d)
Metric value of attribution window "7d_view"-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdsActionStats
public AdsActionStats()
-
-
Method Detail
-
getActionCarouselCardId
public String 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
public String 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
public String 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
public String 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
public String 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
public String 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
public String getActionVideoType()
Video metrics breakdown.
-
setActionVideoType
public void setActionVideoType(String actionVideoType)
Video metrics breakdown.
-
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"
-
-