facebook_ads 0.1.5 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/.rubocop.yml +23 -0
  4. data/.travis.yml +1 -1
  5. data/Gemfile +4 -5
  6. data/Gemfile.lock +34 -82
  7. data/{README.markdown → README.md} +43 -10
  8. data/Rakefile +6 -0
  9. data/bin/console +15 -1
  10. data/facebook_ads.gemspec +11 -13
  11. data/lib/facebook_ads.rb +11 -7
  12. data/lib/facebook_ads/ad.rb +6 -8
  13. data/lib/facebook_ads/ad_account.rb +65 -54
  14. data/lib/facebook_ads/ad_audience.rb +22 -0
  15. data/lib/facebook_ads/ad_campaign.rb +21 -17
  16. data/lib/facebook_ads/ad_creative.rb +7 -9
  17. data/lib/facebook_ads/ad_image.rb +3 -5
  18. data/lib/facebook_ads/ad_insight.rb +4 -5
  19. data/lib/facebook_ads/ad_product.rb +6 -0
  20. data/lib/facebook_ads/ad_product_catalog.rb +60 -0
  21. data/lib/facebook_ads/ad_product_feed.rb +6 -0
  22. data/lib/facebook_ads/ad_product_set.rb +6 -0
  23. data/lib/facebook_ads/ad_set.rb +9 -11
  24. data/lib/facebook_ads/ad_targeting.rb +19 -21
  25. data/lib/facebook_ads/base.rb +107 -62
  26. data/test/ad_account_test.rb +27 -0
  27. data/test/ad_campaign_test.rb +32 -0
  28. data/test/ad_creative_test.rb +7 -0
  29. data/test/ad_image_test.rb +27 -0
  30. data/test/ad_insight_test.rb +7 -0
  31. data/test/ad_product_catalog_test.rb +28 -0
  32. data/test/ad_product_feed_test.rb +7 -0
  33. data/test/ad_product_set_test.rb +7 -0
  34. data/test/ad_product_test.rb +22 -0
  35. data/test/ad_set_test.rb +7 -0
  36. data/test/ad_targeting_test.rb +7 -0
  37. data/test/ad_test.rb +7 -0
  38. data/test/facebook_ads_test.rb +8 -0
  39. data/test/test_helper.rb +64 -0
  40. data/test/vcr_cassettes/AdAccountTest-test_all.yml +70 -0
  41. data/test/vcr_cassettes/AdAccountTest-test_applications.yml +130 -0
  42. data/test/vcr_cassettes/AdAccountTest-test_find_by.yml +71 -0
  43. data/test/vcr_cassettes/AdCampaignTest-test_create.yml +295 -0
  44. data/test/vcr_cassettes/AdCampaignTest-test_list.yml +133 -0
  45. data/test/vcr_cassettes/AdImageTest-test_create.yml +2963 -0
  46. data/test/vcr_cassettes/AdImageTest-test_list.yml +137 -0
  47. data/test/vcr_cassettes/AdProductCatalogTest-test_all.yml +60 -0
  48. data/test/vcr_cassettes/AdProductCatalogTest-test_create.yml +256 -0
  49. data/test/vcr_cassettes/AdProductTest-test_list.yml +130 -0
  50. metadata +44 -49
  51. data/spec/ad_account_spec.rb +0 -78
  52. data/spec/ad_campaign_spec.rb +0 -13
  53. data/spec/ad_creative_spec.rb +0 -14
  54. data/spec/ad_image_spec.rb +0 -11
  55. data/spec/ad_insight_spec.rb +0 -11
  56. data/spec/ad_set_spec.rb +0 -13
  57. data/spec/ad_spec.rb +0 -13
  58. data/spec/ad_targeting_spec.rb +0 -4
  59. data/spec/spec_helper.rb +0 -15
  60. data/spec/support/fixtures.sh +0 -17
  61. data/spec/support/fixtures/6057330925170.json +0 -1
  62. data/spec/support/fixtures/6057810634370.json +0 -1
  63. data/spec/support/fixtures/6057810946970.json +0 -1
  64. data/spec/support/fixtures/6057824295570.json +0 -1
  65. data/spec/support/fixtures/act_861827983860489.json +0 -1
  66. data/spec/support/fixtures/act_861827983860489/adcreatives.json +0 -1
  67. data/spec/support/fixtures/act_861827983860489/adimages.json +0 -1
  68. data/spec/support/fixtures/act_861827983860489/ads.json +0 -1
  69. data/spec/support/fixtures/act_861827983860489/adsets.json +0 -1
  70. data/spec/support/fixtures/act_861827983860489/campaigns.json +0 -1
  71. data/spec/support/fixtures/me/adaccounts.json +0 -1
  72. data/spec/support/rack_facebook.rb +0 -22
@@ -1,4 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe FacebookAds::AdTargeting do
4
- end
data/spec/spec_helper.rb DELETED
@@ -1,15 +0,0 @@
1
- require 'coveralls'
2
- Coveralls.wear!
3
-
4
- require 'webmock/rspec'
5
- WebMock.disable_net_connect!(allow_localhost: true)
6
-
7
- require 'support/rack_facebook'
8
- RSpec.configure do |config|
9
- config.before(:each) do
10
- stub_request(:any, /graph.facebook.com/).to_rack(RackFacebook)
11
- end
12
- end
13
-
14
- require 'facebook_ads'
15
- FacebookAds.access_token = 'FAKE_ACCESS_TOKEN'
@@ -1,17 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Run with TOKEN=`cat test_access_token` bash spec/support/fixtures.sh
4
-
5
- curl "https://graph.facebook.com/v2.6/me/adaccounts?access_token=$TOKEN&fields=id%2Caccount_id%2Caccount_status%2Cage%2Ccreated_time%2Ccurrency%2Cname%2Clast_used_time" > spec/support/fixtures/me/adaccounts.json
6
-
7
- curl "https://graph.facebook.com/v2.6/act_861827983860489?access_token=$TOKEN&fields=id%2Caccount_id%2Caccount_status%2Cage%2Ccreated_time%2Ccurrency%2Cname%2Clast_used_time" > spec/support/fixtures/act_861827983860489.json
8
- curl "https://graph.facebook.com/v2.6/6057330925170?access_token=$TOKEN&fields=id%2Caccount_id%2Cbuying_type%2Ccan_use_spend_cap%2Cconfigured_status%2Ccreated_time%2Ceffective_status%2Cname%2Cobjective%2Cstart_time%2Cstop_time%2Cupdated_time%2Cspend_cap" > spec/support/fixtures/6057330925170.json
9
- curl "https://graph.facebook.com/v2.6/6057824295570?access_token=$TOKEN&fields=id%2Cname%2Cobject_story_id%2Cobject_story_spec%2Cobject_type%2Cthumbnail_url%2Crun_status" > spec/support/fixtures/6057824295570.json
10
- curl "https://graph.facebook.com/v2.6/6057810946970?access_token=$TOKEN&fields=id%2Caccount_id%2Ccampaign_id%2Cadlabels%2Cadset_schedule%2Cbid_amount%2Cbid_info%2Cbilling_event%2Cconfigured_status%2Ccreated_time%2Ccreative_sequence%2Ceffective_status%2Cend_time%2Cfrequency_cap%2Cfrequency_cap_reset_period%2Cfrequency_control_specs%2Cis_autobid%2Clifetime_frequency_cap%2Clifetime_imps%2Cname%2Coptimization_goal%2Cpromoted_object%2Crf_prediction_id%2Crtb_flag%2Cstart_time%2Ctargeting%2Cupdated_time%2Cuse_new_app_click%2Cpacing_type%2Cbudget_remaining%2Cdaily_budget%2Clifetime_budget" > spec/support/fixtures/6057810946970.json
11
- curl "https://graph.facebook.com/v2.6/6057810634370?access_token=$TOKEN&fields=id%2Caccount_id%2Ccampaign_id%2Cadset_id%2Cadlabels%2Cbid_amount%2Cbid_info%2Cbid_type%2Cconfigured_status%2Cconversion_specs%2Ccreated_time%2Ccreative%2Ceffective_status%2Clast_updated_by_app_id%2Cname%2Ctracking_specs%2Cupdated_time%2Cad_review_feedback" > spec/support/fixtures/6057810634370.json
12
-
13
- curl "https://graph.facebook.com/v2.6/act_861827983860489/campaigns?access_token=$TOKEN&effective_status%5B%5D=ACTIVE&fields=id%2Caccount_id%2Cbuying_type%2Ccan_use_spend_cap%2Cconfigured_status%2Ccreated_time%2Ceffective_status%2Cname%2Cobjective%2Cstart_time%2Cstop_time%2Cupdated_time%2Cspend_cap&limit=10" > spec/support/fixtures/act_861827983860489/campaigns.json
14
- curl "https://graph.facebook.com/v2.6/act_861827983860489/adimages?access_token=$TOKEN&fields=id%2Chash%2Caccount_id%2Cname%2Cpermalink_url%2Coriginal_width%2Coriginal_height&limit=10" > spec/support/fixtures/act_861827983860489/adimages.json
15
- curl "https://graph.facebook.com/v2.6/act_861827983860489/adcreatives?access_token=$TOKEN&fields=id%2Cname%2Cobject_story_id%2Cobject_story_spec%2Cobject_type%2Cthumbnail_url%2Crun_status&limit=10" > spec/support/fixtures/act_861827983860489/adcreatives.json
16
- curl "https://graph.facebook.com/v2.6/act_861827983860489/adsets?access_token=$TOKEN&effective_status%5B%5D=ACTIVE&fields=id%2Caccount_id%2Ccampaign_id%2Cadlabels%2Cadset_schedule%2Cbid_amount%2Cbid_info%2Cbilling_event%2Cconfigured_status%2Ccreated_time%2Ccreative_sequence%2Ceffective_status%2Cend_time%2Cfrequency_cap%2Cfrequency_cap_reset_period%2Cfrequency_control_specs%2Cis_autobid%2Clifetime_frequency_cap%2Clifetime_imps%2Cname%2Coptimization_goal%2Cpromoted_object%2Crf_prediction_id%2Crtb_flag%2Cstart_time%2Ctargeting%2Cupdated_time%2Cuse_new_app_click%2Cpacing_type%2Cbudget_remaining%2Cdaily_budget%2Clifetime_budget&limit=10" > spec/support/fixtures/act_861827983860489/adsets.json
17
- curl "https://graph.facebook.com/v2.6/act_861827983860489/ads?access_token=$TOKEN&effective_status%5B%5D=ACTIVE&fields=id%2Caccount_id%2Ccampaign_id%2Cadset_id%2Cadlabels%2Cbid_amount%2Cbid_info%2Cbid_type%2Cconfigured_status%2Cconversion_specs%2Ccreated_time%2Ccreative%2Ceffective_status%2Clast_updated_by_app_id%2Cname%2Ctracking_specs%2Cupdated_time%2Cad_review_feedback&limit=10" > spec/support/fixtures/act_861827983860489/ads.json
@@ -1 +0,0 @@
1
- {"id":"6057330925170","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-30T11:06:36-0700","effective_status":"ACTIVE","name":"2016-08-30|android|ACHIEVEMENT_UNLOCKED|CATEGORY|Beauty","objective":"MOBILE_APP_INSTALLS","start_time":"2016-08-30T11:14:57-0700","updated_time":"2016-08-30T11:06:36-0700"}
@@ -1 +0,0 @@
1
- {"id":"6057810634370","account_id":"861827983860489","campaign_id":"6056189814370","adset_id":"6057810632770","bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install_conversion"],"application":["295802707128640"]}],"created_time":"2016-09-06T10:09:04-0700","creative":{"id":"6057824295570"},"effective_status":"ACTIVE","last_updated_by_app_id":"624541620938530","name":"7ee84b9fcb644c8c5695f2ecabfe7534","tracking_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1138229826220302"]}],"updated_time":"2016-09-06T13:22:53-0700"}
@@ -1 +0,0 @@
1
- {"id":"6057810946970","account_id":"861827983860489","campaign_id":"6056535031970","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-09-06T10:13:27-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"64903d00c5006db8bc4c8ea9ea199baf","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"PURCHASE","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-09-06T10:13:27-0700","targeting":{"age_max":65,"age_min":18,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"flexible_spec":[{"interests":[{"id":"6003348604581","name":"Fashion accessories"}]}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["mobileexternal","mobilefeed"]},"updated_time":"2016-09-06T10:13:27-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"3485","daily_budget":"30000","lifetime_budget":"0"}
@@ -1 +0,0 @@
1
- {"id":"6057824295570","name":"Ad from a Page post #6,057,824,295,570","object_story_id":"300664329976860_1138229826220302","object_story_spec":{"page_id":"300664329976860","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"f15361294f1a62e56d0586811e2a2b55","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"b1135df6da4fe449ffc1685350ca0f23","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"a1269f4f4b770b283bd4b62d4a1e6fd8","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"88d01a6680881d23c701e9985ff3bb02","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"5ca662bcb95d458f7d5a642467b4f7e1","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQBhvAStAnFeL864&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQLLGw-wAWYI2hHK-8UKqhvl98NNt7nPjpRBfe5Aw4dfXPJ5upilSOUptG_i-WToAFxGPWHIkVOslMBxPCDUWevBOeRK8clwcjWLz_yxvy4pTWj9zIB6MQ5fNnKU55wO3ZDSokxUD2ReZdQnkQW4rUWb&cfs=1","run_status":"ACTIVE"}
@@ -1 +0,0 @@
1
- {"id":"act_861827983860489","account_id":"861827983860489","account_status":1,"age":512.10546296296,"created_time":"2015-04-09T16:54:58-0700","currency":"USD","name":"Android"}
@@ -1 +0,0 @@
1
- {"data":[{"id":"6057824295570","name":"Ad from a Page post #6,057,824,295,570","object_story_id":"300664329976860_1138229826220302","object_story_spec":{"page_id":"300664329976860","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"f15361294f1a62e56d0586811e2a2b55","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"b1135df6da4fe449ffc1685350ca0f23","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"a1269f4f4b770b283bd4b62d4a1e6fd8","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"88d01a6680881d23c701e9985ff3bb02","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"5ca662bcb95d458f7d5a642467b4f7e1","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQBhvAStAnFeL864&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQLLGw-wAWYI2hHK-8UKqhvl98NNt7nPjpRBfe5Aw4dfXPJ5upilSOUptG_i-WToAFxGPWHIkVOslMBxPCDUWevBOeRK8clwcjWLz_yxvy4pTWj9zIB6MQ5fNnKU55wO3ZDSokxUD2ReZdQnkQW4rUWb&cfs=1","run_status":"ACTIVE"},{"id":"6057824290170","name":"Ad from a Page post #6,057,824,290,170","object_story_id":"300664329976860_1138229846220300","object_story_spec":{"page_id":"300664329976860","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"d58ac2d40af2d0f02a5012ebc1bb513c","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"c4cf364832b70e2d02da13d02f7f9fc4","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"892fb13cdb2ddbcbca05ec2ab8af2472","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"8853675ff56a5848f22ef8138644eff9","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"117484208ec6e92ffa5c0a0c74c3dc2d","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQBaF0MuolbDSAQm&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQLLLrSOxBbTmlgAYy0CetJQo_72Kldma9RcC4x850ZAMBCqtNztB_jc_IVeAY66nf7-3GPg1fHH43ukI4SaEp9SfVQ7HKpQBudRJXprQ4-W5kQDrlWgEc66SROz2beL67mKxSyooqF2cHnJbX6rc0HH&cfs=1","run_status":"ACTIVE"},{"id":"6057824289970","name":"Ad from a Page post #6,057,824,289,970","object_story_id":"300664329976860_1138229842886967","object_story_spec":{"page_id":"300664329976860","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"c97cbd17e4d7590eeda77a4df97ac9ef","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"8a2b076819d09cef1ab94b008be791eb","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"8213245b78e0f43f09f3799cf301f79d","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"6329cec31f7a9052111a268b1ce6b139","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"05617fdce276de1890519274b61d8c71","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQC2ADsSNB7B2WBT&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQJm-A-hBkOD8vRT5MVqvcc34o6sMLJJx4QC5kMDgB9OHZHlLIoqa-Un21fDubPfBVe3FzK5k1yCU4Ji-YAIAgTuCbBpl-HTZetbSkPmyivpWPyV6gHR38yKprLyztvvQGnln5-iU4W6rPd5RLXYxIfF&cfs=1","run_status":"ACTIVE"},{"id":"6057810944970","name":"bdcd18485ab593ef6d907208a2f85456","object_story_id":"300664329976860_1138090379567580","object_story_spec":{"page_id":"300664329976860","instagram_actor_id":"503391023081924","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"a8cc20b1c81b7b85f504e3f4bd432cac","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"490eaf0874c13e0d5a4057195f0ad7be","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"3f42fd4f3dff0e03785f3c5727e27787","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"9e8763f02bb6864f0f3ea8073053e3fd","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"586d7aff4f62018ec1d1386094c36527","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQA-zbOrVqSeSrqB&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQKcY53JIlVNPWhwFavWNdNi90dnWMxThIkaL9_8m76iSNm4tQ9Ql3favLR6TS2hPYtkNqxAiMTYhiBchZ31OR3h-udMaIwF4nRWUug68o3YykzHYdh1I5MoA-U7W-IyeVtscKhLHpnVLmXMtb6WDkuM&cfs=1","run_status":"ACTIVE"},{"id":"6057810933570","name":"2787515d6c36791163039e1d2c73d6ab","object_story_id":"300664329976860_1138089849567633","object_story_spec":{"page_id":"300664329976860","instagram_actor_id":"503391023081924","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"8213245b78e0f43f09f3799cf301f79d","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"6329cec31f7a9052111a268b1ce6b139","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"8853675ff56a5848f22ef8138644eff9","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"e9832a29b435bad468809fec4e3fc189","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"53db26ffff1b0002120b64fe7d973448","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQDLwlMZuwUwuOeX&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQKW55sZfDCgmedwhQuvQCz6muUrhgcXixqzPfXe0IrRQaksKF-7xOg-fFVFJOFyjEFoyNjnBovfmC1olj27kQ2FUECAMFHTZyEAobyyydQbBghxKtOUgLJM-7zktnS-5i-Who0IHcFQMJfm7qTSNk6M&cfs=1","run_status":"ACTIVE"},{"id":"6057810924370","name":"64903d00c5006db8bc4c8ea9ea199baf","object_story_id":"300664329976860_1138089649567653","object_story_spec":{"page_id":"300664329976860","instagram_actor_id":"503391023081924","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"f15361294f1a62e56d0586811e2a2b55","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"a1269f4f4b770b283bd4b62d4a1e6fd8","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"88d01a6680881d23c701e9985ff3bb02","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"c97cbd17e4d7590eeda77a4df97ac9ef","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"8a2b076819d09cef1ab94b008be791eb","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQCs7BsYHQvCfRcg&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQKo84s7JKU0cu3b0TVTJ3curnYcw9T67hPXaOT0zyDbnATgGd7j07RAJyGhTvP-2lNi--mtRg8LivtMpZv7DuLhUXWRf6c-kAhUlCQSfIXB_ivETXW1tufe0ZQvj_23sjWqTUX9ow-6qMcdLX3S8pcE&cfs=1","run_status":"ACTIVE"},{"id":"6057810631970","name":"47f3ad8f25cf4b19e1bc74e73458e2cb","object_story_id":"300664329976860_1138084799568138","object_story_spec":{"page_id":"300664329976860","instagram_actor_id":"503391023081924","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"d58ac2d40af2d0f02a5012ebc1bb513c","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"c4cf364832b70e2d02da13d02f7f9fc4","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"892fb13cdb2ddbcbca05ec2ab8af2472","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"8853675ff56a5848f22ef8138644eff9","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"117484208ec6e92ffa5c0a0c74c3dc2d","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQDb1mALYRmOcNcq&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQIB9NvcntfsReQEJdmJAEhJOdFQM1lJ1G3t4DmjVuUfCQhgiM9IEQpZnhkoDvFtwWbXBV-a6Cut3nqbkwPT5uPfCxdwDdBEUh4asgr8pId03wTkE4toTu85Bbnbtn6uUqoHpsq-XnpNczJz5Pgbu4we&cfs=1","run_status":"ACTIVE"},{"id":"6057810608970","name":"df3e41dd4ae57a597aaafeba02797dab","object_story_id":"300664329976860_1138084679568150","object_story_spec":{"page_id":"300664329976860","instagram_actor_id":"503391023081924","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"c97cbd17e4d7590eeda77a4df97ac9ef","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"8a2b076819d09cef1ab94b008be791eb","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"8213245b78e0f43f09f3799cf301f79d","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"6329cec31f7a9052111a268b1ce6b139","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"05617fdce276de1890519274b61d8c71","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQBWzAyNrPOiSOrX&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQIF1kz0NvpFLCIHv7ahAY3djJ2X7d_E1ItaddzjaM_2fL5RFKKGzicCgLnDovgo37VolquV9gH-BDniTNm9eaC-ZZMxcs6S1_EiYD6m82wQyUmfZCuHCgLR5Cw-yyDM_91-moLMiNBuovwHRNiFBWg3&cfs=1","run_status":"ACTIVE"},{"id":"6057810601970","name":"7ee84b9fcb644c8c5695f2ecabfe7534","object_story_id":"300664329976860_1138084586234826","object_story_spec":{"page_id":"300664329976860","instagram_actor_id":"503391023081924","link_data":{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","message":"Find the perfect ring for any occasion! Use promo code: Bling","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"f15361294f1a62e56d0586811e2a2b55","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"b1135df6da4fe449ffc1685350ca0f23","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"a1269f4f4b770b283bd4b62d4a1e6fd8","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"88d01a6680881d23c701e9985ff3bb02","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter","image_hash":"5ca662bcb95d458f7d5a642467b4f7e1","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQDquUMhGQku4OgA&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQKcKm70kMaO_36VjQRYrPBrajisc-eImvKzmzBfV1BGS9cpVisjUVa9oat1GiqU0i2lkHsR-H5zUTLSB2IQGlHUEc2Q4J5-WYE6Mc2bv0IqT83hpZtnAH6NTZ0MxFZkMr20RfK4pdWud5EIoCeKQlSO&cfs=1","run_status":"ACTIVE"},{"id":"6057412226970","name":"Ad from a Page post #6,057,412,226,970","object_story_id":"300664329976860_1132794240097194","object_story_spec":{"page_id":"300664329976860","link_data":{"link":"https:\/\/itunes.apple.com\/app\/id619460348&ad_hash=3221615c45fbce2b8d32dc3892358ea1","message":"Find hot deals up to 80\u0025 off with Tophatter! Use promo code FB2.","call_to_action":{"type":"INSTALL_MOBILE_APP"},"child_attachments":[{"link":"https:\/\/itunes.apple.com\/app\/id619460348&ad_hash=3221615c45fbce2b8d32dc3892358ea1","image_hash":"e3b8cd2e4c2440551b01943c250b3289","name":"81\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"https:\/\/itunes.apple.com\/app\/id619460348&ad_hash=3221615c45fbce2b8d32dc3892358ea1","image_hash":"a283498fd97cc818f491b56c5b5e43ef","name":"83\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"https:\/\/itunes.apple.com\/app\/id619460348&ad_hash=3221615c45fbce2b8d32dc3892358ea1","image_hash":"20644fa81119550fb466cdd808b6ba26","name":"78\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"https:\/\/itunes.apple.com\/app\/id619460348&ad_hash=3221615c45fbce2b8d32dc3892358ea1","image_hash":"4722fa5b7e43689a21daef1126990094","name":"80\u0025 Off","call_to_action":{"type":"INSTALL_MOBILE_APP"}},{"link":"https:\/\/itunes.apple.com\/app\/id619460348&ad_hash=3221615c45fbce2b8d32dc3892358ea1","image_hash":"46673d7835a58e7f094f869af9b90ee8","name":"Free Shipping!","call_to_action":{"type":"INSTALL_MOBILE_APP"}}],"multi_share_end_card":false,"multi_share_optimized":true}},"object_type":"SHARE","thumbnail_url":"https:\/\/external.xx.fbcdn.net\/safe_image.php?d=AQBltCh-Ln7fui9I&w=64&h=64&url=https\u00253A\u00252F\u00252Fwww.facebook.com\u00252Fads\u00252Fimage\u00252F\u00253Fd\u00253DAQIIADWqgVtPt1cQzHoJDMa5a7AtTbfqxiYm1JAcu35jjoKAmy0S0t7izGu4JeLKCsBVzShWM-acC61x1XIU3D_NkkKQXe3XImDOc1j39QPy2NihSxiTPRLSI_nmLrYq6Lj1TwOkMmf4YoDWu6SXNPjj&cfs=1","run_status":"ACTIVE"}]}
@@ -1 +0,0 @@
1
- {"data":[{"id":"861827983860489:9e8763f02bb6864f0f3ea8073053e3fd","hash":"9e8763f02bb6864f0f3ea8073053e3fd","account_id":"861827983860489","name":"ec745d2671f2c69292c2f1590d7409c6.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQKP_s3oX9-RfkS03CqQIh-C1H9UAPXjLkGhL5dBdpoaTapXfc3UJdVlMF4DihorVkEDToVpkKDXebof3TJVswimw-5TglITWnxVydIz5VPr4ZSaHOBF2rkMCazlVQqVBBDUzUv21U9MsGlhmN9tMtjD","original_width":1128,"original_height":1206},{"id":"861827983860489:586d7aff4f62018ec1d1386094c36527","hash":"586d7aff4f62018ec1d1386094c36527","account_id":"861827983860489","name":"62334cd7ec4b472a87b2cfde90f1b016.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQLShQw4Du_k3wOQ4KXm-5irbUGVELsALMzonxuNaUwsbryxiXG30t1k_wgBZeoRbXvn48LlILt9vHrPeiL-zav4npF9LG7pQzMqPXx024HA1EhylQZ60_0o48L4a062OdKqniNMfm2kG-GG6UFb0mXQ","original_width":600,"original_height":600},{"id":"861827983860489:5473d72075a6fa2f6d1182dba7934478","hash":"5473d72075a6fa2f6d1182dba7934478","account_id":"861827983860489","name":"1246671fdf1defe8ab39107503109266.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQIMvsWvFFQ_1Qph6WmsoT5YdyTPyPgCi4TgAXL1COkX7eUg5Mn9-A7T6LsP3sJRdaA_Lrgw-xObFg7yJ3H-GTmhQbeq6Ppekx8fVMQunaPcyzxML4XJ5hnZ0QlmDcGeDKRcUEYnbGJExfdTtUCZpOsu","original_width":800,"original_height":800},{"id":"861827983860489:490eaf0874c13e0d5a4057195f0ad7be","hash":"490eaf0874c13e0d5a4057195f0ad7be","account_id":"861827983860489","name":"92add20abe85453f545fece1cdf5fe96.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQLLMj8lv4tUbr8GXsTtvGg4xJCFXAh7MMDhekfVdyh47w9UqgouuMPK4sIuZPmz0F1htK-VJpjlKx0io-S7wzv1gXuquqeWllt0YfFT2i2Rr7F93b5vQanmZDIISv0RxF5aviHMLt6A4rimEaTzAPwP","original_width":1000,"original_height":813},{"id":"861827983860489:3f42fd4f3dff0e03785f3c5727e27787","hash":"3f42fd4f3dff0e03785f3c5727e27787","account_id":"861827983860489","name":"cc7909a6ab41acda03b9bfed45874361.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQJNsinCXN0y2kaqQbN9HNgfJF80L44QwQprdcRIl5n_emUr4e90RL6H7gEsoIXJPfvLvZSUWLFgY6faAf4CC7dCp3WQIcMo02z6Y0erOI6nwjHac4gw6EbbCKar0_PuGpLhe12-uw9WeyQODeH9PYFb","original_width":750,"original_height":747},{"id":"861827983860489:e9832a29b435bad468809fec4e3fc189","hash":"e9832a29b435bad468809fec4e3fc189","account_id":"861827983860489","name":"13239ab9735581554bf1b6ab5612ca77.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQKApR8S0G8fNKIrZ1To_NvUyZYTb_F7gtGSCRC94l6ttjmHX4psSTgoNRryx-4xR0gEZABPdOkDvR-tPyeP7ttfpZrVTuazNNzzuEpPUbfNMFFHbG6KLWFDbFumEtOvxKjOtUEFsh8h-k0-XI4Fe80v","original_width":1000,"original_height":889},{"id":"861827983860489:a8cc20b1c81b7b85f504e3f4bd432cac","hash":"a8cc20b1c81b7b85f504e3f4bd432cac","account_id":"861827983860489","name":"2efa2efbe75a4a79415050b8fe35e516.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQKODK8XQhmLY4ALaUx1FPs-79ty439fS0rqsnGXFM15JukDQfPMEu2wP9_RfKNaBjV9wvGEa_Y2NIBFJs9gY1UfBAdsiWborfqFIfzOzYKLQIxk9zic4ECGoSuvgdNKgsYQPh0AFaeE12Pjk0k_v5PG","original_width":1000,"original_height":1000},{"id":"861827983860489:53db26ffff1b0002120b64fe7d973448","hash":"53db26ffff1b0002120b64fe7d973448","account_id":"861827983860489","name":"8fa0097aaf51edcf3e002c75ba4b7353.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQI3tMnjwXRN9CBlNYJbJPfGDqUZiQsGqgK1kLKTK519a_j4bbS7q2PFy2_5zgG2b28rEc8zzJAyWBujcdbgdEuexKN1r-bClzE5e8v1x7Tuna8hkce2JWsKYuBHavTBPoPhVeFg2tPsg1YWqzv-fIhh","original_width":600,"original_height":600},{"id":"861827983860489:9cef5e8a6f66c3e609f256cd9ff0cfc1","hash":"9cef5e8a6f66c3e609f256cd9ff0cfc1","account_id":"861827983860489","name":"6b625771951d142ff78e83f49430c751.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQLOaBuPxlYwsWZpErXhUVkcmjzjojZHzpdgeiQzFgZEUAF5SgB9jzZhrIwAymlHBeLStYdLkfhBzByBXwQIPLfbeAUZym_NyKQ0mAxpAjgwa_iuLxcai2y_NI7zkT3b0qzEV-C-Ut3gyNtj5mAZoDjo","original_width":1200,"original_height":1200},{"id":"861827983860489:d58ac2d40af2d0f02a5012ebc1bb513c","hash":"d58ac2d40af2d0f02a5012ebc1bb513c","account_id":"861827983860489","name":"9198b7efafb5b65bbcebe4f8b7bce3f9.jpg","permalink_url":"https:\/\/www.facebook.com\/ads\/image\/?d=AQI4T2RVzrYsWq21hedBR8dTamz8LDVY4T31frGVpnVN5uTjDqwDbrYmsmimnsRI99OIVaNqo4V_BkMAphLt36Juv1diXR8LrmdAYlur9SfIFCwCvvE7qhXQrTAZpOrFqFp3w6Rwdv73U-cUHCQ8_9Qu","original_width":800,"original_height":800}]}
@@ -1 +0,0 @@
1
- {"data":[{"id":"6057810634370","account_id":"861827983860489","campaign_id":"6056189814370","adset_id":"6057810632770","bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install_conversion"],"application":["295802707128640"]}],"created_time":"2016-09-06T10:09:04-0700","creative":{"id":"6057824295570"},"effective_status":"ACTIVE","last_updated_by_app_id":"624541620938530","name":"7ee84b9fcb644c8c5695f2ecabfe7534","tracking_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1138229826220302"]}],"updated_time":"2016-09-06T13:22:53-0700"},{"id":"6057810637170","account_id":"861827983860489","campaign_id":"6056189814370","adset_id":"6057810632770","bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install_conversion"],"application":["295802707128640"]}],"created_time":"2016-09-06T10:09:06-0700","creative":{"id":"6057824289970"},"effective_status":"ACTIVE","last_updated_by_app_id":"624541620938530","name":"df3e41dd4ae57a597aaafeba02797dab","tracking_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1138229842886967"]}],"updated_time":"2016-09-06T13:22:52-0700"},{"id":"6057810640170","account_id":"861827983860489","campaign_id":"6056189814370","adset_id":"6057810632770","bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install_conversion"],"application":["295802707128640"]}],"created_time":"2016-09-06T10:09:08-0700","creative":{"id":"6057824290170"},"effective_status":"ACTIVE","last_updated_by_app_id":"624541620938530","name":"47f3ad8f25cf4b19e1bc74e73458e2cb","tracking_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1138229846220300"]}],"updated_time":"2016-09-06T13:22:48-0700"},{"id":"6057810963170","account_id":"861827983860489","campaign_id":"6056535031970","adset_id":"6057810946970","bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install_conversion"],"application":["295802707128640"]}],"created_time":"2016-09-06T10:13:32-0700","creative":{"id":"6057810944970"},"effective_status":"ACTIVE","last_updated_by_app_id":"295802707128640","name":"bdcd18485ab593ef6d907208a2f85456","tracking_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1138090379567580"]}],"updated_time":"2016-09-06T10:15:34-0700"},{"id":"6057810959770","account_id":"861827983860489","campaign_id":"6056535031970","adset_id":"6057810946970","bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install_conversion"],"application":["295802707128640"]}],"created_time":"2016-09-06T10:13:30-0700","creative":{"id":"6057810933570"},"effective_status":"ACTIVE","last_updated_by_app_id":"295802707128640","name":"2787515d6c36791163039e1d2c73d6ab","tracking_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1138089849567633"]}],"updated_time":"2016-09-06T10:13:39-0700"},{"id":"6057810951570","account_id":"861827983860489","campaign_id":"6056535031970","adset_id":"6057810946970","bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install_conversion"],"application":["295802707128640"]}],"created_time":"2016-09-06T10:13:29-0700","creative":{"id":"6057810924370"},"effective_status":"ACTIVE","last_updated_by_app_id":"295802707128640","name":"64903d00c5006db8bc4c8ea9ea199baf","tracking_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1138089649567653"]}],"updated_time":"2016-09-06T10:13:36-0700"},{"id":"6053601055170","account_id":"861827983860489","campaign_id":"6053600823970","adset_id":"6053601018370","bid_amount":800,"bid_info":{"ACTIONS":800},"bid_type":"CPA","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]}],"created_time":"2016-07-12T11:29:09-0700","creative":{"id":"6057412226970"},"effective_status":"ACTIVE","last_updated_by_app_id":"624541620938530","name":"3221615c45fbce2b8d32dc3892358ea1","tracking_specs":[{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1132794240097194"]}],"updated_time":"2016-09-04T22:12:46-0700"},{"id":"6055637180170","account_id":"861827983860489","campaign_id":"6054871916370","adset_id":"6055637171570","bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install_conversion"],"application":["295802707128640"]}],"created_time":"2016-08-08T14:08:09-0700","creative":{"id":"6057402866970"},"effective_status":"ACTIVE","last_updated_by_app_id":"624541620938530","name":"755d05458694471921f058c7097dbb2a","tracking_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1132598693450082"]}],"updated_time":"2016-09-02T11:47:45-0700"},{"id":"6056749333370","account_id":"861827983860489","campaign_id":"6054954017970","adset_id":"6056749316170","bid_amount":1000,"bid_info":{"ACTIONS":1000},"bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]}],"created_time":"2016-08-22T13:36:16-0700","creative":{"id":"6057401882570"},"effective_status":"ACTIVE","last_updated_by_app_id":"624541620938530","name":"8c56bf6cdc4a0b194a923431d648cc74 - RS","tracking_specs":[{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1132583800118238"]}],"updated_time":"2016-09-02T11:04:36-0700"},{"id":"6055793535570","account_id":"861827983860489","campaign_id":"6055331059170","adset_id":"6055793519570","bid_amount":850,"bid_info":{"ACTIONS":850},"bid_type":"ABSOLUTE_OCPM","configured_status":"ACTIVE","conversion_specs":[{"action.type":["mobile_app_install"],"application":["295802707128640"]}],"created_time":"2016-08-10T12:03:05-0700","creative":{"id":"6057406466970"},"effective_status":"ACTIVE","last_updated_by_app_id":"624541620938530","name":"ce732437184b013113b8527de30055d5","tracking_specs":[{"action.type":["app_custom_event"],"application":["295802707128640"]},{"action.type":["post_engagement"],"page":["300664329976860"],"post":["1132671490109469"]}],"updated_time":"2016-08-31T14:19:12-0700"}]}
@@ -1 +0,0 @@
1
- {"data":[{"id":"6057810946970","account_id":"861827983860489","campaign_id":"6056535031970","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-09-06T10:13:27-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"64903d00c5006db8bc4c8ea9ea199baf","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"PURCHASE","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-09-06T10:13:27-0700","targeting":{"age_max":65,"age_min":18,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"flexible_spec":[{"interests":[{"id":"6003348604581","name":"Fashion accessories"}]}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["mobileexternal","mobilefeed"]},"updated_time":"2016-09-06T10:13:27-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"4745","daily_budget":"30000","lifetime_budget":"0"},{"id":"6057810632770","account_id":"861827983860489","campaign_id":"6056189814370","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-09-06T10:09:03-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"7ee84b9fcb644c8c5695f2ecabfe7534","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"ACHIEVEMENT_UNLOCKED","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-09-06T10:09:03-0700","targeting":{"age_max":65,"age_min":29,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["mobileexternal","mobilefeed"]},"updated_time":"2016-09-06T13:22:35-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"7652","daily_budget":"20000","lifetime_budget":"0"},{"id":"6057344414770","account_id":"861827983860489","campaign_id":"6056934849770","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-08-30T16:05:37-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"094c87e3b86f0ca05f039ccc2bf63cd4","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"ACHIEVEMENT_UNLOCKED","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-08-30T16:05:37-0700","targeting":{"age_max":65,"age_min":29,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"custom_audiences":[{"id":"6066713581057","name":"Lookalike (US, 8\u0025) - Jewelry-Bidders-2016-06-28"}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"locales":[24,6],"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["instagramstream","mobileexternal","mobilefeed"]},"updated_time":"2016-08-30T16:05:37-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"81","daily_budget":"600","lifetime_budget":"0"},{"id":"6057344148370","account_id":"861827983860489","campaign_id":"6056189814370","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-08-30T15:54:43-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"5339d34f4dfaf70b14302e86ef54ee6b","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"ACHIEVEMENT_UNLOCKED","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-08-30T15:54:43-0700","targeting":{"age_max":65,"age_min":18,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"custom_audiences":[{"id":"6066116664857","name":"Lookalike (US, 4\u0025) - Fine Jewelry-Bidders-2016-06-28"}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"locales":[24,6],"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["instagramstream","mobileexternal","mobilefeed"]},"updated_time":"2016-09-05T22:43:54-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"141","daily_budget":"1000","lifetime_budget":"0"},{"id":"6057331318370","account_id":"861827983860489","campaign_id":"6057330925170","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-08-30T11:15:02-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"431128568bfc91de62927473cb04444c","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"ACHIEVEMENT_UNLOCKED","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-08-30T11:15:02-0700","targeting":{"age_max":65,"age_min":18,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"custom_audiences":[{"id":"6066116853057","name":"Lookalike (US, 4\u0025) - Beauty-Bidders-2016-06-28"}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"locales":[24,6],"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["instagramstream","mobileexternal","mobilefeed"]},"updated_time":"2016-08-30T11:15:02-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"4000","daily_budget":"4000","lifetime_budget":"0"},{"id":"6057331316770","account_id":"861827983860489","campaign_id":"6057330925170","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-08-30T11:15:00-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"a0d854a0c466ac76547ff124d64233df","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"ACHIEVEMENT_UNLOCKED","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-08-30T11:15:01-0700","targeting":{"age_max":65,"age_min":18,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"custom_audiences":[{"id":"6066116853057","name":"Lookalike (US, 4\u0025) - Beauty-Bidders-2016-06-28"}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"locales":[24,6],"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["instagramstream","mobileexternal","mobilefeed"]},"updated_time":"2016-09-01T16:31:25-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"134","daily_budget":"1000","lifetime_budget":"0"},{"id":"6057331315370","account_id":"861827983860489","campaign_id":"6057330925170","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-08-30T11:14:59-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"53d9f93fd846f79275160c802edf5c11","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"ACHIEVEMENT_UNLOCKED","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-08-30T11:14:59-0700","targeting":{"age_max":65,"age_min":18,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"custom_audiences":[{"id":"6066116853057","name":"Lookalike (US, 4\u0025) - Beauty-Bidders-2016-06-28"}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"locales":[24,6],"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["instagramstream","mobileexternal","mobilefeed"]},"updated_time":"2016-08-30T11:14:59-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"4000","daily_budget":"4000","lifetime_budget":"0"},{"id":"6057331314370","account_id":"861827983860489","campaign_id":"6057330925170","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-08-30T11:14:57-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"16ffa5a87c392517521332dcbcd4fdbd","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"ACHIEVEMENT_UNLOCKED","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-08-30T11:14:57-0700","targeting":{"age_max":65,"age_min":18,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"custom_audiences":[{"id":"6066116853057","name":"Lookalike (US, 4\u0025) - Beauty-Bidders-2016-06-28"}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"locales":[24,6],"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["instagramstream","mobileexternal","mobilefeed"]},"updated_time":"2016-08-30T23:04:54-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"143","daily_budget":"1000","lifetime_budget":"0"},{"id":"6057271044770","account_id":"861827983860489","campaign_id":"6056535031970","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-08-29T15:06:33-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"245a35d22e9e6c16ca4b77984a2a4cfa","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"PURCHASE","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-08-29T15:06:33-0700","targeting":{"age_max":65,"age_min":18,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"custom_audiences":[{"id":"6066116697057","name":"Lookalike (US, 4\u0025) - Jewelry-Bidders-2016-06-28"}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home","recent"]},"locales":[24,6],"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["instagramstream","mobileexternal","mobilefeed"]},"updated_time":"2016-08-29T15:06:33-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"4000","daily_budget":"4000","lifetime_budget":"0"},{"id":"6057261793170","account_id":"861827983860489","campaign_id":"6056934849770","billing_event":"IMPRESSIONS","configured_status":"ACTIVE","created_time":"2016-08-29T11:31:34-0700","effective_status":"ACTIVE","frequency_cap_reset_period":0,"is_autobid":true,"lifetime_imps":0,"name":"a32846d450fe813b5aa6364a72b11a45 - refuel4","optimization_goal":"OFFSITE_CONVERSIONS","promoted_object":{"application_id":"295802707128640","custom_event_type":"ACHIEVEMENT_UNLOCKED","object_store_url":"http:\/\/play.google.com\/store\/apps\/details?id=com.tophatter"},"rtb_flag":false,"start_time":"2016-08-29T11:31:34-0700","targeting":{"age_max":65,"age_min":18,"app_install_state":"not_installed","excluded_custom_audiences":[{"id":"6068994792257","name":"All-Users-2016-08-30"}],"custom_audiences":[{"id":"6066116697057","name":"Lookalike (US, 4\u0025) - Jewelry-Bidders-2016-06-28"}],"genders":[2],"geo_locations":{"countries":["US"],"location_types":["home"]},"user_device":["Android_Smartphone","Android_Tablet"],"user_os":["Android_ver_4.0_and_above"],"page_types":["mobileexternal","mobilefeed"]},"updated_time":"2016-09-04T19:15:03-0700","use_new_app_click":false,"pacing_type":["standard"],"budget_remaining":"533","daily_budget":"4000","lifetime_budget":"0"}]}
@@ -1 +0,0 @@
1
- {"data":[{"id":"6057330925170","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-30T11:06:36-0700","effective_status":"ACTIVE","name":"2016-08-30|android|ACHIEVEMENT_UNLOCKED|CATEGORY|Beauty","objective":"MOBILE_APP_INSTALLS","start_time":"2016-08-30T11:14:57-0700","updated_time":"2016-08-30T11:06:36-0700"},{"id":"6057330783570","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-30T11:04:22-0700","effective_status":"ACTIVE","name":"2016-08-30|android|ACHIEVEMENT_UNLOCKED|CATEGORY|Beauty","objective":"MOBILE_APP_INSTALLS","start_time":"1969-12-31T15:59:59-0800","updated_time":"2016-08-30T11:04:22-0700"},{"id":"6057330767570","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-30T11:04:06-0700","effective_status":"ACTIVE","name":"2016-08-30|android|COMPLETE_REGISTRATION|CATEGORY|Beauty","objective":"MOBILE_APP_INSTALLS","start_time":"1969-12-31T15:59:59-0800","updated_time":"2016-08-30T11:04:06-0700"},{"id":"6056934849770","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-24T13:32:20-0700","effective_status":"ACTIVE","name":"2016-08-24|android|ACHIEVEMENT_UNLOCKED|CATEGORY|Home","objective":"MOBILE_APP_INSTALLS","start_time":"2016-08-24T14:00:23-0700","updated_time":"2016-08-24T13:32:20-0700"},{"id":"6056934573170","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-24T13:29:50-0700","effective_status":"ACTIVE","name":"2016-08-24|android|ACHIEVEMENT_UNLOCKED|CATEGORY|Other","objective":"MOBILE_APP_INSTALLS","start_time":"2016-08-24T13:32:04-0700","updated_time":"2016-08-24T13:29:50-0700"},{"id":"6056535031970","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-19T11:43:37-0700","effective_status":"ACTIVE","name":"2016-08-19|android|PURCHASE|CATEGORY|Jewelry","objective":"MOBILE_APP_INSTALLS","start_time":"2016-08-19T12:09:35-0700","updated_time":"2016-08-19T11:43:37-0700"},{"id":"6056276103370","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-16T13:56:31-0700","effective_status":"ACTIVE","name":"2016-08-16|android|ACHIEVEMENT_UNLOCKED|CATEGORY|Apparel","objective":"MOBILE_APP_INSTALLS","start_time":"2016-08-16T14:01:18-0700","updated_time":"2016-08-16T13:56:31-0700"},{"id":"6056197784370","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-15T13:19:20-0700","effective_status":"ACTIVE","name":"2016-08-15|android|PURCHASE|CATEGORY|Jewelry","objective":"MOBILE_APP_INSTALLS","start_time":"1969-12-31T15:59:59-0800","updated_time":"2016-08-15T13:19:20-0700"},{"id":"6056189814370","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-15T10:55:36-0700","effective_status":"ACTIVE","name":"2016-08-15|android|ACHIEVEMENT_UNLOCKED|CATEGORY|Jewelry","objective":"MOBILE_APP_INSTALLS","start_time":"2016-08-16T14:49:07-0700","updated_time":"2016-08-15T10:55:36-0700"},{"id":"6055712869370","account_id":"861827983860489","buying_type":"AUCTION","can_use_spend_cap":true,"configured_status":"ACTIVE","created_time":"2016-08-09T14:42:23-0700","effective_status":"ACTIVE","name":"2016-08-09|android|CATEGORY|Jewelry","objective":"MOBILE_APP_INSTALLS","start_time":"2016-08-09T14:45:05-0700","updated_time":"2016-08-09T14:42:23-0700"}]}
@@ -1 +0,0 @@
1
- {"data":[{"id":"act_1132789356764349","account_id":"1132789356764349","account_status":1,"age":2.0061458333333,"created_time":"2016-08-31T15:14:23-0700","currency":"USD","name":"ReFuel4"},{"id":"act_1115226431853975","account_id":"1115226431853975","account_status":1,"age":25.147824074074,"created_time":"2016-08-10T17:27:49-0700","currency":"USD","name":"Ruby"},{"id":"act_953255011384452","account_id":"953255011384452","account_status":1,"age":315.86306712963,"created_time":"2015-10-26T09:23:16-0700","currency":"USD","name":"Testing"},{"id":"act_1051938118182807","account_id":"1051938118182807","account_status":1,"age":130.98862268519,"created_time":"2016-04-28T17:32:07-0700","currency":"USD","name":"Web"},{"id":"act_10152335766987003","account_id":"10152335766987003","account_status":1,"age":235.80065972222,"created_time":"2014-10-24T14:38:31-0700","currency":"USD","name":"Chris Estreich"},{"id":"act_861827983860489","account_id":"861827983860489","account_status":1,"age":512.10542824074,"created_time":"2015-04-09T16:54:58-0700","currency":"USD","name":"Android"},{"id":"act_39788579","account_id":"39788579","account_status":1,"age":2742.1572916667,"created_time":"2009-03-05T15:04:59-0800","currency":"USD","name":"iOS"}],"paging":{"cursors":{"before":"MjM4NDI1MDgwMDQ5ODA2OTgZD","after":"NjAwMjI0ODMyNTg5NQZDZD"}}}
@@ -1,22 +0,0 @@
1
- require 'sinatra/base'
2
-
3
- class RackFacebook < Sinatra::Base
4
-
5
- get '/v2.6/:object_id' do
6
- json_response 200, "#{params['object_id']}.json"
7
- end
8
-
9
- get '/v2.6/:object_id/:edge' do
10
- json_response 200, "#{params['object_id']}/#{params['edge']}.json"
11
- end
12
-
13
- private
14
-
15
- def json_response(response_code, file_name)
16
- content_type :json
17
- status response_code
18
- filename = File.dirname(__FILE__) + '/fixtures/' + file_name
19
- File.open(filename, 'rb').read
20
- end
21
-
22
- end