facebookbusiness 0.7.0.2 → 0.8.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/lib/facebook_ads/ad_objects/ad_account.rb +21 -22
  3. data/lib/facebook_ads/ad_objects/ad_account_ad_volume.rb +24 -0
  4. data/lib/facebook_ads/ad_objects/ad_account_delivery_estimate.rb +1 -0
  5. data/lib/facebook_ads/ad_objects/ad_account_matched_search_applications_edge_data.rb +1 -0
  6. data/lib/facebook_ads/ad_objects/ad_account_targeting_unified.rb +22 -5
  7. data/lib/facebook_ads/ad_objects/ad_activity.rb +7 -1
  8. data/lib/facebook_ads/ad_objects/ad_asset_feed_spec.rb +5 -0
  9. data/lib/facebook_ads/ad_objects/ad_async_request.rb +2 -0
  10. data/lib/facebook_ads/ad_objects/ad_campaign_activity.rb +4 -2
  11. data/lib/facebook_ads/ad_objects/ad_campaign_delivery_estimate.rb +1 -0
  12. data/lib/facebook_ads/ad_objects/ad_creative.rb +4 -0
  13. data/lib/facebook_ads/ad_objects/ad_creative_interactive_components_spec.rb +1 -0
  14. data/lib/facebook_ads/ad_objects/ad_creative_link_data_call_to_action.rb +4 -0
  15. data/lib/facebook_ads/ad_objects/ad_network_analytics_sync_query_result.rb +1 -0
  16. data/lib/facebook_ads/ad_objects/ad_place_page_set.rb +6 -0
  17. data/lib/facebook_ads/ad_objects/ad_report_spec.rb +0 -1
  18. data/lib/facebook_ads/ad_objects/ad_rule_execution_spec.rb +4 -0
  19. data/lib/facebook_ads/ad_objects/ad_set.rb +2 -0
  20. data/lib/facebook_ads/ad_objects/ad_study.rb +2 -1
  21. data/lib/facebook_ads/ad_objects/ad_study_objective.rb +0 -4
  22. data/lib/facebook_ads/ad_objects/ad_video.rb +15 -27
  23. data/lib/facebook_ads/ad_objects/adgroup_placement_specific_review_feedback.rb +4 -0
  24. data/lib/facebook_ads/ad_objects/{user_taggable_friend.rb → adoptable_pet.rb} +27 -14
  25. data/lib/facebook_ads/ad_objects/ads_insights.rb +5 -0
  26. data/lib/facebook_ads/ad_objects/ads_pixel.rb +4 -0
  27. data/lib/facebook_ads/ad_objects/application.rb +27 -0
  28. data/lib/facebook_ads/ad_objects/atlas_campaign.rb +3 -3
  29. data/lib/facebook_ads/ad_objects/automotive_model.rb +1 -0
  30. data/lib/facebook_ads/ad_objects/business.rb +55 -119
  31. data/lib/facebook_ads/ad_objects/business_asset_group.rb +1 -3
  32. data/lib/facebook_ads/ad_objects/business_role_request.rb +9 -0
  33. data/lib/facebook_ads/ad_objects/business_unit.rb +1 -1
  34. data/lib/facebook_ads/ad_objects/business_user.rb +9 -0
  35. data/lib/facebook_ads/ad_objects/campaign.rb +258 -0
  36. data/lib/facebook_ads/ad_objects/catalog_sub_vertical_list.rb +88 -0
  37. data/lib/facebook_ads/ad_objects/commerce_merchant_settings.rb +24 -19
  38. data/lib/facebook_ads/ad_objects/commerce_merchant_settings_setup_status.rb +1 -0
  39. data/lib/facebook_ads/ad_objects/commerce_order.rb +6 -0
  40. data/lib/facebook_ads/ad_objects/commerce_order_transaction_detail.rb +4 -0
  41. data/lib/facebook_ads/ad_objects/{creative_asset_tag.rb → connections_targeting.rb} +2 -2
  42. data/lib/facebook_ads/ad_objects/{business_creative_folder_sharing_agreement.rb → cpas_advertiser_partnership_recommendation.rb} +8 -11
  43. data/lib/facebook_ads/ad_objects/{brand_audience.rb → cpas_collaboration_request.rb} +15 -9
  44. data/lib/facebook_ads/ad_objects/custom_audience_data_source.rb +1 -0
  45. data/lib/facebook_ads/ad_objects/da_check.rb +7 -0
  46. data/lib/facebook_ads/ad_objects/destination.rb +1 -0
  47. data/lib/facebook_ads/ad_objects/event.rb +12 -1
  48. data/lib/facebook_ads/ad_objects/extended_credit.rb +7 -0
  49. data/lib/facebook_ads/ad_objects/external_event_source.rb +1 -0
  50. data/lib/facebook_ads/ad_objects/flight.rb +1 -0
  51. data/lib/facebook_ads/ad_objects/group.rb +12 -1
  52. data/lib/facebook_ads/ad_objects/home_listing.rb +1 -0
  53. data/lib/facebook_ads/ad_objects/hotel.rb +1 -0
  54. data/lib/facebook_ads/ad_objects/hotel_room.rb +1 -0
  55. data/lib/facebook_ads/ad_objects/ig_media.rb +1 -0
  56. data/lib/facebook_ads/ad_objects/life_event.rb +0 -4
  57. data/lib/facebook_ads/ad_objects/link.rb +6 -6
  58. data/lib/facebook_ads/ad_objects/live_video.rb +12 -16
  59. data/lib/facebook_ads/ad_objects/media_fingerprint.rb +0 -1
  60. data/lib/facebook_ads/ad_objects/native_offer_view.rb +0 -1
  61. data/lib/facebook_ads/ad_objects/oracle_transaction.rb +0 -7
  62. data/lib/facebook_ads/ad_objects/page.rb +52 -72
  63. data/lib/facebook_ads/ad_objects/page_admin_note.rb +1 -0
  64. data/lib/facebook_ads/ad_objects/page_call_to_action.rb +3 -0
  65. data/lib/facebook_ads/ad_objects/page_change_proposal.rb +2 -0
  66. data/lib/facebook_ads/ad_objects/page_post.rb +2 -0
  67. data/lib/facebook_ads/ad_objects/{business_creative.rb → payment_subscription.rb} +24 -16
  68. data/lib/facebook_ads/ad_objects/photo.rb +6 -0
  69. data/lib/facebook_ads/ad_objects/playable_content.rb +1 -0
  70. data/lib/facebook_ads/ad_objects/post.rb +49 -2
  71. data/lib/facebook_ads/ad_objects/product_catalog.rb +44 -7
  72. data/lib/facebook_ads/ad_objects/product_feed.rb +32 -0
  73. data/lib/facebook_ads/ad_objects/product_group.rb +1 -0
  74. data/lib/facebook_ads/ad_objects/product_item.rb +3 -0
  75. data/lib/facebook_ads/ad_objects/product_set.rb +4 -0
  76. data/lib/facebook_ads/ad_objects/{user_influence.rb → product_set_metadata.rb} +5 -4
  77. data/lib/facebook_ads/ad_objects/profile.rb +1 -0
  78. data/lib/facebook_ads/ad_objects/profile_picture_source.rb +4 -0
  79. data/lib/facebook_ads/ad_objects/publisher_block_list.rb +6 -0
  80. data/lib/facebook_ads/ad_objects/referral.rb +2 -0
  81. data/lib/facebook_ads/ad_objects/saved_audience.rb +1 -0
  82. data/lib/facebook_ads/ad_objects/security_settings.rb +0 -1
  83. data/lib/facebook_ads/ad_objects/server_side/batch_processor.rb +73 -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/server_side/delivery_category.rb +33 -0
  87. data/lib/facebook_ads/ad_objects/server_side/event_request.rb +134 -13
  88. data/lib/facebook_ads/ad_objects/{client_transparency_status.rb → server_side/event_request_async.rb} +20 -17
  89. data/lib/facebook_ads/ad_objects/{whats_app_business_profile.rb → server_side/http_method.rb} +7 -15
  90. data/lib/facebook_ads/ad_objects/{ads_interest.rb → server_side/http_service_interface.rb} +10 -18
  91. data/lib/facebook_ads/ad_objects/server_side/http_util.rb +31 -0
  92. data/lib/facebook_ads/ad_objects/server_side/user_data.rb +145 -17
  93. data/lib/facebook_ads/ad_objects/server_side/util.rb +216 -149
  94. data/lib/facebook_ads/ad_objects/system_user.rb +9 -4
  95. data/lib/facebook_ads/ad_objects/targeting.rb +4 -3
  96. data/lib/facebook_ads/ad_objects/{atlas_url.rb → targeting_relaxation.rb} +2 -2
  97. data/lib/facebook_ads/ad_objects/unified_thread.rb +1 -0
  98. data/lib/facebook_ads/ad_objects/user.rb +30 -24
  99. data/lib/facebook_ads/ad_objects/vehicle.rb +2 -0
  100. data/lib/facebook_ads/ad_objects/vehicle_offer.rb +1 -0
  101. data/lib/facebook_ads/ad_objects/whats_app_business_account.rb +25 -0
  102. data/lib/facebook_ads/errors.rb +1 -1
  103. data/lib/facebook_ads/session.rb +1 -1
  104. data/lib/facebook_ads/version.rb +2 -2
  105. metadata +63 -25
  106. data/lib/facebook_ads/ad_objects/business_creative_folder.rb +0 -79
  107. data/lib/facebook_ads/ad_objects/business_image.rb +0 -95
  108. data/lib/facebook_ads/ad_objects/iterative_split_test_config.rb +0 -43
  109. data/lib/facebook_ads/ad_objects/messenger_platform_referral.rb +0 -39
  110. data/lib/facebook_ads/ad_objects/page_about_story.rb +0 -39
  111. data/lib/facebook_ads/ad_objects/split_test_config.rb +0 -41
  112. data/lib/facebook_ads/ad_objects/streaming_reaction.rb +0 -51
@@ -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,95 +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_IMAGE",
40
- "INSTREAM_VIDEO_MOBILE",
41
- "MESSENGER_MOBILE_INBOX_MEDIA",
42
- "MESSENGER_MOBILE_STORY_MEDIA",
43
- "MOBILE_FEED_STANDARD",
44
- "MOBILE_FULLWIDTH",
45
- "MOBILE_INTERSTITIAL",
46
- "MOBILE_MEDIUM_RECTANGLE",
47
- "MOBILE_NATIVE",
48
- "RIGHT_COLUMN_STANDARD",
49
- "SUGGESTED_VIDEO_MOBILE",
50
- ]
51
-
52
-
53
- field :business, 'Business'
54
- field :creation_time, 'datetime'
55
- field :hash, 'string'
56
- field :height, 'int'
57
- field :id, 'string'
58
- field :media_library_url, 'string'
59
- field :name, 'string'
60
- field :url, 'string'
61
- field :url_128, 'string'
62
- field :width, 'int'
63
- field :ad_placements_validation_only, 'bool'
64
- field :bytes, 'object'
65
- field :creative_folder_id, 'string'
66
- field :validation_ad_placements, { list: { enum: -> { VALIDATION_AD_PLACEMENTS }} }
67
- has_no_post
68
-
69
- has_edge :ad_placement_validation_results do |edge|
70
- edge.get
71
- end
72
-
73
- has_edge :creative_asset_tags do |edge|
74
- edge.delete do |api|
75
- api.has_param :business_id, 'string'
76
- api.has_param :tag_name, 'string'
77
- end
78
- edge.get 'CreativeAssetTag' do |api|
79
- api.has_param :business_id, 'string'
80
- end
81
- edge.post 'BusinessImage' do |api|
82
- api.has_param :business_id, 'string'
83
- api.has_param :tag_name, 'string'
84
- end
85
- end
86
-
87
- has_edge :insights do |edge|
88
- edge.get do |api|
89
- api.has_param :breakdowns, { list: { enum: %w{ad_id age country device_platform gender objective optimization_goal platform_position publisher_platform }} }
90
- api.has_param :time_range, 'object'
91
- end
92
- end
93
-
94
- end
95
- 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,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,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
@@ -1,51 +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 StreamingReaction < AdObject
29
- REACTION_TYPE = [
30
- "ANGRY",
31
- "CARE",
32
- "HAHA",
33
- "LIKE",
34
- "LOVE",
35
- "NONE",
36
- "PRIDE",
37
- "SAD",
38
- "THANKFUL",
39
- "WOW",
40
- ]
41
-
42
-
43
- field :count, 'int'
44
- field :reaction_type, { enum: -> { REACTION_TYPE }}
45
- has_no_id
46
- has_no_get
47
- has_no_post
48
- has_no_delete
49
-
50
- end
51
- end