Package com.restfb.types.ads
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the specific carousel card that people engaged with when they saw your ad.The specific carousel card that people engaged with when they saw your ad.The destination where people go after clicking on your ad.The device on which the conversion event you are tracking occurred.The destination where people go after clicking on your ad.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.Video metrics breakdown.Metric value of attribution window "1d_click"Metric value of attribution window "28d_click"Metric value of attribution window "7d_click"getValue()
Metric value of default attribution windowMetric value of attribution window "1d_view"Metric value of attribution window "28d_view"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
Metric value of default attribution windowvoid
Metric value of attribution window "1d_view"void
setView28d
(Double view28d) Metric value of attribution window "28d_view"void
Metric value of attribution window "7d_view"Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdsActionStats
public AdsActionStats()
-
-
Method Details
-
getActionCarouselCardId
The ID of the specific carousel card that people engaged with when they saw your ad. -
setActionCarouselCardId
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
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
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
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
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
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
Video metrics breakdown. -
getValue
Metric value of default attribution window -
setValue
Metric value of default attribution window -
getView1d
Metric value of attribution window "1d_view" -
setView1d
Metric value of attribution window "1d_view" -
getView7d
Metric value of attribution window "7d_view" -
setView7d
Metric value of attribution window "7d_view" -
getView28d
Metric value of attribution window "28d_view" -
setView28d
Metric value of attribution window "28d_view" -
getClick1d
Metric value of attribution window "1d_click" -
setClick1d
Metric value of attribution window "1d_click" -
getClick7d
Metric value of attribution window "7d_click" -
setClick7d
Metric value of attribution window "7d_click" -
getClick28d
Metric value of attribution window "28d_click" -
setClick28d
Metric value of attribution window "28d_click"
-