Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Getting Started

This is a crisp and precise integration guide that will facilitate the integration of ShieldSquare - Real-time Bot Management Solution for Web Apps, Mobile & APIs at the application level using our Ruby on Rails SDK. Please login and download the connectors from here

Info

Prerequisites

Ruby version >=2.0andRails>=3

Integrating ShieldSquare in Monitor Mode

...

Code Block
languagepy
gem 'ss2', :git => 'https://bitbucket.org/ss2ast/ror_v2.0', :tag => 'v3.1.0.2'

Run the bundle command to install the gem.

...

  • Go to 'Download Connectors' page and switch to 'JS Tag' tab to find your customized JS.

  • Integrate the JS in the starting of head section of web pages protected by ShieldSquare to ensure JS Tag executes immediately after the page loads. This will facilitate ShieldSquare to catch sophisticated bots. 

Info

Note

Both the aforementioned code snippets (API & JS) need to be executed from the every page of the website. It is therefore mandatory to include both the snippets in the common header file.

...