1. Home
  2. Marketers
  3. Campaign Management
  4. Create a Venatus SAN Campaign
  1. Home
  2. Marketers
  3. Create a Venatus SAN Campaign

Create a Venatus SAN Campaign

The following document describes how to set up a campaign for Venatus SAN. Kochava enhances your install and event data with the Venatus SAN ad impression or click metadata directly from Venatus SAN to allow for extremely accurate and complete data.

Data Needed Before Beginning Process:

  • Venatus Product ID
  • Venatus Event Name

NOTE: For open network integration no trackers or install postbacks need to be created. There are specific settings needed for open network integration post-install postbacks. Refer to the Post-Install Event Postback Configuration section below.

  1. Log in to Kochava.
  2. Select the desired Account and App.
  3. Select Engagement > Campaign Manager.

Feature Note: To add this menu item to your Favorites Menu, select the “+” sign that appears when you hover over the menu. The Features Menu provides quick access to your most frequently visited areas of the Kochava UI.

  1. Select the desired Campaign & Segment, or create new ones.
  2. Click + Add (Tracker).
  1. Enter the Tracker Name.

NOTE: When a Tracker is created, Kochava automatically generates a name for the Tracker. We recommend that you replace the Tracker name at this point with a clear name of your choosing.

  1. Select Tracker Type > Acquisition. (default setting)
  2. Select Media Partner > Venatus SAN.
  3. Select Agency Partner. (optional)
  4. Enter the Destination URL.

NOTE: The Destination URL is not relevant as Venatus handles the routing of users.

  1. Enter a Deep Link. (optional)
  2. Enter any Custom Parameter(s). (optional)
  3. Click Save. (If no further trackers need to be created)
  4. Click Save & Add Another Tracker. (If additional trackers need to be created)
  5. Click Save & Create Postback (to navigate directly to the Partner Configuration page).

Install Postback Configuration

  1. Select App Configurations > Partner Configuration.

Feature Note: To add this menu item to your Favorites Menu, select the “+” sign that appears when you hover over the menu. The Features Menu provides quick access to your most frequently visited areas of the Kochava UI.

 

  1. Click + Add a Partner.
  2. Select Media Partner > Venatus SAN.
  3. Click Next.
  4. Verify Status: Active.
  5. Click Save.
  6. Select Install > ⚙ (Edit).
  7. Enter the Venatus Product ID.
  8. Select the Venatus Event Name > first_open.
  9. Click Save.

Note: For more information on Data Sharing Controls, see this support documentation.


Reengagement Configuration

The information within this section provides the steps necessary to establish a reengagement campaign. If a reengagement campaign does not need to be created, the information in this section may be disregarded.

NOTE: If a reengagement campaign does not need to be set up, but the data associated with post-install events needs to be sent to Venatus SAN follow the steps within the Create a Postback Section below.

 

 

Create a Reengagement Tracker:

  1. Navigate to Engagement > Campaign Manager.
  2. Select the desired Campaign & Segment, or create new ones.
  3. Click + Add (Tracker).
  4. Enter a Tracker Name.
  5. Select Tracker Type > Reengagement.
  6. Select Media Partner > Venatus SAN.
  7. Select an Agency Partner. (optional)
  8. Select the Venatus Event that will map to the selected Kochava event.
  9. Add Reengagement Event.

BEST PRACTICES: While multiple events can be added to the reengagement tracker it is highly recommended that only 1 event be added for each reengagement tracker.

  1. Click Save (If no further trackers need to be created).
  2. Click Save & Add Another Tracker (If additional events need to be created).
  3. Click Save & Create Postback (to navigate directly to the Partner Configuration page).

Post-Install Event Postback Configuration:

  1. Select App Configurations > Partner Configuration.

Feature Note: To add this menu item to your Favorites Menu, select the “+” sign that appears when you hover over the menu. The Features Menu provides quick access to your most frequently visited areas of the Kochava UI.

 

  1. Expand the Venatus SAN Partner Configuration.
  2. Select + Add a Postback.
  3. Select the desired Event.
  4. Enter the Venatus Product ID.
  5. Select the Venatus Event Name.
  6. Click Save.

Note: For more information on Data Sharing Controls, see this support documentation.

Standard Post-Install Event List:
Key Description
first_open When a user launches your app for the first time.
trial When a user successfully signs up for a given trial product.
subscription When a user pays for a subscription.
sign_up When a user completes an app sign up.
share_with_friend Link shared with contact.
purchase Item has been purchased.
Click and Impression Attribution Macros:

Click-through attribution, also known as click tracking, is the term used when a click leads to a user action within a certain attribution window. View-through attribution, also known as impression tracking, is the term used when an impression leads to a user action within a certain attribution window. The attribution window is supported for 7 day click lookback and 14 day impression lookback to meet your business needs.

URL Parameters Description Type
campaign_name Name of the campaign. string
campaign_id ID of the campaign. string
creative_name Name of the creative. string
creative_id ID of the creative. string
country 2 Digit country code where ad was served. string
platform The platform of the device where the ad was served. string
device_model Device Model of device where the ad was served. string
os_name Name of the operating system of the device where the ad was served. string
os_version Operating system version of the device where the ad was served. string
user_agent User agent of the device where the ad was served. string
ad_type The type of ad served. string
Example Attribution Response

Match:

{
"success": true,
            "attributionMode": "BMA", 
	"type": "impression",
	"metadata": {
		"creative_id": "Sample Creative",
		"site_id": "7774bc1af39681954243777812cb7009",
		"unix_date": "1476137388"
	},
	"match": {
		"idfa": "777583CD-A667-48BC-B806-444CB2B48606"
	}
}

No Match:

{
    "success": false,
    "attribution_mode": "BMA",
    "type": null,
    "matched_by": null,
    "matched_by_keys": null,
    "metadata": null,
    "match": null
}
Updated on May 1, 2026

Was this article helpful?