Export Import Ad-Tags through PhpMyAdmin CP tables
Anyone had luck with exporting Ad-Tags?
I have 2 sites using the exact same Server settings and DB (Php 7.3 and PhpMyadmin 5.7)
I managed to Export the Ad Fields Table wp_cp_ad_fields from Site 1 and import it into Site 2 (deleted old table and renamed the imported table to match Site 2's prefix)
Tested it on the site and I could see all the Ad fields listed, great so far.
Now I'm trying to do the same for the Ad-Tags
I exported the Ad-Tags table cp_term_taxonomy from Site 1 to Site 2 (renamed table prefix to match new one)
I can see the table was populated correctly, but when I go back to the website, no Ad-Tags available.
Are there other tables that need to be exported as well to allow a full export of the Ad-Tags?
P.S.: No I can't export/import the whole DB in this case because this is a fresh install and also, XML export does not allow to filter the Ad-Tags only.