CampusLogin allows you to collect information from prospects who submit a form on your website, such as the media source of the lead, or they keyword they used to find your school.
If your website is hosted on the CampusLogin | Website CMS system (content management system) then all of this functionality is automatically included with your website.
If you host your own website and wish to add this functionality, here are the instructions to do so. The following information can be passed into CampusLogin and associated to each of your leads:
Available Fields
Advertising Source
(mediaid)
Use mediaid to identify the leads source using the media id from CampusLogin. This is a proprietary field of CampusLogin.
Example: mediaid=12345
Campaign Source
(utm_source)
Use utm_source to identify a search engine, newsletter name, or other source.
Example: utm_source=google
Campaign Medium
(utm_medium)
Use utm_medium to identify a medium such as email or cost-per- click.
Example: utm_medium=cpc
Campaign Term
(utm_term)
Used for paid search. Use utm_term to note the keywords for this ad.
Example: utm_term=running+shoes
Campaign Content
(utm_content)
Used for A/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL.
Examples: utm_content=logolink or utm_content=textlink
Campaign Name
(utm_campaign)
Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign.
Example: utm_campaign=spring_sale
Passing Values to CampusLogin
There are two methods to deliver your leads to CampusLogin. You can either use your own forms and form post data into CampusLogin. Or use CampusLogin forms and add them to your website using iframes.
If you use the form post method, just include these values with your post. For example if you would like to pass the keyword, you would post the value to “utm_term”.
If you use an iframe form from CampusLogin you will need to add these values to the end of your form url, in the form of a query string, like this:
http://form1.campuslogin.com/sampleform.aspx?utm_term=your+keyword&utm_content=text+link
Collecting Values from Your CMS
You will need to collect these values from the url:

And save them to either a session or a cookie so you can pass the values along with your form post, or insert them into the iframe url. It is important to save this as a session or cookie, in case the user clicks around to multiple pages within your website prior to filling out a form.
Form Post Forms
If you use form posts, then you simply need to include the mediaid in your post, along with the other variables such as first name, etc. The proper format for the media variable should be “mediaid”.
Implementation Tip for iFrame Users
The implementation method that CampusLogin used for its own CMS system is to create a variable that can be added to all iframe forms, such as {%para%}.
This variable is programmed to collect all of the values from the url (mediaid, utm_source, utm_medium, utm_term, utm_content, and/or utm_campaign) and add them to the end of the iframe appear in the iframe url:
So in your source code, your iframe form url would look something like this:

http://form1.campuslogin.com/Demo_School/3800/Lead/Request_Information.campuslogin?{%para%}
And then when users go to your website, and the url contains the above variables, {%para%} would be replaced with those actual variables, like this:
When the lead submits the forms those variables will be saved to their profile.
CL-Marketing-Tracking-Media-on-Your-WebsiteDownload