Method: FacebookAds::ServerSide::CustomData#contents
- Defined in:
- lib/facebook_ads/ad_objects/server_side/custom_data.rb
#contents ⇒ Object
An array of Content objects that contain the product IDs associated with the event plus information about the products. id, quantity, and item_price are available fields.
47 48 49 |
# File 'lib/facebook_ads/ad_objects/server_side/custom_data.rb', line 47 def contents @contents end |