adparlor-facebook 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1d7f88f3a9c2ee3fcbeede567bd67c6f1597982
4
- data.tar.gz: 70f283bfc8148885713ad3833c68ec265958b82b
3
+ metadata.gz: fd811b4f7a6771b5e6e3a9f7b8fa27b7f0a223fa
4
+ data.tar.gz: fc8d8e21ea10fb8f37bdca098f85753e40b855c9
5
5
  SHA512:
6
- metadata.gz: ed5e74e451c01dc04cbda443c0661c41accda6b26531bdb44e92d132dc81af86505306e2db845a2cf0b456cfe8ff386b7b103cd4a9ea240dffa75cd32f38c939
7
- data.tar.gz: 002edd309c26367c782da05743baa0d6e21ca18025e9e252e9d702679510b51359db1a7502224c11c3e825abce8fb9cbb9c0888abb0b7091dc51c1a002165cd4
6
+ metadata.gz: 64cd017c3a26e665f52fc85e4d9f1a92a3587ad5900e330064e6dc8c1a7603c26ac332d272298342ed90930620a01413f37dfc7387e18e01374f764c1eae634b
7
+ data.tar.gz: a1525607f742180595fc53875f4664d0ece24b1187a6aa72db429c5ad0687616bcd7b81d2c509129ea16633f06cbe9391e8b95b90a4fe089fc6743e5f31475b0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adparlor-facebook (0.7.1)
4
+ adparlor-facebook (0.7.2)
5
5
  faraday
6
6
  faraday_middleware
7
7
  httpclient
@@ -21,7 +21,9 @@ module Adparlor
21
21
  :budget_rebalance_flag,
22
22
  :pacing_type,
23
23
  :bid_strategy,
24
- :special_ad_category
24
+ :special_ad_category,
25
+ :daily_budget,
26
+ :lifetime_budget
25
27
  ]
26
28
  CREATE_FIELDS = [
27
29
  :name,
@@ -33,7 +35,9 @@ module Adparlor
33
35
  :execution_options,
34
36
  :adlabels,
35
37
  :budget_rebalance_flag,
36
- :special_ad_category
38
+ :special_ad_category,
39
+ :daily_budget,
40
+ :lifetime_budget
37
41
  ]
38
42
  UPDATE_FIELDS = [
39
43
  :name,
@@ -43,7 +47,9 @@ module Adparlor
43
47
  :execution_options,
44
48
  :adlabels,
45
49
  :budget_rebalance_flag,
46
- :special_ad_category
50
+ :special_ad_category,
51
+ :daily_budget,
52
+ :lifetime_budget
47
53
  ]
48
54
  end
49
55
  end
@@ -6,7 +6,8 @@ module Adparlor
6
6
  FIELDS = [:id, :admin_creator, :application, :child_attachments, :call_to_action, :created_time,
7
7
  :feed_targeting, :from, :icon, :is_instagram_eligible, :is_hidden, :is_published, :message, :message_tags,
8
8
  :picture, :place, :privacy, :properties, :shares, :status_type, :story, :story_tags,
9
- :targeting, :to, :updated_time, :with_tags, :full_picture, :actions, :likes, :attachments
9
+ :targeting, :to, :updated_time, :full_picture, :actions, :likes, :attachments,
10
+ :scheduled_publish_time, :promotable_id, :allowed_advertising_objectives, :is_eligible_for_promotion, :is_expired, :promotion_status
10
11
  ]
11
12
 
12
13
  CREATE_FIELDS = FIELDS + [:scheduled_published_time]
@@ -1,5 +1,5 @@
1
1
  module Adparlor
2
2
  module Facebook
3
- VERSION = '0.7.1'
3
+ VERSION = '0.7.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adparlor-facebook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kel Stopper
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-01-13 00:00:00.000000000 Z
12
+ date: 2020-05-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler