Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.02 KB

File metadata and controls

13 lines (9 loc) · 1.02 KB

Zernio.Model.WebhookPayloadCommentCommentAd

Ad context. Present only when the comment was made on paid content. Instagram: populated from the webhook payload's value.media.ad_id and value.media.ad_title. Facebook: populated via a Graph API lookup of the parent post's promotion_status. Absent for comments on organic posts that are not currently promoted.

Properties

Name Type Description Notes
Id string Meta ad ID (Instagram only). [optional]
Title string Ad creative title (Instagram only). [optional]
PromotionStatus string Facebook promotion status returned by Graph API. Common values: "active" (organic post currently boosted), "ineligible" (dark post or ad creative, not promotable because it already is an ad). [optional]

[Back to Model list] [Back to API list] [Back to README]