File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 167167 it (@" trackAllPagesV2" , ^{
168168 integration = [[SEGAmplitudeIntegration alloc ] initWithSettings: @{ @" trackAllPagesV2" : @true } andAmplitude: amplitude andAmpRevenue: amprevenue andAmpIdentify: identify];
169169
170- SEGScreenPayload *payload = [[SEGScreenPayload alloc ] initWithName: @" Shirts" properties: @{} context: @{} integrations: @{}];
170+ SEGScreenPayload *payload = [[SEGScreenPayload alloc ] initWithName: @" Shirts" properties: @{ @" url" : @" seinfeld.wikia.com/wiki/The_Puffy_Shirt" ,
171+ @" Feed Type" : @" private" }
172+ context: @{}
173+ integrations: @{}];
171174 [integration screen: payload];
172- [verify (amplitude) logEvent: @" Loaded a Screen" withEventProperties: @{ @" name" : @" Shirts" }];
175+ [verify (amplitude) logEvent: @" Loaded a Screen" withEventProperties: @{ @" name" : @" Shirts" ,
176+ @" url" : @" seinfeld.wikia.com/wiki/The_Puffy_Shirt" ,
177+ @" Feed Type" : @" private" }];
173178 });
174179
175180 });
You can’t perform that action at this time.
0 commit comments