Snagajob's Public API Documentation
HomeAuthentication
  • Welcome to Snagajob's Developer Documentation
  • Authentication
    • Obtaining API Access
    • Generating the X-SAJ-Signature
  • Posting Creation
    • XML Feed Reference
    • Single - Uploading an XML Job Feed to Snagajob
    • Bulk - Uploading an Aggregate XML Job Feed to Snagajob
  • Easy Apply
    • Adding Support for Snagajob's Easy Apply
  • Job Sponsorship
    • Sponsoring Postings via Snagajob's Sponsorship API
    • Adding Sponsorship Campaigns to your XML Feed
  • Data Sharing
    • Receiving Click Data From Snagajob
      • Receiving Click and Cost Data via HTTP Requests
      • Receiving Click and Cost Data via an sFTP
    • Sending Application Complete Events Back to Snagajob
    • Sending Candidate Disposition Data to Snagajob
Powered by GitBook
On this page
  • Overview
  • Available Apply Button Click Metadata

Was this helpful?

  1. Data Sharing
  2. Receiving Click Data From Snagajob

Receiving Click and Cost Data via an sFTP

This page outlines how vendors can receive Snagajob click and cost data for Apply Now button click events via an sFTP.

Overview

Partners can provide Snagajob credentials to a partner-hosted sFTP location. Snagajob will upload a CSV file on the partner's preferred cadence to the provided directory containing the event level Apply Now button click data.

Available Apply Button Click Metadata

Name (CSV Column Headers)
Description
Example

timestamp

The click event time represented as an Epoch Unix Timestamp. All clicks are recorded in Eastern Time.

10111000

user_agent

The device user agent of the user who generated the click event.

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36

ip_address

The IP Address of the user who generated the click event.

2001:db8:3333:4444:5555:6666:7777:8888

click_cost

The cost per click that the posting was bidding at the time of the event.

10

click_id

Snagajob's unique id for the click event.

78dbe8d7-bc12-42ba-97d8-6f7236bbb009

external_id

Unique identifier per job posting provided in the XML feed.

a_job_id_123

external_campaign_id

The unique ID for a campaign in your system. This ID will correspond to the ID value provided in the XML feed.

123_test_id

url

The redirect URL for this job listing on your site provided in the XML feed.

http://www.exampleats.com/job1

PreviousReceiving Click and Cost Data via HTTP RequestsNextSending Application Complete Events Back to Snagajob

Last updated 1 year ago

Was this helpful?