Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dominic Bush 10 posts 81 karma points
    Aug 12, 2016 @ 09:31
    Dominic Bush
    0

    Get current page URL including campaign parameters

    Hi,

    I was wondering if it was possible to get the current page URL for a form including Google Analytics custom campaign parameters and pass them into the workflow?

    Also, is it possible to get the value of a Cookie?

    Regards, Dom.

  • Theo Paraskevopoulos 33 posts 122 karma points
    Aug 12, 2016 @ 09:53
    Theo Paraskevopoulos
    0

    Hey Dom,

    Any reason you can't use these?

    var urlParam = HttpContext.Current.Request.QueryString["param"];
    var cookieValue = HttpContext.Current.Request.Cookies["cookieName"].Value;
    

    /Theo

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies