facebookbusiness 18.0.3 → 18.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d38d786e3dd87b85f3669dd1a07b9f584011ed94150b7b482ccbdbc12ce72f26
4
- data.tar.gz: 1a369b784247afaf3650b0724526815a4477ef445781ffdaf52e0a31e7322f7a
3
+ metadata.gz: c83c6d60fa4cd7bb471edc806bdf737d897186e8c046d9798888b0ad6152fec2
4
+ data.tar.gz: b412a69cfca2338c8a4817fc38a1dda92e8ab92973bc44accd208fe5dffbbe52
5
5
  SHA512:
6
- metadata.gz: 559c3ee005ed8efc3b38ea380bc9fd3747ba8850bbaaa086ca88d0b06305f9224bed757d4eda5376a34ff3cd4af0100381bded573c9861cd06ee9ee454a3b6b2
7
- data.tar.gz: 9b747f559714ed8dea7b65706d316bc8251f12cdb5ed612cc5da4bbfae9890219e8ed974ae63395b74619bab5cb25eb8e4ccc6c648ebc5e33d2999013dbe682c
6
+ metadata.gz: d33f70ea4c404f641d66b8c1deb343be18a507f0efdfdfc5250e6843ac2f70f8ae6ad0506485bf2203beab3a1ae1a1a0659d06eba212e181f007e790aa22eb8e
7
+ data.tar.gz: b6553cdbef6553182a17355e436c39add6f07656bd2fba07a7ca62eb6d0564b6f1ecc2de23ad30f1ba1737d8514b4cc0dbeaa192d2bb66163da40152ddee4562
@@ -0,0 +1,29 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class AdAssetFeedAdditionalData < AdObject
17
+
18
+ field :automated_product_tags, 'bool'
19
+ field :brand_page_id, 'string'
20
+ field :is_click_to_message, 'bool'
21
+ field :multi_share_end_card, 'bool'
22
+ field :page_welcome_message, 'string'
23
+ has_no_id
24
+ has_no_get
25
+ has_no_post
26
+ has_no_delete
27
+
28
+ end
29
+ end
@@ -94,22 +94,22 @@ module FacebookAds
94
94
 
95
95
 
96
96
  field :ad_formats, { list: 'string' }
97
- field :additional_data, 'object'
97
+ field :additional_data, 'AdAssetFeedAdditionalData'
98
98
  field :app_product_page_id, 'string'
99
99
  field :asset_customization_rules, { list: 'AdAssetFeedSpecAssetCustomizationRule' }
100
100
  field :autotranslate, { list: 'string' }
101
101
  field :bodies, { list: 'AdAssetFeedSpecBody' }
102
102
  field :call_to_action_types, { list: { enum: -> { CALL_TO_ACTION_TYPES }} }
103
- field :call_to_actions, { list: 'object' }
103
+ field :call_to_actions, { list: 'AdAssetFeedSpecCallToAction' }
104
104
  field :captions, { list: 'AdAssetFeedSpecCaption' }
105
- field :carousels, { list: 'object' }
105
+ field :carousels, { list: 'AdAssetFeedSpecCarousel' }
106
106
  field :descriptions, { list: 'AdAssetFeedSpecDescription' }
107
- field :events, { list: 'object' }
107
+ field :events, { list: 'AdAssetFeedSpecEvents' }
108
108
  field :groups, { list: 'AdAssetFeedSpecGroupRule' }
109
109
  field :images, { list: 'AdAssetFeedSpecImage' }
110
110
  field :link_urls, { list: 'AdAssetFeedSpecLinkUrl' }
111
111
  field :message_extensions, { list: 'AdAssetMessageExtensions' }
112
- field :onsite_destinations, { list: 'object' }
112
+ field :onsite_destinations, { list: 'AdAssetOnsiteDestinations' }
113
113
  field :optimization_type, 'string'
114
114
  field :reasons_to_shop, 'bool'
115
115
  field :shops_bundle, 'bool'
@@ -0,0 +1,27 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class AdAssetFeedSpecCallToAction < AdObject
17
+
18
+ field :adlabels, { list: 'AdAssetFeedSpecAssetLabel' }
19
+ field :type, 'string'
20
+ field :value, 'AdCreativeLinkDataCallToActionValue'
21
+ has_no_id
22
+ has_no_get
23
+ has_no_post
24
+ has_no_delete
25
+
26
+ end
27
+ end
@@ -0,0 +1,28 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class AdAssetFeedSpecCarousel < AdObject
17
+
18
+ field :adlabels, { list: 'AdAssetFeedSpecAssetLabel' }
19
+ field :child_attachments, { list: 'AdAssetFeedSpecCarouselChildAttachment' }
20
+ field :multi_share_end_card, 'bool'
21
+ field :multi_share_optimized, 'bool'
22
+ has_no_id
23
+ has_no_get
24
+ has_no_post
25
+ has_no_delete
26
+
27
+ end
28
+ end
@@ -0,0 +1,34 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class AdAssetFeedSpecCarouselChildAttachment < AdObject
17
+
18
+ field :body_label, 'AdAssetFeedSpecAssetLabel'
19
+ field :call_to_action_type_label, 'AdAssetFeedSpecAssetLabel'
20
+ field :caption_label, 'AdAssetFeedSpecAssetLabel'
21
+ field :description_label, 'AdAssetFeedSpecAssetLabel'
22
+ field :image_label, 'AdAssetFeedSpecAssetLabel'
23
+ field :link_url_label, 'AdAssetFeedSpecAssetLabel'
24
+ field :phone_data_ids_label, 'AdAssetFeedSpecAssetLabel'
25
+ field :static_card, 'bool'
26
+ field :title_label, 'AdAssetFeedSpecAssetLabel'
27
+ field :video_label, 'AdAssetFeedSpecAssetLabel'
28
+ has_no_id
29
+ has_no_get
30
+ has_no_post
31
+ has_no_delete
32
+
33
+ end
34
+ end
@@ -0,0 +1,24 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class AdAssetFeedSpecEvents < AdObject
17
+
18
+ field :id, 'string'
19
+ has_no_get
20
+ has_no_post
21
+ has_no_delete
22
+
23
+ end
24
+ end
@@ -0,0 +1,28 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class AdAssetOnsiteDestinations < AdObject
17
+
18
+ field :auto_optimization, 'string'
19
+ field :details_page_product_id, 'string'
20
+ field :shop_collection_product_set_id, 'string'
21
+ field :storefront_shop_id, 'string'
22
+ has_no_id
23
+ has_no_get
24
+ has_no_post
25
+ has_no_delete
26
+
27
+ end
28
+ end
@@ -19,7 +19,7 @@ module FacebookAds
19
19
  field :creator_ad_permission_type, 'string'
20
20
  field :instagram_boost_post_access_token, 'string'
21
21
  field :is_mca_internal, 'bool'
22
- field :partners, { list: 'object' }
22
+ field :partners, { list: 'AdCreativeBrandedContentAdsPartners' }
23
23
  field :ui_version, 'int'
24
24
  has_no_id
25
25
  has_no_get
@@ -0,0 +1,28 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class AdCreativeBrandedContentAdsPartners < AdObject
17
+
18
+ field :fb_page_id, 'string'
19
+ field :identity_type, 'string'
20
+ field :ig_asset_id, 'string'
21
+ field :ig_user_id, 'string'
22
+ has_no_id
23
+ has_no_get
24
+ has_no_post
25
+ has_no_delete
26
+
27
+ end
28
+ end
@@ -89,6 +89,7 @@ module FacebookAds
89
89
  "INSTAGRAM_VIDEO_COPY",
90
90
  "INSTANT_APPLICATION_PREVIEW",
91
91
  "INSTANT_ARTICLE",
92
+ "INSTANT_GAMES_PROMO",
92
93
  "INSTANT_GAME_CLIP",
93
94
  "ISSUE_MODULE",
94
95
  "JOBS_CAREERS",
@@ -102,6 +102,8 @@ module FacebookAds
102
102
  field :auto_event_mapping_android, { list: 'object' }
103
103
  field :auto_event_mapping_ios, { list: 'object' }
104
104
  field :auto_event_setup_enabled, 'bool'
105
+ field :auto_log_app_events_default, 'bool'
106
+ field :auto_log_app_events_enabled, 'bool'
105
107
  field :business, 'Business'
106
108
  field :canvas_fluid_height, 'bool'
107
109
  field :canvas_fluid_width, 'int'
@@ -159,8 +161,6 @@ module FacebookAds
159
161
  field :restrictions, 'object'
160
162
  field :restrictive_data_filter_params, 'string'
161
163
  field :restrictive_data_filter_rules, 'string'
162
- field :sdk_auto_logging_default_value, 'bool'
163
- field :sdk_auto_logging_override_value, 'bool'
164
164
  field :sdk_update_message, 'string'
165
165
  field :seamless_login, 'int'
166
166
  field :secure_canvas_url, 'string'
@@ -398,12 +398,6 @@ module FacebookAds
398
398
  end
399
399
  end
400
400
 
401
- has_edge :banned do |edge|
402
- edge.get 'User' do |api|
403
- api.has_param :uid, 'int'
404
- end
405
- end
406
-
407
401
  has_edge :button_auto_detection_device_selection do |edge|
408
402
  edge.get do |api|
409
403
  api.has_param :device_id, 'string'
@@ -16,6 +16,7 @@ module FacebookAds
16
16
  class MessengerProfile < AdObject
17
17
 
18
18
  field :account_linking_url, 'string'
19
+ field :commands, { list: 'object' }
19
20
  field :get_started, 'object'
20
21
  field :greeting, { list: 'object' }
21
22
  field :ice_breakers, { list: 'object' }
@@ -41,7 +41,6 @@ module FacebookAds
41
41
  field :insight_snapshots, { list: 'map<datetime, list<map<int, Object>>>' }
42
42
  field :name, 'string'
43
43
  field :optimization_goal, 'string'
44
- field :post_variant_fields, { list: 'string' }
45
44
  field :publish_status, 'string'
46
45
  field :publish_time, 'datetime'
47
46
  field :scheduled_experiment_timestamp, 'datetime'
@@ -309,6 +309,7 @@ module FacebookAds
309
309
  "AVAILABLE",
310
310
  "BAD_QUALITY_IMAGE",
311
311
  "CANNOT_EDIT_SUBSCRIPTION_PRODUCTS",
312
+ "CHECKOUT_DISABLED_BY_USER",
312
313
  "COMMERCE_ACCOUNT_NOT_LEGALLY_COMPLIANT",
313
314
  "CRAWLED_AVAILABILITY_MISMATCH",
314
315
  "DA_DISABLED_BY_USER",
@@ -348,6 +349,7 @@ module FacebookAds
348
349
  "ITEM_OVERRIDE_EMPTY_PRICE",
349
350
  "ITEM_OVERRIDE_NOT_VISIBLE",
350
351
  "ITEM_STALE_OUT_OF_STOCK",
352
+ "MARKETPLACE_DISABLED_BY_USER",
351
353
  "MINI_SHOPS_DISABLED_BY_USER",
352
354
  "MISSING_CHECKOUT",
353
355
  "MISSING_CHECKOUT_CURRENCY",
@@ -740,6 +742,7 @@ module FacebookAds
740
742
  field :short_description, 'string'
741
743
  field :size, 'string'
742
744
  field :start_date, 'string'
745
+ field :tags, { list: 'string' }
743
746
  field :url, 'string'
744
747
  field :video_fetch_status, { enum: -> { VIDEO_FETCH_STATUS }}
745
748
  field :visibility, { enum: -> { VISIBILITY }}
@@ -228,6 +228,10 @@ module FacebookAds
228
228
  end
229
229
  end
230
230
 
231
+ has_edge :fbdl_runs do |edge|
232
+ edge.get 'WhitehatFbdlRun'
233
+ end
234
+
231
235
  has_edge :feed do |edge|
232
236
  edge.get 'Post' do |api|
233
237
  api.has_param :include_hidden, 'bool'
@@ -45,7 +45,7 @@ module FacebookAds
45
45
  field :country, 'string'
46
46
  field :creation_time, 'int'
47
47
  field :currency, 'string'
48
- field :health_status, 'object'
48
+ field :health_status, 'WhatsAppBusinessHealthStatusForMessageSend'
49
49
  field :id, 'string'
50
50
  field :is_enabled_for_insights, 'bool'
51
51
  field :message_template_namespace, 'string'
@@ -92,13 +92,17 @@ module FacebookAds
92
92
  end
93
93
  end
94
94
 
95
+ has_edge :dcc_config do |edge|
96
+ edge.get
97
+ end
98
+
95
99
  has_edge :flows do |edge|
96
100
  edge.get
97
101
  edge.post do |api|
98
102
  api.has_param :categories, { list: { enum: %w{APPOINTMENT_BOOKING CONTACT_US CUSTOMER_SUPPORT LEAD_GENERATION OTHER SIGN_IN SIGN_UP SURVEY }} }
99
103
  api.has_param :clone_flow_id, 'string'
100
104
  api.has_param :clone_template, 'string'
101
- api.has_param :data_channel_uri, 'string'
105
+ api.has_param :endpoint_uri, 'string'
102
106
  api.has_param :name, 'string'
103
107
  end
104
108
  end
@@ -0,0 +1,28 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class WhatsAppBusinessHealthStatus < AdObject
17
+
18
+ field :additional_info, { list: 'string' }
19
+ field :can_send_message, 'string'
20
+ field :entity_type, 'string'
21
+ field :errors, { list: 'object' }
22
+ field :id, 'string'
23
+ has_no_get
24
+ has_no_post
25
+ has_no_delete
26
+
27
+ end
28
+ end
@@ -0,0 +1,26 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class WhatsAppBusinessHealthStatusForMessageSend < AdObject
17
+
18
+ field :can_send_message, 'string'
19
+ field :entities, { list: 'WhatsAppBusinessHealthStatus' }
20
+ has_no_id
21
+ has_no_get
22
+ has_no_post
23
+ has_no_delete
24
+
25
+ end
26
+ end
@@ -0,0 +1,30 @@
1
+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2
+ # All rights reserved.
3
+
4
+ # This source code is licensed under the license found in the
5
+ # LICENSE file in the root directory of this source tree.
6
+
7
+ # FB:AUTOGEN
8
+
9
+ module FacebookAds
10
+ # This class is auto-generated.
11
+
12
+ # For any issues or feature requests related to this class, please let us know
13
+ # on github and we'll fix in our codegen framework. We'll not be able to accept
14
+ # pull request for this class.
15
+
16
+ class WhitehatFbdlRun < AdObject
17
+
18
+ field :creation_time, 'datetime'
19
+ field :id, 'string'
20
+ field :is_pinned, 'bool'
21
+ field :note, 'string'
22
+ field :result, { list: 'hash' }
23
+ field :run_code, 'string'
24
+ field :status, 'string'
25
+ field :user_type, 'string'
26
+ has_no_post
27
+ has_no_delete
28
+
29
+ end
30
+ end
@@ -7,6 +7,6 @@
7
7
  # FB:AUTOGEN
8
8
 
9
9
  module FacebookAds
10
- VERSION = '18.0.3'
10
+ VERSION = '18.0.4'
11
11
  API_VERSION = '18.0'
12
12
  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: 18.0.3
4
+ version: 18.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facebook
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-06 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -272,18 +272,24 @@ files:
272
272
  - lib/facebook_ads/ad_objects/ad_account_user.rb
273
273
  - lib/facebook_ads/ad_objects/ad_activity.rb
274
274
  - lib/facebook_ads/ad_objects/ad_asset_customization_rule_customization_spec.rb
275
+ - lib/facebook_ads/ad_objects/ad_asset_feed_additional_data.rb
275
276
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec.rb
276
277
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_asset_customization_rule.rb
277
278
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_asset_label.rb
278
279
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_body.rb
280
+ - lib/facebook_ads/ad_objects/ad_asset_feed_spec_call_to_action.rb
279
281
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_caption.rb
282
+ - lib/facebook_ads/ad_objects/ad_asset_feed_spec_carousel.rb
283
+ - lib/facebook_ads/ad_objects/ad_asset_feed_spec_carousel_child_attachment.rb
280
284
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_description.rb
285
+ - lib/facebook_ads/ad_objects/ad_asset_feed_spec_events.rb
281
286
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_group_rule.rb
282
287
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_image.rb
283
288
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_link_url.rb
284
289
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_title.rb
285
290
  - lib/facebook_ads/ad_objects/ad_asset_feed_spec_video.rb
286
291
  - lib/facebook_ads/ad_objects/ad_asset_message_extensions.rb
292
+ - lib/facebook_ads/ad_objects/ad_asset_onsite_destinations.rb
287
293
  - lib/facebook_ads/ad_objects/ad_asset_target_rule_targeting.rb
288
294
  - lib/facebook_ads/ad_objects/ad_async_request.rb
289
295
  - lib/facebook_ads/ad_objects/ad_async_request_set.rb
@@ -300,6 +306,7 @@ files:
300
306
  - lib/facebook_ads/ad_objects/ad_creative.rb
301
307
  - lib/facebook_ads/ad_objects/ad_creative_ad_disclaimer.rb
302
308
  - lib/facebook_ads/ad_objects/ad_creative_branded_content_ads.rb
309
+ - lib/facebook_ads/ad_objects/ad_creative_branded_content_ads_partners.rb
303
310
  - lib/facebook_ads/ad_objects/ad_creative_collection_thumbnail_info.rb
304
311
  - lib/facebook_ads/ad_objects/ad_creative_degrees_of_freedom_spec.rb
305
312
  - lib/facebook_ads/ad_objects/ad_creative_facebook_branded_content.rb
@@ -740,8 +747,11 @@ files:
740
747
  - lib/facebook_ads/ad_objects/voip_info.rb
741
748
  - lib/facebook_ads/ad_objects/web_app_link.rb
742
749
  - lib/facebook_ads/ad_objects/whats_app_business_account.rb
750
+ - lib/facebook_ads/ad_objects/whats_app_business_health_status.rb
751
+ - lib/facebook_ads/ad_objects/whats_app_business_health_status_for_message_send.rb
743
752
  - lib/facebook_ads/ad_objects/whats_app_business_pre_verified_phone_number.rb
744
753
  - lib/facebook_ads/ad_objects/whats_app_business_profile.rb
754
+ - lib/facebook_ads/ad_objects/whitehat_fbdl_run.rb
745
755
  - lib/facebook_ads/ad_objects/windows_app_link.rb
746
756
  - lib/facebook_ads/ad_objects/windows_phone_app_link.rb
747
757
  - lib/facebook_ads/ad_objects/woodhenge_purchased_payg_receipt.rb