The pub_age parameter allows you to specify the age of the publisher's user when accessing the offer wall. This parameter helps to tailor the offers presented based on the user's age.
To pass the age parameter to the offer wall, use the following URL structure:
app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_age=[AGE_VALUE]
Replace [YOUR_TENANT] with your actual tenant identifier and [AGE_VALUE] with the specific age value.
Setting AGE_VALUE
Back Office Configuration
The AGE_VALUE is configured in the BackOffice. Add or update the age values directly in your back office.
Setting the Value for an Offer
The age range for a particular offer is set during the third step of the Offer Creation/Edit process in GoKart. The age range is defined by ValueFrom (min age) and ValueTo (max age).
How It Works
When you pass the pub_age value in the request URL, it is compared with the age range set in GoKart BackOffice. For instance, if the age range in GoKart is set to "0-12," the offer will be shown to users whose age falls within this range, including the edge values.
For example:
Offer will be shown to
pub_age=0Offer will be shown to
pub_age=10Offer will be shown to
pub_age=12
Example
If your tenant identifier is brightwheels and the age range is set to "13-18" in GoKart, your URL would be:
app.brightwheels.getgokart.ai/offer-wall?pub_age=15
