Database Software for List Management

Discussion in 'Mail Chat' started by doogster, Jan 12, 2014.

  1. doogster

    doogster New Member

    Joined:
    Aug 25, 2013
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    1
    Anyone know of any existing database software tools mailer related for list management?

    Or a database template in Access?

    Thought I would ask before I start designing one.
     
    Last edited: Jan 12, 2014
  2. Daansen

    Daansen Member

    Joined:
    Aug 14, 2011
    Messages:
    84
    Likes Received:
    16
    Trophy Points:
    8
    I wonder, is it not possible to manage all this with Microsoft Access? I never dealt with this program, I just see that no one use it for mail databases, don't know why, always wanted to try.
     
  3. doogster

    doogster New Member

    Joined:
    Aug 25, 2013
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    1
    It's possible. That's what the program is made for.
     
  4. nickphx

    nickphx VIP

    Joined:
    Apr 2, 2011
    Messages:
    1,294
    Likes Received:
    430
    Trophy Points:
    83
    Gender:
    Male
    Location:
    phoenix.
  5. doogster

    doogster New Member

    Joined:
    Aug 25, 2013
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    1
    Thanks nickphx, I didn't realize there was a 2GB limit per database with Access.

    I Would like one central access point for all of my data. From here I can run query reports based on domain, geo-location, M or F, phone number etc...then extract those queries to csv or txt files. This will result in better targeting my data thus more revenue.
     
  6. mrlucky123

    mrlucky123 Member

    Joined:
    May 4, 2012
    Messages:
    182
    Likes Received:
    7
    Trophy Points:
    18
    custom build is always the best option
     
  7. nickphx

    nickphx VIP

    Joined:
    Apr 2, 2011
    Messages:
    1,294
    Likes Received:
    430
    Trophy Points:
    83
    Gender:
    Male
    Location:
    phoenix.
    That sounds like something you would want to tie into a mailing platform. To update geo location you wouldn't want to trust the data provider to provide accurate information. You could use open/click IP source to update geo location of the records. If you develop this outside of your mailing platform you will waste much time shuffling data between the two..
     
  8. mrlucky123

    mrlucky123 Member

    Joined:
    May 4, 2012
    Messages:
    182
    Likes Received:
    7
    Trophy Points:
    18
    Who would you recommend for the geo location database nick. What you said was initially my thought when i built mine but I stumbled upon the frequent update of the new IP's location.
     
  9. bgood

    bgood New Member

    Joined:
    Jan 3, 2013
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    1
    adlinkr.com and makiska are great solutions that are tied into many esp's and if they are not tied into them they will work with you to streamline and automate your mailing needs.

    Also liquid-data.com
     
  10. phdesign

    phdesign Active Member

    Joined:
    Dec 12, 2011
    Messages:
    124
    Likes Received:
    32
    Trophy Points:
    28
    I have used Maxmind for geolocation. -to answer MrLucky
     
  11. nickphx

    nickphx VIP

    Joined:
    Apr 2, 2011
    Messages:
    1,294
    Likes Received:
    430
    Trophy Points:
    83
    Gender:
    Male
    Location:
    phoenix.
    There's maxmind and a free version that uses data from the RIRs to build their databases. http://software77.net/geo-ip/ is the free version. I've found it to work just as well if not better than maxmind when you only need to determine Country. If you want more granular such as state or city, maxmind does better because of their other fraud prevention related products and large client base of merchants that provide information.
     
  12. kennemail

    kennemail New Member

    Joined:
    Jun 27, 2012
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    If you have the data in some kind of raw text format, you might be able to do some stuff with R. My knowledge about it doesn't exceed what my statistics buddy tells me about it, but it seems it might be a fit if you're just trying to run reports against your data. http://www.r-project.org/

    Personally, I like to ninja stuff out with MySQL. My tables are already designed and data is being saved in my structures. Depending on the format your data is in, it shouldn't be far fetched to use MySQL to do the grunt work you require. Aside from converting the format of your data and assuming you have some database knowledge, shouldn't be too rough.

    Overall, I'd imagine that your data is in some kind of database already. Unless you like to get down and dirty with text files.
     

Share This Page