Author: Not specified | Language: ruby |
Description: Not specified | Timestamp: 2017-07-05 14:27:05 +0000 |
View raw paste | Reply |
- get '/api/get-campaign-list' do
- content_type :json
- validate_params!(:account_id)
- CampaignService.new(adwords_config_hash, params[:account_id]).get_campaigns.to_json
- end
View raw paste | Reply |