facebookbusiness 0.3.2.9 → 0.3.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/lib/facebook_ads/ad_objects/ad.rb +2 -2
  3. data/lib/facebook_ads/ad_objects/ad_account.rb +3 -0
  4. data/lib/facebook_ads/ad_objects/ad_account_targeting_unified.rb +0 -86
  5. data/lib/facebook_ads/ad_objects/ad_async_request.rb +1 -13
  6. data/lib/facebook_ads/ad_objects/ad_campaign_activity.rb +2 -2
  7. data/lib/facebook_ads/ad_objects/ad_campaign_delivery_stats_unsupported_reasons.rb +1 -1
  8. data/lib/facebook_ads/ad_objects/ad_creative.rb +0 -2
  9. data/lib/facebook_ads/ad_objects/ad_creative_link_data_template_video_spec.rb +1 -1
  10. data/lib/facebook_ads/ad_objects/ad_monetization_property.rb +10 -81
  11. data/lib/facebook_ads/ad_objects/ad_network_analytics_sync_query_result.rb +56 -0
  12. data/lib/facebook_ads/ad_objects/ad_study.rb +1 -0
  13. data/lib/facebook_ads/ad_objects/adgroup_activity.rb +2 -2
  14. data/lib/facebook_ads/ad_objects/ads_optimal_delivery_growth_opportunity.rb +1 -1
  15. data/lib/facebook_ads/ad_objects/ads_pixel_stats_result.rb +1 -0
  16. data/lib/facebook_ads/ad_objects/application.rb +10 -81
  17. data/lib/facebook_ads/ad_objects/{lead_gen_qualifier.rb → brand_safety_block_list_usage.rb} +6 -5
  18. data/lib/facebook_ads/ad_objects/business.rb +30 -82
  19. data/lib/facebook_ads/ad_objects/business_activity_log_event.rb +1 -1
  20. data/lib/facebook_ads/ad_objects/business_credit_card_legacy.rb +46 -0
  21. data/lib/facebook_ads/ad_objects/custom_audience.rb +1 -0
  22. data/lib/facebook_ads/ad_objects/custom_conversion.rb +1 -0
  23. data/lib/facebook_ads/ad_objects/dog_notification_settings.rb +1 -1
  24. data/lib/facebook_ads/ad_objects/dynamic_item_display_bundle.rb +2 -2
  25. data/lib/facebook_ads/ad_objects/dynamic_item_display_bundle_folder.rb +1 -1
  26. data/lib/facebook_ads/ad_objects/event.rb +6 -56
  27. data/lib/facebook_ads/ad_objects/favorite_request.rb +2 -2
  28. data/lib/facebook_ads/ad_objects/group.rb +2 -0
  29. data/lib/facebook_ads/ad_objects/iterative_split_test_config.rb +1 -1
  30. data/lib/facebook_ads/ad_objects/lead_gen_data_draft.rb +1 -1
  31. data/lib/facebook_ads/ad_objects/leadgen_form.rb +2 -2
  32. data/lib/facebook_ads/ad_objects/live_video.rb +17 -17
  33. data/lib/facebook_ads/ad_objects/live_with_guest_session.rb +1 -1
  34. data/lib/facebook_ads/ad_objects/page.rb +6 -4
  35. data/lib/facebook_ads/ad_objects/permission.rb +1 -0
  36. data/lib/facebook_ads/ad_objects/product_catalog.rb +2 -3
  37. data/lib/facebook_ads/ad_objects/product_catalog_category.rb +1 -1
  38. data/lib/facebook_ads/ad_objects/product_feed_rule.rb +1 -1
  39. data/lib/facebook_ads/ad_objects/product_feed_rule_suggestion.rb +1 -1
  40. data/lib/facebook_ads/ad_objects/product_item.rb +5 -5
  41. data/lib/facebook_ads/ad_objects/reach_frequency_prediction.rb +6 -6
  42. data/lib/facebook_ads/ad_objects/request_history.rb +2 -2
  43. data/lib/facebook_ads/ad_objects/split_test_winner.rb +1 -1
  44. data/lib/facebook_ads/ad_objects/third_party_measurement_report_dataset.rb +49 -0
  45. data/lib/facebook_ads/ad_objects/user.rb +3 -0
  46. data/lib/facebook_ads/ad_objects/vehicle.rb +0 -1
  47. data/lib/facebook_ads/version.rb +1 -1
  48. metadata +5 -3
@@ -61,8 +61,8 @@ module FacebookAds
61
61
  field :hash, 'string'
62
62
  field :http_method, { enum: -> { HTTP_METHOD }}
63
63
  field :id, 'string'
64
- field :post_params, { list: 'object' }
65
- field :query_params, { list: 'object' }
64
+ field :post_params, 'hash'
65
+ field :query_params, 'hash'
66
66
  has_no_post
67
67
 
68
68
  end
@@ -31,6 +31,7 @@ module FacebookAds
31
31
  "CLOSE_FRIENDS",
32
32
  "CLUB",
33
33
  "COUPLE",
34
+ "COWORKERS",
34
35
  "CUSTOM",
35
36
  "EPHEMERAL",
36
37
  "EVENT_PLANNING",
@@ -88,6 +89,7 @@ module FacebookAds
88
89
  "CLOSE_FRIENDS",
89
90
  "CLUB",
90
91
  "COUPLE",
92
+ "COWORKERS",
91
93
  "CUSTOM",
92
94
  "EPHEMERAL",
93
95
  "EVENT_PLANNING",
@@ -32,7 +32,7 @@ module FacebookAds
32
32
  field :guidance, 'object'
33
33
  field :id, 'string'
34
34
  field :iterative_split_test_original_variant_id, 'string'
35
- field :iterative_split_test_variant_to_split_mapping, { list: 'object' }
35
+ field :iterative_split_test_variant_to_split_mapping, 'hash'
36
36
  field :results_window, 'object'
37
37
  field :splits, { list: 'int' }
38
38
  field :start_time, 'datetime'
@@ -83,7 +83,7 @@ module FacebookAds
83
83
  field :questions, { list: 'LeadGenDraftQuestion' }
84
84
  field :status, 'string'
85
85
  field :thank_you_page, 'object'
86
- field :tracking_parameters, { list: 'object' }
86
+ field :tracking_parameters, 'hash'
87
87
  has_no_delete
88
88
 
89
89
  end
@@ -91,13 +91,13 @@ module FacebookAds
91
91
  field :page, 'Page'
92
92
  field :page_id, 'string'
93
93
  field :privacy_policy_url, 'string'
94
- field :qualifiers, { list: 'LeadGenQualifier' }
94
+ field :qualifiers, { list: 'object' }
95
95
  field :question_page_custom_headline, 'string'
96
96
  field :questions, { list: 'LeadGenQuestion' }
97
97
  field :status, 'string'
98
98
  field :tcpa_compliance, 'bool'
99
99
  field :thank_you_page, 'object'
100
- field :tracking_parameters, { list: 'object' }
100
+ field :tracking_parameters, 'hash'
101
101
 
102
102
  has_edge :leads do |edge|
103
103
  edge.get 'Lead'
@@ -26,29 +26,12 @@ module FacebookAds
26
26
  # pull request for this class.
27
27
 
28
28
  class LiveVideo < AdObject
29
- BROADCAST_STATUS = [
30
- "LIVE",
31
- "LIVE_STOPPED",
32
- "PROCESSING",
33
- "SCHEDULED_CANCELED",
34
- "SCHEDULED_EXPIRED",
35
- "SCHEDULED_LIVE",
36
- "SCHEDULED_UNPUBLISHED",
37
- "UNPUBLISHED",
38
- "VOD",
39
- ]
40
-
41
29
  PROJECTION = [
42
30
  "CUBEMAP",
43
31
  "EQUIRECTANGULAR",
44
32
  "HALF_EQUIRECTANGULAR",
45
33
  ]
46
34
 
47
- SOURCE = [
48
- "owner",
49
- "target",
50
- ]
51
-
52
35
  SPATIAL_AUDIO_FORMAT = [
53
36
  "ambiX_4",
54
37
  ]
@@ -72,6 +55,23 @@ module FacebookAds
72
55
  "REGULAR",
73
56
  ]
74
57
 
58
+ BROADCAST_STATUS = [
59
+ "LIVE",
60
+ "LIVE_STOPPED",
61
+ "PROCESSING",
62
+ "SCHEDULED_CANCELED",
63
+ "SCHEDULED_EXPIRED",
64
+ "SCHEDULED_LIVE",
65
+ "SCHEDULED_UNPUBLISHED",
66
+ "UNPUBLISHED",
67
+ "VOD",
68
+ ]
69
+
70
+ SOURCE = [
71
+ "owner",
72
+ "target",
73
+ ]
74
+
75
75
  LIVE_COMMENT_MODERATION_SETTING = [
76
76
  "DISCUSSION",
77
77
  "FOLLOWER",
@@ -29,7 +29,7 @@ module FacebookAds
29
29
 
30
30
  field :conference_name, 'string'
31
31
  field :id, 'string'
32
- field :participant_call_states, { list: 'object' }
32
+ field :participant_call_states, 'hash'
33
33
  field :server_sdp, 'string'
34
34
  has_no_post
35
35
  has_no_delete
@@ -126,6 +126,9 @@ module FacebookAds
126
126
  "MANAGE_JOBS",
127
127
  "MODERATE",
128
128
  "MODERATE_COMMUNITY",
129
+ "PAGES_MESSAGING",
130
+ "PAGES_MESSAGING_SUBSCRIPTIONS",
131
+ "READ_PAGE_MAILBOXES",
129
132
  ]
130
133
 
131
134
  TASKS = [
@@ -136,6 +139,9 @@ module FacebookAds
136
139
  "MANAGE_JOBS",
137
140
  "MODERATE",
138
141
  "MODERATE_COMMUNITY",
142
+ "PAGES_MESSAGING",
143
+ "PAGES_MESSAGING_SUBSCRIPTIONS",
144
+ "READ_PAGE_MAILBOXES",
139
145
  ]
140
146
 
141
147
  MESSAGING_TYPE = [
@@ -993,10 +999,6 @@ module FacebookAds
993
999
  edge.get 'LeadGenLegalContent'
994
1000
  end
995
1001
 
996
- has_edge :leadgen_qualifiers do |edge|
997
- edge.get 'LeadGenQualifier'
998
- end
999
-
1000
1002
  has_edge :leadgen_whitelisted_users do |edge|
1001
1003
  edge.delete do |api|
1002
1004
  api.has_param :user_id, 'string'
@@ -28,6 +28,7 @@ module FacebookAds
28
28
  class Permission < AdObject
29
29
  STATUS = [
30
30
  "declined",
31
+ "expired",
31
32
  "granted",
32
33
  ]
33
34
 
@@ -55,7 +55,6 @@ module FacebookAds
55
55
  "AUTO_MARKET",
56
56
  "DESTINATION",
57
57
  "FLIGHT",
58
- "GEO_BASED_ITEM",
59
58
  "HOME_LISTING",
60
59
  "HOME_SERVICE_PROVIDER",
61
60
  "HOME_SERVICE_REVIEW",
@@ -439,7 +438,7 @@ module FacebookAds
439
438
  api.has_param :filter, 'object'
440
439
  end
441
440
  edge.post 'Vehicle' do |api|
442
- api.has_param :applinks, 'object'
441
+ api.has_param :vehicle_id, 'string'
443
442
  api.has_param :body_style, { enum: -> { Vehicle::BODY_STYLE }}
444
443
  api.has_param :description, 'string'
445
444
  api.has_param :exterior_color, 'string'
@@ -449,13 +448,13 @@ module FacebookAds
449
448
  api.has_param :state_of_vehicle, { enum: -> { Vehicle::STATE_OF_VEHICLE }}
450
449
  api.has_param :vin, 'string'
451
450
  api.has_param :url, 'string'
452
- api.has_param :vehicle_id, 'string'
453
451
  api.has_param :year, 'int'
454
452
  api.has_param :images, { list: 'object' }
455
453
  api.has_param :address, 'hash'
456
454
  api.has_param :currency, 'string'
457
455
  api.has_param :price, 'int'
458
456
  api.has_param :title, 'string'
457
+ api.has_param :applinks, 'object'
459
458
  api.has_param :transmission, { enum: -> { Vehicle::TRANSMISSION }}
460
459
  api.has_param :drivetrain, { enum: -> { Vehicle::DRIVETRAIN }}
461
460
  api.has_param :fuel_type, { enum: -> { Vehicle::FUEL_TYPE }}
@@ -39,7 +39,7 @@ module FacebookAds
39
39
  field :image_url, 'string'
40
40
  field :name, 'string'
41
41
  field :num_items, 'int'
42
- field :tokens, { list: 'object' }
42
+ field :tokens, 'hash'
43
43
  field :id, 'string'
44
44
  field :data, { list: 'hash' }
45
45
  has_no_get
@@ -37,7 +37,7 @@ module FacebookAds
37
37
 
38
38
  field :attribute, 'string'
39
39
  field :id, 'string'
40
- field :params, { list: 'object' }
40
+ field :params, 'hash'
41
41
  field :rule_type, 'string'
42
42
 
43
43
  end
@@ -28,7 +28,7 @@ module FacebookAds
28
28
  class ProductFeedRuleSuggestion < AdObject
29
29
 
30
30
  field :attribute, 'string'
31
- field :params, { list: 'object' }
31
+ field :params, 'hash'
32
32
  field :type, 'string'
33
33
  field :id, 'string'
34
34
  has_no_get
@@ -80,20 +80,20 @@ module FacebookAds
80
80
  ]
81
81
 
82
82
 
83
- field :additional_image_cdn_urls, { list: { list: 'object' } }
83
+ field :additional_image_cdn_urls, { list: 'hash' }
84
84
  field :additional_image_urls, { list: 'string' }
85
- field :additional_variant_attributes, { list: 'object' }
85
+ field :additional_variant_attributes, 'hash'
86
86
  field :age_group, { enum: -> { AGE_GROUP }}
87
87
  field :applinks, 'AppLinks'
88
88
  field :availability, { enum: -> { AVAILABILITY }}
89
89
  field :brand, 'string'
90
- field :capability_to_review_status, { list: 'object' }
90
+ field :capability_to_review_status, 'hash'
91
91
  field :category, 'string'
92
92
  field :color, 'string'
93
93
  field :commerce_insights, 'ProductItemCommerceInsights'
94
94
  field :condition, { enum: -> { CONDITION }}
95
95
  field :currency, 'string'
96
- field :custom_data, { list: 'object' }
96
+ field :custom_data, 'hash'
97
97
  field :custom_label_0, 'string'
98
98
  field :custom_label_1, 'string'
99
99
  field :custom_label_2, 'string'
@@ -104,7 +104,7 @@ module FacebookAds
104
104
  field :gender, { enum: -> { GENDER }}
105
105
  field :gtin, 'string'
106
106
  field :id, 'string'
107
- field :image_cdn_urls, { list: 'object' }
107
+ field :image_cdn_urls, 'hash'
108
108
  field :image_url, 'string'
109
109
  field :inventory, 'int'
110
110
  field :manufacturer_part_number, 'string'
@@ -82,7 +82,7 @@ module FacebookAds
82
82
  field :curve_reach, { list: 'int' }
83
83
  field :daily_grp_curve, { list: 'double' }
84
84
  field :daily_impression_curve, { list: 'double' }
85
- field :daily_impression_curve_map, { list: 'object' }
85
+ field :daily_impression_curve_map, 'map<unsigned int, list<float>>'
86
86
  field :day_parting_schedule, { list: 'ReachFrequencyDayPart' }
87
87
  field :demo_breakdown, 'ReachFrequencyEstimatesDemoBreakdown'
88
88
  field :destination_id, 'string'
@@ -101,8 +101,8 @@ module FacebookAds
101
101
  field :feed_ratio_0000, 'int'
102
102
  field :frequency_cap, 'int'
103
103
  field :frequency_distribution, { list: 'double' }
104
- field :frequency_distribution_map, { list: 'object' }
105
- field :frequency_distribution_map_agg, { list: 'object' }
104
+ field :frequency_distribution_map, 'map<unsigned int, list<float>>'
105
+ field :frequency_distribution_map_agg, 'map<unsigned int, list<unsigned int>>'
106
106
  field :full_view_ratio_00, 'int'
107
107
  field :grp_audience_size, 'double'
108
108
  field :grp_avg_probability_map, 'string'
@@ -132,7 +132,7 @@ module FacebookAds
132
132
  field :objective_name, 'string'
133
133
  field :pause_periods, { list: 'object' }
134
134
  field :placement_breakdown, 'ReachFrequencyEstimatesPlacementBreakdown'
135
- field :placement_breakdown_map, { list: 'object' }
135
+ field :placement_breakdown_map, 'map<unsigned int, ReachFrequencyEstimatesPlacementBreakdown>'
136
136
  field :plan_name, 'string'
137
137
  field :plan_type, 'string'
138
138
  field :prediction_mode, 'int'
@@ -150,8 +150,8 @@ module FacebookAds
150
150
  field :timezone_id, 'int'
151
151
  field :timezone_name, 'string'
152
152
  field :topline_id, 'int'
153
- field :tv_viewer_cluster_map, { list: 'object' }
154
- field :video_view_benchmark_map, { list: 'object' }
153
+ field :tv_viewer_cluster_map, 'map<unsigned int, Object>'
154
+ field :video_view_benchmark_map, 'hash'
155
155
  field :video_view_length_constraint, 'int'
156
156
  field :viewtag, 'string'
157
157
  field :action, { enum: -> { ACTION }}
@@ -38,8 +38,8 @@ module FacebookAds
38
38
  field :error_code, 'int'
39
39
  field :graph_path, 'string'
40
40
  field :http_method, { enum: -> { HTTP_METHOD }}
41
- field :post_params, { list: 'object' }
42
- field :query_params, { list: 'object' }
41
+ field :post_params, 'hash'
42
+ field :query_params, 'hash'
43
43
  field :id, 'string'
44
44
  has_no_get
45
45
  has_no_post
@@ -28,7 +28,7 @@ module FacebookAds
28
28
  class SplitTestWinner < AdObject
29
29
 
30
30
  field :ad_object_level, 'string'
31
- field :confidences, { list: 'object' }
31
+ field :confidences, 'hash'
32
32
  field :winner_ad_object_id, 'string'
33
33
  field :id, 'string'
34
34
  has_no_get
@@ -0,0 +1,49 @@
1
+ # Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
2
+ #
3
+ # You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
4
+ # copy, modify, and distribute this software in source code or binary form for use
5
+ # in connection with the web services and APIs provided by Facebook.
6
+ #
7
+ # As with any software that integrates with the Facebook platform, your use of
8
+ # this software is subject to the Facebook Platform Policy
9
+ # [http://developers.facebook.com/policy/]. This copyright notice shall be
10
+ # included in all copies or substantial portions of the software.
11
+ #
12
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
14
+ # FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
15
+ # COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
16
+ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
17
+ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18
+
19
+ # FB:AUTOGEN
20
+
21
+ module FacebookAds
22
+ # This class is auto-generated.
23
+
24
+ # For any issues or feature requests related to this class, please let us know
25
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
26
+ # pull request for this class.
27
+
28
+ class ThirdPartyMeasurementReportDataset < AdObject
29
+ CATEGORY = [
30
+ "MTA",
31
+ ]
32
+
33
+ PRODUCT = [
34
+ "CUSTOM",
35
+ "MTA",
36
+ "VIEWABILITY",
37
+ ]
38
+
39
+
40
+ field :category, 'string'
41
+ field :id, 'string'
42
+ field :partner, 'Business'
43
+ field :product, 'string'
44
+ field :schema, { list: 'object' }
45
+ has_no_post
46
+ has_no_delete
47
+
48
+ end
49
+ end
@@ -34,6 +34,9 @@ module FacebookAds
34
34
  "MANAGE_JOBS",
35
35
  "MODERATE",
36
36
  "MODERATE_COMMUNITY",
37
+ "PAGES_MESSAGING",
38
+ "PAGES_MESSAGING_SUBSCRIPTIONS",
39
+ "READ_PAGE_MAILBOXES",
37
40
  ]
38
41
 
39
42
  LOCAL_NEWS_MEGAPHONE_DISMISS_STATUS = [
@@ -146,7 +146,6 @@ module FacebookAds
146
146
  field :vehicle_type, 'string'
147
147
  field :vin, 'string'
148
148
  field :year, 'int'
149
- has_no_post
150
149
  has_no_delete
151
150
 
152
151
  end
@@ -19,6 +19,6 @@
19
19
  # FB:AUTOGEN
20
20
 
21
21
  module FacebookAds
22
- VERSION = '0.3.2.9'
22
+ VERSION = '0.3.2.10'
23
23
  API_VERSION = '3.2'
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facebookbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2.9
4
+ version: 0.3.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facebook
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-26 00:00:00.000000000 Z
11
+ date: 2019-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -332,6 +332,7 @@ files:
332
332
  - lib/facebook_ads/ad_objects/automotive_model.rb
333
333
  - lib/facebook_ads/ad_objects/billed_amount_details.rb
334
334
  - lib/facebook_ads/ad_objects/brand_audience.rb
335
+ - lib/facebook_ads/ad_objects/brand_safety_block_list_usage.rb
335
336
  - lib/facebook_ads/ad_objects/broad_targeting_categories.rb
336
337
  - lib/facebook_ads/ad_objects/business.rb
337
338
  - lib/facebook_ads/ad_objects/business_activity_log_event.rb
@@ -340,6 +341,7 @@ files:
340
341
  - lib/facebook_ads/ad_objects/business_agreement.rb
341
342
  - lib/facebook_ads/ad_objects/business_application_request.rb
342
343
  - lib/facebook_ads/ad_objects/business_asset_sharing_agreement.rb
344
+ - lib/facebook_ads/ad_objects/business_credit_card_legacy.rb
343
345
  - lib/facebook_ads/ad_objects/business_matched_search_applications_edge_data.rb
344
346
  - lib/facebook_ads/ad_objects/business_owned_object_on_behalf_of_request.rb
345
347
  - lib/facebook_ads/ad_objects/business_page_request.rb
@@ -444,7 +446,6 @@ files:
444
446
  - lib/facebook_ads/ad_objects/lead_gen_draft_question.rb
445
447
  - lib/facebook_ads/ad_objects/lead_gen_form_preview_details.rb
446
448
  - lib/facebook_ads/ad_objects/lead_gen_legal_content.rb
447
- - lib/facebook_ads/ad_objects/lead_gen_qualifier.rb
448
449
  - lib/facebook_ads/ad_objects/lead_gen_question.rb
449
450
  - lib/facebook_ads/ad_objects/lead_gen_question_option.rb
450
451
  - lib/facebook_ads/ad_objects/leadgen_form.rb
@@ -596,6 +597,7 @@ files:
596
597
  - lib/facebook_ads/ad_objects/targeting_product_audience_sub_spec.rb
597
598
  - lib/facebook_ads/ad_objects/targeting_prospecting_audience.rb
598
599
  - lib/facebook_ads/ad_objects/targeting_sentence_line.rb
600
+ - lib/facebook_ads/ad_objects/third_party_measurement_report_dataset.rb
599
601
  - lib/facebook_ads/ad_objects/thread_setting.rb
600
602
  - lib/facebook_ads/ad_objects/timezone_offset.rb
601
603
  - lib/facebook_ads/ad_objects/tracking_and_conversion_with_defaults.rb