Keewano Unity SDK
Loading...
Searching...
No Matches
Marketing Campaign

Overview

Use KeewanoSDK.ReportInstallCampaign to record the marketing campaign that brought in a new user. This function logs the campaign detail so you can later assess which marketing channels work best.

Description

Provide the name of your marketing campaign (for example, "Facebook Ads - Campaign A") as the parameter. The system stores this information for analysis, enabling you to compare the effectiveness of different campaigns over time.

Use Cases

This function is ideal when you want to:

  • Leverage AI-Driven Insights: - Benefit from AI insights that track user behavior during gameplay. When the Keewano AI Agents identify a marketing channel as a key factor, it highlights this in its reports with actionable guidance.
  • Track the success of various marketing campaigns.
  • Identify which channels deliver the most user installations.
  • Refine your marketing approach with data-driven decisions based on comprehensive reporting.

Example

For instance, to log a campaign named "Facebook Ads - Campaign A", simply call:

// Log the marketing campaign responsible for the user installation.
KeewanoSDK.ReportInstallCampaign("Facebook Ads - Campaign A");
Definition KeewanoSDK.cs:18
static void ReportInstallCampaign(string campaignName)
Reports a marketing install campaign for this user.
Definition KeewanoSDK.cs:276

This call records that the new user was acquired through the specified marketing campaign.