Skip to content

Instantly share code, notes, and snippets.

@pauladam
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save pauladam/f07d60f774649c844b89 to your computer and use it in GitHub Desktop.

Select an option

Save pauladam/f07d60f774649c844b89 to your computer and use it in GitHub Desktop.
Ad creation spec
ad-account id: id
page id: id
post id: id
message: message
campaign:
id: id
objective: objective
name: name
ad-set:
name: name
bid type: type
lifetime budget: budget
start time: time
end time: time
targeting spec: spec
ad-group:
name: name
bid type: type
conversion specs: spec
objective: objective
targeting spec: spec
tracking spec: spec
creative:
image: image
references:
- https://developers.facebook.com/docs/reference/ads-api/adcampaign/
- https://developers.facebook.com/docs/reference/ads-api/adcreative
- https://developers.facebook.com/docs/reference/ads-api/adgroup
- https://developers.facebook.com/docs/reference/ads-api/adset
@pauladam
Copy link
Copy Markdown
Author

Some of these fields might be redundant or not strictly necessary so please lmk if you see any of such type.

cc @bjubb @bpowers for comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment