def self.insert_or_identify_segment segmentos, match, titulo
    id = ''
    ss =  segmentos.select{|s| s['name'].match(match) }
    if ss.count == 0
      begin