Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
LuckFarm
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmj
LuckFarm
Commits
3c83a47e
Commit
3c83a47e
authored
Nov 13, 2020
by
zhangshuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 埋点
parent
4e5ee526
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
AddCSJADManager.m
GYDemo/GYDemo/SCAds/platform/AddCSJADManager.m
+4
-4
AddGDTADManager.m
GYDemo/GYDemo/SCAds/platform/AddGDTADManager.m
+3
-3
AddRuiShiADManager.m
GYDemo/GYDemo/SCAds/platform/AddRuiShiADManager.m
+3
-3
AddSigmobADManager.m
GYDemo/GYDemo/SCAds/platform/AddSigmobADManager.m
+2
-2
No files found.
GYDemo/GYDemo/SCAds/platform/AddCSJADManager.m
View file @
3c83a47e
...
...
@@ -142,7 +142,7 @@
*/
-
(
void
)
splashAdDidClick
:
(
BUSplashAdView
*
)
splashAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
// NSString * clkTracking = self.currentData.clk_tracking[0];
...
...
@@ -285,14 +285,14 @@
This method is called when video ad is clicked. 点击
*/
-
(
void
)
nativeExpressRewardedVideoAdDidClick
:
(
BUNativeExpressRewardedVideoAd
*
)
rewardedVideoAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
/**
This method is called when the user clicked skip button.
*/
-
(
void
)
nativeExpressRewardedVideoAdDidClickSkip
:
(
BUNativeExpressRewardedVideoAd
*
)
rewardedVideoAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
// [[IOSADManager shareADManager]
videoAdDidClick:self.currentData];
}
...
...
@@ -387,7 +387,7 @@
* Sent when an ad view is clicked
*/
-
(
void
)
nativeExpressAdViewDidClick
:
(
BUNativeExpressAdView
*
)
nativeExpressAdView
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
...
...
GYDemo/GYDemo/SCAds/platform/AddGDTADManager.m
View file @
3c83a47e
...
...
@@ -132,7 +132,7 @@
* 开屏广告点击回调
*/
-
(
void
)
splashAdClicked
:
(
GDTSplashAd
*
)
splashAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
...
...
@@ -237,7 +237,7 @@
@param rewardedVideoAd GDTRewardVideoAd 实例
*/
-
(
void
)
gdt_rewardVideoAdDidClicked
:
(
GDTRewardVideoAd
*
)
rewardedVideoAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
...
...
@@ -346,7 +346,7 @@
* 原生模板广告点击回调
*/
-
(
void
)
nativeExpressAdViewClicked
:
(
GDTNativeExpressAdView
*
)
nativeExpressAdView
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
...
...
GYDemo/GYDemo/SCAds/platform/AddRuiShiADManager.m
View file @
3c83a47e
...
...
@@ -118,7 +118,7 @@
开屏广告点击回调
*/
-
(
void
)
vl_splashAdDidClick
:
(
VLNSplashAd
*
)
splashAd
{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
...
...
@@ -172,7 +172,7 @@
视频广告信息点击回调
*/
-
(
void
)
vl_rewardVideoAdDidClicked
:
(
VLNRewardedVideoAd
*
)
rewardedVideoAd
{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
...
...
@@ -243,7 +243,7 @@
广告点击回调
*/
-
(
void
)
vl_nativeAdDidClick
:
(
VLNNativeAd
*
)
nativeAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
/**
...
...
GYDemo/GYDemo/SCAds/platform/AddSigmobADManager.m
View file @
3c83a47e
...
...
@@ -106,7 +106,7 @@
* 开屏广告点击回调
*/
-
(
void
)
onSplashAdClicked
:
(
WindSplashAd
*
)
splashAd
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
...
...
@@ -196,7 +196,7 @@
@param placementId 广告位Id
*/
-
(
void
)
onVideoAdClicked
:
(
NSString
*
)
placementId
;{
[
self
videoAdDidClick
:
self
.
currentData
];
[
[
IOSADManager
shareADManager
]
videoAdDidClick
:
self
.
currentData
];
}
...
...
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