Presentation URLs

A Presentation URL consists of three things:

  • Base URL - Need a definition/where does this come from? (e.g. checkout-demo.subscriberconcierge.com)

  • Presentation URL - this is akin to a path parameter. You create this in the Presentations section of the CMS (CMS > Subscription Panel > Presentations).

  • Query Parameters - options that define your request further.

Below is the formula example:

{Base_URL}/{Presentation_URL}/{Query_Parameter1=Value1}&{Query_Parameter2=Value2}

As an example:

  • For the {Base_URL}, you might use: checkout-demon.subscriberconcierge.com

  • For the {Presentation_URL}, you might use: CouponCode

  • For the {Query_Parameter1=Value1}, you might use: sideCode=maa

  • For the {Query_Parameter2=Value2}, you might use: zipCode=95988

The complete URL looks like the following:

checkout-demo.subscriberconcierge.com/CopuponCode?siteCode=maa&zipCode=95988

Last updated