facebookbusiness 19.0.1 → 19.0.2

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: ae2b94512b194b67baf6a533a9eca42dd8980741aa60d7d2ed742e0b609e5e26
4
- data.tar.gz: c0af925a51c8d5c19cb311648859d095f5d316b019875788a56f85a0d62e4246
3
+ metadata.gz: ddfd24328db761b8d597320db3e5378bdbcb6ab01c8247cb35cc576ecb773110
4
+ data.tar.gz: '099e82cd26bc0b292abab50375e963321ab2dae0acab1e69bbd58d734dfd91f9'
5
5
  SHA512:
6
- metadata.gz: dbd426ecabf5236e89b805bc928909f1457b1b78255fcbe54dd5e2b82213c38c5f40e8e4e1d3c8d7f477bf56fee0b8c39a057b8793a4c13dbea5189da78f05fd
7
- data.tar.gz: 251bfa797537c91d9451f28bb9103f9336283e148af1eccb63c0bcc480600a065211147d2aa4ef819efd24a57a5214ff1794e08a356415a6084dbcfe1eb5b25e
6
+ metadata.gz: e74f3a23a360f6c1cd2bb1b70f2ce99c88ccff6c8184e88140b848df3ecca90fe59ff39137a36734cad740d2c56998fd4ae8f3b6a80b853816ef4863946fdeed
7
+ data.tar.gz: 56f45589f54748591fb1c796bf1de579be277b0d76ffcd61be50d76d5c0cd1e3151908f35ee45023611d88ca4d6fe74373e2cd97cb4642a05340d9e792eea31d
@@ -64,7 +64,7 @@ module FacebookAds
64
64
  "last_week_mon_sun",
65
65
  "last_week_sun_sat",
66
66
  "last_year",
67
- "lifetime",
67
+ "maximum",
68
68
  "this_month",
69
69
  "this_quarter",
70
70
  "this_week_mon_today",
@@ -582,7 +582,6 @@ module FacebookAds
582
582
  api.has_param :fun_fact_toastee_id, 'int'
583
583
  api.has_param :guide, { list: { list: 'int' } }
584
584
  api.has_param :guide_enabled, 'bool'
585
- api.has_param :has_nickname, 'bool'
586
585
  api.has_param :holiday_card, 'string'
587
586
  api.has_param :initial_heading, 'int'
588
587
  api.has_param :initial_pitch, 'int'
@@ -1180,10 +1179,6 @@ module FacebookAds
1180
1179
  end
1181
1180
  end
1182
1181
 
1183
- has_edge :value_adjustment_rule_persona_groups do |edge|
1184
- edge.get
1185
- end
1186
-
1187
1182
  has_edge :value_adjustment_rules do |edge|
1188
1183
  edge.get
1189
1184
  end
@@ -41,6 +41,7 @@ module FacebookAds
41
41
  "APP_AEM_V2_INSTALLATION_PROMOTION",
42
42
  "ASC_BUDGET_OPTIMIZATION",
43
43
  "ASC_BUDGET_OPTIMIZATION_PFR",
44
+ "ASC_CREATION_PACKAGE",
44
45
  "ASPECT_RATIO",
45
46
  "ATLEAST_6_PLACEMENTS",
46
47
  "AUCTION_OVERLAP",
@@ -60,12 +61,14 @@ module FacebookAds
60
61
  "CASH_REWARDS_OPT_IN",
61
62
  "CONNECT_FACEBOOK_PAGE_TO_INSTAGRAM",
62
63
  "CONNECT_FACEBOOK_PAGE_TO_WHATSAPP",
64
+ "CONVERSION_LEAD_ADS",
63
65
  "COST_GOAL",
64
66
  "COST_GOAL_BUDGET_LIMITED",
65
67
  "COST_GOAL_CPA_LIMITED",
66
68
  "COST_PER_RESULT",
67
69
  "CREATION_PACKAGE_UPGRADE_TO_ASC",
68
70
  "CREATION_PACKAGE_UPGRADE_TO_TLA",
71
+ "CREATION_PACKAGE_UPGRADE_TO_TMC",
69
72
  "CREATIVE_BADGE",
70
73
  "CREATIVE_DIVERSITY",
71
74
  "CREATIVE_FATIGUE",
@@ -75,6 +78,7 @@ module FacebookAds
75
78
  "CREATOR_ADS_PA_CONVERSION",
76
79
  "CTA",
77
80
  "CTX_BUDGET_OPTIMIZATION",
81
+ "CTX_GUIDANCE",
78
82
  "DA_ADVANTAGE_PLUS_CREATIVE_INFO_LABELS",
79
83
  "DEAD_LINK",
80
84
  "DYNAMIC_ADVANTAGE_CAMPAIGN_BUDGET",
@@ -87,6 +91,7 @@ module FacebookAds
87
91
  "HIGH_COST",
88
92
  "HISTORICAL_BENCHMARK",
89
93
  "IG_MULTI_ADS",
94
+ "LEAD_ADS_GUIDANCE",
90
95
  "LEARNING_LIMITED",
91
96
  "LEARNING_PAUSE_FRICTION",
92
97
  "LEARNING_PHASE_BUDGET_EDITS",
@@ -120,6 +125,7 @@ module FacebookAds
120
125
  "SPEND_LIMIT",
121
126
  "SYD_TEST_MODE",
122
127
  "TAILORED_LEAD_AD_CAMPAIGN",
128
+ "TAILORED_MESSAGES_CAMPAIGN",
123
129
  "TOP_ADSETS_WITH_ADS_UNDER_CAP",
124
130
  "TOP_CAMPAIGNS_WITH_ADS_UNDER_CAP",
125
131
  "TWO_P_GUIDANCE_CARD_AAA",
@@ -20,6 +20,7 @@ module FacebookAds
20
20
  field :is_click_to_message, 'bool'
21
21
  field :multi_share_end_card, 'bool'
22
22
  field :page_welcome_message, 'string'
23
+ field :partner_app_welcome_message_flow_id, 'string'
23
24
  has_no_id
24
25
  has_no_get
25
26
  has_no_post
@@ -102,7 +102,7 @@ module FacebookAds
102
102
  "LAST_WEEK_MON_SUN",
103
103
  "LAST_WEEK_SUN_SAT",
104
104
  "LAST_YEAR",
105
- "LIFETIME",
105
+ "MAXIMUM",
106
106
  "THIS_MONTH",
107
107
  "THIS_QUARTER",
108
108
  "THIS_WEEK_MON_TODAY",
@@ -115,6 +115,7 @@ module FacebookAds
115
115
  "MUSIC_CLIP_IN_AUDIO_DIGEST",
116
116
  "MUSIC_CLIP_IN_COMMENT",
117
117
  "MUSIC_CLIP_IN_LIGHTWEIGHT_STATUS",
118
+ "MUSIC_CLIP_IN_MSGR_NOTE",
118
119
  "MUSIC_CLIP_IN_POLL_OPTION",
119
120
  "MUSIC_CLIP_ON_DATING_PROFILE",
120
121
  "NEO_ASYNC_GAME_VIDEO",
@@ -364,7 +365,6 @@ module FacebookAds
364
365
  field :fun_fact_toastee_id, 'int'
365
366
  field :guide, { list: { list: 'int' } }
366
367
  field :guide_enabled, 'bool'
367
- field :has_nickname, 'bool'
368
368
  field :holiday_card, 'string'
369
369
  field :initial_heading, 'int'
370
370
  field :initial_pitch, 'int'
@@ -23,6 +23,7 @@ module FacebookAds
23
23
  field :bsg, 'hash'
24
24
  field :city_community, 'hash'
25
25
  field :commerce, 'hash'
26
+ field :compromise, 'hash'
26
27
  field :daily_deals, 'hash'
27
28
  field :daily_deals_legacy, 'hash'
28
29
  field :dpa, 'hash'
@@ -20,8 +20,12 @@ module FacebookAds
20
20
  "1d_view",
21
21
  "28d_click",
22
22
  "28d_view",
23
+ "28d_view_all_conversions",
24
+ "28d_view_first_conversion",
23
25
  "7d_click",
24
26
  "7d_view",
27
+ "7d_view_all_conversions",
28
+ "7d_view_first_conversion",
25
29
  "dda",
26
30
  "default",
27
31
  "skan_click",
@@ -40,6 +44,8 @@ module FacebookAds
40
44
  "action_video_sound",
41
45
  "action_video_type",
42
46
  "conversion_destination",
47
+ "matched_persona_id",
48
+ "matched_persona_name",
43
49
  "signal_source_bucket",
44
50
  "standard_event_content_type",
45
51
  ]
@@ -110,7 +116,7 @@ module FacebookAds
110
116
  "last_week_mon_sun",
111
117
  "last_week_sun_sat",
112
118
  "last_year",
113
- "lifetime",
119
+ "maximum",
114
120
  "this_month",
115
121
  "this_quarter",
116
122
  "this_week_mon_today",
@@ -139,6 +145,8 @@ module FacebookAds
139
145
  "action_video_sound",
140
146
  "action_video_type",
141
147
  "conversion_destination",
148
+ "matched_persona_id",
149
+ "matched_persona_name",
142
150
  "signal_source_bucket",
143
151
  "standard_event_content_type",
144
152
  ]
@@ -232,6 +240,7 @@ module FacebookAds
232
240
  field :marketing_messages_cost_per_delivered, 'string'
233
241
  field :marketing_messages_cost_per_link_btn_click, 'string'
234
242
  field :marketing_messages_spend, 'string'
243
+ field :marketing_messages_website_purchase_values, 'string'
235
244
  field :mobile_app_purchase_roas, { list: 'AdsActionStats' }
236
245
  field :objective, 'string'
237
246
  field :optimization_goal, 'string'
@@ -116,7 +116,6 @@ module FacebookAds
116
116
  api.has_param :proxied_app_id, 'string'
117
117
  api.has_param :published, 'bool'
118
118
  api.has_param :qn, 'string'
119
- api.has_param :scheduled_publish_time, 'int'
120
119
  api.has_param :spherical_metadata, 'hash'
121
120
  api.has_param :sponsor_id, 'string'
122
121
  api.has_param :sponsor_relationship, 'int'
@@ -23,6 +23,7 @@ module FacebookAds
23
23
  edge.get do |api|
24
24
  api.has_param :client_name, 'string'
25
25
  api.has_param :client_version, 'string'
26
+ api.has_param :config_id, 'string'
26
27
  api.has_param :force_generate, 'bool'
27
28
  api.has_param :platform, 'string'
28
29
  api.has_param :profile, 'string'
@@ -996,7 +996,6 @@ module FacebookAds
996
996
  api.has_param :fun_fact_toastee_id, 'int'
997
997
  api.has_param :guide, { list: { list: 'int' } }
998
998
  api.has_param :guide_enabled, 'bool'
999
- api.has_param :has_nickname, 'bool'
1000
999
  api.has_param :holiday_card, 'string'
1001
1000
  api.has_param :initial_heading, 'int'
1002
1001
  api.has_param :initial_pitch, 'int'
@@ -57,7 +57,7 @@ module FacebookAds
57
57
  "last_week_mon_sun",
58
58
  "last_week_sun_sat",
59
59
  "last_year",
60
- "lifetime",
60
+ "maximum",
61
61
  "this_month",
62
62
  "this_quarter",
63
63
  "this_week_mon_today",
@@ -44,7 +44,6 @@ module FacebookAds
44
44
  field :local_service_business_item, 'object'
45
45
  field :local_service_business_restaurant, 'object'
46
46
  field :loyalty_offer, 'object'
47
- field :meetup_space, 'object'
48
47
  field :nursery, 'object'
49
48
  field :printers_and_scanners, 'object'
50
49
  field :printers_scanners_and_fax_machines, 'object'
@@ -44,6 +44,7 @@ module FacebookAds
44
44
  "INSTANT_ARTICLE_EVENTS",
45
45
  "LOOKALIKE_PLATFORM",
46
46
  "MAIL_CHIMP_EMAIL_HASHES",
47
+ "MARKETPLACE_LISTINGS",
47
48
  "MESSENGER_ONSITE_SUBSCRIPTION",
48
49
  "MOBILE_ADVERTISER_IDS",
49
50
  "MOBILE_APP_COMBINATION_EVENTS",
@@ -16,6 +16,7 @@ module FacebookAds
16
16
  class FundingSourceDetails < AdObject
17
17
 
18
18
  field :coupon, 'FundingSourceDetailsCoupon'
19
+ field :coupons, { list: 'FundingSourceDetailsCoupon' }
19
20
  field :display_string, 'string'
20
21
  field :id, 'string'
21
22
  field :type, 'int'
@@ -16,6 +16,7 @@ module FacebookAds
16
16
  class FundingSourceDetailsCoupon < AdObject
17
17
 
18
18
  field :amount, 'int'
19
+ field :campaign_ids, { list: 'int' }
19
20
  field :currency, 'string'
20
21
  field :display_amount, 'string'
21
22
  field :expiration, 'datetime'
@@ -169,6 +169,8 @@ module FacebookAds
169
169
  api.has_param :audience_exp, 'bool'
170
170
  api.has_param :backdated_time, 'datetime'
171
171
  api.has_param :backdated_time_granularity, { enum: -> { Post::BACKDATED_TIME_GRANULARITY }}
172
+ api.has_param :breaking_news, 'bool'
173
+ api.has_param :breaking_news_expiration, 'int'
172
174
  api.has_param :call_to_action, 'object'
173
175
  api.has_param :caption, 'string'
174
176
  api.has_param :child_attachments, { list: 'object' }
@@ -193,7 +195,6 @@ module FacebookAds
193
195
  api.has_param :formatting, { enum: -> { Post::FORMATTING }}
194
196
  api.has_param :fun_fact_prompt_id, 'int'
195
197
  api.has_param :fun_fact_toastee_id, 'int'
196
- api.has_param :has_nickname, 'bool'
197
198
  api.has_param :height, 'int'
198
199
  api.has_param :holiday_card, 'string'
199
200
  api.has_param :home_checkin_city_id, 'object'
@@ -376,7 +377,6 @@ module FacebookAds
376
377
  api.has_param :proxied_app_id, 'string'
377
378
  api.has_param :published, 'bool'
378
379
  api.has_param :qn, 'string'
379
- api.has_param :scheduled_publish_time, 'int'
380
380
  api.has_param :spherical_metadata, 'hash'
381
381
  api.has_param :sponsor_id, 'string'
382
382
  api.has_param :sponsor_relationship, 'int'
@@ -435,7 +435,6 @@ module FacebookAds
435
435
  api.has_param :fun_fact_toastee_id, 'int'
436
436
  api.has_param :guide, { list: { list: 'int' } }
437
437
  api.has_param :guide_enabled, 'bool'
438
- api.has_param :has_nickname, 'bool'
439
438
  api.has_param :holiday_card, 'string'
440
439
  api.has_param :initial_heading, 'int'
441
440
  api.has_param :initial_pitch, 'int'
@@ -120,6 +120,7 @@ module FacebookAds
120
120
  api.has_param :product_tags, { list: 'hash' }
121
121
  api.has_param :share_to_feed, 'bool'
122
122
  api.has_param :thumb_offset, 'string'
123
+ api.has_param :upload_type, 'string'
123
124
  api.has_param :user_tags, { list: 'hash' }
124
125
  api.has_param :video_url, 'string'
125
126
  end
@@ -27,7 +27,7 @@ module FacebookAds
27
27
  "last_week_mon_sun",
28
28
  "last_week_sun_sat",
29
29
  "last_year",
30
- "lifetime",
30
+ "maximum",
31
31
  "this_month",
32
32
  "this_quarter",
33
33
  "this_week_mon_today",
@@ -53,7 +53,7 @@ module FacebookAds
53
53
  field :name, 'string'
54
54
  field :period, 'string'
55
55
  field :title, 'string'
56
- field :values, { list: 'object' }
56
+ field :values, { list: 'InsightsValue' }
57
57
  has_no_get
58
58
  has_no_post
59
59
  has_no_delete
@@ -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 InsightsValue < AdObject
17
+
18
+ field :campaign_id, 'string'
19
+ field :end_time, 'datetime'
20
+ field :engagement_source, 'string'
21
+ field :message_type, 'string'
22
+ field :messaging_channel, 'string'
23
+ field :recurring_notifications_entry_point, 'string'
24
+ field :recurring_notifications_frequency, 'string'
25
+ field :recurring_notifications_topic, 'string'
26
+ field :start_time, 'datetime'
27
+ field :value, 'object'
28
+ has_no_id
29
+ has_no_get
30
+ has_no_post
31
+ has_no_delete
32
+
33
+ end
34
+ end
@@ -298,6 +298,7 @@ module FacebookAds
298
298
  "awards",
299
299
  "bio",
300
300
  "birthday",
301
+ "calls",
301
302
  "category",
302
303
  "checkins",
303
304
  "company_overview",
@@ -362,6 +363,7 @@ module FacebookAds
362
363
  "page_upcoming_change",
363
364
  "parking",
364
365
  "payment_options",
366
+ "payment_request_update",
365
367
  "personal_info",
366
368
  "personal_interests",
367
369
  "phone",
@@ -381,6 +383,14 @@ module FacebookAds
381
383
  "website",
382
384
  ]
383
385
 
386
+ ACTION = [
387
+ "SPAM",
388
+ ]
389
+
390
+ ACTION_TYPE = [
391
+ "REPORT_THREAD",
392
+ ]
393
+
384
394
 
385
395
  field :about, 'string'
386
396
  field :access_token, 'string'
@@ -397,6 +407,7 @@ module FacebookAds
397
407
  field :bio, 'string'
398
408
  field :birthday, 'string'
399
409
  field :booking_agent, 'string'
410
+ field :breaking_news_usage, 'object'
400
411
  field :built, 'string'
401
412
  field :business, 'object'
402
413
  field :can_checkin, 'bool'
@@ -808,6 +819,8 @@ module FacebookAds
808
819
  api.has_param :audience_exp, 'bool'
809
820
  api.has_param :backdated_time, 'datetime'
810
821
  api.has_param :backdated_time_granularity, { enum: -> { Page::BACKDATED_TIME_GRANULARITY }}
822
+ api.has_param :breaking_news, 'bool'
823
+ api.has_param :breaking_news_expiration, 'int'
811
824
  api.has_param :call_to_action, 'object'
812
825
  api.has_param :caption, 'string'
813
826
  api.has_param :child_attachments, { list: 'object' }
@@ -833,7 +846,6 @@ module FacebookAds
833
846
  api.has_param :formatting, { enum: -> { Page::FORMATTING }}
834
847
  api.has_param :fun_fact_prompt_id, 'int'
835
848
  api.has_param :fun_fact_toastee_id, 'int'
836
- api.has_param :has_nickname, 'bool'
837
849
  api.has_param :height, 'int'
838
850
  api.has_param :holiday_card, 'string'
839
851
  api.has_param :home_checkin_city_id, 'object'
@@ -1397,6 +1409,14 @@ module FacebookAds
1397
1409
  end
1398
1410
  end
1399
1411
 
1412
+ has_edge :thread_action do |edge|
1413
+ edge.post 'Page' do |api|
1414
+ api.has_param :action, { enum: -> { Page::ACTION }}
1415
+ api.has_param :action_type, { enum: -> { Page::ACTION_TYPE }}
1416
+ api.has_param :user_id, 'hash'
1417
+ end
1418
+ end
1419
+
1400
1420
  has_edge :thread_owner do |edge|
1401
1421
  edge.get 'PageThreadOwner' do |api|
1402
1422
  api.has_param :recipient, 'string'
@@ -1526,7 +1546,6 @@ module FacebookAds
1526
1546
  api.has_param :fun_fact_toastee_id, 'int'
1527
1547
  api.has_param :guide, { list: { list: 'int' } }
1528
1548
  api.has_param :guide_enabled, 'bool'
1529
- api.has_param :has_nickname, 'bool'
1530
1549
  api.has_param :holiday_card, 'string'
1531
1550
  api.has_param :initial_heading, 'int'
1532
1551
  api.has_param :initial_pitch, 'int'
@@ -21,7 +21,6 @@ module FacebookAds
21
21
 
22
22
  VERTICAL = [
23
23
  "adoptable_pets",
24
- "bookable",
25
24
  "commerce",
26
25
  "destinations",
27
26
  "flights",
@@ -33,7 +32,6 @@ module FacebookAds
33
32
  "local_service_businesses",
34
33
  "offer_items",
35
34
  "offline_commerce",
36
- "ticketed_experiences",
37
35
  "transactable_items",
38
36
  "vehicles",
39
37
  ]
@@ -15,11 +15,20 @@ module FacebookAds
15
15
 
16
16
  class ProductCatalogDiagnosticGroup < AdObject
17
17
  AFFECTED_CHANNELS = [
18
- "business_inbox_in_messenger",
18
+ "b2c_marketplace",
19
+ "c2c_marketplace",
20
+ "da",
21
+ "daily_deals",
22
+ "daily_deals_legacy",
23
+ "ig_product_tagging",
24
+ "marketplace",
25
+ "marketplace_ads_deprecated",
26
+ "marketplace_shops",
27
+ "mini_shops",
28
+ "offline_conversions",
19
29
  "shops",
20
- "test_capability",
21
30
  "universal_checkout",
22
- "us_marketplace",
31
+ "whatsapp",
23
32
  ]
24
33
 
25
34
  AFFECTED_ENTITY = [
@@ -252,6 +252,8 @@ module FacebookAds
252
252
  api.has_param :audience_exp, 'bool'
253
253
  api.has_param :backdated_time, 'datetime'
254
254
  api.has_param :backdated_time_granularity, { enum: -> { Post::BACKDATED_TIME_GRANULARITY }}
255
+ api.has_param :breaking_news, 'bool'
256
+ api.has_param :breaking_news_expiration, 'int'
255
257
  api.has_param :call_to_action, 'object'
256
258
  api.has_param :caption, 'string'
257
259
  api.has_param :child_attachments, { list: 'object' }
@@ -276,7 +278,6 @@ module FacebookAds
276
278
  api.has_param :formatting, { enum: -> { Post::FORMATTING }}
277
279
  api.has_param :fun_fact_prompt_id, 'int'
278
280
  api.has_param :fun_fact_toastee_id, 'int'
279
- api.has_param :has_nickname, 'bool'
280
281
  api.has_param :height, 'int'
281
282
  api.has_param :holiday_card, 'string'
282
283
  api.has_param :home_checkin_city_id, 'object'
@@ -532,7 +533,6 @@ module FacebookAds
532
533
  api.has_param :proxied_app_id, 'string'
533
534
  api.has_param :published, 'bool'
534
535
  api.has_param :qn, 'string'
535
- api.has_param :scheduled_publish_time, 'int'
536
536
  api.has_param :spherical_metadata, 'hash'
537
537
  api.has_param :sponsor_id, 'string'
538
538
  api.has_param :sponsor_relationship, 'int'
@@ -615,7 +615,6 @@ module FacebookAds
615
615
  api.has_param :fun_fact_toastee_id, 'int'
616
616
  api.has_param :guide, { list: { list: 'int' } }
617
617
  api.has_param :guide_enabled, 'bool'
618
- api.has_param :has_nickname, 'bool'
619
618
  api.has_param :holiday_card, 'string'
620
619
  api.has_param :initial_heading, 'int'
621
620
  api.has_param :initial_pitch, 'int'
@@ -7,6 +7,6 @@
7
7
  # FB:AUTOGEN
8
8
 
9
9
  module FacebookAds
10
- VERSION = '19.0.1'
10
+ VERSION = '19.0.2'
11
11
  API_VERSION = '19.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: 19.0.1
4
+ version: 19.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Facebook
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-14 00:00:00.000000000 Z
11
+ date: 2024-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -535,6 +535,7 @@ files:
535
535
  - lib/facebook_ads/ad_objects/igbc_ads_permission.rb
536
536
  - lib/facebook_ads/ad_objects/image_copyright.rb
537
537
  - lib/facebook_ads/ad_objects/insights_result.rb
538
+ - lib/facebook_ads/ad_objects/insights_value.rb
538
539
  - lib/facebook_ads/ad_objects/instagram_carousel.rb
539
540
  - lib/facebook_ads/ad_objects/instagram_comment.rb
540
541
  - lib/facebook_ads/ad_objects/instagram_insights_result.rb