我添加了所有框架&已實施其他GA API代碼並返回分析。不知道錯誤是什麼?我得到「的選擇sendEventWithCategory沒有已知的實例:在Google Analytics API跟蹤代碼中找不到錯誤
(IBAction)didTouchOnInviteButton
{
ContactListViewController *contactsViewController = [self.storyboard instantiateViewControllerWithIdentifier:@"ContactListViewControllerId"];
contactsViewController.mode = modeInviteToEvent;
contactsViewController.event = self.event;
[self.navigationController pushViewController:contactsViewController animated:YES];
id <GAITracker> tracker = [[GAI sharedInstance] defaultTracker];
[tracker sendEventWithCategory:@"Contacts" withAction:@"Invite Button Pressed" withValue:1];
}
似乎是正確的,但你可以提高你的答案 –
此代碼對我不起作用。該方法應該是'sendEventWithCategory:withAction:withLabel:withValue:' –