Feature Tagging with Internationalisation
I am tagging features on my website, but I do not want the tagging CSS to be dependent on language. For example, we have a dropdown that says "All Leagues", the only identifiable way to tag the dropdown is contains("All Leagues"), which starts to not work when a user selected leagues and reopens the dropdown. We also support 20+ languages. In a previous article someone recommended to include the translations for every language in the tagging rule, which seems extremely unrealistic. So, do I need to reach out to my devs to get them to label these components within the dev?
Im including an example of the available elements for the German example.
Comments
Yes, your dev team will need to add something to help. One thing to consider is a custom attribute that you can then give to Pendo to facilitate auto-tagging: https://support.pendo.io/hc/en-us/articles/20116813908763-Automatic-Feature-tagging-with-custom-HTML-attributes
Please sign in to leave a comment.