Table of Contents | ||
---|---|---|
|
...
<Portal Form Name>: This is the name of your application, set in the Admissions Portal Configuration screen. Any spaces in the name are to be replaced with "%20". If your portal name is "Undergraduate Application" this value would be Undergraduate%20Application in the Open API URL.
Info |
---|
Any Activities associated with an Admissions Portal Config screen will be added to the incoming inquiry or application, following the admissions portal activity tracking logic |
<Application or Inquiry>: If configuring the API as an Inquiry, this value should be set to Inquiry.
For an API as an Application, this should be set to Application. The Admissions Portal Config Mode needs to match this setting for the form being used:
...
Below is an example of the URL string. In this case, we are passing utm_medium, utm_source, utm_campaign, utm_content and utm_term
https://www.yourschool.edu/my-utmcodes-ip?utm_medium=cpc&utm_source=google&utm_campaign=1053902585&utm_content=389973371894_c_1t1&utm_term=online%20masters%20in%20social%20entrepreneurship
If a parameter value of leadUrl is passed into the Open API form, Campus Café will look for an included tracking record in Admissions Portal Config with a trigger name of LEADURL. The record must be checked as included and be placed in a tab at a location to be included on the form. The tracking record will be added with a the entire leadUrl value stored in the tracking record’s comment box.
...