Skip to content

Commit

Permalink
Merge branch 'via2-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Dec 18, 2014
2 parents 3660e7d + d5f97e4 commit d117330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowplow/SnowplowTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ - (void) trackScreenView:(NSString *)name
id:(NSString *)id_
context:(NSMutableArray *)context
timestamp:(double)timestamp {
NSString *snowplowSchema = [NSString stringWithFormat:@"%@/screen_view/%@/1-0-0", kSnowplowVendor, _schemaTag];
NSString *snowplowSchema = [NSString stringWithFormat:@"%@%@/screen_view/%@/1-0-0", kIglu, kSnowplowVendor, _schemaTag];
NSMutableDictionary *screenViewProperties = [[NSMutableDictionary alloc] init];
if(id_ != nil)
[screenViewProperties setObject:id_ forKey:@"id"];
Expand Down

0 comments on commit d117330

Please sign in to comment.