Sha256: 6f8cf070a7b9cfa5ddbd054a1b599ed7e0f86d061ad7616fe7dd1172fe5a9e5f

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 KB

Contents

module Adparlor
  module Facebook
    module GraphApi
      module Fields
        module Campaign
          FIELDS = [
            :id,
            :adlabels,
            :account_id,
            :buying_type,
            :can_use_spend_cap,
            :configured_status,
            :created_time,
            :effective_status,
            :name,
            :objective,
            :start_time,
            :stop_time,
            :updated_time,
            :spend_cap,
            :budget_rebalance_flag,
            :pacing_type,
            :bid_strategy,
            :special_ad_category,
            :daily_budget,
            :lifetime_budget
          ]
          CREATE_FIELDS = [
            :name,
            :objective,
            :status,
            :buying_type,
            :promoted_object,
            :spend_cap,
            :execution_options,
            :adlabels,
            :budget_rebalance_flag,
            :special_ad_category,
            :daily_budget,
            :lifetime_budget
          ]
          UPDATE_FIELDS = [
            :name,
            :objective,
            :status,
            :spend_cap,
            :execution_options,
            :adlabels,
            :budget_rebalance_flag,
            :special_ad_category,
            :daily_budget,
            :lifetime_budget
          ]
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adparlor-facebook-0.7.2 lib/adparlor/facebook/graph_api/fields/campaign.rb