facebookbusiness 0.6.0.4 → 0.8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/lib/facebook_ads/ad_objects/ad.rb +0 -1
  3. data/lib/facebook_ads/ad_objects/ad_account.rb +9 -21
  4. data/lib/facebook_ads/ad_objects/ad_account_activity.rb +3 -5
  5. data/lib/facebook_ads/ad_objects/ad_account_creation_request.rb +0 -1
  6. data/lib/facebook_ads/ad_objects/ad_account_delivery_estimate.rb +1 -0
  7. data/lib/facebook_ads/ad_objects/ad_account_matched_search_applications_edge_data.rb +1 -0
  8. data/lib/facebook_ads/ad_objects/ad_account_targeting_unified.rb +3 -0
  9. data/lib/facebook_ads/ad_objects/ad_activity.rb +8 -0
  10. data/lib/facebook_ads/ad_objects/ad_asset_feed_spec.rb +3 -0
  11. data/lib/facebook_ads/ad_objects/ad_campaign_activity.rb +2 -2
  12. data/lib/facebook_ads/ad_objects/ad_campaign_delivery_estimate.rb +1 -0
  13. data/lib/facebook_ads/ad_objects/ad_creative.rb +3 -3
  14. data/lib/facebook_ads/ad_objects/{user_influence.rb → ad_creative_ad_disclaimer.rb} +4 -4
  15. data/lib/facebook_ads/ad_objects/ad_creative_link_data_call_to_action.rb +3 -0
  16. data/lib/facebook_ads/ad_objects/ad_network_analytics_sync_query_result.rb +1 -0
  17. data/lib/facebook_ads/ad_objects/ad_place_page_set.rb +6 -0
  18. data/lib/facebook_ads/ad_objects/ad_preview.rb +1 -0
  19. data/lib/facebook_ads/ad_objects/ad_report_spec.rb +0 -1
  20. data/lib/facebook_ads/ad_objects/ad_set.rb +2 -0
  21. data/lib/facebook_ads/ad_objects/ad_study.rb +1 -0
  22. data/lib/facebook_ads/ad_objects/ad_video.rb +5 -26
  23. data/lib/facebook_ads/ad_objects/adgroup_activity.rb +4 -4
  24. data/lib/facebook_ads/ad_objects/adgroup_placement_specific_review_feedback.rb +5 -0
  25. data/lib/facebook_ads/ad_objects/{ads_interest.rb → adoptable_pet.rb} +18 -5
  26. data/lib/facebook_ads/ad_objects/ads_insights.rb +10 -0
  27. data/lib/facebook_ads/ad_objects/album.rb +7 -0
  28. data/lib/facebook_ads/ad_objects/application.rb +4 -0
  29. data/lib/facebook_ads/ad_objects/atlas_campaign.rb +2 -2
  30. data/lib/facebook_ads/ad_objects/automotive_model.rb +1 -0
  31. data/lib/facebook_ads/ad_objects/business.rb +21 -122
  32. data/lib/facebook_ads/ad_objects/{business_creative_folder_sharing_agreement.rb → business_agreement.rb} +2 -5
  33. data/lib/facebook_ads/ad_objects/business_asset_group.rb +0 -3
  34. data/lib/facebook_ads/ad_objects/business_owned_object_on_behalf_of_request.rb +1 -0
  35. data/lib/facebook_ads/ad_objects/business_role_request.rb +6 -0
  36. data/lib/facebook_ads/ad_objects/business_user.rb +6 -0
  37. data/lib/facebook_ads/ad_objects/campaign.rb +267 -1
  38. data/lib/facebook_ads/ad_objects/catalog_item_app_links.rb +44 -0
  39. data/lib/facebook_ads/ad_objects/comment.rb +1 -0
  40. data/lib/facebook_ads/ad_objects/commerce_merchant_settings.rb +107 -0
  41. data/lib/facebook_ads/ad_objects/{client_transparency_status.rb → commerce_merchant_settings_setup_status.rb} +6 -5
  42. data/lib/facebook_ads/ad_objects/commerce_order.rb +147 -0
  43. data/lib/facebook_ads/ad_objects/{business_creative.rb → commerce_order_transaction_detail.rb} +14 -12
  44. data/lib/facebook_ads/ad_objects/commerce_payout.rb +41 -0
  45. data/lib/facebook_ads/ad_objects/cpas_parent_catalog_settings.rb +1 -0
  46. data/lib/facebook_ads/ad_objects/custom_audience.rb +1 -4
  47. data/lib/facebook_ads/ad_objects/custom_conversion.rb +1 -0
  48. data/lib/facebook_ads/ad_objects/destination.rb +1 -0
  49. data/lib/facebook_ads/ad_objects/event.rb +11 -1
  50. data/lib/facebook_ads/ad_objects/external_event_source.rb +1 -0
  51. data/lib/facebook_ads/ad_objects/flight.rb +1 -0
  52. data/lib/facebook_ads/ad_objects/group.rb +5 -1
  53. data/lib/facebook_ads/ad_objects/home_listing.rb +1 -0
  54. data/lib/facebook_ads/ad_objects/hotel.rb +1 -1
  55. data/lib/facebook_ads/ad_objects/hotel_room.rb +1 -0
  56. data/lib/facebook_ads/ad_objects/ig_media.rb +1 -0
  57. data/lib/facebook_ads/ad_objects/ig_user.rb +1 -0
  58. data/lib/facebook_ads/ad_objects/life_event.rb +0 -8
  59. data/lib/facebook_ads/ad_objects/link.rb +0 -6
  60. data/lib/facebook_ads/ad_objects/live_video.rb +0 -4
  61. data/lib/facebook_ads/ad_objects/media_fingerprint.rb +0 -1
  62. data/lib/facebook_ads/ad_objects/messenger_profile.rb +0 -1
  63. data/lib/facebook_ads/ad_objects/native_offer_view.rb +0 -1
  64. data/lib/facebook_ads/ad_objects/offline_conversion_data_set.rb +0 -6
  65. data/lib/facebook_ads/ad_objects/open_graph_context.rb +0 -12
  66. data/lib/facebook_ads/ad_objects/oracle_transaction.rb +0 -7
  67. data/lib/facebook_ads/ad_objects/page.rb +55 -104
  68. data/lib/facebook_ads/ad_objects/page_admin_note.rb +1 -0
  69. data/lib/facebook_ads/ad_objects/page_call_to_action.rb +8 -0
  70. data/lib/facebook_ads/ad_objects/page_change_proposal.rb +2 -0
  71. data/lib/facebook_ads/ad_objects/page_post.rb +8 -0
  72. data/lib/facebook_ads/ad_objects/{brand_audience.rb → payment_subscription.rb} +23 -9
  73. data/lib/facebook_ads/ad_objects/post.rb +9 -1
  74. data/lib/facebook_ads/ad_objects/product_catalog.rb +13 -1
  75. data/lib/facebook_ads/ad_objects/product_feed.rb +1 -0
  76. data/lib/facebook_ads/ad_objects/{product_feed_upload_diagnostics.rb → product_feed_upload_diagnostics_report.rb} +2 -2
  77. data/lib/facebook_ads/ad_objects/product_item.rb +1 -0
  78. data/lib/facebook_ads/ad_objects/product_set.rb +3 -0
  79. data/lib/facebook_ads/ad_objects/{custom_audience_prefill_state.rb → product_set_metadata.rb} +3 -3
  80. data/lib/facebook_ads/ad_objects/profile.rb +2 -0
  81. data/lib/facebook_ads/ad_objects/profile_picture_source.rb +4 -0
  82. data/lib/facebook_ads/ad_objects/publisher_block_list.rb +0 -6
  83. data/lib/facebook_ads/ad_objects/saved_audience.rb +1 -0
  84. data/lib/facebook_ads/ad_objects/server_side/content.rb +75 -13
  85. data/lib/facebook_ads/ad_objects/server_side/custom_data.rb +45 -6
  86. data/lib/facebook_ads/ad_objects/{whats_app_business_profile.rb → server_side/delivery_category.rb} +10 -13
  87. data/lib/facebook_ads/ad_objects/server_side/event.rb +62 -3
  88. data/lib/facebook_ads/ad_objects/server_side/event_request.rb +80 -6
  89. data/lib/facebook_ads/ad_objects/server_side/user_data.rb +132 -17
  90. data/lib/facebook_ads/ad_objects/server_side/util.rb +216 -149
  91. data/lib/facebook_ads/ad_objects/store_catalog_settings.rb +0 -1
  92. data/lib/facebook_ads/ad_objects/system_user.rb +6 -4
  93. data/lib/facebook_ads/ad_objects/targeting.rb +1 -0
  94. data/lib/facebook_ads/ad_objects/{atlas_url.rb → targeting_relaxation.rb} +2 -2
  95. data/lib/facebook_ads/ad_objects/third_party_measurement_report_dataset.rb +1 -0
  96. data/lib/facebook_ads/ad_objects/user.rb +6 -43
  97. data/lib/facebook_ads/ad_objects/vehicle.rb +1 -1
  98. data/lib/facebook_ads/ad_objects/vehicle_offer.rb +1 -0
  99. data/lib/facebook_ads/ad_objects/whats_app_business_account.rb +4 -0
  100. data/lib/facebook_ads/ad_objects/{creative_asset_tag.rb → work_meeting_link.rb} +3 -4
  101. data/lib/facebook_ads/version.rb +2 -2
  102. metadata +46 -26
  103. data/lib/facebook_ads/ad_objects/business_creative_folder.rb +0 -79
  104. data/lib/facebook_ads/ad_objects/business_image.rb +0 -94
  105. data/lib/facebook_ads/ad_objects/iterative_split_test_config.rb +0 -43
  106. data/lib/facebook_ads/ad_objects/messenger_platform_referral.rb +0 -39
  107. data/lib/facebook_ads/ad_objects/open_graph_object.rb +0 -70
  108. data/lib/facebook_ads/ad_objects/page_about_story.rb +0 -39
  109. data/lib/facebook_ads/ad_objects/request_history.rb +0 -49
  110. data/lib/facebook_ads/ad_objects/split_test_config.rb +0 -41
  111. data/lib/facebook_ads/ad_objects/streaming_reaction.rb +0 -50
  112. data/lib/facebook_ads/ad_objects/user_taggable_friend.rb +0 -49
  113. data/lib/facebook_ads/ad_objects/video_game_show.rb +0 -39
@@ -1,79 +0,0 @@
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 BusinessCreativeFolder < AdObject
29
- PERMITTED_TASKS = [
30
- "CREATE_CONTENT",
31
- "MANAGE_CONTENT",
32
- "MANAGE_PERMISSIONS",
33
- "VIEW_CONTENT",
34
- "VIEW_INSIGHTS",
35
- ]
36
-
37
- TASKS = [
38
- "CREATE_CONTENT",
39
- "MANAGE_CONTENT",
40
- "MANAGE_PERMISSIONS",
41
- "VIEW_CONTENT",
42
- "VIEW_INSIGHTS",
43
- ]
44
-
45
-
46
- field :business, 'Business'
47
- field :creation_time, 'datetime'
48
- field :creative_insight_permissions, 'hash'
49
- field :description, 'string'
50
- field :id, 'string'
51
- field :media_library_url, 'string'
52
- field :name, 'string'
53
- field :parent_folder, 'BusinessCreativeFolder'
54
- field :parent_folder_id, 'string'
55
-
56
- has_edge :agencies do |edge|
57
- edge.get 'Business'
58
- edge.post 'BusinessCreativeFolder' do |api|
59
- api.has_param :business, 'string'
60
- api.has_param :permitted_tasks, { list: { enum: -> { BusinessCreativeFolder::PERMITTED_TASKS }} }
61
- end
62
- end
63
-
64
- has_edge :assigned_users do |edge|
65
- edge.get 'AssignedUser' do |api|
66
- api.has_param :business, 'string'
67
- end
68
- edge.post 'BusinessCreativeFolder' do |api|
69
- api.has_param :tasks, { list: { enum: -> { BusinessCreativeFolder::TASKS }} }
70
- api.has_param :user, 'int'
71
- end
72
- end
73
-
74
- has_edge :subfolders do |edge|
75
- edge.get 'BusinessCreativeFolder'
76
- end
77
-
78
- end
79
- end
@@ -1,94 +0,0 @@
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 BusinessImage < AdObject
29
- VALIDATION_AD_PLACEMENTS = [
30
- "AUDIENCE_NETWORK_INSTREAM_VIDEO",
31
- "AUDIENCE_NETWORK_INSTREAM_VIDEO_MOBILE",
32
- "AUDIENCE_NETWORK_REWARDED_VIDEO",
33
- "DESKTOP_FEED_STANDARD",
34
- "FACEBOOK_STORY_MOBILE",
35
- "INSTAGRAM_STANDARD",
36
- "INSTAGRAM_STORY",
37
- "INSTANT_ARTICLE_STANDARD",
38
- "INSTREAM_VIDEO_DESKTOP",
39
- "INSTREAM_VIDEO_MOBILE",
40
- "MESSENGER_MOBILE_INBOX_MEDIA",
41
- "MESSENGER_MOBILE_STORY_MEDIA",
42
- "MOBILE_FEED_STANDARD",
43
- "MOBILE_FULLWIDTH",
44
- "MOBILE_INTERSTITIAL",
45
- "MOBILE_MEDIUM_RECTANGLE",
46
- "MOBILE_NATIVE",
47
- "RIGHT_COLUMN_STANDARD",
48
- "SUGGESTED_VIDEO_MOBILE",
49
- ]
50
-
51
-
52
- field :business, 'Business'
53
- field :creation_time, 'datetime'
54
- field :hash, 'string'
55
- field :height, 'int'
56
- field :id, 'string'
57
- field :media_library_url, 'string'
58
- field :name, 'string'
59
- field :url, 'string'
60
- field :url_128, 'string'
61
- field :width, 'int'
62
- field :ad_placements_validation_only, 'bool'
63
- field :bytes, 'object'
64
- field :creative_folder_id, 'string'
65
- field :validation_ad_placements, { list: { enum: -> { VALIDATION_AD_PLACEMENTS }} }
66
- has_no_post
67
-
68
- has_edge :ad_placement_validation_results do |edge|
69
- edge.get
70
- end
71
-
72
- has_edge :creative_asset_tags do |edge|
73
- edge.delete do |api|
74
- api.has_param :business_id, 'string'
75
- api.has_param :tag_name, 'string'
76
- end
77
- edge.get 'CreativeAssetTag' do |api|
78
- api.has_param :business_id, 'string'
79
- end
80
- edge.post 'BusinessImage' do |api|
81
- api.has_param :business_id, 'string'
82
- api.has_param :tag_name, 'string'
83
- end
84
- end
85
-
86
- has_edge :insights do |edge|
87
- edge.get do |api|
88
- api.has_param :breakdowns, { list: { enum: %w{ad_id age country device_platform gender objective optimization_goal platform_position publisher_platform }} }
89
- api.has_param :time_range, 'object'
90
- end
91
- end
92
-
93
- end
94
- end
@@ -1,43 +0,0 @@
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 IterativeSplitTestConfig < AdObject
29
-
30
- field :budget, 'int'
31
- field :end_time, 'datetime'
32
- field :guidance, 'object'
33
- field :id, 'string'
34
- field :iterative_split_test_original_variant_id, 'string'
35
- field :iterative_split_test_variant_to_split_mapping, 'hash'
36
- field :results_window, 'object'
37
- field :splits, { list: 'int' }
38
- field :start_time, 'datetime'
39
- has_no_post
40
- has_no_delete
41
-
42
- end
43
- end
@@ -1,39 +0,0 @@
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 MessengerPlatformReferral < AdObject
29
-
30
- field :ad_id, 'string'
31
- field :id, 'string'
32
- field :ref, 'string'
33
- field :source, 'string'
34
- field :type, 'string'
35
- has_no_post
36
- has_no_delete
37
-
38
- end
39
- end
@@ -1,70 +0,0 @@
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 OpenGraphObject < AdObject
29
-
30
- field :admins, { list: 'object' }
31
- field :application, 'object'
32
- field :audio, { list: 'object' }
33
- field :created_time, 'datetime'
34
- field :description, 'string'
35
- field :determiner, 'string'
36
- field :engagement, 'Engagement'
37
- field :id, 'string'
38
- field :image, { list: 'object' }
39
- field :is_scraped, 'bool'
40
- field :locale, 'object'
41
- field :location, 'Location'
42
- field :post_action_id, 'string'
43
- field :profile_id, 'object'
44
- field :restrictions, 'object'
45
- field :see_also, { list: 'string' }
46
- field :site_name, 'string'
47
- field :title, 'string'
48
- field :type, 'string'
49
- field :updated_time, 'datetime'
50
- field :video, { list: 'object' }
51
- has_no_post
52
- has_no_delete
53
-
54
- has_edge :comments do |edge|
55
- edge.get 'Comment' do |api|
56
- api.has_param :filter, { enum: -> { Comment::FILTER }}
57
- api.has_param :live_filter, { enum: -> { Comment::LIVE_FILTER }}
58
- api.has_param :order, { enum: -> { Comment::ORDER }}
59
- api.has_param :since, 'datetime'
60
- end
61
- end
62
-
63
- has_edge :reactions do |edge|
64
- edge.get 'Profile' do |api|
65
- api.has_param :type, { enum: -> { Profile::TYPE }}
66
- end
67
- end
68
-
69
- end
70
- end
@@ -1,39 +0,0 @@
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 PageAboutStory < AdObject
29
-
30
- field :composed_text, { list: 'object' }
31
- field :cover_photo, 'Photo'
32
- field :entity_map, { list: 'object' }
33
- field :id, 'string'
34
- field :is_published, 'bool'
35
- field :page_id, 'string'
36
- field :title, 'string'
37
-
38
- end
39
- end
@@ -1,49 +0,0 @@
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 RequestHistory < AdObject
29
- HTTP_METHOD = [
30
- "DELETE",
31
- "GET",
32
- "POST",
33
- ]
34
-
35
-
36
- field :api_version, 'string'
37
- field :created_time, 'datetime'
38
- field :error_code, 'int'
39
- field :graph_path, 'string'
40
- field :http_method, { enum: -> { HTTP_METHOD }}
41
- field :post_params, 'hash'
42
- field :query_params, 'hash'
43
- has_no_id
44
- has_no_get
45
- has_no_post
46
- has_no_delete
47
-
48
- end
49
- end
@@ -1,41 +0,0 @@
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 SplitTestConfig < AdObject
29
-
30
- field :budget, 'int'
31
- field :early_winner_declaration_enabled, 'bool'
32
- field :end_time, 'datetime'
33
- field :splits, { list: 'int' }
34
- field :start_time, 'datetime'
35
- field :test_variable, 'string'
36
- field :id, 'string'
37
- has_no_post
38
- has_no_delete
39
-
40
- end
41
- end