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
| {"status": "Complete", "percent_complete": 100, "error_details": "", "analysis": {"analysis_name": "Followers of @tigerwoods on 2019-02-20", "number_processed": 61314, "analysis_id": 15761173, "number_submitted": 6367601, "analysis_data": [{"section_rows": [{"estimated_size": 8888888, "code": "D01", "num": 88888, "pct": 50.000000}, {"estimated_size": 8888888, "code": "D02", "num": 88888, "pct": 50.000000}], "section_total": 177776, "section_name": "Gender"}, {"section_rows": [{"estimated_size": 88888, "code": "G01", "num": 888, "pct": 0.698157}, {"estimated_size": 888888, "code": "G02", "num": 8888, "pct": 6.987861}, {"estimated_size": 8888888, "code": "G03", "num": 88888, "pct": 69.884898}, {"estimated_size": 888888, "code": "G04", "num": 8888, "pct": 6.987861}, {"estimated_size": 888888, "code": "G05", "num": 8888, "pct": 6.987861}, {"estimated_size": 88888, "code": "G06", "num": 888, "pct": 0.698157}, {"estimated_size": 888888, "code": "G07", "num": 8888, "pct": 6.987861}, {"estimated_size": 88888, "code": |
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
| ["Air travel", "Travel", "oneworld", "American Airlines", "Travel industry news", "Entrepreneurship", "Education", "Live music", "Fast food", "Food", "Gaming", "Comedy", "Politics", "Country music", "Music", "Dogs", "Fantasy sports", "NFL football", "Style and fashion", "Technology", "Air travel", "Travel", "American football", "Television", "Travel hacking", "Men's publications", "Pets", "Lacrosse", "Men's fashion", "California", "Sports", "News", "Bonnaroo", "HBO", "Publications", "CBS", "Business and careers", "Books and publications", "Higher education", "American politics", "NBC", "United States", "NFL fantasy football", "Technology events", "Progressive American politics", "Actors", "Government and politics", "Nature and the outdoors", "U.S. Republican Party", "Television and film", "Conservative American politics", "Hobbies and interests", "Food and drink", "Travel destinations", "Dunkin' Donuts", "Popular culture", "Music festivals", "Social media", "Instagram", "Fox News", "South by Southwest (SXSW)" |
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
| class AdLibChart | |
| constructor: (@element)-> | |
| @chart_type = @element | |
| @chart_key = @element + '_chart' | |
| @chart_data = null | |
| @current_dates = null | |
| @data_filter = null | |
| init: -> |
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
| #<GooglePlaces::Spot:0x000001094c20c0 @reference="CnRuAAAAvqsa-cvLisGYaTaldTPCCrr59wJhw8WUqnSWRA3QPnqBbjBLwBvatWQp1sb5nOYS4Gf94Y4QasjWHmwUnl7NC4s4kEBvV1-T9gQBcR_p2rLACbaVuhlpXZUIx63w1gbOmsgDir-e7GwZzsL5a_OOHhIQVioeyunpgXHiTHG9tQlSZhoUQ1cExeig9qvvmcRqnW2GYETRFuk", @vicinity="New York", @lat=40.703165, @lng=-74.01699, @name="Battery Park", @icon="http://maps.gstatic.com/mapfiles/place_api/icons/generic_business-71.png", @types=["park", "establishment"], @id="58fc4a0c3ef0ffc426a52c0ea131e1bd7b8d7084", @formatted_phone_number="(212) 344-3491", @international_phone_number="+1 212-344-3491", @formatted_address="New York, NY, United States", @address_components=[{"long_name"=>"New York", "short_name"=>"New York", "types"=>["locality", "political"]}, {"long_name"=>"NY", "short_name"=>"NY", "types"=>["administrative_area_level_1", "political"]}, {"long_name"=>"United States", "short_name"=>"US", "types"=>["country", "political"]}], @street_number=nil, @street=nil, @city="New York", @region="NY", @postal_code=nil, @co |
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": 1307, | |
| "name": "Scott Eder Gallery", | |
| "rating": null, | |
| "phone_number": null, | |
| "address": null, | |
| "city": null, | |
| "state": null, | |
| "created_at": "2014-06-04T20:36:36.674Z", |
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
| { | |
| "status": "success", | |
| "response": { | |
| "activated_at": null, | |
| "activation_code": null, | |
| "created_at": "2012-10-16T19:12:48Z", | |
| "dj_name": "rohantest", | |
| "email": "rohantest@gmail.com", | |
| "id": 1828, | |
| "password_hash": null, |
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
| { | |
| "status": "error", | |
| "error": { | |
| "code": 422, | |
| "messages": [ | |
| "This email has already been registered.", | |
| "Another DJ has grabbed that handle. Try again." | |
| ] | |
| } | |
| } |
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
| { | |
| "status": "success", | |
| "response": { | |
| "conversation": { | |
| "to": [], | |
| "to_email": [ | |
| "rohandey@gmail.com" | |
| ], | |
| "messages": [ | |
| { |
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
| { | |
| "status": "success", | |
| "response": { | |
| "conversation": { | |
| "to": [ | |
| { | |
| "id": 14, | |
| "dj_name": "rohan" | |
| } | |
| ], |
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
| { | |
| :content => { | |
| :adventure => { | |
| :title => 'Adventure one', | |
| ........ | |
| }, | |
| :spots => [ | |
| { | |
| :spot => { |
NewerOlder