Trigger automated campaigns

Triggering an automated campaign with Tango Targeting SDK is straightforward. All you have to do is to use the trigger associated with the campaign and make the call below wherever you think is appropriate in your code.

Tango.triggerWithKey(trigger: "your-campaign-trigger");
[Tango triggerWithKey:@"your-campaign-trigger"];