Package com.restfb.types.ads
Class AdGroup
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.AdGroup
- All Implemented Interfaces:
HasCreatedTime
,Serializable
@Deprecated public class AdGroup extends NamedAdsObject implements HasCreatedTime
Deprecated.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AdGroup()
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
addAdLabel(AdLabel action)
Deprecated.boolean
addConversionSpec(ConversionActionQuery action)
Deprecated.boolean
addTrackingSpec(ConversionActionQuery action)
Deprecated.String
getAccountId()
Deprecated.The ID of the ad account that this ad belongs to.List<AdLabel>
getAdLabels()
Deprecated.String
getAdReviewFeedback()
Deprecated.Review feedback for this ad.AdSet
getAdset()
Deprecated.AdGroup set that contains this adString
getAdsetId()
Deprecated.ID of the ad set that contains the adInteger
getBidAmount()
Deprecated.Bid amount for this adString
getBidType()
Deprecated.Bid typeAdCampaignGroup
getCampaign()
Deprecated.AdGroup campaign that contains this adString
getCampaignId()
Deprecated.ID of the ad campaign that contains this adString
getConfiguredStatus()
Deprecated.The configured status of the ad.List<ConversionActionQuery>
getConversionSpecs()
Deprecated.Date
getCreatedTime()
Deprecated.Created timeAdCreative
getCreative()
Deprecated.This field is required for create.String
getEffectiveStatus()
Deprecated.The effective status of the ad.String
getLastUpdatedByAppId()
Deprecated.Last Updated By App IDList<ConversionActionQuery>
getTrackingSpecs()
Deprecated.Date
getUpdatedTime()
Deprecated.Updated timeboolean
removeAdLabel(AdLabel action)
Deprecated.boolean
removeConversionSpec(ConversionActionQuery action)
Deprecated.boolean
removeTrackingSpec(ConversionActionQuery action)
Deprecated.void
setAccountId(String accountId)
Deprecated.The ID of the ad account that this ad belongs to.void
setAdReviewFeedback(String adReviewFeedback)
Deprecated.Review feedback for this ad.void
setAdset(AdSet adset)
Deprecated.AdGroup set that contains this advoid
setAdsetId(String adsetId)
Deprecated.ID of the ad set that contains the advoid
setBidAmount(Integer bidAmount)
Deprecated.Bid amount for this advoid
setBidType(String bidType)
Deprecated.Bid typevoid
setCampaign(AdCampaignGroup campaign)
Deprecated.AdGroup campaign that contains this advoid
setCampaignId(String campaignId)
Deprecated.ID of the ad campaign that contains this advoid
setConfiguredStatus(String configuredStatus)
Deprecated.The configured status of the ad.void
setCreatedTime(Date createdTime)
Deprecated.Created timevoid
setCreative(AdCreative creative)
Deprecated.This field is required for create.void
setEffectiveStatus(String effectiveStatus)
Deprecated.The effective status of the ad.void
setLastUpdatedByAppId(String lastUpdatedByAppId)
Deprecated.Last Updated By App IDvoid
setUpdatedTime(Date updatedTime)
Deprecated.Updated timeMethods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdGroup
public AdGroup()Deprecated.
-
-
Method Details
-
getTrackingSpecs
Deprecated. -
addTrackingSpec
Deprecated. -
removeTrackingSpec
Deprecated. -
getConversionSpecs
Deprecated. -
addConversionSpec
Deprecated. -
removeConversionSpec
Deprecated. -
getAdLabels
Deprecated. -
addAdLabel
Deprecated. -
removeAdLabel
Deprecated. -
getAccountId
Deprecated.The ID of the ad account that this ad belongs to. -
setAccountId
Deprecated.The ID of the ad account that this ad belongs to. -
getAdset
Deprecated.AdGroup set that contains this ad -
setAdset
Deprecated.AdGroup set that contains this ad -
getCampaign
Deprecated.AdGroup campaign that contains this ad -
setCampaign
Deprecated.AdGroup campaign that contains this ad -
getAdsetId
Deprecated.ID of the ad set that contains the ad -
setAdsetId
Deprecated.ID of the ad set that contains the ad -
getBidAmount
Deprecated.Bid amount for this ad -
setBidAmount
Deprecated.Bid amount for this ad -
getBidType
Deprecated.Bid type -
setBidType
Deprecated.Bid type -
getConfiguredStatus
Deprecated.The configured status of the ad. Possible values are ACTIVE, PAUSED, ARCHIVED, DELETED. -
setConfiguredStatus
Deprecated.The configured status of the ad. Possible values are ACTIVE, PAUSED, ARCHIVED, DELETED. -
setCreatedTime
Deprecated.Created time -
getCreatedTime
Deprecated.Created time- Specified by:
getCreatedTime
in interfaceHasCreatedTime
-
getCreative
Deprecated.This field is required for create. The ID of the ad creative to be used by this ad. -
setCreative
Deprecated.This field is required for create. The ID of the ad creative to be used by this ad. -
getEffectiveStatus
Deprecated.The effective status of the ad. Possible values are ACTIVE, PAUSED, ARCHIVED, DELETED, CAMPAIGN_PAUSED, ADSET_PAUSED, PENDING_REVIEW, DISAPPROVED, PREAPPROVED, PENDING_BILLING_INFO. -
setEffectiveStatus
Deprecated.The effective status of the ad. Possible values are ACTIVE, PAUSED, ARCHIVED, DELETED, CAMPAIGN_PAUSED, ADSET_PAUSED, PENDING_REVIEW, DISAPPROVED, PREAPPROVED, PENDING_BILLING_INFO. -
getLastUpdatedByAppId
Deprecated.Last Updated By App ID -
setLastUpdatedByAppId
Deprecated.Last Updated By App ID -
getCampaignId
Deprecated.ID of the ad campaign that contains this ad -
setCampaignId
Deprecated.ID of the ad campaign that contains this ad -
getUpdatedTime
Deprecated.Updated time -
setUpdatedTime
Deprecated.Updated time -
getAdReviewFeedback
Deprecated.Review feedback for this ad. Look here for more information: https://developers.facebook.com/docs/marketing-api/adgroup/feedback -
setAdReviewFeedback
Deprecated.Review feedback for this ad. Look here for more information: https://developers.facebook.com/docs/marketing-api/adgroup/feedback
-
Ad
instead