Skip to content

Commit

Permalink
Merge branch 'facebook-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
San Kim committed Jun 3, 2021
2 parents 8d609c3 + 1cfd103 commit edfa9ec
Show file tree
Hide file tree
Showing 123 changed files with 2,188 additions and 1,025 deletions.
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,29 @@ All notable changes to this project will be documented in this file.

## Unreleased

## v0.9.0.0
## v0.10.0.1


### Added
- Support for sending multiple values for certain UserData parameters to Conversions API.

## v0.10.0.0


### Changed
- Graph API call upgrade to [v10.0](https://developers.facebook.com/docs/graph-api/changelog/version10.0)
- Support Ruby 3.0.0

## v0.9.0.1


### Added
- `action_source` field to Event for Conversions API.

## v0.9.0.0
### Changed
- Graph API call upgrade to [v9.0](https://developers.facebook.com/docs/graph-api/changelog/version9.0)

### Added
- `delivery_category` field to Content for Conversions API.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
facebookbusiness (0.8.0.3)
facebookbusiness (0.9.0.1)
concurrent-ruby (~> 1.1)
countries (~> 3.0)
faraday (~> 1.0)
Expand Down
35 changes: 0 additions & 35 deletions examples/AdAccountAdCreativesPostCreateAdCreativeLinkAd.rb

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions examples/AdAccountAdCreativesPostCreateLinkAdImageCrop.rb

This file was deleted.

39 changes: 0 additions & 39 deletions examples/AdAccountAdCreativesPostCreateLinkAdNotToPage.rb

This file was deleted.

36 changes: 0 additions & 36 deletions examples/AdAccountAdCreativesPostCreateMAIDPA.rb

This file was deleted.

34 changes: 0 additions & 34 deletions examples/AdAccountAdCreativesPostCreateVideoLeadAd.rb

This file was deleted.

35 changes: 0 additions & 35 deletions examples/AdAccountAdCreativesPostCreateVideoPageLikeAd.rb

This file was deleted.

4 changes: 2 additions & 2 deletions examples/AdAccountAdSetsPostAdSetCreateCpa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
name: 'A CPA Ad Set',
campaign_id: '<adCampaignLinkClicksID>',
daily_budget: '5000',
start_time: '2020-10-29T22:16:32-0700',
end_time: '2020-11-05T22:16:32-0800',
start_time: '2021-04-25T09:42:56-0700',
end_time: '2021-05-02T09:42:56-0700',
billing_event: 'IMPRESSIONS',
optimization_goal: 'REACH',
bid_amount: '1000',
Expand Down
4 changes: 2 additions & 2 deletions examples/AdAccountAdSetsPostAdSetCreateCpaAppEvents.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
name: 'A CPA Ad Set optimized for App Events',
campaign_id: '<adCampaignAppInstallsID>',
daily_budget: '300',
start_time: '2020-10-29T22:17:28-0700',
end_time: '2020-11-05T22:17:28-0800',
start_time: '2021-04-25T09:43:53-0700',
end_time: '2021-05-02T09:43:53-0700',
billing_event: 'IMPRESSIONS',
optimization_goal: 'OFFSITE_CONVERSIONS',
bid_amount: '100',
Expand Down
4 changes: 2 additions & 2 deletions examples/AdAccountAdSetsPostCreateAdSet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
adsets = ad_account.adsets.create({
name: 'My First AdSet',
lifetime_budget: '20000',
start_time: '2020-10-29T22:15:36-0700',
end_time: '2020-11-05T22:15:36-0800',
start_time: '2021-04-25T09:42:08-0700',
end_time: '2021-05-02T09:42:08-0700',
campaign_id: '<adCampaignLinkClicksID>',
bid_amount: '500',
billing_event: 'IMPRESSIONS',
Expand Down
Loading

0 comments on commit edfa9ec

Please sign in to comment.