Skip to content

VNG-Zalo/pixel-tracking-ios

Repository files navigation

pixel-tracking-ios

Pixel Tracking module for iOS

Requirement

  • iOS 8+ & Xcode 11
  • Zalo SDK core lib v2.4.0912+
  • AdSupport.framework

Install

  • Add to Podfile
pod 'ZaloSDK/Pixel'
  • Or use prebuilt framework here
  • Add link to AdSupport.framework

Usage

long long pixelId = 1L;
NSString *event = @"buy";

NSMutableDictionary *params = [NSMutableDictionary dictionary];
params[@"brand"] = @"apple";
params[@"model"] = @"iphone5";

ZPTracker *tracker = [ZPTracker newInstanceWithPixelId:pixelId];
[tracker trackEventWithName:event params:params];

About

Pixel Tracking module for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published