module Adparlor module Facebook module GraphApi module Fields module AdCreative FIELDS = [:actor_id, :adlabels, :applink_treatment, :body, :call_to_action_type, :dynamic_ad_voice, :effective_instagram_story_id, :effective_object_story_id, :id, :image_hash, :image_url, :image_crops, :instagram_actor_id, :instagram_permalink_url, :link_deep_link_url, :link_url, :name, :object_id, :object_story_id, :object_story_spec, :object_store_url, :object_type, :object_url, :product_set_id, :template_url, :thumbnail_url, :title, :url_tags, :video_id] CREATE_FIELDS = [:actor_id, :adlabels, :applink_treatment, :body, :call_to_action, :dynamic_ad_voice, :follow_redirect, :image_crops, :image_file, :image_hash, :image_url, :instagram_actor_id, :instagram_permalink_url, :link_og_id, :link_url, :name, :object_id, :object_story_id, :object_type, :object_url, :product_set_id, :template_url, :thumbnail_url, :title, :url_tags, :video_id, :object_story_spec, :id] end end end end end