Tags - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Tags (/showthread.php?tid=4301) |
Tags - sx3 - 17.10.2022 Hello, Is it possible to assign two or more tags to a group adress? Because of different scripts that will need the same GA in some occasions, it would help me out if it would be possible to call different tags on same GA. RE: Tags - admin - 17.10.2022 You can assign multiple tags to a group address. Event script can only be mapped to a single tag. You can create a function that can be called from multiple event scripts to avoid copy/pasting the same code. RE: Tags - sx3 - 17.10.2022 Thanks, do I just separate them with comma? RE: Tags - admin - 17.10.2022 Yes. You can also press enter after each tag. |