Target Text Swaps By Using The HTML Data Attribute

For those with access to edit their page, and the variable text insertion doesn't work.

To target using a data attribute, add one with the prefix of data-el

<p data-el="primary-title">I'm easily targeted!</p>

And then in your old value mark your attribute:

Target by data attribute