Skip to main content

pub_gender

Written by GoKart Support

The pub_gender parameter allows you to specify the gender of the publisher's user when accessing the offer wall. This parameter helps to tailor the offers presented based on the user's gender.

To pass the gender parameter to the offer wall, use the following URL structure:

app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_gender=[GENDER_VALUE]

Replace [YOUR_TENANT] with your actual tenant identifier and [GENDER_VALUE] with the specific gender value.


Setting GENDER_VALUE

Back Office Configuration
The GENDER_VALUE is configured in the BackOffice. Add or update the gender values directly in your back office.

Setting the Value for an Offer

The gender value for a particular offer is set during the third step of the Offer Creation/Edit process.


How It Works

When you pass the pub_gender value in the URL, it is compared with the value set in the Back Office. For instance, if the gender value in the Back Office is set to "male" and you expect to get the offers on Offer Wall filtered only for men, you should use the following URL:

app.[YOUR_TENANT].getgokart.ai/offer-wall?pub_gender=male

Example

If your tenant identifier is brightwheels and the gender value is set to "female" in the BackOffice and you want to show to the user on the offer wall only the offers for women, your URL would be:

app.brightwheels.getgokart.ai/offer-wall?pub_gender=female
Did this answer your question?