Add this to your Tealium Tools Extension as a custom tool, @oleg_bulkin and @redfuel318. Select the tags you want to copy in profile A, click on that custom tool, click "Copy selected items", go to profile B, click on that custom tool, click "Paste selected items". Watch magic happening.
{
"id": "iq_selective_copy",
"icon_url": "https://solutions.tealium.net/hosted/tealiumTools/export_tealium_tools/export_tealium_tools.png",
"description": "This Tealium Tool will allow you to select individual items from each tab in IQ, copy just those (vs. Copy Profile) and then Paste that in a new profile",
"title": "Selective Profile Copy/Paste",
"scripts": {
"copy_tt": {
"title": "Selective Profile Copy/Paste",
"remote_template": true,
"template": "https://solutions.tealium.net/hosted/tealiumTools/tiq_selective_copy_paste/tealium_iq_selective_copy.html",
"remote_js": true,
"js" : "https://solutions.tealium.net/hosted/tealiumTools/tiq_selective_copy_paste/tealium_iq_selective_copy.js",
"auto_inject": true
}
}
}
... View more