Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fiveworld
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_fiveworld
Commits
545a3049
Commit
545a3049
authored
Nov 22, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adincome接口添加应用内外标识
parent
095d1718
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
20 additions
and
2 deletions
+20
-2
build.gradle
app/build.gradle
+2
-2
InHomeWifiExpress.kt
.../java/com/mints/fiveworld/ad/express/InHomeWifiExpress.kt
+1
-0
InSceneExpress.kt
...ain/java/com/mints/fiveworld/ad/express/InSceneExpress.kt
+1
-0
OutSceneExpress.kt
...in/java/com/mints/fiveworld/ad/express/OutSceneExpress.kt
+1
-0
OutScreenExpress.kt
...n/java/com/mints/fiveworld/ad/express/OutScreenExpress.kt
+1
-0
OutSimpleExpress.kt
...n/java/com/mints/fiveworld/ad/express/OutSimpleExpress.kt
+1
-0
InSceneFull.java
...rc/main/java/com/mints/fiveworld/ad/full/InSceneFull.java
+1
-0
Notice_OutSceneFull.java
...java/com/mints/fiveworld/ad/full/Notice_OutSceneFull.java
+1
-0
OutSceneFull.java
...c/main/java/com/mints/fiveworld/ad/full/OutSceneFull.java
+1
-0
OutTimeFull.java
...rc/main/java/com/mints/fiveworld/ad/full/OutTimeFull.java
+1
-0
NewInSceneFull.java
...main/java/com/mints/fiveworld/ad/half/NewInSceneFull.java
+1
-0
NewOutSceneFull.java
...ain/java/com/mints/fiveworld/ad/half/NewOutSceneFull.java
+1
-0
NewOutTimeFull.java
...main/java/com/mints/fiveworld/ad/half/NewOutTimeFull.java
+1
-0
Notice_NewOutSceneFull.java
...a/com/mints/fiveworld/ad/half/Notice_NewOutSceneFull.java
+1
-0
InSceneInterstitial.java
.../com/mints/fiveworld/ad/inscreen/InSceneInterstitial.java
+1
-0
Notice_OutSceneInterstitial.java
...ts/fiveworld/ad/inscreen/Notice_OutSceneInterstitial.java
+1
-0
OutSceneInterstitial.java
...com/mints/fiveworld/ad/inscreen/OutSceneInterstitial.java
+1
-0
OutTimeInterstitial.java
.../com/mints/fiveworld/ad/inscreen/OutTimeInterstitial.java
+1
-0
SplashActivity.java
...java/com/mints/fiveworld/ui/activitys/SplashActivity.java
+1
-0
No files found.
app/build.gradle
View file @
545a3049
...
...
@@ -13,8 +13,8 @@ android {
applicationId
rootProject
.
APPLICATION_ID
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
versionCode
2021102
0
versionName
"1.1.
4
"
versionCode
2021102
2
versionName
"1.1.
6
"
flavorDimensions
"default"
// dex突破65535的限制
...
...
app/src/main/java/com/mints/fiveworld/ad/express/InHomeWifiExpress.kt
View file @
545a3049
...
...
@@ -922,6 +922,7 @@ class InHomeWifiExpress : GMSettingConfigCallback {
vo
[
"adSource"
]
=
adSource
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE1
vo
[
"adid"
]
=
expressId
vo
[
"inner"
]
=
AdReportManager
.
INNER_IN
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
)
return
}
...
...
app/src/main/java/com/mints/fiveworld/ad/express/InSceneExpress.kt
View file @
545a3049
...
...
@@ -919,6 +919,7 @@ class InSceneExpress : GMSettingConfigCallback {
vo
[
"adSource"
]
=
adSource
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE1
vo
[
"adid"
]
=
expressId
vo
[
"inner"
]
=
AdReportManager
.
INNER_IN
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
)
return
}
...
...
app/src/main/java/com/mints/fiveworld/ad/express/OutSceneExpress.kt
View file @
545a3049
...
...
@@ -909,6 +909,7 @@ class OutSceneExpress : GMSettingConfigCallback {
vo
[
"adSource"
]
=
adSource
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE1
vo
[
"adid"
]
=
expressId
vo
[
"inner"
]
=
AdReportManager
.
INNER_OUT
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
)
return
...
...
app/src/main/java/com/mints/fiveworld/ad/express/OutScreenExpress.kt
View file @
545a3049
...
...
@@ -311,6 +311,7 @@ class OutScreenExpress private constructor() : GMSettingConfigCallback {
vo
[
"adSource"
]
=
adSource
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE1
vo
[
"adid"
]
=
CsjGroMoreManager
.
getOutLockExpressId
()
vo
[
"inner"
]
=
AdReportManager
.
INNER_OUT
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
)
}
...
...
app/src/main/java/com/mints/fiveworld/ad/express/OutSimpleExpress.kt
View file @
545a3049
...
...
@@ -936,6 +936,7 @@ class OutSimpleExpress private constructor() : GMSettingConfigCallback {
vo
[
"adSource"
]
=
adSource
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE1
vo
[
"adid"
]
=
CsjGroMoreManager
.
getOutCommonExpressId
()
vo
[
"inner"
]
=
AdReportManager
.
INNER_OUT
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
)
return
}
...
...
app/src/main/java/com/mints/fiveworld/ad/full/InSceneFull.java
View file @
545a3049
...
...
@@ -271,6 +271,7 @@ public class InSceneFull {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
vo
.
put
(
"adid"
,
fullId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_IN
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventFull
(
...
...
app/src/main/java/com/mints/fiveworld/ad/full/Notice_OutSceneFull.java
View file @
545a3049
...
...
@@ -319,6 +319,7 @@ public class Notice_OutSceneFull {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
vo
.
put
(
"adid"
,
fullId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_OUT
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventFull
(
...
...
app/src/main/java/com/mints/fiveworld/ad/full/OutSceneFull.java
View file @
545a3049
...
...
@@ -260,6 +260,7 @@ public class OutSceneFull {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
vo
.
put
(
"adid"
,
fullId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_OUT
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventFull
(
...
...
app/src/main/java/com/mints/fiveworld/ad/full/OutTimeFull.java
View file @
545a3049
...
...
@@ -265,6 +265,7 @@ public class OutTimeFull {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
vo
.
put
(
"adid"
,
fullId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_OUT
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventFull
(
...
...
app/src/main/java/com/mints/fiveworld/ad/half/NewInSceneFull.java
View file @
545a3049
...
...
@@ -269,6 +269,7 @@ public class NewInSceneFull {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
vo
.
put
(
"adid"
,
fullId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_IN
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventFull
(
...
...
app/src/main/java/com/mints/fiveworld/ad/half/NewOutSceneFull.java
View file @
545a3049
...
...
@@ -260,6 +260,7 @@ public class NewOutSceneFull {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
vo
.
put
(
"adid"
,
fullId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_OUT
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventFull
(
...
...
app/src/main/java/com/mints/fiveworld/ad/half/NewOutTimeFull.java
View file @
545a3049
...
...
@@ -264,6 +264,7 @@ public class NewOutTimeFull {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
vo
.
put
(
"adid"
,
fullId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_OUT
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventFull
(
...
...
app/src/main/java/com/mints/fiveworld/ad/half/Notice_NewOutSceneFull.java
View file @
545a3049
...
...
@@ -268,6 +268,7 @@ public class Notice_NewOutSceneFull {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
vo
.
put
(
"adid"
,
fullId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_OUT
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventFull
(
...
...
app/src/main/java/com/mints/fiveworld/ad/inscreen/InSceneInterstitial.java
View file @
545a3049
...
...
@@ -243,6 +243,7 @@ public class InSceneInterstitial {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE3
);
vo
.
put
(
"adid"
,
interstitialId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_IN
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventInscreen
(
AdReportManager
.
INNER_IN
,
Constant
.
AD_SOURCE_GROMORE
,
...
...
app/src/main/java/com/mints/fiveworld/ad/inscreen/Notice_OutSceneInterstitial.java
View file @
545a3049
...
...
@@ -295,6 +295,7 @@ public class Notice_OutSceneInterstitial {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE3
);
vo
.
put
(
"adid"
,
interstitialId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_OUT
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventInscreen
(
AdReportManager
.
INNER_OUT
,
Constant
.
AD_SOURCE_GROMORE
,
...
...
app/src/main/java/com/mints/fiveworld/ad/inscreen/OutSceneInterstitial.java
View file @
545a3049
...
...
@@ -243,6 +243,7 @@ public class OutSceneInterstitial {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE3
);
vo
.
put
(
"adid"
,
interstitialId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_OUT
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventInscreen
(
AdReportManager
.
INNER_OUT
,
Constant
.
AD_SOURCE_GROMORE
,
...
...
app/src/main/java/com/mints/fiveworld/ad/inscreen/OutTimeInterstitial.java
View file @
545a3049
...
...
@@ -248,6 +248,7 @@ public class OutTimeInterstitial {
vo
.
put
(
"adSource"
,
adSource
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE3
);
vo
.
put
(
"adid"
,
interstitialId
);
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_OUT
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
AdReportManager
.
INSTANCE
.
eventInscreen
(
AdReportManager
.
INNER_OUT
,
Constant
.
AD_SOURCE_GROMORE
,
...
...
app/src/main/java/com/mints/fiveworld/ui/activitys/SplashActivity.java
View file @
545a3049
...
...
@@ -298,6 +298,7 @@ public class SplashActivity extends BaseActivity implements SplashView {
vo
.
put
(
"adSource"
,
mTTSplashAd
.
getAdNetworkPlatformId
());
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE0
);
vo
.
put
(
"adid"
,
CsjGroMoreManager
.
INSTANCE
.
getInMoneySplashId
());
vo
.
put
(
"inner"
,
AdReportManager
.
INNER_IN
);
TrackManager
.
getInstance
().
cmtGroMoreInfo
(
vo
);
}
...
...
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