Adding New Geo Areas to TR_Geo_Area?

My museum needs to start distinguishing between Connecticut patrons and out of state patrons. I want to add CT as a Geo Area option, so that when I filter in Analytics on our "Top 5 Zips by Ticket Count" it will just give me Connecticut. From previous answers in the forums it seems like I have to go into SSMS first and then add it to the TR_Geo_Area system table. IS that the case, or can I just add the new line directly into the table? I have never touched anything in Geo Area before so I have no idea where to begin. 

Thanks!

Parents Reply
  • It would be a simple update, but something you should try in your Test environment first, if you have any hesitation about updating T_ADDRESS in live.

    It could be as simple as updating all addresses with state = 'CT' to the new geo_area, but, are any of those already assigned a geo_area? Think about whether or not you want to replace the existing value with a new one, if yes. (Each address in T_ADDRESS can have only one geo_area.)

Children