facebookbusiness 0.3.3.4 → 0.4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/lib/facebook_ads/ad_objects/ad.rb +1 -1
  3. data/lib/facebook_ads/ad_objects/ad_account.rb +27 -28
  4. data/lib/facebook_ads/ad_objects/ad_account_targeting_unified.rb +1 -1
  5. data/lib/facebook_ads/ad_objects/ad_asset_feed_spec.rb +0 -1
  6. data/lib/facebook_ads/ad_objects/ad_async_request.rb +2 -0
  7. data/lib/facebook_ads/ad_objects/ad_campaign_issues_info.rb +1 -0
  8. data/lib/facebook_ads/ad_objects/ad_creative.rb +2 -1
  9. data/lib/facebook_ads/ad_objects/ad_creative_link_data.rb +0 -1
  10. data/lib/facebook_ads/ad_objects/ad_creative_link_data_child_attachment.rb +0 -1
  11. data/lib/facebook_ads/ad_objects/ad_creative_photo_data.rb +0 -1
  12. data/lib/facebook_ads/ad_objects/ad_creative_video_data.rb +0 -1
  13. data/lib/facebook_ads/ad_objects/ad_place_page_set.rb +1 -1
  14. data/lib/facebook_ads/ad_objects/ad_place_page_set_metadata.rb +1 -0
  15. data/lib/facebook_ads/ad_objects/ad_report_spec.rb +4 -6
  16. data/lib/facebook_ads/ad_objects/ad_rule_execution_spec.rb +1 -0
  17. data/lib/facebook_ads/ad_objects/ad_set.rb +9 -1
  18. data/lib/facebook_ads/ad_objects/ad_study.rb +0 -15
  19. data/lib/facebook_ads/ad_objects/ad_study_objective.rb +0 -1
  20. data/lib/facebook_ads/ad_objects/ad_video.rb +12 -1
  21. data/lib/facebook_ads/ad_objects/adgroup_issues_info.rb +1 -0
  22. data/lib/facebook_ads/ad_objects/ads_insights.rb +1 -3
  23. data/lib/facebook_ads/ad_objects/ads_pixel_stats_result.rb +2 -3
  24. data/lib/facebook_ads/ad_objects/application.rb +17 -1
  25. data/lib/facebook_ads/ad_objects/brand_audience.rb +44 -0
  26. data/lib/facebook_ads/ad_objects/business.rb +29 -5
  27. data/lib/facebook_ads/ad_objects/business_advertisable_applications_result.rb +2 -0
  28. data/lib/facebook_ads/ad_objects/business_asset_sharing_agreement.rb +46 -0
  29. data/lib/facebook_ads/ad_objects/business_creative_folder.rb +1 -0
  30. data/lib/facebook_ads/ad_objects/campaign.rb +6 -0
  31. data/lib/facebook_ads/ad_objects/{copyright_attribution_insights.rb → canvas_body_element.rb} +2 -6
  32. data/lib/facebook_ads/ad_objects/check_batch_request_status.rb +1 -1
  33. data/lib/facebook_ads/ad_objects/comment.rb +23 -0
  34. data/lib/facebook_ads/ad_objects/custom_audience.rb +3 -12
  35. data/lib/facebook_ads/ad_objects/event.rb +30 -3
  36. data/lib/facebook_ads/ad_objects/extended_credit.rb +0 -1
  37. data/lib/facebook_ads/ad_objects/group.rb +1 -2
  38. data/lib/facebook_ads/ad_objects/ig_user.rb +4 -1
  39. data/lib/facebook_ads/ad_objects/lead.rb +0 -1
  40. data/lib/facebook_ads/ad_objects/leadgen_form.rb +3 -0
  41. data/lib/facebook_ads/ad_objects/link.rb +17 -0
  42. data/lib/facebook_ads/ad_objects/live_video.rb +10 -0
  43. data/lib/facebook_ads/ad_objects/media_fingerprint.rb +0 -2
  44. data/lib/facebook_ads/ad_objects/native_offer.rb +4 -0
  45. data/lib/facebook_ads/ad_objects/open_graph_object.rb +19 -0
  46. data/lib/facebook_ads/ad_objects/oracle_transaction.rb +5 -0
  47. data/lib/facebook_ads/ad_objects/page.rb +71 -46
  48. data/lib/facebook_ads/ad_objects/page_call_to_action.rb +0 -2
  49. data/lib/facebook_ads/ad_objects/page_post.rb +19 -0
  50. data/lib/facebook_ads/ad_objects/page_upcoming_change.rb +0 -1
  51. data/lib/facebook_ads/ad_objects/photo.rb +5 -0
  52. data/lib/facebook_ads/ad_objects/platform_session_key.rb +36 -0
  53. data/lib/facebook_ads/ad_objects/post.rb +13 -0
  54. data/lib/facebook_ads/ad_objects/product_catalog.rb +0 -1
  55. data/lib/facebook_ads/ad_objects/product_feed.rb +1 -1
  56. data/lib/facebook_ads/ad_objects/reach_frequency_estimates_curve.rb +0 -1
  57. data/lib/facebook_ads/ad_objects/reach_frequency_prediction.rb +1 -0
  58. data/lib/facebook_ads/ad_objects/recommendation.rb +44 -0
  59. data/lib/facebook_ads/ad_objects/rtb_dynamic_post.rb +13 -0
  60. data/lib/facebook_ads/ad_objects/screen_name.rb +39 -0
  61. data/lib/facebook_ads/ad_objects/targeting.rb +0 -1
  62. data/lib/facebook_ads/ad_objects/third_party_measurement_report_dataset.rb +0 -10
  63. data/lib/facebook_ads/ad_objects/user.rb +27 -2
  64. data/lib/facebook_ads/ad_objects/whats_app_business_account.rb +1 -0
  65. data/lib/facebook_ads/ad_objects/whats_app_business_profile.rb +37 -0
  66. data/lib/facebook_ads/version.rb +2 -2
  67. metadata +9 -3
@@ -107,8 +107,6 @@ module FacebookAds
107
107
  field :updated_time, 'datetime'
108
108
  field :web_destination_type, 'string'
109
109
  field :web_url, 'string'
110
- has_no_post
111
- has_no_delete
112
110
 
113
111
  end
114
112
  end
@@ -76,6 +76,7 @@ module FacebookAds
76
76
  "INLINE_CREATED",
77
77
  "PUBLISHED",
78
78
  "SCHEDULED",
79
+ "SCHEDULED_RECURRING",
79
80
  ]
80
81
 
81
82
  WITH = [
@@ -179,6 +180,10 @@ module FacebookAds
179
180
  edge.get 'RtbDynamicPost'
180
181
  end
181
182
 
183
+ has_edge :edit_actions do |edge|
184
+ edge.get
185
+ end
186
+
182
187
  has_edge :insights do |edge|
183
188
  edge.get 'InsightsResult' do |api|
184
189
  api.has_param :date_preset, { enum: -> { InsightsResult::DATE_PRESET }}
@@ -202,6 +207,12 @@ module FacebookAds
202
207
  end
203
208
  end
204
209
 
210
+ has_edge :private_replies do |edge|
211
+ edge.post 'PagePost' do |api|
212
+ api.has_param :message, 'string'
213
+ end
214
+ end
215
+
205
216
  has_edge :reactions do |edge|
206
217
  edge.get 'Profile' do |api|
207
218
  api.has_param :type, { enum: -> { Profile::TYPE }}
@@ -216,9 +227,17 @@ module FacebookAds
216
227
  edge.get 'Post'
217
228
  end
218
229
 
230
+ has_edge :sponsor_tags do |edge|
231
+ edge.get 'Page'
232
+ end
233
+
219
234
  has_edge :to do |edge|
220
235
  edge.get 'Profile'
221
236
  end
222
237
 
238
+ has_edge :with_tags do |edge|
239
+ edge.get 'Profile'
240
+ end
241
+
223
242
  end
224
243
  end
@@ -31,7 +31,6 @@ module FacebookAds
31
31
  field :effective_time, 'datetime'
32
32
  field :id, 'string'
33
33
  field :page, 'Page'
34
- field :proposal, 'PageChangeProposal'
35
34
  field :timer_status, 'string'
36
35
  has_no_delete
37
36
 
@@ -41,6 +41,7 @@ module FacebookAds
41
41
  "INLINE_CREATED",
42
42
  "PUBLISHED",
43
43
  "SCHEDULED",
44
+ "SCHEDULED_RECURRING",
44
45
  ]
45
46
 
46
47
  TYPE = [
@@ -133,6 +134,10 @@ module FacebookAds
133
134
  edge.get 'Post'
134
135
  end
135
136
 
137
+ has_edge :sponsor_tags do |edge|
138
+ edge.get 'Page'
139
+ end
140
+
136
141
  has_edge :tags do |edge|
137
142
  edge.get 'TaggableSubject'
138
143
  end
@@ -0,0 +1,36 @@
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 PlatformSessionKey < AdObject
29
+
30
+ field :id, 'string'
31
+ has_no_get
32
+ has_no_post
33
+ has_no_delete
34
+
35
+ end
36
+ end
@@ -57,6 +57,7 @@ module FacebookAds
57
57
  field :application, 'Application'
58
58
  field :backdated_time, 'datetime'
59
59
  field :call_to_action, 'object'
60
+ field :can_reply_privately, 'bool'
60
61
  field :caption, 'string'
61
62
  field :child_attachments, { list: 'string' }
62
63
  field :comments_mirroring_domain, 'string'
@@ -142,6 +143,10 @@ module FacebookAds
142
143
  edge.get 'RtbDynamicPost'
143
144
  end
144
145
 
146
+ has_edge :edit_actions do |edge|
147
+ edge.get
148
+ end
149
+
145
150
  has_edge :insights do |edge|
146
151
  edge.get 'InsightsResult' do |api|
147
152
  api.has_param :date_preset, { enum: -> { InsightsResult::DATE_PRESET }}
@@ -197,9 +202,17 @@ module FacebookAds
197
202
  edge.get 'Post'
198
203
  end
199
204
 
205
+ has_edge :sponsor_tags do |edge|
206
+ edge.get 'Page'
207
+ end
208
+
200
209
  has_edge :to do |edge|
201
210
  edge.get 'Profile'
202
211
  end
203
212
 
213
+ has_edge :with_tags do |edge|
214
+ edge.get 'Profile'
215
+ end
216
+
204
217
  end
205
218
  end
@@ -67,7 +67,6 @@ module FacebookAds
67
67
  field :id, 'string'
68
68
  field :name, 'string'
69
69
  field :product_count, 'int'
70
- field :qualified_product_count, 'int'
71
70
  field :vertical, 'string'
72
71
  field :destination_catalog_settings, 'hash'
73
72
  field :flight_catalog_settings, 'hash'
@@ -67,6 +67,7 @@ module FacebookAds
67
67
  ]
68
68
 
69
69
  OVERRIDE_TYPE = [
70
+ "CATALOG_SEGMENT_CUSTOMIZE_DEFAULT",
70
71
  "COUNTRY",
71
72
  "LANGUAGE",
72
73
  ]
@@ -84,7 +85,6 @@ module FacebookAds
84
85
  field :name, 'string'
85
86
  field :override_type, 'string'
86
87
  field :product_count, 'int'
87
- field :qualified_product_count, 'int'
88
88
  field :quoted_fields_mode, { enum: -> { QUOTED_FIELDS_MODE }}
89
89
  field :schedule, 'ProductFeedSchedule'
90
90
  field :update_schedule, 'ProductFeedSchedule'
@@ -28,7 +28,6 @@ module FacebookAds
28
28
  class ReachFrequencyEstimatesCurve < AdObject
29
29
 
30
30
  field :budget, { list: 'int' }
31
- field :click, { list: 'int' }
32
31
  field :conversion, { list: 'int' }
33
32
  field :impression, { list: 'int' }
34
33
  field :interpolated_reach, 'double'
@@ -55,6 +55,7 @@ module FacebookAds
55
55
  "REGULAR_SPORTS",
56
56
  "REGULAR_STYLE",
57
57
  "REGULAR_TV_MOVIES",
58
+ "SPANISH",
58
59
  "SPORTS",
59
60
  ]
60
61
 
@@ -0,0 +1,44 @@
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 Recommendation < AdObject
29
+
30
+ field :created_time, 'datetime'
31
+ field :has_rating, 'bool'
32
+ field :has_review, 'bool'
33
+ field :open_graph_story, 'object'
34
+ field :rating, 'int'
35
+ field :recommendation_type, 'string'
36
+ field :review_text, 'string'
37
+ field :reviewer, 'User'
38
+ has_no_id
39
+ has_no_get
40
+ has_no_post
41
+ has_no_delete
42
+
43
+ end
44
+ end
@@ -41,9 +41,22 @@ module FacebookAds
41
41
  has_no_post
42
42
  has_no_delete
43
43
 
44
+ has_edge :comments do |edge|
45
+ edge.get 'Comment' do |api|
46
+ api.has_param :filter, { enum: -> { Comment::FILTER }}
47
+ api.has_param :live_filter, { enum: -> { Comment::LIVE_FILTER }}
48
+ api.has_param :order, { enum: -> { Comment::ORDER }}
49
+ api.has_param :since, 'datetime'
50
+ end
51
+ end
52
+
44
53
  has_edge :instagram_comments do |edge|
45
54
  edge.get 'InstagramComment'
46
55
  end
47
56
 
57
+ has_edge :likes do |edge|
58
+ edge.get 'Profile'
59
+ end
60
+
48
61
  end
49
62
  end
@@ -0,0 +1,39 @@
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 ScreenName < AdObject
29
+
30
+ field :service_name, 'string'
31
+ field :service_type, 'string'
32
+ field :value, 'string'
33
+ has_no_id
34
+ has_no_get
35
+ has_no_post
36
+ has_no_delete
37
+
38
+ end
39
+ end
@@ -98,7 +98,6 @@ module FacebookAds
98
98
  field :income, { list: 'IdName' }
99
99
  field :industries, { list: 'IdName' }
100
100
  field :instagram_positions, { list: 'string' }
101
- field :instream_video_sponsorship_placements, { list: 'string' }
102
101
  field :interested_in, { list: 'int' }
103
102
  field :interests, { list: 'IdName' }
104
103
  field :is_whatsapp_destination_ad, 'bool'
@@ -26,16 +26,6 @@ module FacebookAds
26
26
  # pull request for this class.
27
27
 
28
28
  class ThirdPartyMeasurementReportDataset < AdObject
29
- CATEGORY = [
30
- "MTA",
31
- ]
32
-
33
- PRODUCT = [
34
- "CUSTOM",
35
- "MTA",
36
- "VIEWABILITY",
37
- ]
38
-
39
29
 
40
30
  field :category, 'string'
41
31
  field :id, 'string'
@@ -288,10 +288,22 @@ module FacebookAds
288
288
  edge.get 'Business'
289
289
  end
290
290
 
291
+ has_edge :conversations do |edge|
292
+ edge.get 'UnifiedThread' do |api|
293
+ api.has_param :folder, 'string'
294
+ api.has_param :tags, { list: 'string' }
295
+ api.has_param :user_id, 'string'
296
+ end
297
+ end
298
+
291
299
  has_edge :custom_labels do |edge|
292
300
  edge.get 'PageUserMessageThreadLabel'
293
301
  end
294
302
 
303
+ has_edge :domains do |edge|
304
+ edge.get 'Domain'
305
+ end
306
+
295
307
  has_edge :events do |edge|
296
308
  edge.get 'Event' do |api|
297
309
  api.has_param :include_canceled, 'bool'
@@ -303,6 +315,10 @@ module FacebookAds
303
315
  edge.get 'User'
304
316
  end
305
317
 
318
+ has_edge :favorite_requests do |edge|
319
+ edge.get
320
+ end
321
+
306
322
  has_edge :feed do |edge|
307
323
  edge.post do |api|
308
324
  api.has_param :actions, 'object'
@@ -412,7 +428,7 @@ module FacebookAds
412
428
  api.has_param :time_since_original_post, 'int'
413
429
  api.has_param :title, 'string'
414
430
  api.has_param :tracking_info, 'string'
415
- api.has_param :unpublished_content_type, { enum: %w{ADS_POST DRAFT INLINE_CREATED PUBLISHED SCHEDULED }}
431
+ api.has_param :unpublished_content_type, { enum: %w{ADS_POST DRAFT INLINE_CREATED PUBLISHED SCHEDULED SCHEDULED_RECURRING }}
416
432
  api.has_param :user_selected_tags, 'bool'
417
433
  api.has_param :video_start_time_ms, 'int'
418
434
  api.has_param :viewer_coordinates, 'object'
@@ -592,7 +608,6 @@ module FacebookAds
592
608
  api.has_param :source, { enum: -> { LiveVideo::SOURCE }}
593
609
  end
594
610
  edge.post 'LiveVideo' do |api|
595
- api.has_param :attribution_app_id, 'string'
596
611
  api.has_param :content_tags, { list: 'string' }
597
612
  api.has_param :description, 'string'
598
613
  api.has_param :encoding_settings, 'string'
@@ -780,6 +795,12 @@ module FacebookAds
780
795
  edge.get 'RequestHistory'
781
796
  end
782
797
 
798
+ has_edge :rich_media_documents do |edge|
799
+ edge.get 'Canvas' do |api|
800
+ api.has_param :query, 'string'
801
+ end
802
+ end
803
+
783
804
  has_edge :screennames do |edge|
784
805
  edge.post 'User' do |api|
785
806
  api.has_param :service_type, { enum: -> { User::SERVICE_TYPE }}
@@ -787,6 +808,10 @@ module FacebookAds
787
808
  end
788
809
  end
789
810
 
811
+ has_edge :session_keys do |edge|
812
+ edge.get 'PlatformSessionKey'
813
+ end
814
+
790
815
  has_edge :staging_resources do |edge|
791
816
  edge.post 'User' do |api|
792
817
  api.has_param :file, 'file'
@@ -48,6 +48,7 @@ module FacebookAds
48
48
  field :message_template_namespace, 'string'
49
49
  field :name, 'string'
50
50
  field :on_behalf_of_business_info, 'object'
51
+ field :purchase_order_number, 'string'
51
52
  field :status, 'string'
52
53
  field :timezone_id, 'string'
53
54
  has_no_post
@@ -0,0 +1,37 @@
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 WhatsAppBusinessProfile < AdObject
29
+
30
+ field :id, 'string'
31
+ field :name_verification, 'object'
32
+ field :verified_name, 'string'
33
+ has_no_post
34
+ has_no_delete
35
+
36
+ end
37
+ end