With If-So DKI you can display:
And more…
Display the user’s location: country, city, state, continent, or time zone.
[ifsoDKI type='geo' show='country']
The shortcode above inserts the user’s country, other information can be displayed by replacing the value of the “show” parameter.
Insert the keyword that was used to trigger your ad.
[ifsoDKI type="google-ads" parameter="YOUR-PARAMETER" fallback="Your default value (optional)"]
Display the value of any query string.
[ifsoDKI type="querystring" parameter="YOUR-PARAMETER" fallback="Your default value (optional)"]
The shortcode above will display the value of the parameter “YOUR-PARAMETER”. I.e. if the page URL is example.com?YOUR_PARAMETER=Awesome, the word Awesome will be displayed.
Show an event time that is calculated according to the user’s time zone.
[ifsoDKI type='time' show='user-geo-timezone-sensitive' time='04/25/2022 08:00' format='n/j/o, G:i']
Display the user’s first name, last name, email, and more.
[ifso_user_details show="firstName" fallback="Default value (optional)"]
Display a login/logout link.
[ifso_login_link login_redirect="https://example.com/account" ]
The shortcode above will display a login/logout link, the user will be redirected to a page you choose after logging in.
Display the URL of the referral website or webpage.
[ifsoDKI type='referrer' fallback="Default value (optional)"]
Display the user’s browser language.
[ifsoDKI type='language' show='primary-only']
Display the number of website pages that were visited by the user.
[ifsoDKI type='viewcount' show='visit-count']
Display any page, post, or custom post using a simple shortcode.
[ifso-show-post id="123"]
Display the number of items in the cart, value in the cart, and more.