आपको निर्यात करना होगा फ़ील्ड नाम को बड़े अक्षर से शुरू करके फ़ील्ड।
type AN_Track_Log struct {
Id bson.ObjectId `bson:"_id,omitempty"`
User_session_id_str string `bson:"user_session_id_str"`
Googleanaly_pixel_id_str string `bson:"googleanaly_pixel_id_str"`
...
}