Description Usage Arguments Value References Examples
Read ad creative
1 2 3 4 5 6  | fbad_read_creative(fbacc, id, by = c("account", "creative", "ad"),
  fields = c("id", "name", "body", "title", "run_status", "actor_id",
  "call_to_action_type", "follow_redirect", "image_crops", "image_file",
  "image_hash", "image_url", "thumbnail_url", "link_url", "url_tags",
  "object_id", "object_story_id", "object_story_spec", "object_type",
  "object_url"))
 | 
fbacc | 
 (optional)   | 
id | 
 Ad Creative or Ad Set id  | 
by | 
 get all Ad Creatives for the account, for a given Ad or a single Creative  | 
fields | 
 character vector of fields to get from the API  | 
list to be post-processed
https://developers.facebook.com/docs/marketing-api/reference/ad-creative#Reading
1 2 3 4 5  | ## Not run: 
## get all creatives for the current account
fbad_read_creative(fbacc)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.