05-06-2024 02:33 PM - edited 02-13-2025 10:00 AM
A phone number in the aria-label and title remains the same instead of being replaced with the Invoca number.
<a href="tel:+1888.123.4567" aria-label="1.888.111.2222" title="call 888.111.2222">
1.888.123.4567
</a>
Swapping the number in the custom attribute, such as aria-label or title will require a custom code update. Please contact your CSM to engage Invoca Technical Services for assistance with this solution.
The Invoca Tag targets only the "href" attribute of the <a> tag and its inner text content (i.e., text displaying a phone number) to perform number swapping.
It does not check other custom attributes, such as aria-label, title, or any other attribute, as these are not consistently used for phone numbers.