Table of Contents

IOS SDK Docs Condition

class eMarketerCondition

This object represents a matching condition (aka campaign). You get condition objects from call to eMarketerTracker.inst.getResult()

condition.id

var id: Int

Read only field holding the condition ID that distinguishes one condition from another. This is e-Marketer internal property.

condition.name

var name: String?

Read only field holding the campaign name – how you called it in the e-Marketer panel.