Can’t turn your site traffic into sales?
Your customers abandoning their carts?
Make potential customers notice special offers.
Need to increase sales on Shopify?
Struggling to collect form submissions?
Let them call you directly via popups.
Having trouble growing your email list?
Choose your offer and let the game begin.
Make sure important news unmissed.
Keep visitors & customers on your site longer.
Can’t draw attention to your surveys?
Grow social media followers and likes!
Popupsmart provides an easy way to display dynamic texts on your popup campaigns using the Smart Tags feature. Create personalized onsite marketing messages with dynamic content to improve conversions.
Smart tags make it possible to add dynamic text to your popup campaigns. For example, you can address visitors by their names or show their location automatically using a specifically formatted placeholder text.
{{Name}}
.{{Name|fall=You}}
so that when there’s no data to pull, the defined default text “You” will fall instead.{{Name}}
” will appear as “Hey.”Popupsmart’s Smart Tags feature works in a campaign’s headline, description, sub-description, input fields, and also for success and teaser popups. Additionally, smart tags can be added to the hidden input fields for purposes like collecting data.
You can feed the Smart Tag data in two different ways; JavaScript API and URL parameter.
URL parameter fills in the data when it is, for example, “examplewebsite.com/?name=firstname
”.
As you might know, most URL parameters contain user information such as order ID, product ID, or even user name. If we go back to square one, URL parameters are query strings. Let’s take a look at the anatomy of a URL parameter for better understanding.
So, for example, when the URL parameter is something like domain.com/?name=firstname
, then the Smart Tag ({{Name}}
) transforms into the name data in the query string.
Go to your Popupsmart dashboard to create/edit a campaign. On your popup builder screen, enter the smart tag variable name in curly braces into the field you wish to show a dynamic text.
By default, Popupsmart works with 4 main variables which are the most common ones:
{{utmCampaign}}
: "",
{{utmSource}}
: "",
{{utmMedium}}
: "",
{{utmContent}}
: ""
Important: If you need to define another custom variable, then you can do so by defining it as metadata on GTM.
Some parameters like the {{Name}}
, can be found through email marketing services. Since you already know your subscribers’ names and other information, you may show them a personalized popup.
Just add the dynamic text to your popup and set up URL targeting to show on that specific page. Then, link the URL to your email button. Your subscribers who click on your email button will be directed to the page with the personalized popup.
On the other hand, JavaScript API functions as “psMetaData.add({ name: })
”
Apart from these, smart tags can also be fed with the data coming from system fields, which are automatically created by browsers.
<script> psMetaData.add({ name: }) </script>
If you choose “some,” then you need further configuration to use this trigger only on specific Page Hostname, URLs, Paths, or Referrers. Additionally, you have the option to choose a built-in variable or add a new variable.
If this feels advanced to you, just select All Windowloaded Events.
Every smart tag or dynamic text must start and end with two curly braces. This determines the text you want to replace inside your popup campaign.
The first value needs to be either a predefined smart tag or the name of a custom variable you have defined.
{{SMART_TAG_NAME}}
To show a default text in case the smart tag cannot pull necessary data, use a pipe character (|) and “fall=” followed by the text you want to use.
{{SMART_TAG_NAME|fall=DEFAULT_TEXT}}
The following are predefined smart tags available to use right on your Popupsmart popups. The text following a colon ( : ) is for exemplary purposes of how the dynamic content will look.
{{ip”: “3.23.78.141}}
,
{{date_MM_dd_yyyy}}
: “03/05/2021",
{{date_MMMM_dd}}
: “May 03",
{{date_dddd_dd_MMMM_yyyy}}
: “Monday, 03 May 2021",
{{country}}
: “United States”,
{{region}}
: “Ohio”,
{{city}}
: “Ohio”,
{{countryCode}}
: “US”,
{{language}}
: “Turkish”,
{{os}}
: “Mac OS X 10.15",
{{browser}}
: “Chrome 90.0",
{{referrer}}
: “”,
{{utmCampaign}}
: “”,
{{utmSource}}
: “”,
{{utmMedium}}
: “”,
{{utmContent}}
: “”
Note: These tag names are reserved names (e.g., {{language}}
) and should not change.
Still have questions? Contact us via live chat or email us at [email protected]