Merge branch 'feature/userCenterRes' into 'release/5.5.1'
埋点格式修改 See merge request !442
Showing
1 changed file
with
4 additions
and
1 deletions
@@ -70,12 +70,15 @@ $('.res-c').on('click', 'a', function() { | @@ -70,12 +70,15 @@ $('.res-c').on('click', 'a', function() { | ||
70 | } | 70 | } |
71 | 71 | ||
72 | if (window._yas && window._yas.sendCustomInfo) { | 72 | if (window._yas && window._yas.sendCustomInfo) { |
73 | - window._yas.sendCustomInfo({ | 73 | + window._yas.sendCustomInfo && window._yas.sendCustomInfo({ |
74 | + op: 'YB_MY_BANNER_C', | ||
75 | + param: JSON.stringify({ | ||
74 | I_INDEX: index, | 76 | I_INDEX: index, |
75 | F_URL: encodeURIComponent(url), | 77 | F_URL: encodeURIComponent(url), |
76 | F_NAME: name, | 78 | F_NAME: name, |
77 | F_INDEX: pIndex, | 79 | F_INDEX: pIndex, |
78 | F_ID: id | 80 | F_ID: id |
81 | + }) | ||
79 | }, true); | 82 | }, true); |
80 | } | 83 | } |
81 | }); | 84 | }); |
-
Please register or login to post a comment