-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: ignore-conflict-markers Reviewed By: stcheng Differential Revision: D51766820 fbshipit-source-id: 7da721bbc29b083d4ddc4e0ad4b756cc3939c58e
- Loading branch information
1 parent
dddfc39
commit 3df6b28
Showing
20 changed files
with
306 additions
and
18 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
lib/facebook_ads/ad_objects/ad_asset_feed_additional_data.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class AdAssetFeedAdditionalData < AdObject | ||
|
||
field :automated_product_tags, 'bool' | ||
field :brand_page_id, 'string' | ||
field :is_click_to_message, 'bool' | ||
field :multi_share_end_card, 'bool' | ||
field :page_welcome_message, 'string' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
lib/facebook_ads/ad_objects/ad_asset_feed_spec_call_to_action.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class AdAssetFeedSpecCallToAction < AdObject | ||
|
||
field :adlabels, { list: 'AdAssetFeedSpecAssetLabel' } | ||
field :type, 'string' | ||
field :value, 'AdCreativeLinkDataCallToActionValue' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
28 changes: 28 additions & 0 deletions
28
lib/facebook_ads/ad_objects/ad_asset_feed_spec_carousel.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class AdAssetFeedSpecCarousel < AdObject | ||
|
||
field :adlabels, { list: 'AdAssetFeedSpecAssetLabel' } | ||
field :child_attachments, { list: 'AdAssetFeedSpecCarouselChildAttachment' } | ||
field :multi_share_end_card, 'bool' | ||
field :multi_share_optimized, 'bool' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
34 changes: 34 additions & 0 deletions
34
lib/facebook_ads/ad_objects/ad_asset_feed_spec_carousel_child_attachment.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class AdAssetFeedSpecCarouselChildAttachment < AdObject | ||
|
||
field :body_label, 'AdAssetFeedSpecAssetLabel' | ||
field :call_to_action_type_label, 'AdAssetFeedSpecAssetLabel' | ||
field :caption_label, 'AdAssetFeedSpecAssetLabel' | ||
field :description_label, 'AdAssetFeedSpecAssetLabel' | ||
field :image_label, 'AdAssetFeedSpecAssetLabel' | ||
field :link_url_label, 'AdAssetFeedSpecAssetLabel' | ||
field :phone_data_ids_label, 'AdAssetFeedSpecAssetLabel' | ||
field :static_card, 'bool' | ||
field :title_label, 'AdAssetFeedSpecAssetLabel' | ||
field :video_label, 'AdAssetFeedSpecAssetLabel' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class AdAssetFeedSpecEvents < AdObject | ||
|
||
field :id, 'string' | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
28 changes: 28 additions & 0 deletions
28
lib/facebook_ads/ad_objects/ad_asset_onsite_destinations.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class AdAssetOnsiteDestinations < AdObject | ||
|
||
field :auto_optimization, 'string' | ||
field :details_page_product_id, 'string' | ||
field :shop_collection_product_set_id, 'string' | ||
field :storefront_shop_id, 'string' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
lib/facebook_ads/ad_objects/ad_creative_branded_content_ads_partners.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class AdCreativeBrandedContentAdsPartners < AdObject | ||
|
||
field :fb_page_id, 'string' | ||
field :identity_type, 'string' | ||
field :ig_asset_id, 'string' | ||
field :ig_user_id, 'string' | ||
has_no_id | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
lib/facebook_ads/ad_objects/whats_app_business_health_status.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# All rights reserved. | ||
|
||
# This source code is licensed under the license found in the | ||
# LICENSE file in the root directory of this source tree. | ||
|
||
# FB:AUTOGEN | ||
|
||
module FacebookAds | ||
# This class is auto-generated. | ||
|
||
# For any issues or feature requests related to this class, please let us know | ||
# on github and we'll fix in our codegen framework. We'll not be able to accept | ||
# pull request for this class. | ||
|
||
class WhatsAppBusinessHealthStatus < AdObject | ||
|
||
field :additional_info, { list: 'string' } | ||
field :can_send_message, 'string' | ||
field :entity_type, 'string' | ||
field :errors, { list: 'object' } | ||
field :id, 'string' | ||
has_no_get | ||
has_no_post | ||
has_no_delete | ||
|
||
end | ||
end |
Oops, something went wrong.