This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // create new experiment | |
| POST http://babbage.everydayhero.io:5003/experiments | |
| { | |
| "experiment_name": "sign_up_flow", | |
| "conversion_event": "page_created", | |
| "alternatives": ["green", "red"] | |
| } | |
| // show all experiment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| file_name: supporter_page_report | |
| columns: | |
| event_name: | |
| event_id: | |
| supporter_id: | |
| first_name: | |
| last_name: | |
| email: | |
| value_from: | |
| - page_received_donation.donor_email |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // http://supporter.dev/api/v2/search/charities?facets=causes | |
| { | |
| "charities":[ | |
| { | |
| "id":1178, | |
| "name":"Barton-Turcotte", | |
| "slug":"slug-6", | |
| "country_code":"au", | |
| "description":"Watsica, Lesch and Renner", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // http://supporter.dev/quantified_dashboard/activity_feed.json | |
| { | |
| "activity_feed":[ | |
| { | |
| "timestamp":"March 27, 2014 01:01 AM", | |
| "type":"page_donation_received_activity", | |
| "data":{ | |
| "message":"Received a $15.50 donation towards your goal for 15 57 MINISTRIES INC" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "activity_feed":[ | |
| { | |
| "timestamp":"March 27, 2014 01:01 AM", | |
| "type":"page_donation_received_activity", | |
| "data":{ | |
| "message":"Received a $15.50 donation towards your goal for 15 57 MINISTRIES INC" | |
| } | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "charities": [ | |
| { | |
| "id": 6277, | |
| "name": "Kalkie State School", | |
| "slug": "kalkie-state-school", | |
| "causes": [ | |
| { | |
| "id": 1, | |
| "key": "social" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // request url: http://supporter.dev/api/v2/search/charities?q=is%20a&page=2&page_size=2 | |
| { | |
| "charities": [ | |
| { | |
| "id": 6403, | |
| "name": "1 STEP 2 HOPE", | |
| "slug": "1-step-2-hope", | |
| "cause_ids": [ | |
| 16 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": 3, | |
| "name": "Social", | |
| "key": "social", | |
| "causes": [ | |
| { | |
| "id": 18, | |
| "name": "Civil Rights, Social Action & Advocacy", | |
| "key": "civil_rights_social_action_advocacy" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Example page creation request: | |
| * | |
| * allowed params are: | |
| * full_name, name, nickname, slug, expires_at, birthday, gift_aid_eligible, target, formatted_address, phone | |
| */ | |
| { | |
| "target": 3500, | |
| "expires_at": "2014-05-07T11:57:25.000+11:00", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ { "amount_formatted" : "1", | |
| "group" : "community", | |
| "percentile" : 23.938082556591212, | |
| "title" : "charity_engagement" | |
| }, | |
| { "amount_formatted" : "$0.00", | |
| "group" : "community", | |
| "percentile" : 0, | |
| "title" : "community_raised" |