Created
February 10, 2015 20:54
-
-
Save gaygenius/2bc298ce0e4af5e5bdb5 to your computer and use it in GitHub Desktop.
Saved new user targeting conditions on Chicken
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
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