我正在尝试使用 Google Analytics 跟踪用户点击某个按钮的次数。我一直在关注 Google Analytics SDK,但出现“使用未声明的标识符‘CallHotline’”错误,代码如下:
[[tracker sendEventWithCategory:@"uiAction"
withAction:@"buttonPress"
withLabel:callHotline
withValue:[NSNumber numberWithInt:100]];