Uses of Class
com.restfb.types.ads.Targeting
-
Packages that use Targeting Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of Targeting in com.restfb.types.ads
Methods in com.restfb.types.ads that return Targeting Modifier and Type Method Description Targeting
TargetingSentenceLine. getParams()
Targeting
Ad. getTargeting()
Targeting
AdCreativeVideoData. getTargeting()
Targeting
AdSet. getTargeting()
Targeting
ReachFrequencyPrediction. getTargetSpec()
A string in JSON format representing the targeting specs specified on creation.Methods in com.restfb.types.ads with parameters of type Targeting Modifier and Type Method Description void
TargetingSentenceLine. setParams(Targeting params)
void
Ad. setTargeting(Targeting targeting)
void
AdCreativeVideoData. setTargeting(Targeting targeting)
void
AdSet. setTargeting(Targeting targeting)
void
ReachFrequencyPrediction. setTargetSpec(Targeting targetSpec)
A string in JSON format representing the targeting specs specified on creation.
-