def GetCreativeXsiTypes():
    """Gets a dictionary of creative xsi_types indexed by their 'typeId' values.

  Returns:
    dict Creative xsi_types indexed by 'typeId'.
  """
    return Utils.GetDictFromCsvFile(
        os.path.join(LIB_HOME, 'data', 'creative_types.csv'))