Package lumis.portal

Interface PortalRequestContext.IPortalRequestContextCampaignProvider.IPortalRequestContextCampaign

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContent()
      Returns the campaign content.
      java.lang.String getMedium()
      Returns the campaign medium.
      java.lang.String getName()
      Returns the campaign name.
      java.lang.String getSource()
      Returns the campaign source.
      java.lang.String getTerm()
      Returns the campaign term.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the campaign name. Corresponds to utm_campaign.
        Returns:
        the campaign name.
        Since:
        16.0.0
      • getSource

        java.lang.String getSource()
        Returns the campaign source. Corresponds to utm_source.
        Returns:
        the campaign source.
        Since:
        16.0.0
      • getMedium

        java.lang.String getMedium()
        Returns the campaign medium. Corresponds to utm_medium.
        Returns:
        the campaign medium.
        Since:
        16.0.0
      • getTerm

        java.lang.String getTerm()
        Returns the campaign term. Corresponds to utm_term.
        Returns:
        the campaign term.
        Since:
        16.0.0
      • getContent

        java.lang.String getContent()
        Returns the campaign content. Corresponds to utm_content.
        Returns:
        the campaign content.
        Since:
        16.0.0