Sha256: 40925514e936cc7e1f82797e939c31fb408f8758bc726041ef908f2b86cb44ce

Contents?: true

Size: 813 Bytes

Versions: 1

Compression:

Stored size: 813 Bytes

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]
          CREATE_FIELDS = [:name, :objective, :status, :buying_type, :promoted_object,
                           :spend_cap, :execution_options, :adlabels, :budget_rebalance_flag, :pacing_type, :bid_strategy]
          UPDATE_FIELDS = [:name, :objective, :status, :spend_cap, :execution_options,
                           :adlabels, :budget_rebalance_flag, :bid_strategy]
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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