Skip to content

Instantly share code, notes, and snippets.

@raylillywhite
Created May 24, 2012 19:48
Show Gist options
  • Save raylillywhite/2783808 to your computer and use it in GitHub Desktop.
Save raylillywhite/2783808 to your computer and use it in GitHub Desktop.
HasOffers
NSMutableArray *mobileAppTrackerProperties = [NSMutableArray array];
[mobileAppTrackerProperties addObject:[NSString stringWithFormat:@"Amount charged: %f", self.booking.chargedAmount]];
[mobileAppTrackerProperties addObject:[NSString stringWithFormat:@"Nights booked: %d", self.booking.numberOfNights]];
[[MobileAppTracker sharedManager] trackAction:@"booking" withObjects:mobileAppTrackerProperties];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment