Commit 35b28c0a authored by 王伟明's avatar 王伟明

Merge branch 'lwq_7.40.1_shareSdk' into 'master'

fix 埋点加参数

See merge request !8
parents d327beb6 ac46f939
......@@ -495,7 +495,8 @@ static NSString *shareCellIdentifier = @"shareCellIdentifier";
}
NSDictionary *dic = @{@"page_name": SafeString(pageName),
@"business_id": SafeString(businessId),
@"url": SafeString(self.shareUrl)};
@"url": SafeString(self.shareUrl),
@"service_item_id": SafeString(phobosView.serviceItemId),};
[Phobos track:@"page_click_share" attributes:dic];
}
}
......@@ -525,7 +526,8 @@ static NSString *shareCellIdentifier = @"shareCellIdentifier";
@"url": SafeString(self.shareUrl),
@"share_channel": _getGMShareChannelByType(type),
@"task_type":SafeString(self.taskType),
@"business":@"channel"};
@"business":@"channel",
@"service_item_id": SafeString(phobosView.serviceItemId),};
[Phobos track:@"page_click_share_channel" attributes:dic];
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment