Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_flowbox
Project
Project
Details
Activity
Releases
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
android
android_flowbox
Commits
0c0d9ccb
Commit
0c0d9ccb
authored
Jul 26, 2021
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复插屏信息流数据上送错误
parent
482672df
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
InterstitialGroManager.java
...com/mints/flowbox/ad/inscreen/InterstitialGroManager.java
+2
-2
AppConfig.java
app/src/main/java/com/mints/flowbox/common/AppConfig.java
+1
-1
No files found.
app/src/main/java/com/mints/flowbox/ad/inscreen/InterstitialGroManager.java
View file @
0c0d9ccb
...
...
@@ -80,7 +80,7 @@ public class InterstitialGroManager {
if
(
isMain
)
{
interstitialId
=
CsjGroMoreManager
.
INSTANCE
.
getAPP_IN_COMMON_AD_UNIT_NEW_INTERSTITIAL_ID
();
}
else
{
interstitialId
=
CsjGroMoreManager
.
INSTANCE
.
getAPP_
OUT_AD_UNIT_NEW
_INTERSTITIAL_ID
();
interstitialId
=
CsjGroMoreManager
.
INSTANCE
.
getAPP_
IN_MAIN_AD_UNIT
_INTERSTITIAL_ID
();
}
// mInterstitialAd = new TTInterstitialAd(activity, CsjGroMoreManager.INSTANCE.getAPP_IN_MAIN_AD_UNIT_INTERSTITIAL_ID());
mInterstitialAd
=
new
TTInterstitialAd
(
activity
,
interstitialId
);
...
...
@@ -135,7 +135,7 @@ public class InterstitialGroManager {
if
(
isMain
)
{
vo
.
put
(
"adid"
,
CsjGroMoreManager
.
INSTANCE
.
getAPP_IN_COMMON_AD_UNIT_NEW_INTERSTITIAL_ID
());
}
else
{
vo
.
put
(
"adid"
,
CsjGroMoreManager
.
INSTANCE
.
getAPP_
OUT_AD_UNIT_NEW
_INTERSTITIAL_ID
());
vo
.
put
(
"adid"
,
CsjGroMoreManager
.
INSTANCE
.
getAPP_
IN_MAIN_AD_UNIT
_INTERSTITIAL_ID
());
}
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
}
else
{
...
...
app/src/main/java/com/mints/flowbox/common/AppConfig.java
View file @
0c0d9ccb
...
...
@@ -95,7 +95,7 @@ public class AppConfig {
/**
* gromore 剩余广告播放数
*/
public
static
int
groMoreVideoAdCount
=
2
0
;
public
static
int
groMoreVideoAdCount
=
1
0
;
/**
* owVideo 剩余广告播放数
*/
...
...
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