Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMShareSDK
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMShareSDK
Commits
35b28c0a
Commit
35b28c0a
authored
4 years ago
by
王伟明
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'lwq_7.40.1_shareSdk' into 'master'
fix 埋点加参数 See merge request
!8
parents
d327beb6
ac46f939
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
GMShareView.m
GMShareSDK/Classes/Share/GMShareView.m
+4
-2
No files found.
GMShareSDK/Classes/Share/GMShareView.m
View file @
35b28c0a
...
...
@@ -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
];
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment