Skip to content

Commit

Permalink
added new US/MX query; cleaning up top interests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbstewart committed May 28, 2018
1 parent 675e9b3 commit 11acf0f
Show file tree
Hide file tree
Showing 6 changed files with 27,098 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ data/spec_data.tsv
data/query_results/
data/all_FB_interests_2016/
data/top_interests_complete.json
data/top_interests_complete_clean.json
src/*/*.pyc
src/*.pyc
src/*/__pycache__/
Expand Down
24 changes: 24 additions & 0 deletions data/queries/hispanic_MX_expats.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name" : "Hispanic Mexican Ex-Pats interests",
"behavior": [
{"or" : [6003133212372], "and" : [6023676072183], "name" : "Hispanic (All) AND Ex-pats (Mexico)"}
],
"geo_locations": [
{
"location_types": [
"home"
],
"name": "countries",
"values": [
"US"
]
}
],
"ages_ranges": [
{
"max": 65,
"min": 18
}
],
"genders":[0]
}
Loading

0 comments on commit 11acf0f

Please sign in to comment.