Home > Questions and Answers > General Questions

Calling out mobile make and model (5)


08-31-2014 05:05 AM #1 sleenirvana (Member)
Calling out mobile make and model

To all my fellow stmer, great moderators, and admins how do i use the token on Voluum to call out viewer's mobile make and models? Thanks in advance


08-31-2014 10:42 AM #2 caurmen (Administrator)

You'll need to use PHP on your landing page to do that - I can't recall the exact names Voluum uses, but you'll need to look up what Voluum names the variables it passes to the lander, then add

Code:
<?php echo $_GET['variablenamegoeshere']; ?>
where you want to call out that variable.

Hope that helps!


09-01-2014 01:21 AM #3 zeno (Administrator)

See this as well - http://feedback.Voluum.com/knowledge...eter-on-lander


09-01-2014 01:22 AM #4 sleenirvana (Member)

Thanks caurmen. I send a ticket to Voluum support asking for what the variable is.


09-01-2014 01:24 AM #5 sleenirvana (Member)

Ahhh Thank you Zeno, that should do.


Home > Questions and Answers > General Questions