Zend certified PHP/Magento developer

How to save the parameters from the URL address of the product landing page to the order table With Magento2.3.4

I have many landing pages for products and product categories. These landing pages are promoted on Facebook, and when users click on the address, they are directed to our website. The URL address contains many parameters. If a user places an order after coming from a landing page, I want to save these parameters in the order table. How can I do this? How can I retrieve the passed parameters in the order module?
Note:Magento2.3.4