@@ -252,7 +252,8 @@
}
+ (void)googleAnalyticsSendRequestString:(NSString *)urlString WithScreen:(NSString *)screenName Action:(NSString *)action Extra:(NSDictionary *)extra {
-
+
+#ifdef BUILD_NPD
if (!screenName && !action && !extra) {
return;
@@ -313,7 +314,8 @@
+#endif