Skip to content

Instantly share code, notes, and snippets.

@gaygenius
Created February 10, 2015 20:54
Show Gist options
  • Save gaygenius/2bc298ce0e4af5e5bdb5 to your computer and use it in GitHub Desktop.
Save gaygenius/2bc298ce0e4af5e5bdb5 to your computer and use it in GitHub Desktop.
Saved new user targeting conditions on Chicken
mysql> SELECT * FROM user_targeting_conditions WHERE event_id = 1272920;
+-------+----------+-----------+
| id | event_id | condition |
+-------+----------+-----------+
| 14875 | 1272920 | cUS |
| 14876 | 1272920 | sCA |
+-------+----------+-----------+
2 rows in set (0.00 sec)
mysql> SELECT * FROM user_targeting_conditions WHERE event_id = 1272920;
+-------+----------+------------------+
| id | event_id | condition |
+-------+----------+------------------+
| 14880 | 1272920 | cUS |
| 14883 | 1272920 | m30,000-39,999 |
| 14882 | 1272920 | m<30,000 |
| 14884 | 1272920 | pno_party |
| 14885 | 1272920 | rhispanic |
| 14886 | 1272920 | rnative american |
| 14881 | 1272920 | sCA |
+-------+----------+------------------+
7 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment