facebookbusiness 0.8.0.4 → 0.10.0.0
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 +4 -4
 - data/lib/facebook_ads/ad_objects/ad.rb +4 -1
 - data/lib/facebook_ads/ad_objects/ad_account.rb +17 -30
 - data/lib/facebook_ads/ad_objects/ad_account_delivery_estimate.rb +1 -0
 - data/lib/facebook_ads/ad_objects/ad_account_matched_search_applications_edge_data.rb +1 -0
 - data/lib/facebook_ads/ad_objects/ad_account_targeting_unified.rb +1 -0
 - data/lib/facebook_ads/ad_objects/ad_asset_feed_spec.rb +4 -0
 - data/lib/facebook_ads/ad_objects/ad_campaign_activity.rb +8 -2
 - data/lib/facebook_ads/ad_objects/ad_campaign_delivery_estimate.rb +1 -0
 - data/lib/facebook_ads/ad_objects/ad_creative.rb +5 -0
 - data/lib/facebook_ads/ad_objects/ad_creative_link_data_call_to_action.rb +3 -0
 - data/lib/facebook_ads/ad_objects/{offline_terms_of_service.rb → ad_creative_omnichannel_link_spec.rb} +5 -4
 - data/lib/facebook_ads/ad_objects/ad_preview.rb +3 -0
 - data/lib/facebook_ads/ad_objects/ad_report_run.rb +1 -0
 - data/lib/facebook_ads/ad_objects/ad_rule_evaluation_spec.rb +1 -2
 - data/lib/facebook_ads/ad_objects/ad_set.rb +6 -2
 - data/lib/facebook_ads/ad_objects/ad_study.rb +0 -11
 - data/lib/facebook_ads/ad_objects/ad_study_objective.rb +1 -0
 - data/lib/facebook_ads/ad_objects/ad_video.rb +4 -12
 - data/lib/facebook_ads/ad_objects/adgroup_activity.rb +2 -0
 - data/lib/facebook_ads/ad_objects/adgroup_placement_specific_review_feedback.rb +1 -0
 - data/lib/facebook_ads/ad_objects/ads_action_stats.rb +2 -0
 - data/lib/facebook_ads/ad_objects/ads_insights.rb +2 -1
 - data/lib/facebook_ads/ad_objects/ads_pixel.rb +4 -0
 - data/lib/facebook_ads/ad_objects/album.rb +0 -10
 - data/lib/facebook_ads/ad_objects/application.rb +1 -10
 - data/lib/facebook_ads/ad_objects/automotive_model.rb +25 -0
 - data/lib/facebook_ads/ad_objects/business.rb +19 -0
 - data/lib/facebook_ads/ad_objects/business_asset_group.rb +1 -0
 - data/lib/facebook_ads/ad_objects/business_unit.rb +0 -1
 - data/lib/facebook_ads/ad_objects/campaign.rb +10 -2
 - data/lib/facebook_ads/ad_objects/{user_payment_modules_options.rb → catalog_item_channels_to_integrity_status.rb} +3 -5
 - data/lib/facebook_ads/ad_objects/catalog_sub_vertical_list.rb +3 -0
 - data/lib/facebook_ads/ad_objects/comment.rb +1 -0
 - data/lib/facebook_ads/ad_objects/commerce_merchant_settings.rb +1 -0
 - data/lib/facebook_ads/ad_objects/{friend_list.rb → contextual_bundling_spec.rb} +4 -5
 - data/lib/facebook_ads/ad_objects/custom_audience.rb +8 -10
 - data/lib/facebook_ads/ad_objects/extended_credit.rb +0 -1
 - data/lib/facebook_ads/ad_objects/group.rb +22 -22
 - data/lib/facebook_ads/ad_objects/ig_media.rb +0 -1
 - data/lib/facebook_ads/ad_objects/ig_user.rb +6 -1
 - data/lib/facebook_ads/ad_objects/image_copyright.rb +302 -0
 - data/lib/facebook_ads/ad_objects/insights_result.rb +1 -1
 - data/lib/facebook_ads/ad_objects/instagram_user.rb +0 -3
 - data/lib/facebook_ads/ad_objects/link.rb +0 -10
 - data/lib/facebook_ads/ad_objects/live_video.rb +12 -12
 - data/lib/facebook_ads/ad_objects/messenger_profile.rb +1 -0
 - data/lib/facebook_ads/ad_objects/page.rb +33 -6
 - data/lib/facebook_ads/ad_objects/page_call_to_action.rb +3 -0
 - data/lib/facebook_ads/ad_objects/page_commerce_eligibility.rb +38 -0
 - data/lib/facebook_ads/ad_objects/page_post.rb +0 -10
 - data/lib/facebook_ads/ad_objects/{event_tour.rb → payment_engine_payment.rb} +35 -18
 - data/lib/facebook_ads/ad_objects/payment_subscription.rb +3 -3
 - data/lib/facebook_ads/ad_objects/photo.rb +0 -10
 - data/lib/facebook_ads/ad_objects/post.rb +12 -40
 - data/lib/facebook_ads/ad_objects/product_catalog.rb +15 -2
 - data/lib/facebook_ads/ad_objects/product_feed.rb +1 -1
 - data/lib/facebook_ads/ad_objects/product_feed_schedule.rb +2 -0
 - data/lib/facebook_ads/ad_objects/product_item.rb +8 -1
 - data/lib/facebook_ads/ad_objects/{user_payment_methods_info.rb → product_item_ar_data.rb} +23 -8
 - data/lib/facebook_ads/ad_objects/server_side/action_source.rb +48 -0
 - data/lib/facebook_ads/ad_objects/server_side/content.rb +23 -4
 - data/lib/facebook_ads/ad_objects/server_side/event.rb +32 -6
 - data/lib/facebook_ads/ad_objects/server_side/util.rb +14 -1
 - data/lib/facebook_ads/ad_objects/targeting.rb +0 -2
 - data/lib/facebook_ads/ad_objects/unified_thread.rb +0 -1
 - data/lib/facebook_ads/ad_objects/user.rb +14 -13
 - data/lib/facebook_ads/ad_objects/{read_only_analytics_user_property_config.rb → whats_app_business_profile.rb} +2 -3
 - data/lib/facebook_ads/edge.rb +2 -1
 - data/lib/facebook_ads/version.rb +2 -2
 - metadata +19 -18
 - data/lib/facebook_ads/ad_objects/ad_account_creation_request.rb +0 -71
 - data/lib/facebook_ads/ad_objects/ad_account_roas.rb +0 -65
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 68cfe1dc173576ff183892c6ffc86265a7a882750d9c44ad5be8a203945ed19f
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 0fbea84a3e75c500ecebe55432565aee34ae845410c5c61b62f63f3b6fd75172
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 72a893fb5b63c3d214b2dbf198bac16e38ac30678c0219d8dc4cbe5637840c69c73d5f3f1a421cf8cb86426f06f40f568342c99583561fa9a6a3235d6324dbbd
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 56c7329c6b851a395287cb12764db16f79b3d9beacec0292184381a61386bd975f3813ff1e5832a0e8cde2fd571550ae696e6ed6d3409d29828e31bdd0ffc81c
         
     | 
| 
         @@ -75,7 +75,7 @@ module FacebookAds 
     | 
|
| 
       75 
75 
     | 
    
         
             
                  "last_week_mon_sun",
         
     | 
| 
       76 
76 
     | 
    
         
             
                  "last_week_sun_sat",
         
     | 
| 
       77 
77 
     | 
    
         
             
                  "last_year",
         
     | 
| 
       78 
     | 
    
         
            -
                  " 
     | 
| 
      
 78 
     | 
    
         
            +
                  "maximum",
         
     | 
| 
       79 
79 
     | 
    
         
             
                  "this_month",
         
     | 
| 
       80 
80 
     | 
    
         
             
                  "this_quarter",
         
     | 
| 
       81 
81 
     | 
    
         
             
                  "this_week_mon_today",
         
     | 
| 
         @@ -114,6 +114,7 @@ module FacebookAds 
     | 
|
| 
       114 
114 
     | 
    
         
             
                field :campaign, 'Campaign'
         
     | 
| 
       115 
115 
     | 
    
         
             
                field :campaign_id, 'string'
         
     | 
| 
       116 
116 
     | 
    
         
             
                field :configured_status, { enum: -> { CONFIGURED_STATUS }}
         
     | 
| 
      
 117 
     | 
    
         
            +
                field :conversion_domain, 'string'
         
     | 
| 
       117 
118 
     | 
    
         
             
                field :conversion_specs, { list: 'ConversionActionQuery' }
         
     | 
| 
       118 
119 
     | 
    
         
             
                field :created_time, 'datetime'
         
     | 
| 
       119 
120 
     | 
    
         
             
                field :creative, 'AdCreative'
         
     | 
| 
         @@ -196,6 +197,7 @@ module FacebookAds 
     | 
|
| 
       196 
197 
     | 
    
         
             
                    api.has_param :time_range, 'object'
         
     | 
| 
       197 
198 
     | 
    
         
             
                    api.has_param :time_ranges, { list: 'object' }
         
     | 
| 
       198 
199 
     | 
    
         
             
                    api.has_param :use_account_attribution_setting, 'bool'
         
     | 
| 
      
 200 
     | 
    
         
            +
                    api.has_param :use_unified_attribution_setting, 'bool'
         
     | 
| 
       199 
201 
     | 
    
         
             
                  end
         
     | 
| 
       200 
202 
     | 
    
         
             
                  edge.post 'AdReportRun' do |api|
         
     | 
| 
       201 
203 
     | 
    
         
             
                    api.has_param :action_attribution_windows, { list: { enum: -> { AdsInsights::ACTION_ATTRIBUTION_WINDOWS }} }
         
     | 
| 
         @@ -218,6 +220,7 @@ module FacebookAds 
     | 
|
| 
       218 
220 
     | 
    
         
             
                    api.has_param :time_range, 'object'
         
     | 
| 
       219 
221 
     | 
    
         
             
                    api.has_param :time_ranges, { list: 'object' }
         
     | 
| 
       220 
222 
     | 
    
         
             
                    api.has_param :use_account_attribution_setting, 'bool'
         
     | 
| 
      
 223 
     | 
    
         
            +
                    api.has_param :use_unified_attribution_setting, 'bool'
         
     | 
| 
       221 
224 
     | 
    
         
             
                  end
         
     | 
| 
       222 
225 
     | 
    
         
             
                end
         
     | 
| 
       223 
226 
     | 
    
         | 
| 
         @@ -87,12 +87,14 @@ module FacebookAds 
     | 
|
| 
       87 
87 
     | 
    
         
             
                PERMITTED_TASKS = [
         
     | 
| 
       88 
88 
     | 
    
         
             
                  "ADVERTISE",
         
     | 
| 
       89 
89 
     | 
    
         
             
                  "ANALYZE",
         
     | 
| 
      
 90 
     | 
    
         
            +
                  "DRAFT",
         
     | 
| 
       90 
91 
     | 
    
         
             
                  "MANAGE",
         
     | 
| 
       91 
92 
     | 
    
         
             
                ]
         
     | 
| 
       92 
93 
     | 
    
         | 
| 
       93 
94 
     | 
    
         
             
                TASKS = [
         
     | 
| 
       94 
95 
     | 
    
         
             
                  "ADVERTISE",
         
     | 
| 
       95 
96 
     | 
    
         
             
                  "ANALYZE",
         
     | 
| 
      
 97 
     | 
    
         
            +
                  "DRAFT",
         
     | 
| 
       96 
98 
     | 
    
         
             
                  "MANAGE",
         
     | 
| 
       97 
99 
     | 
    
         
             
                ]
         
     | 
| 
       98 
100 
     | 
    
         | 
| 
         @@ -143,7 +145,6 @@ module FacebookAds 
     | 
|
| 
       143 
145 
     | 
    
         | 
| 
       144 
146 
     | 
    
         
             
                field :account_id, 'string'
         
     | 
| 
       145 
147 
     | 
    
         
             
                field :account_status, 'int'
         
     | 
| 
       146 
     | 
    
         
            -
                field :ad_account_creation_request, 'AdAccountCreationRequest'
         
     | 
| 
       147 
148 
     | 
    
         
             
                field :ad_account_promotable_objects, 'AdAccountPromotableObjects'
         
     | 
| 
       148 
149 
     | 
    
         
             
                field :age, 'double'
         
     | 
| 
       149 
150 
     | 
    
         
             
                field :agency_client_declaration, 'AgencyClientDeclaration'
         
     | 
| 
         @@ -268,6 +269,7 @@ module FacebookAds 
     | 
|
| 
       268 
269 
     | 
    
         
             
                    api.has_param :image_url, 'string'
         
     | 
| 
       269 
270 
     | 
    
         
             
                    api.has_param :instagram_actor_id, 'string'
         
     | 
| 
       270 
271 
     | 
    
         
             
                    api.has_param :instagram_permalink_url, 'string'
         
     | 
| 
      
 272 
     | 
    
         
            +
                    api.has_param :instagram_user_id, 'string'
         
     | 
| 
       271 
273 
     | 
    
         
             
                    api.has_param :instant_checkout_setting, { enum: -> { AdCreative::INSTANT_CHECKOUT_SETTING }}
         
     | 
| 
       272 
274 
     | 
    
         
             
                    api.has_param :interactive_components_spec, 'hash'
         
     | 
| 
       273 
275 
     | 
    
         
             
                    api.has_param :is_dco_internal, 'bool'
         
     | 
| 
         @@ -280,11 +282,13 @@ module FacebookAds 
     | 
|
| 
       280 
282 
     | 
    
         
             
                    api.has_param :object_story_spec, 'AdCreativeObjectStorySpec'
         
     | 
| 
       281 
283 
     | 
    
         
             
                    api.has_param :object_type, 'string'
         
     | 
| 
       282 
284 
     | 
    
         
             
                    api.has_param :object_url, 'string'
         
     | 
| 
      
 285 
     | 
    
         
            +
                    api.has_param :place_page_set_id, 'string'
         
     | 
| 
       283 
286 
     | 
    
         
             
                    api.has_param :platform_customizations, 'object'
         
     | 
| 
       284 
287 
     | 
    
         
             
                    api.has_param :playable_asset_id, 'string'
         
     | 
| 
       285 
288 
     | 
    
         
             
                    api.has_param :portrait_customizations, 'hash'
         
     | 
| 
       286 
289 
     | 
    
         
             
                    api.has_param :product_set_id, 'string'
         
     | 
| 
       287 
290 
     | 
    
         
             
                    api.has_param :recommender_settings, 'hash'
         
     | 
| 
      
 291 
     | 
    
         
            +
                    api.has_param :source_instagram_media_id, 'string'
         
     | 
| 
       288 
292 
     | 
    
         
             
                    api.has_param :template_url, 'string'
         
     | 
| 
       289 
293 
     | 
    
         
             
                    api.has_param :template_url_spec, 'object'
         
     | 
| 
       290 
294 
     | 
    
         
             
                    api.has_param :thumbnail_url, 'string'
         
     | 
| 
         @@ -373,6 +377,7 @@ module FacebookAds 
     | 
|
| 
       373 
377 
     | 
    
         
             
                    api.has_param :adset_spec, 'AdSet'
         
     | 
| 
       374 
378 
     | 
    
         
             
                    api.has_param :audience_id, 'string'
         
     | 
| 
       375 
379 
     | 
    
         
             
                    api.has_param :bid_amount, 'int'
         
     | 
| 
      
 380 
     | 
    
         
            +
                    api.has_param :conversion_domain, 'string'
         
     | 
| 
       376 
381 
     | 
    
         
             
                    api.has_param :creative, 'AdCreative'
         
     | 
| 
       377 
382 
     | 
    
         
             
                    api.has_param :date_format, 'string'
         
     | 
| 
       378 
383 
     | 
    
         
             
                    api.has_param :display_sequence, 'int'
         
     | 
| 
         @@ -504,7 +509,6 @@ module FacebookAds 
     | 
|
| 
       504 
509 
     | 
    
         
             
                    api.has_param :animated_effect_id, 'int'
         
     | 
| 
       505 
510 
     | 
    
         
             
                    api.has_param :application_id, 'string'
         
     | 
| 
       506 
511 
     | 
    
         
             
                    api.has_param :asked_fun_fact_prompt_id, 'int'
         
     | 
| 
       507 
     | 
    
         
            -
                    api.has_param :attribution_app_id, 'string'
         
     | 
| 
       508 
512 
     | 
    
         
             
                    api.has_param :audio_story_wave_animation_handle, 'string'
         
     | 
| 
       509 
513 
     | 
    
         
             
                    api.has_param :chunk_session_id, 'string'
         
     | 
| 
       510 
514 
     | 
    
         
             
                    api.has_param :composer_entry_picker, 'string'
         
     | 
| 
         @@ -556,6 +560,7 @@ module FacebookAds 
     | 
|
| 
       556 
560 
     | 
    
         
             
                    api.has_param :sales_promo_id, 'int'
         
     | 
| 
       557 
561 
     | 
    
         
             
                    api.has_param :slideshow_spec, 'hash'
         
     | 
| 
       558 
562 
     | 
    
         
             
                    api.has_param :source, 'file'
         
     | 
| 
      
 563 
     | 
    
         
            +
                    api.has_param :source_instagram_media_id, 'string'
         
     | 
| 
       559 
564 
     | 
    
         
             
                    api.has_param :spherical, 'bool'
         
     | 
| 
       560 
565 
     | 
    
         
             
                    api.has_param :start_offset, 'int'
         
     | 
| 
       561 
566 
     | 
    
         
             
                    api.has_param :swap_mode, { enum: -> { AdVideo::SWAP_MODE }}
         
     | 
| 
         @@ -673,12 +678,14 @@ module FacebookAds 
     | 
|
| 
       673 
678 
     | 
    
         
             
                    api.has_param :buying_type, 'string'
         
     | 
| 
       674 
679 
     | 
    
         
             
                    api.has_param :daily_budget, 'int'
         
     | 
| 
       675 
680 
     | 
    
         
             
                    api.has_param :execution_options, { list: { enum: -> { Campaign::EXECUTION_OPTIONS }} }
         
     | 
| 
      
 681 
     | 
    
         
            +
                    api.has_param :is_skadnetwork_attribution, 'bool'
         
     | 
| 
       676 
682 
     | 
    
         
             
                    api.has_param :iterative_split_test_configs, { list: 'object' }
         
     | 
| 
       677 
683 
     | 
    
         
             
                    api.has_param :lifetime_budget, 'int'
         
     | 
| 
       678 
684 
     | 
    
         
             
                    api.has_param :name, 'string'
         
     | 
| 
       679 
685 
     | 
    
         
             
                    api.has_param :objective, { enum: -> { Campaign::OBJECTIVE }}
         
     | 
| 
       680 
686 
     | 
    
         
             
                    api.has_param :pacing_type, { list: 'string' }
         
     | 
| 
       681 
687 
     | 
    
         
             
                    api.has_param :promoted_object, 'object'
         
     | 
| 
      
 688 
     | 
    
         
            +
                    api.has_param :smart_promotion_type, { enum: -> { Campaign::SMART_PROMOTION_TYPE }}
         
     | 
| 
       682 
689 
     | 
    
         
             
                    api.has_param :source_campaign_id, 'string'
         
     | 
| 
       683 
690 
     | 
    
         
             
                    api.has_param :special_ad_categories, { list: { enum: -> { Campaign::SPECIAL_AD_CATEGORIES }} }
         
     | 
| 
       684 
691 
     | 
    
         
             
                    api.has_param :special_ad_category_country, { list: { enum: -> { Campaign::SPECIAL_AD_CATEGORY_COUNTRY }} }
         
     | 
| 
         @@ -696,6 +703,10 @@ module FacebookAds 
     | 
|
| 
       696 
703 
     | 
    
         
             
                  end
         
     | 
| 
       697 
704 
     | 
    
         
             
                end
         
     | 
| 
       698 
705 
     | 
    
         | 
| 
      
 706 
     | 
    
         
            +
                has_edge :connected_instagram_accounts do |edge|
         
     | 
| 
      
 707 
     | 
    
         
            +
                  edge.get 'IgUser'
         
     | 
| 
      
 708 
     | 
    
         
            +
                end
         
     | 
| 
      
 709 
     | 
    
         
            +
             
     | 
| 
       699 
710 
     | 
    
         
             
                has_edge :content_delivery_report do |edge|
         
     | 
| 
       700 
711 
     | 
    
         
             
                  edge.get 'ContentDeliveryReport' do |api|
         
     | 
| 
       701 
712 
     | 
    
         
             
                    api.has_param :end_date, 'datetime'
         
     | 
| 
         @@ -723,8 +734,6 @@ module FacebookAds 
     | 
|
| 
       723 
734 
     | 
    
         
             
                    api.has_param :pixel_id, 'string'
         
     | 
| 
       724 
735 
     | 
    
         
             
                  end
         
     | 
| 
       725 
736 
     | 
    
         
             
                  edge.post 'CustomAudience' do |api|
         
     | 
| 
       726 
     | 
    
         
            -
                    api.has_param :accountid, 'string'
         
     | 
| 
       727 
     | 
    
         
            -
                    api.has_param :additionalmetadata, 'string'
         
     | 
| 
       728 
737 
     | 
    
         
             
                    api.has_param :allowed_domains, { list: 'string' }
         
     | 
| 
       729 
738 
     | 
    
         
             
                    api.has_param :associated_audience_id, 'int'
         
     | 
| 
       730 
739 
     | 
    
         
             
                    api.has_param :claim_objective, { enum: -> { CustomAudience::CLAIM_OBJECTIVE }}
         
     | 
| 
         @@ -734,28 +743,21 @@ module FacebookAds 
     | 
|
| 
       734 
743 
     | 
    
         
             
                    api.has_param :customer_file_source, { enum: -> { CustomAudience::CUSTOMER_FILE_SOURCE }}
         
     | 
| 
       735 
744 
     | 
    
         
             
                    api.has_param :dataset_id, 'string'
         
     | 
| 
       736 
745 
     | 
    
         
             
                    api.has_param :description, 'string'
         
     | 
| 
       737 
     | 
    
         
            -
                    api.has_param :details, 'string'
         
     | 
| 
       738 
746 
     | 
    
         
             
                    api.has_param :enable_fetch_or_create, 'bool'
         
     | 
| 
       739 
747 
     | 
    
         
             
                    api.has_param :event_source_group, 'string'
         
     | 
| 
       740 
748 
     | 
    
         
             
                    api.has_param :event_sources, { list: 'hash' }
         
     | 
| 
       741 
749 
     | 
    
         
             
                    api.has_param :exclusions, { list: 'object' }
         
     | 
| 
       742 
     | 
    
         
            -
                    api.has_param :expectedsize, 'int'
         
     | 
| 
       743 
     | 
    
         
            -
                    api.has_param :gender, 'string'
         
     | 
| 
       744 
750 
     | 
    
         
             
                    api.has_param :inclusions, { list: 'object' }
         
     | 
| 
       745 
     | 
    
         
            -
                    api.has_param :isprivate, 'bool'
         
     | 
| 
       746 
751 
     | 
    
         
             
                    api.has_param :is_household, 'bool'
         
     | 
| 
       747 
752 
     | 
    
         
             
                    api.has_param :is_household_exclusion, 'bool'
         
     | 
| 
       748 
753 
     | 
    
         
             
                    api.has_param :is_snapshot, 'bool'
         
     | 
| 
       749 
754 
     | 
    
         
             
                    api.has_param :is_value_based, 'bool'
         
     | 
| 
       750 
755 
     | 
    
         
             
                    api.has_param :list_of_accounts, { list: 'int' }
         
     | 
| 
       751 
756 
     | 
    
         
             
                    api.has_param :lookalike_spec, 'string'
         
     | 
| 
       752 
     | 
    
         
            -
                    api.has_param :maxage, 'int'
         
     | 
| 
       753 
     | 
    
         
            -
                    api.has_param :minage, 'int'
         
     | 
| 
       754 
757 
     | 
    
         
             
                    api.has_param :name, 'string'
         
     | 
| 
       755 
758 
     | 
    
         
             
                    api.has_param :opt_out_link, 'string'
         
     | 
| 
       756 
759 
     | 
    
         
             
                    api.has_param :origin_audience_id, 'string'
         
     | 
| 
       757 
760 
     | 
    
         
             
                    api.has_param :parent_audience_id, 'int'
         
     | 
| 
       758 
     | 
    
         
            -
                    api.has_param :partnerid, 'string'
         
     | 
| 
       759 
761 
     | 
    
         
             
                    api.has_param :partner_reference_key, 'string'
         
     | 
| 
       760 
762 
     | 
    
         
             
                    api.has_param :pixel_id, 'string'
         
     | 
| 
       761 
763 
     | 
    
         
             
                    api.has_param :prefill, 'bool'
         
     | 
| 
         @@ -766,7 +768,6 @@ module FacebookAds 
     | 
|
| 
       766 
768 
     | 
    
         
             
                    api.has_param :rule, 'string'
         
     | 
| 
       767 
769 
     | 
    
         
             
                    api.has_param :rule_aggregation, 'string'
         
     | 
| 
       768 
770 
     | 
    
         
             
                    api.has_param :seed_audience, 'int'
         
     | 
| 
       769 
     | 
    
         
            -
                    api.has_param :source, 'string'
         
     | 
| 
       770 
771 
     | 
    
         
             
                    api.has_param :subtype, { enum: -> { CustomAudience::SUBTYPE }}
         
     | 
| 
       771 
772 
     | 
    
         
             
                    api.has_param :tags, { list: 'string' }
         
     | 
| 
       772 
773 
     | 
    
         
             
                    api.has_param :video_group_ids, { list: 'string' }
         
     | 
| 
         @@ -853,6 +854,7 @@ module FacebookAds 
     | 
|
| 
       853 
854 
     | 
    
         
             
                    api.has_param :time_range, 'object'
         
     | 
| 
       854 
855 
     | 
    
         
             
                    api.has_param :time_ranges, { list: 'object' }
         
     | 
| 
       855 
856 
     | 
    
         
             
                    api.has_param :use_account_attribution_setting, 'bool'
         
     | 
| 
      
 857 
     | 
    
         
            +
                    api.has_param :use_unified_attribution_setting, 'bool'
         
     | 
| 
       856 
858 
     | 
    
         
             
                  end
         
     | 
| 
       857 
859 
     | 
    
         
             
                  edge.post 'AdReportRun' do |api|
         
     | 
| 
       858 
860 
     | 
    
         
             
                    api.has_param :action_attribution_windows, { list: { enum: -> { AdsInsights::ACTION_ATTRIBUTION_WINDOWS }} }
         
     | 
| 
         @@ -875,6 +877,7 @@ module FacebookAds 
     | 
|
| 
       875 
877 
     | 
    
         
             
                    api.has_param :time_range, 'object'
         
     | 
| 
       876 
878 
     | 
    
         
             
                    api.has_param :time_ranges, { list: 'object' }
         
     | 
| 
       877 
879 
     | 
    
         
             
                    api.has_param :use_account_attribution_setting, 'bool'
         
     | 
| 
      
 880 
     | 
    
         
            +
                    api.has_param :use_unified_attribution_setting, 'bool'
         
     | 
| 
       878 
881 
     | 
    
         
             
                  end
         
     | 
| 
       879 
882 
     | 
    
         
             
                end
         
     | 
| 
       880 
883 
     | 
    
         | 
| 
         @@ -888,6 +891,8 @@ module FacebookAds 
     | 
|
| 
       888 
891 
     | 
    
         
             
                    api.has_param :app_store, { enum: -> { AdAccountMatchedSearchApplicationsEdgeData::APP_STORE }}
         
     | 
| 
       889 
892 
     | 
    
         
             
                    api.has_param :app_store_country, 'string'
         
     | 
| 
       890 
893 
     | 
    
         
             
                    api.has_param :business_id, 'string'
         
     | 
| 
      
 894 
     | 
    
         
            +
                    api.has_param :is_skadnetwork_search, 'bool'
         
     | 
| 
      
 895 
     | 
    
         
            +
                    api.has_param :only_apps_with_permission, 'bool'
         
     | 
| 
       891 
896 
     | 
    
         
             
                    api.has_param :query_term, 'string'
         
     | 
| 
       892 
897 
     | 
    
         
             
                  end
         
     | 
| 
       893 
898 
     | 
    
         
             
                end
         
     | 
| 
         @@ -1007,15 +1012,6 @@ module FacebookAds 
     | 
|
| 
       1007 
1012 
     | 
    
         
             
                  end
         
     | 
| 
       1008 
1013 
     | 
    
         
             
                end
         
     | 
| 
       1009 
1014 
     | 
    
         | 
| 
       1010 
     | 
    
         
            -
                has_edge :roas do |edge|
         
     | 
| 
       1011 
     | 
    
         
            -
                  edge.get 'AdAccountRoas' do |api|
         
     | 
| 
       1012 
     | 
    
         
            -
                    api.has_param :fields, { list: 'string' }
         
     | 
| 
       1013 
     | 
    
         
            -
                    api.has_param :filtering, { list: 'object' }
         
     | 
| 
       1014 
     | 
    
         
            -
                    api.has_param :time_increment, 'string'
         
     | 
| 
       1015 
     | 
    
         
            -
                    api.has_param :time_range, 'object'
         
     | 
| 
       1016 
     | 
    
         
            -
                  end
         
     | 
| 
       1017 
     | 
    
         
            -
                end
         
     | 
| 
       1018 
     | 
    
         
            -
             
     | 
| 
       1019 
1015 
     | 
    
         
             
                has_edge :saved_audiences do |edge|
         
     | 
| 
       1020 
1016 
     | 
    
         
             
                  edge.get 'SavedAudience' do |api|
         
     | 
| 
       1021 
1017 
     | 
    
         
             
                    api.has_param :business_id, 'string'
         
     | 
| 
         @@ -1024,15 +1020,6 @@ module FacebookAds 
     | 
|
| 
       1024 
1020 
     | 
    
         
             
                  end
         
     | 
| 
       1025 
1021 
     | 
    
         
             
                end
         
     | 
| 
       1026 
1022 
     | 
    
         | 
| 
       1027 
     | 
    
         
            -
                has_edge :sponsored_message_ads do |edge|
         
     | 
| 
       1028 
     | 
    
         
            -
                  edge.post do |api|
         
     | 
| 
       1029 
     | 
    
         
            -
                    api.has_param :bid_amount, 'int'
         
     | 
| 
       1030 
     | 
    
         
            -
                    api.has_param :daily_budget, 'int'
         
     | 
| 
       1031 
     | 
    
         
            -
                    api.has_param :message_creative_id, 'string'
         
     | 
| 
       1032 
     | 
    
         
            -
                    api.has_param :targeting, 'Targeting'
         
     | 
| 
       1033 
     | 
    
         
            -
                  end
         
     | 
| 
       1034 
     | 
    
         
            -
                end
         
     | 
| 
       1035 
     | 
    
         
            -
             
     | 
| 
       1036 
1023 
     | 
    
         
             
                has_edge :subscribed_apps do |edge|
         
     | 
| 
       1037 
1024 
     | 
    
         
             
                  edge.delete do |api|
         
     | 
| 
       1038 
1025 
     | 
    
         
             
                    api.has_param :app_id, 'string'
         
     | 
| 
         @@ -73,10 +73,12 @@ module FacebookAds 
     | 
|
| 
       73 
73 
     | 
    
         
             
                  "SEE_MORE",
         
     | 
| 
       74 
74 
     | 
    
         
             
                  "SELL_NOW",
         
     | 
| 
       75 
75 
     | 
    
         
             
                  "SEND_A_GIFT",
         
     | 
| 
      
 76 
     | 
    
         
            +
                  "SEND_GIFT_MONEY",
         
     | 
| 
       76 
77 
     | 
    
         
             
                  "SHARE",
         
     | 
| 
       77 
78 
     | 
    
         
             
                  "SHOP_NOW",
         
     | 
| 
       78 
79 
     | 
    
         
             
                  "SIGN_UP",
         
     | 
| 
       79 
80 
     | 
    
         
             
                  "SOTTO_SUBSCRIBE",
         
     | 
| 
      
 81 
     | 
    
         
            +
                  "START_ORDER",
         
     | 
| 
       80 
82 
     | 
    
         
             
                  "SUBSCRIBE",
         
     | 
| 
       81 
83 
     | 
    
         
             
                  "SWIPE_UP_PRODUCT",
         
     | 
| 
       82 
84 
     | 
    
         
             
                  "SWIPE_UP_SHOP",
         
     | 
| 
         @@ -84,6 +86,7 @@ module FacebookAds 
     | 
|
| 
       84 
86 
     | 
    
         
             
                  "USE_APP",
         
     | 
| 
       85 
87 
     | 
    
         
             
                  "USE_MOBILE_APP",
         
     | 
| 
       86 
88 
     | 
    
         
             
                  "VIDEO_ANNOTATION",
         
     | 
| 
      
 89 
     | 
    
         
            +
                  "VIDEO_CALL",
         
     | 
| 
       87 
90 
     | 
    
         
             
                  "VISIT_PAGES_FEED",
         
     | 
| 
       88 
91 
     | 
    
         
             
                  "WATCH_MORE",
         
     | 
| 
       89 
92 
     | 
    
         
             
                  "WATCH_VIDEO",
         
     | 
| 
         @@ -105,6 +108,7 @@ module FacebookAds 
     | 
|
| 
       105 
108 
     | 
    
         
             
                field :groups, { list: 'AdAssetFeedSpecGroupRule' }
         
     | 
| 
       106 
109 
     | 
    
         
             
                field :images, { list: 'AdAssetFeedSpecImage' }
         
     | 
| 
       107 
110 
     | 
    
         
             
                field :link_urls, { list: 'AdAssetFeedSpecLinkUrl' }
         
     | 
| 
      
 111 
     | 
    
         
            +
                field :onsite_destinations, { list: 'object' }
         
     | 
| 
       108 
112 
     | 
    
         
             
                field :optimization_type, 'string'
         
     | 
| 
       109 
113 
     | 
    
         
             
                field :posts, { list: 'object' }
         
     | 
| 
       110 
114 
     | 
    
         
             
                field :titles, { list: 'AdAssetFeedSpecTitle' }
         
     | 
| 
         @@ -30,14 +30,12 @@ module FacebookAds 
     | 
|
| 
       30 
30 
     | 
    
         
             
                  "COST_CAP",
         
     | 
| 
       31 
31 
     | 
    
         
             
                  "LOWEST_COST_WITHOUT_CAP",
         
     | 
| 
       32 
32 
     | 
    
         
             
                  "LOWEST_COST_WITH_BID_CAP",
         
     | 
| 
       33 
     | 
    
         
            -
                  "TARGET_COST",
         
     | 
| 
       34 
33 
     | 
    
         
             
                ]
         
     | 
| 
       35 
34 
     | 
    
         | 
| 
       36 
35 
     | 
    
         
             
                BID_STRATEGY_OLD = [
         
     | 
| 
       37 
36 
     | 
    
         
             
                  "COST_CAP",
         
     | 
| 
       38 
37 
     | 
    
         
             
                  "LOWEST_COST_WITHOUT_CAP",
         
     | 
| 
       39 
38 
     | 
    
         
             
                  "LOWEST_COST_WITH_BID_CAP",
         
     | 
| 
       40 
     | 
    
         
            -
                  "TARGET_COST",
         
     | 
| 
       41 
39 
     | 
    
         
             
                ]
         
     | 
| 
       42 
40 
     | 
    
         | 
| 
       43 
41 
     | 
    
         
             
                BILLING_EVENT_NEW = [
         
     | 
| 
         @@ -45,10 +43,12 @@ module FacebookAds 
     | 
|
| 
       45 
43 
     | 
    
         
             
                  "CLICKS",
         
     | 
| 
       46 
44 
     | 
    
         
             
                  "IMPRESSIONS",
         
     | 
| 
       47 
45 
     | 
    
         
             
                  "LINK_CLICKS",
         
     | 
| 
      
 46 
     | 
    
         
            +
                  "LISTING_INTERACTION",
         
     | 
| 
       48 
47 
     | 
    
         
             
                  "NONE",
         
     | 
| 
       49 
48 
     | 
    
         
             
                  "OFFER_CLAIMS",
         
     | 
| 
       50 
49 
     | 
    
         
             
                  "PAGE_LIKES",
         
     | 
| 
       51 
50 
     | 
    
         
             
                  "POST_ENGAGEMENT",
         
     | 
| 
      
 51 
     | 
    
         
            +
                  "PURCHASE",
         
     | 
| 
       52 
52 
     | 
    
         
             
                  "THRUPLAY",
         
     | 
| 
       53 
53 
     | 
    
         
             
                ]
         
     | 
| 
       54 
54 
     | 
    
         | 
| 
         @@ -57,10 +57,12 @@ module FacebookAds 
     | 
|
| 
       57 
57 
     | 
    
         
             
                  "CLICKS",
         
     | 
| 
       58 
58 
     | 
    
         
             
                  "IMPRESSIONS",
         
     | 
| 
       59 
59 
     | 
    
         
             
                  "LINK_CLICKS",
         
     | 
| 
      
 60 
     | 
    
         
            +
                  "LISTING_INTERACTION",
         
     | 
| 
       60 
61 
     | 
    
         
             
                  "NONE",
         
     | 
| 
       61 
62 
     | 
    
         
             
                  "OFFER_CLAIMS",
         
     | 
| 
       62 
63 
     | 
    
         
             
                  "PAGE_LIKES",
         
     | 
| 
       63 
64 
     | 
    
         
             
                  "POST_ENGAGEMENT",
         
     | 
| 
      
 65 
     | 
    
         
            +
                  "PURCHASE",
         
     | 
| 
       64 
66 
     | 
    
         
             
                  "THRUPLAY",
         
     | 
| 
       65 
67 
     | 
    
         
             
                ]
         
     | 
| 
       66 
68 
     | 
    
         | 
| 
         @@ -83,6 +85,7 @@ module FacebookAds 
     | 
|
| 
       83 
85 
     | 
    
         
             
                  "PAGE_ENGAGEMENT",
         
     | 
| 
       84 
86 
     | 
    
         
             
                  "PAGE_LIKES",
         
     | 
| 
       85 
87 
     | 
    
         
             
                  "POST_ENGAGEMENT",
         
     | 
| 
      
 88 
     | 
    
         
            +
                  "QUALITY_CALL",
         
     | 
| 
       86 
89 
     | 
    
         
             
                  "QUALITY_LEAD",
         
     | 
| 
       87 
90 
     | 
    
         
             
                  "REACH",
         
     | 
| 
       88 
91 
     | 
    
         
             
                  "REPLIES",
         
     | 
| 
         @@ -112,6 +115,7 @@ module FacebookAds 
     | 
|
| 
       112 
115 
     | 
    
         
             
                  "PAGE_ENGAGEMENT",
         
     | 
| 
       113 
116 
     | 
    
         
             
                  "PAGE_LIKES",
         
     | 
| 
       114 
117 
     | 
    
         
             
                  "POST_ENGAGEMENT",
         
     | 
| 
      
 118 
     | 
    
         
            +
                  "QUALITY_CALL",
         
     | 
| 
       115 
119 
     | 
    
         
             
                  "QUALITY_LEAD",
         
     | 
| 
       116 
120 
     | 
    
         
             
                  "REACH",
         
     | 
| 
       117 
121 
     | 
    
         
             
                  "REPLIES",
         
     | 
| 
         @@ -177,6 +181,8 @@ module FacebookAds 
     | 
|
| 
       177 
181 
     | 
    
         
             
                field :stop_time_old, 'datetime'
         
     | 
| 
       178 
182 
     | 
    
         
             
                field :targeting_expansion_new, 'object'
         
     | 
| 
       179 
183 
     | 
    
         
             
                field :targeting_expansion_old, 'object'
         
     | 
| 
      
 184 
     | 
    
         
            +
                field :targeting_new, 'object'
         
     | 
| 
      
 185 
     | 
    
         
            +
                field :targeting_old, 'object'
         
     | 
| 
       180 
186 
     | 
    
         
             
                field :updated_time_new, 'datetime'
         
     | 
| 
       181 
187 
     | 
    
         
             
                field :updated_time_old, 'datetime'
         
     | 
| 
       182 
188 
     | 
    
         
             
                has_no_post
         
     | 
| 
         @@ -79,10 +79,12 @@ module FacebookAds 
     | 
|
| 
       79 
79 
     | 
    
         
             
                  "SEE_MORE",
         
     | 
| 
       80 
80 
     | 
    
         
             
                  "SELL_NOW",
         
     | 
| 
       81 
81 
     | 
    
         
             
                  "SEND_A_GIFT",
         
     | 
| 
      
 82 
     | 
    
         
            +
                  "SEND_GIFT_MONEY",
         
     | 
| 
       82 
83 
     | 
    
         
             
                  "SHARE",
         
     | 
| 
       83 
84 
     | 
    
         
             
                  "SHOP_NOW",
         
     | 
| 
       84 
85 
     | 
    
         
             
                  "SIGN_UP",
         
     | 
| 
       85 
86 
     | 
    
         
             
                  "SOTTO_SUBSCRIBE",
         
     | 
| 
      
 87 
     | 
    
         
            +
                  "START_ORDER",
         
     | 
| 
       86 
88 
     | 
    
         
             
                  "SUBSCRIBE",
         
     | 
| 
       87 
89 
     | 
    
         
             
                  "SWIPE_UP_PRODUCT",
         
     | 
| 
       88 
90 
     | 
    
         
             
                  "SWIPE_UP_SHOP",
         
     | 
| 
         @@ -90,6 +92,7 @@ module FacebookAds 
     | 
|
| 
       90 
92 
     | 
    
         
             
                  "USE_APP",
         
     | 
| 
       91 
93 
     | 
    
         
             
                  "USE_MOBILE_APP",
         
     | 
| 
       92 
94 
     | 
    
         
             
                  "VIDEO_ANNOTATION",
         
     | 
| 
      
 95 
     | 
    
         
            +
                  "VIDEO_CALL",
         
     | 
| 
       93 
96 
     | 
    
         
             
                  "VISIT_PAGES_FEED",
         
     | 
| 
       94 
97 
     | 
    
         
             
                  "WATCH_MORE",
         
     | 
| 
       95 
98 
     | 
    
         
             
                  "WATCH_VIDEO",
         
     | 
| 
         @@ -182,6 +185,7 @@ module FacebookAds 
     | 
|
| 
       182 
185 
     | 
    
         
             
                field :instagram_actor_id, 'string'
         
     | 
| 
       183 
186 
     | 
    
         
             
                field :instagram_permalink_url, 'string'
         
     | 
| 
       184 
187 
     | 
    
         
             
                field :instagram_story_id, 'string'
         
     | 
| 
      
 188 
     | 
    
         
            +
                field :instagram_user_id, 'string'
         
     | 
| 
       185 
189 
     | 
    
         
             
                field :interactive_components_spec, 'AdCreativeInteractiveComponentsSpec'
         
     | 
| 
       186 
190 
     | 
    
         
             
                field :link_deep_link_url, 'string'
         
     | 
| 
       187 
191 
     | 
    
         
             
                field :link_destination_display_url, 'string'
         
     | 
| 
         @@ -201,6 +205,7 @@ module FacebookAds 
     | 
|
| 
       201 
205 
     | 
    
         
             
                field :portrait_customizations, 'AdCreativePortraitCustomizations'
         
     | 
| 
       202 
206 
     | 
    
         
             
                field :product_set_id, 'string'
         
     | 
| 
       203 
207 
     | 
    
         
             
                field :recommender_settings, 'AdCreativeRecommenderSettings'
         
     | 
| 
      
 208 
     | 
    
         
            +
                field :source_instagram_media_id, 'string'
         
     | 
| 
       204 
209 
     | 
    
         
             
                field :status, { enum: -> { STATUS }}
         
     | 
| 
       205 
210 
     | 
    
         
             
                field :template_url, 'string'
         
     | 
| 
       206 
211 
     | 
    
         
             
                field :template_url_spec, 'AdCreativeTemplateUrlSpec'
         
     | 
| 
         @@ -73,10 +73,12 @@ module FacebookAds 
     | 
|
| 
       73 
73 
     | 
    
         
             
                  "SEE_MORE",
         
     | 
| 
       74 
74 
     | 
    
         
             
                  "SELL_NOW",
         
     | 
| 
       75 
75 
     | 
    
         
             
                  "SEND_A_GIFT",
         
     | 
| 
      
 76 
     | 
    
         
            +
                  "SEND_GIFT_MONEY",
         
     | 
| 
       76 
77 
     | 
    
         
             
                  "SHARE",
         
     | 
| 
       77 
78 
     | 
    
         
             
                  "SHOP_NOW",
         
     | 
| 
       78 
79 
     | 
    
         
             
                  "SIGN_UP",
         
     | 
| 
       79 
80 
     | 
    
         
             
                  "SOTTO_SUBSCRIBE",
         
     | 
| 
      
 81 
     | 
    
         
            +
                  "START_ORDER",
         
     | 
| 
       80 
82 
     | 
    
         
             
                  "SUBSCRIBE",
         
     | 
| 
       81 
83 
     | 
    
         
             
                  "SWIPE_UP_PRODUCT",
         
     | 
| 
       82 
84 
     | 
    
         
             
                  "SWIPE_UP_SHOP",
         
     | 
| 
         @@ -84,6 +86,7 @@ module FacebookAds 
     | 
|
| 
       84 
86 
     | 
    
         
             
                  "USE_APP",
         
     | 
| 
       85 
87 
     | 
    
         
             
                  "USE_MOBILE_APP",
         
     | 
| 
       86 
88 
     | 
    
         
             
                  "VIDEO_ANNOTATION",
         
     | 
| 
      
 89 
     | 
    
         
            +
                  "VIDEO_CALL",
         
     | 
| 
       87 
90 
     | 
    
         
             
                  "VISIT_PAGES_FEED",
         
     | 
| 
       88 
91 
     | 
    
         
             
                  "WATCH_MORE",
         
     | 
| 
       89 
92 
     | 
    
         
             
                  "WATCH_VIDEO",
         
     | 
| 
         @@ -25,11 +25,12 @@ module FacebookAds 
     | 
|
| 
       25 
25 
     | 
    
         
             
              # on github and we'll fix in our codegen framework. We'll not be able to accept
         
     | 
| 
       26 
26 
     | 
    
         
             
              # pull request for this class.
         
     | 
| 
       27 
27 
     | 
    
         | 
| 
       28 
     | 
    
         
            -
              class  
     | 
| 
      
 28 
     | 
    
         
            +
              class AdCreativeOmnichannelLinkSpec < AdObject
         
     | 
| 
       29 
29 
     | 
    
         | 
| 
       30 
     | 
    
         
            -
                field : 
     | 
| 
       31 
     | 
    
         
            -
                field : 
     | 
| 
       32 
     | 
    
         
            -
                 
     | 
| 
      
 30 
     | 
    
         
            +
                field :app, 'object'
         
     | 
| 
      
 31 
     | 
    
         
            +
                field :web, 'object'
         
     | 
| 
      
 32 
     | 
    
         
            +
                has_no_id
         
     | 
| 
      
 33 
     | 
    
         
            +
                has_no_get
         
     | 
| 
       33 
34 
     | 
    
         
             
                has_no_post
         
     | 
| 
       34 
35 
     | 
    
         
             
                has_no_delete
         
     | 
| 
       35 
36 
     | 
    
         | 
| 
         @@ -35,10 +35,13 @@ module FacebookAds 
     | 
|
| 
       35 
35 
     | 
    
         
             
                  "FACEBOOK_STORY_MOBILE",
         
     | 
| 
       36 
36 
     | 
    
         
             
                  "INSTAGRAM_EXPLORE_CONTEXTUAL",
         
     | 
| 
       37 
37 
     | 
    
         
             
                  "INSTAGRAM_EXPLORE_IMMERSIVE",
         
     | 
| 
      
 38 
     | 
    
         
            +
                  "INSTAGRAM_REELS",
         
     | 
| 
       38 
39 
     | 
    
         
             
                  "INSTAGRAM_STANDARD",
         
     | 
| 
       39 
40 
     | 
    
         
             
                  "INSTAGRAM_STORY",
         
     | 
| 
       40 
41 
     | 
    
         
             
                  "INSTANT_ARTICLE_RECIRCULATION_AD",
         
     | 
| 
       41 
42 
     | 
    
         
             
                  "INSTANT_ARTICLE_STANDARD",
         
     | 
| 
      
 43 
     | 
    
         
            +
                  "INSTREAM_BANNER_DESKTOP",
         
     | 
| 
      
 44 
     | 
    
         
            +
                  "INSTREAM_BANNER_MOBILE",
         
     | 
| 
       42 
45 
     | 
    
         
             
                  "INSTREAM_VIDEO_DESKTOP",
         
     | 
| 
       43 
46 
     | 
    
         
             
                  "INSTREAM_VIDEO_IMAGE",
         
     | 
| 
       44 
47 
     | 
    
         
             
                  "INSTREAM_VIDEO_MOBILE",
         
     |