Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' | ... | @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' |
2 | 2 | ||
3 | ext { | 3 | ext { |
4 | PUBLISH_GROUP_ID = 'ly.warp' | 4 | PUBLISH_GROUP_ID = 'ly.warp' |
5 | - PUBLISH_VERSION = '4.5.4-cosbeta39i' | 5 | + PUBLISH_VERSION = '4.5.4-cosbeta40' |
6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' | 6 | PUBLISH_ARTIFACT_ID = 'warply-android-sdk' |
7 | } | 7 | } |
8 | 8 | ... | ... |
... | @@ -208,7 +208,7 @@ public class CosmotePostEventRequest { | ... | @@ -208,7 +208,7 @@ public class CosmotePostEventRequest { |
208 | 208 | ||
209 | JSONObject data = new JSONObject(); | 209 | JSONObject data = new JSONObject(); |
210 | data.putOpt("InteractiveChannel", "COSMOTE_OMNI"); | 210 | data.putOpt("InteractiveChannel", "COSMOTE_OMNI"); |
211 | - data.putOpt("InteractionPoint", "COSMOTE_APP_GIFTS4U"); | 211 | + data.putOpt("InteractionPoint", mZone); |
212 | data.putOpt("Session_ID", mCommunicationUuid); | 212 | data.putOpt("Session_ID", mCommunicationUuid); |
213 | data.putOpt("OfferAudienceLevel", mOfferAudienceLevel); | 213 | data.putOpt("OfferAudienceLevel", mOfferAudienceLevel); |
214 | data.putOpt("MSISDN", mOfferAudienceLevel.equals("msisdn") ? mUserMsisdn : ""); | 214 | data.putOpt("MSISDN", mOfferAudienceLevel.equals("msisdn") ? mUserMsisdn : ""); |
... | @@ -259,7 +259,7 @@ public class CosmotePostEventRequest { | ... | @@ -259,7 +259,7 @@ public class CosmotePostEventRequest { |
259 | 259 | ||
260 | JSONObject param8 = new JSONObject(); | 260 | JSONObject param8 = new JSONObject(); |
261 | param8.putOpt("Name", "APPLICATIONNAME"); | 261 | param8.putOpt("Name", "APPLICATIONNAME"); |
262 | - param8.putOpt("Value", "COSMOTE_APP_GIFTS4U"); | 262 | + param8.putOpt("Value", mZone); |
263 | param8.putOpt("Type", "string"); | 263 | param8.putOpt("Type", "string"); |
264 | parameters.put(param8); | 264 | parameters.put(param8); |
265 | 265 | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment