设备标识符

广告标识符 🔗

IFA 又称 IDFA。两者所指相同。

发送字段 格式 平台 支持提供
ifa
  • 来自设备的 IFA 数据十六位标记
  • 未插入破折号
  • 32 个字符长度
iOS
  • Chartboost iOS SDK v3.0.7 及以上
  • 数据传输
  • 服务器对服务器集成

如何获取我的 IFA?(iOS 版本 6.0+) 🔗

  1. 链接 AdSupport.framework (生成阶段 -> 链接二进制文件到库)
  2. 添加代码到应用,在 iOS 设备上运行 — 您会在日志中看到 IFA:
// Import these  
 
#import <CommonCrypto/CommonDigest.h>  
#import <AdSupport/AdSupport.h>  
  
// Print IFA (Identifier for Advertising) in Output section. Add to applicationDidBecomeActive. iOS 6+ devices only. NSString* ifa = [[[NSClassFromString(@"ASIdentifierManager") sharedManager] advertisingIdentifier] UUIDString];ifa = [[ifa stringByReplacingOccurrencesOfString:@"-" withString:@""] lowercaseString];NSLog(@"IFA: %@",ifa);

或者您可以使用第三方应用 The Identifiers 来找到您的设备的 IFA。

使用 Chartboost SDK 是否符合 Apple 的 IDFA 政策?

Chartboost SDK 遵循限制广告跟踪设置和 Apple 在使用 IDFA 方面的限制:

  1. 在应用内显示广告
  2. 将应用安装归属为前一次展示的广告
  3. 将应用内操作归属为前一次展示的广告

请放心使用 Chartboost SDK,如有任何问题或顾虑,请联系我们

Google 广告 ID (GAID) 🔗

发送字段 格式 平台 支持提供
gaid
  • 32 个字符外加 4 条短横线 (例如 e4fe9bde-caa0-47b6-908d-ffba3fa184f2)
  • 小写字母
Android
  • 所有 Chartboost Android SDK
  • S2S 服务器对服务器集成
  • Callback 回调数据传输

如何获取 GAID? 🔗

  • 在您的 Android 设备上打开 “Google 设置” 应用。
  • 选择广告
  • 您的广告 ID 会在底部显示。

UDID 🔗

发送字段 格式 平台 支持提供
uuid
  • 不应使用哈希算法或其他处理
  • 36 个字符长度
仅 iOS
  • Chartboost SDK v3.1.1 及以下 (UDID 在 v3.2 中删除)
  • 服务器对服务器集成
  • 数据传输