AdCider
app.adcider.com
app.adcider.com
  • Introduction

    • What is AdCider?
    • Core Concepts
  • Getting Started

    • Connecting Your Account
    • Creating a Campaign
    • After Campaign Creation
  • Guides

    • The Campaigns Dashboard
    • The Campaign Details View
    • Account & Billing Management
    • Understanding Plan Limits
  • Attribution (SDK)

    • Why Set Up Attribution?
    • SDK Implementation Guide
    • What Gets Tracked
  • Advanced Topics

    • Using AI Instructions
    • Combining AI with Manual Changes
  • Reference

    • FAQ

SDK Implementation Guide

Step 1: Create an API Key

  1. Navigate to Settings > Attribution
  2. Click New API Key
  3. Name the key and associate it with the correct Organization and App
  4. Copy the generated API Key

Step 2: Add the Swift Package

  1. In Xcode, navigate to File > Add Packages...
  2. In the search bar, paste the package URL:
    https://github.com/Nixes-io/adcider-attribution
  3. Add the package to your project

Step 3: Initialize the SDK

Import and initialize the framework in your AppDelegate or App init:

import AdCiderAttribution

AdCiderAttribution.initialize(apiKey: "your-api-key-from-adcider")

The SDK will now automatically collect Apple Ads attribution tokens and monitor StoreKit transactions.

Prev
Why Set Up Attribution?
Next
What Gets Tracked