Skip to content

Commit

Permalink
Add AdVideoFields::PUBLISHED
Browse files Browse the repository at this point in the history
Summary: Fix #83 - fix #83

Test Plan: AdAccount::getAdVideos()
  • Loading branch information
Luca Bruno committed May 4, 2015
1 parent 22a17f8 commit d7545b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/FacebookAds/Object/AdVideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class AdVideo extends AbstractCrudObject {
AdVideoFields::ID,
AdVideoFields::NAME,
AdVideoFields::PICTURE,
AdVideoFields::PUBLISHED,
AdVideoFields::SOURCE,
AdVideoFields::UPDATED_TIME,
AdVideoFields::THUMBNAILS
Expand Down
1 change: 1 addition & 0 deletions src/FacebookAds/Object/Fields/AdVideoFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ abstract class AdVideoFields {
const ID = 'id';
const NAME = 'name';
const PICTURE = 'picture';
const PUBLISHED = 'published';
const SOURCE = 'source';
const UPDATED_TIME = 'updated_time';
const THUMBNAILS = 'thumbnails';
Expand Down

0 comments on commit d7545b6

Please sign in to comment.