Last active
August 29, 2015 14:07
-
-
Save pauladam/f07d60f774649c844b89 to your computer and use it in GitHub Desktop.
Ad creation spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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