/
iOS - Page View
iOS - Page View
Ziyaretçinizin şu anda görüntülediği sayfa adını göndermek için aşağıdaki metodu kullanın:
Objective-C
NSMutableDictionary *properties = [[NSMutableDictionary alloc] init]; [properties setObject:@"memberID/userID" forKey:@"OM.exVisitorID"]; [properties setObject:@"Token ID to use for push messages" forKey:@"OM.sys.TokenID"]; [properties setObject:@"App ID to use for push messages" forKey:@"OM.sys.AppID"]; [[Visilabs callAPI] customEvent:@"Page Name" withProperties:properties];
Swift
var properties = [String:String]() properties["OM.exVisitorID"] = "memberID/userID" properties["OM.sys.TokenID"] = "Token ID to use for push messages" properties["OM.sys.AppID"] = "App ID to use for push messages" Visilabs.callAPI().customEvent("Page Name", withProperties: NSMutableDictionary(dictionary: properties))
TokenID ve AppID parametreleri opsiyoneldir.
İnternet Servis Sağlayıcı (ESP) gibi üçüncü partilerle da paylaştığınız kullanıcı kimliği olarak bir evrenselID/müşteriID'si (universaID /customerID) kullanmayı unutmayın. Bir kullanıcı adı yerine bir GSM numarası veya e-posta adresi kullanıyorsanız lütfen bu bilgileri kullanıcı kimliği (user ID) olarak gönderin. Aynı kimliği (user ID) üçüncü partilerin hepsi ile paylaştığınızdan emin olun.
Ana Başlık: iOS - SDK
, multiple selections available,
Related content
iOS - Initialization
iOS - Initialization
Read with this
iOS SDK Ekleme ve Kurulum
iOS SDK Ekleme ve Kurulum
Read with this
iOS SDK Veri Gönderimi
iOS SDK Veri Gönderimi
Read with this
iOS Target Aksiyonları
iOS Target Aksiyonları
Read with this
Copyright 2020 Related Digital