檢視 IDGraph iOS Tracking Code 的原始碼
←
IDGraph iOS Tracking Code
跳至導覽
跳至搜尋
由於下列原因,您沒有權限進行編輯此頁面的動作:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
== 回報追蹤 == 在AppDelegate的<code>didFinishLaunchingWithOptions</code> function 中,帶入 Service ID 初始化 TAMIdGraphManager 即可完成追蹤碼的建置。<br/> 其中Service id就是TAMedia提供給您的服務id。<br/> 請參考以下範例 == Swift == 在AppDelegate.swift內實作 import UIKit import TAMIdGraph @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { TAMIdGraphManager.initTAMIdGraphManager(withServiceId:"Your Service Id") return true } } 完成以上步驟即完成追蹤碼的設置 == 回報客製化參數 == 要回報客製化參數則使用以下兩方法,傳入參數可為中、英、數或混合 1.只帶入一客製化參數 +(void)initWithServiceId:(NSString *)serviceId customParameter:(NSString*)parameter; 2.帶入多個客製化參數(上限為12個字串) + (void)initWithServiceId:(NSString *)serviceId customParameters:(NSArray*)parameters; 請參考以下範例: //回傳兩個參數 func reportOneParams() { TAMIdGraphManager.initWithServiceId("YourServiceID", customParameter: "param1") } //回傳多個參數 func reportCustomParams() { TAMIdGraphManager.initWithServiceId("YourServiceID", customParameters: ["param1", "param2"]) [[IDGraph_iOS_SDK_Developer_Guide|回IDGraph iOS guide]]
返回到「
IDGraph iOS Tracking Code
」。
導覽選單
個人工具
登入
命名空間
頁面
討論
變體
已展開
已摺疊
視圖
閱讀
檢視原始碼
檢視歷史
更多
已展開
已摺疊
搜尋
導覽
首頁
近期變更
隨機頁面
有關 MediaWiki 的說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊