Google Analytics Import - Import to exiting website / idSite

Hi,
we want to import the data from google anlytics. It works, but it creates a now idSite. There is also a message: " Note: This import will create a new idSite where it will import your data."

Is it poosible to import to an exiting idSite?

Thanks

Maybe if you update manually the data in the database? (to be tested)
update idsite columns in tables:

  • log_visit
  • log_link_visit_action
  • log_conversion
  • log_conversion_item

  • Then remove archived data that could have been computed in archive_* tables
    At last, remove the site from site table. Maybe there is other links in other tables that have to be updated/removed)

For more info:
https://developer.matomo.org/guides/database-schema

Thanks for your answer