Table of Contents

Android SDK Docs Condition

class eMarketerCondition

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

condition.getId()

int getId()

Returns the condition ID that distinguishes one condition from another. This is e-Marketer internal property.

condition.getName()

String getName()

Returns the campaign name – how you called it in the e-Marketer panel. The result is never null.