Package com.restfb.types.ads
Class OffsitePixel
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.OffsitePixel
-
- All Implemented Interfaces:
Serializable
public class OffsitePixel extends BaseAdsObject
Represents the Offsite Pixel Marketing API Type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OffsitePixel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreator()
ID and name of the ad account that first created the pixelString
getJsPixel()
JavaScript code for the pixel that you should place in the head of the conversion pageDate
getLastFiringTime()
Last time the pixel was firedString
getTag()
One of:checkout
,registration
,lead
,key_page_view
,add_to_cart
,other
void
setCreator(String creator)
ID and name of the ad account that first created the pixelvoid
setJsPixel(String jsPixel)
JavaScript code for the pixel that you should place in the head of the conversion pagevoid
setLastFiringTime(Date lastFiringTime)
Last time the pixel was firedvoid
setTag(String tag)
One of:checkout
,registration
,lead
,key_page_view
,add_to_cart
,other
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
OffsitePixel
public OffsitePixel()
-
-
Method Detail
-
getCreator
public String getCreator()
ID and name of the ad account that first created the pixel
-
setCreator
public void setCreator(String creator)
ID and name of the ad account that first created the pixel
-
getJsPixel
public String getJsPixel()
JavaScript code for the pixel that you should place in the head of the conversion page
-
setJsPixel
public void setJsPixel(String jsPixel)
JavaScript code for the pixel that you should place in the head of the conversion page
-
getLastFiringTime
public Date getLastFiringTime()
Last time the pixel was fired
-
setLastFiringTime
public void setLastFiringTime(Date lastFiringTime)
Last time the pixel was fired
-
getTag
public String getTag()
One of:checkout
,registration
,lead
,key_page_view
,add_to_cart
,other
-
-