Last active
October 15, 2015 19:46
-
-
Save afuggini/6412f51b3d1629923f6b to your computer and use it in GitHub Desktop.
How do I insert a new key:value set under one of the objects inside AdTagNames in MongoDB?
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" : ObjectId("541945c1a5b1e41035b49ed7"), | |
"AdTagNames" : [ | |
{ | |
"adURL" : "http://www.sdfadgs.com", | |
"adPASSBACK" : "http://google.com/passback.html", | |
"adTAGS" : [ | |
"sdfgsdfgsdfg" | |
] | |
}, | |
{ | |
"adURL" : "http://www.sdfg.com", | |
"adTAGS" : [ | |
"sdfsfsadgfsd" | |
] | |
} | |
] | |
} |
Author
afuggini
commented
Oct 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment