-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new US/MX query; cleaning up top interests
- Loading branch information
ianbstewart
committed
May 28, 2018
1 parent
675e9b3
commit 11acf0f
Showing
6 changed files
with
27,098 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
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] | ||
} |
Oops, something went wrong.