EntryForm

Facebook options

businessenterprise
You have several possiblities to activate Facebook login on your form :

Learn more

EntryForm-FacebookFeatures

  • Suggest Facebook Login to fill the participation form
    businessenterprise
    If entrants are connected on Facebook when they participate to your contest, fields are pre-filled based on facebook information about him.
  • Force entrants to use Facebook Login to fill the participation form
    businessenterprise
    Entrants have to be connected to facebook to validate their entries.
  • Suggest Like on Facebook
    enterprise
    On www.Facebook.com, people who are not yet fans on your fan page are advised to become fans before participating.
  • Suggest Like out of Facebook
    enterprise
    On every channel (facebook, your website, mobile,tablets, ect), people who are not yet fans on your fan page are advised to become fans before participating.

Additional Fields

enterprise
If you want to get any other information of the participants you can add another question/request by clicking on “Additional fields”. You can choose if this should be a mandatory field for your entrants or not.

Learn more

Add question

You can download the answers of your entrants as CSV file at the end of the contest.

Customize Facebook, Twitter and Email Sharing

businessenterprise
All the contests launched with our app can be shared on Facebook, Twitter and Email. You can customize sharing messages with the Business and Enterprise plan.

Learn More

Customize the Email Sharing Message

You can :
– Turn on Email Sharing
– Give entrants extra chances for each share.
– Customize the message: Object and mail.

Email Share

You can use the curly bracket {name} and {firstname} to get a personalized message.You can also add an URL or choose the curly bracket {url} which will replace the URL of your contest.

Customize the Facebook Sharing Message

– Turn on the automatic fill in form with Facebook
– Force or not Facebook Login
– Turn on the Facebook Friends Invitations
– Customize the sharing message displayed on Facebook

Facebook Share

You can add your own URL (for example the URL form your blog). If you do not enter anything into the URL field, the URL in the sharing message will automatically redirect to the contest.
We advise you not to exceed 250 characters in the sharing message. If you do not complete this field, the message will be displayed like this:

Contest Title
Date, Description

Customize the Twitter Sharing Message

– Turn on Twitter Sharing
– Customize the message

You can add your own URL (for example the URL form your blog). If you do not enter anything into the URL field, the URL in the sharing message will automatically redirect to the contest.

Twitter Share

We recommend you not to exceed 120 characters in the sharing message. If you do not complete this field, the message will be displayed like this: Win “Prize Title”

Customize Opt-in

enterprise
The opt-in is required, when you want to offer your prospects or clients advertising or newsletters.

EntryForm-OptIn

Learn More

You can display a second opt-in for offers from partners.

Special Partnership

enterprise
The partnership box allows you to edit your partner opt-in. You can add for example name and logo.

Learn More

Partner_FormStep

Choose this option if you want to share leads and cost of your contest with a partner. At the end of your contest you can download a CSV file for each of your partners listing the participants who want to receive offers from partners.

Visitor Tracking Script

enterprise

A tag is a snippet of JavaScript that sends information to a third party, such as Google. Tracking script allows you to monitor your game visitors and contest entrants. It could be very convenient if you want to pay advertising partners for each lead they bring (cost per lead).

This features assumes familiarity with Tracking Code configuration. Changes and configuration made on this field could impact on your game. Kontest won’t provide any support for this this feature and can’t be held responsible for any damage or data loss that may occur. If you encounter an anomaly, we advise you to clear your changes and to appeal to your technical team.

Learn More

script tracking

    • What tag can I use?

We doesn’t have an exhaustive list of tags, but a large number of scripts are supported. However, the platform is not compatible with the document.write and each »document.write (» should be replaced by » $ (‘ body ‘). Append (“«.

    • Where to insert the tags?

You can add your tags at different stages of the game:

      • A first tag triggered when the user press on the “enter” button (landing page)
      • A second tag to track conversion, triggered when a form is filled (final page)
    • Is lead attribution available ?

If you paste multiple tags (from different advertisers) in the same container, both scripts will be triggered for every new lead. If you want to trigger a script only for a specific source, you should:

      • Add a parameter into the game URL, which will have a specific value for each advertising partner. For instance : http://mypromotion.xg1.li?s=1 for s variable(source) which has value = 1.
      • Adapt your script in order to get this parameter et then trigger the right tag for the right value only.
    • How to pre-fill form fields easily ?

In addition, you can use URL params to pre-fill form fields, if the entrants is already known (link from a newsletter to the game for example). You have to generate an unique URL for each visitor, containing profile information, like these : http://mypromotion.xg1.li?firstname=Julia&lastname=Marchal
Make sure these params are available in the list below.

Important : Params can’t be automaticaly caught when URL are not hosted on Kontest (Facebook link, iframe,etc.).

SFor an iframe integrated promotion, you’ll have to adapt your site code. You can generate aspecific iframe for each visitor calling a different URL in the iframe.Example :
The game is integrated on http://myblog.com/promotion and a visitor enter the page with the following url http://myblog.com/promotion?s=1, you’ll have to call the matching url into the iframe : http://mypromotion.xg1.li?s=1

    • Other examples

You can also send information regarding the participants (to you advertisers or to your database) according to nformation entered in the form. In this case, you must add one of the following variables in your script and insert it in the “conversion script”. Those information should be requested in the form settled for your game:

  • format
  • gender_prefix
  • firstname
  • lastname
  • company_name
  • company_job
  • email
  • gender
  • relationship
  • address1
  • zip
  • city
  • state
  • phone
  • mobile
  • fax
  • website
  • newsletter
  • newsletter_partner
  • lang
  • period
  • birthdate
  • question_form_1
  • iw_result : in a instant win, (win) ou (lost)
  • iw_gift_name : in a instant win, prize awarded

Here an exemple
//https (don’t delete this comment to be validate by the sfValidator)
var url = ‘hereisyoururl’;
var key = ‘hereisyourkey’;
url += ‘?key=’ + key + ‘&email={email}&status={iw_result}&gift_name={iw_gift_name}‘;
$.ajax({
url: url,
dataType: “jsonp”
});

    • What is the checkbox “Tracking emails of participants who opt-in”?

By selecting this option, your conversion script only works when the participant has agreed to receive your newsletter.

    • How can I test?

You can test your tracking in your browser console. Those tags will be present on your live preview. If you need further information, don’t hesitate to use « Tag Assistant by Google » ou « Facebook Pixel Helper »