• Hello,

    Is there a way to get search terms from the referrer url? E.g., I would like to have something like:

    if (user-came-from-search-engine) // or, just from google
    if (searchTerms.contains(“goats”))
    {display my cool goat content}
    else
    {display a link to my site search}
    end if
    end if

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting search terms from referrer’ is closed to new replies.