id
stringlengths
14
14
text
stringlengths
2
2.42k
source
stringclasses
1 value
6dfe3e0eb900-0
4292 FullScreenTakeOver (FSP) Introduce the Full-Screen Promo sub-channel to the strategy framework. FullScreenTakeOver is another subchannel introduced with the Discover subchannel. To execute the FullScreentakeover Subchannel below are the steps & this only can execute with channel=App & Subchannel= Discover with GetNBA API for any App channel. -->TreatmentToSubchannel DD: AddSmartwatch_App_AppleSmartwatch_Apple. this treatment has subchannel=Discover And FullScreenTakeOver in TreatmentToSubchannel DD. when executing GetNBA for Disover subchannel, full-screen takeover will also populate in response with channel=App, Subchannel= FullScreenTakeover, and SubChannnel= Discover. Validate the T2TVAction for Discover & FullScreenTakeOver Validate the T2TVAttribute for Discover & FullScreenTakeOver GetNBA API: Url: https://pega.data.capst.vodafoneaws.co.uk/prweb/PRRestService/aom/v2/getnextbestactions Request Body: { "Identifier": { "Account": { "AccountNumber": " ", "Status": "Existing", "Type": "Consumer" }, "ServiceNumber": "447920770018" }, "RequestorDetail": { "Channel": "App", "SubChannel": "Discover" }, "Context": { "PrimaryContext": "", "NoOfActions": 10, "Detail": [] } } VFUK_FSP_Off … 17 Mar 2023, 07:19 AM1a.xlsx
VODKB-200723-160306.pdf
44594cd0fec7-0
4293 Response: { "InteractionId": 327161084198181210, "ActionList": [ { "OfferId": "XSL011", "OfferName": "AddSmartwatch", "Propensity": 0.0, "TreatmentId": "XSL011-T0004", "OfferVariant": "Apple", "Priority": 2, "Channel": "App", "OfferDescription": "", "TreatmentVariant": "AppleSmartWatch", "SubChannel": "FullScreenTakeover", "TreatmentName": "AddSmartwatch_App" }, { "Propensity": 0.0, "Actions": [ { "Type": "Button", "Outcome": "Clicked", "Id": "AppDirectToURLAction", "Detail": [ { "Value": "Shop now", "Name": "Label" }, { "Value": "Latest Apple Watch Deals | Series 8 & Ultra | Vodafone UK ", "Name": "URL" }, { "Value": "1", "Name": "Index"
VODKB-200723-160306.pdf
4d217dd22322-0
4294 }, { "Value": "ReDirect", "Name": "Action" } ] }, { "Type": "Button", "Outcome": "Dismissed", "Id": "AppDismissAction", "Detail": [ { "Value": "2", "Name": "Index" }, { "Value": "No thanks", "Name": "Label" }, { "Value": "Dismiss", "Name": "Action" } ] } ], "Priority": 1, "OfferVariant": "Apple", "Channel": "App", "SubChannel": "Discover", "OfferId": "XSL011", "OfferName": "AddSmartwatch", "TreatmentId": "XSL011-T0004", "OfferDescription": "", "TreatmentVariant": "AppleSmartWatch",
VODKB-200723-160306.pdf
11c1872462fa-0
4295 "Detail": [ { "Value": "https://cdn.vodafone.co.uk/en/assets/images/desktop/Apple_Watch_Series6_NBA.jpg", "Name": "imageURL" }, { "Value": "Get the Apple Watch Series 6", "Name": "body" }, { "Value": "Treat yourself to a new watch", "Name": "title" } ], "TreatmentName": "AddSmartwatch_App" } ], "CustomerId": "2-FSP_Crosssell" } In IH, the same Treatment will populate with TargetSubchannel= Discover and FullScreentake over. If you have treatment more than 1 then only one treatment will populate with Subchannel= Discover and the same treatment with subchannel= FullDiscover and the rank will be 1 in IH. other treatment will populate with only SubChannel = Discover with another rank. Example:
VODKB-200723-160306.pdf
6c34cd6c1da3-0
4296 3.5 Extras Landing Page Extras Landing Pages Business Requirement: Objective: Extras Landing Page is to display a web page (developed in Microsite), when customer clicks a link inside SMS,The web page presents the customer with offers e.g. 1GB or 2GB of extra data. Pre-requisite: Functionality e.g. NBA Batch has sent SMS to customers. The SMS body contains a link for Microsite, which customer needs to click. When customer clicks on the link, Microsite pages are displayed for a no-error scenario. Each microsite page displayed for a scenario e.g. success, failure etc. is customizable via a template and contents configured in PM Tool. 1. NBA Batch Process sends SMS to customer that has the Microsite link. 1. Customer clicks on the link. 1. Customer lands on Microsite landing page. 1. Re-validation check is done if the offer is still available and the customer eligible for the offer. 1. For re-validation success scenario, eligible offer 1GB or 2GB are displayed. 1. Along with success scenario, that writes Shown outcome in IH 1. If customer clicks “Buy now” button. 1. CSO (Create Sales Order) logic gets invoked 1. The CSO process, if successful, writes Accepted response in Interaction History. Logic notifies the app layer to display a success Microsite page. 10. CSO process, if not successful, writes a Failure response in Interaction History. Logic notifies the app layer to display a failure Microsite page. Implemented Functionalities Revalidation Checks: Prereq: Customer should have received a SMS link Customer is ineligible :customer is ineligible for the data extras presented in the SMS
VODKB-200723-160306.pdf
6c34cd6c1da3-1
Customer is ineligible :customer is ineligible for the data extras presented in the SMS The offer has expired: The customer is only eligible for the offer for a certain amount of time, if they click on the URL in the SMS following the expiry date, the offer will not be available to the customer anymore The offer is inactive, then sorry page is displayed to the customer Offer Expiry Prereq: Customer should receive the SMS link The customer is only eligible for the offer for a certain amount of time, if they click on the URL in the SMS following the expiry date, the offer will not be available to the customer anymore
VODKB-200723-160306.pdf
f942792ee99e-0
4297 Fallowperiod Prereq :Customer should have received a SMS with the details of the offer The user should be able to configure a number of days for which the offer will be unavailable to the customer after it has expired. Errors: All error scenarios display Sorry Page. Error is written to aom_error database table. Error Scenario 1 Once customer clicks on the URL in SMS, AOM tries to look up customer and offer information by using the Metadatacode present in the URL, if customer details cannot be found against the URL details, error page is displayed. Error Scenario 2 If Metadatacode look up is successful, there are additional validations for GPSL. If call to GPSL fails, error page is displayed. Error Scenario 3 On the URL click and other customer activities on the Microsite, Pega needs to write responses to Interaction History as part of Capture Response process. If the process fails, error page is displayed. Eg: Interaction id mismatch for a sms sent response and sms clicked response. Error Scenario 4 Customer clicks on the URL, but the customer data is not present in Subscription table, error page is displayed. Dataset up 1.Create Customer with Insert scripts INSERT INTO alphadata.subscription_v (subscription_id, service_no, prepay_postpay_type, subs_status, subs_type, owner_acct_no, billing_acct_no, service_acct_no, consr_enterprise_flg, consr_indirect_comns_base, acquisition_channel, acquisition_dealer_store, retention_channel, retention_dealer_store, subr_original_connection_dt, latest_contract_start_dt, latest_contract_end_dt, mms_mktg_consent_flg,
VODKB-200723-160306.pdf
f942792ee99e-1
sms_mktg_consent_flg, obc_mktg_consent_flg, location_data_consent_flg, traffic_data_consent_flg, profiling_consent_flg, billing_profile_no, last_billing_dt, future_disconnection_dt, subs_credit_limit, my_acct_cntrl_flg, spend_mgr_onoff_flg, spend_mgr_val, subr_my_vf_app_flg, subr_mva_notif_on_flg, subr_acr, vf_app_version_no, subr_tariff_product_cd, tot_mob_dom_dat_allw_kb, tot_mob_roam_dat_allw_kb, tot_sms_allw, tot_mob_voi_dom_min_allw, tot_mob_voi_roam_min_allw, mktg_segment_1, mktg_segment_2, previous_service_no, record_dt, deleted_flg, root_service_product_cd, subr_latest_connection_dt, partitionkey, segmentkey, randomkey, full_name, email_address, consr_indirect_comns_partner_id, consr_indirect_comns_partner, consr_indirect_comns_base_id, last_seen_imei, last_seen_tac_code, last_seen_imsi, subs_addr_id, billing_media_format, acquisition_dept, retention_dept, payment_method_cd) VALUES('RGSMSBATCH', '447389769999', 'Postpaid', 'Active', 'mobile', '920999', '920999', '920999', 'C', '4', 'SBP0280752', NULL, 'SBP0280752', NULL, '2018-01-02 00:00:00.000', '2021-09-14 00:00:00.000', '2022-07-11 00:00:00.000', 'Y', 'Y', 'Y', 'N', 'Y', 'Y',
VODKB-200723-160306.pdf
f942792ee99e-2
'41014752', '2019-02-10 10:34:45.000', NULL, 99999999.9900000, 'N', 'Y', 0.00, 'Y', 'Y', '2cc642d6e1ad154d163a1c5e5b7a75d6196217279a57e8112429618d755990a6', '7.3', '100059', NULL, NULL, NULL, NULL, NULL,
VODKB-200723-160306.pdf
8b4f160447af-0
4298 'High Value Customer', 'MPR_Test', NULL, '2019-03-13 16:14:23.855', 'N', '100090', '2019-01-02 00:00:00.000', 19, 19, 19, NULL, '[email protected]', 10, 'PartnerName1', 99, NULL, '86134503', NULL, '', 'Online,Paper', NULL, NULL, NULL); INSERT INTO alphadata.subs_flex_attribute_v (subscription_id, record_dt, deleted_flg, custom_char_001, custom_char_002, custom_char_003, custom_char_004, custom_char_005, custom_char_006, custom_char_007, custom_char_008, custom_char_009, custom_char_010, custom_char_011, custom_char_012, custom_char_013, custom_char_014, custom_char_015, custom_char_016, custom_char_017, custom_char_018, custom_char_019, custom_char_020, custom_char_021, custom_char_022, custom_char_023, custom_char_024, custom_char_025, custom_char_026, custom_char_027, custom_char_028, custom_char_029, custom_char_030, custom_char_031, custom_char_032, custom_char_033, custom_char_034, custom_char_035, custom_char_036, custom_char_037, custom_char_038, custom_char_039, custom_char_040, custom_char_041, custom_char_042, custom_char_043, custom_char_044, custom_char_045, custom_char_046,
VODKB-200723-160306.pdf
8b4f160447af-1
custom_char_047, custom_char_048, custom_char_049, custom_char_050, custom_char_051, custom_char_052, custom_char_053, custom_char_054, custom_char_055, custom_char_056, custom_char_057, custom_char_058, custom_char_059, custom_char_060, custom_char_061, custom_char_062, custom_char_063, custom_char_064, custom_char_065, custom_char_066, custom_char_067, custom_char_068, custom_char_069, custom_char_070, custom_char_071, custom_char_072, custom_char_073, custom_char_074, custom_char_075, custom_char_076, custom_char_077, custom_char_078, custom_char_079, custom_char_080, custom_char_081, custom_char_082, custom_char_083, custom_char_084, custom_char_085, custom_char_086, custom_char_087, custom_char_088, custom_char_089, custom_char_090, custom_char_091, custom_char_092, custom_char_093, custom_char_094, custom_char_095, custom_char_096, custom_char_097, custom_char_098, custom_char_099, custom_char_100, custom_char_101, custom_char_102, custom_char_103, custom_char_104, custom_char_105, custom_char_106, custom_char_107, custom_char_108, custom_char_109, custom_char_110, custom_char_111, custom_char_112, custom_char_113, custom_char_114, custom_char_115, custom_char_116, custom_char_117, custom_char_118,
VODKB-200723-160306.pdf
8b4f160447af-2
custom_char_119, custom_char_120, custom_char_121, custom_char_122, custom_char_123, custom_char_124, custom_char_125, custom_char_126, custom_char_127, custom_char_128, custom_char_129, custom_char_130, custom_char_131, custom_char_132, custom_char_133, custom_char_134, custom_char_135, custom_char_136, custom_char_137, custom_char_138, custom_char_139, custom_char_140, custom_char_141, custom_char_142, custom_char_143, custom_char_144, custom_char_145, custom_char_146, custom_char_147, custom_char_148, custom_char_149, custom_char_150, custom_char_151, custom_char_152, custom_char_153, custom_char_154, custom_char_155, custom_char_156, custom_char_157, custom_char_158, custom_char_159, custom_char_160, custom_char_161, custom_char_162, custom_char_163, custom_char_164, custom_char_165, custom_char_166, custom_char_167, custom_char_168, custom_char_169, custom_char_170, custom_char_171, custom_char_172, custom_char_173, custom_char_174, custom_char_175, custom_char_176, custom_char_177, custom_char_178, custom_char_179, custom_char_180, custom_char_181, custom_char_182, custom_char_183, custom_char_184, custom_char_185, custom_char_186, custom_char_187, custom_char_188, custom_char_189, custom_char_190,
VODKB-200723-160306.pdf
8b4f160447af-3
custom_char_191, custom_char_192, custom_char_193, custom_char_194, custom_char_195, custom_char_196, custom_char_197, custom_char_198, custom_char_199, custom_char_200, custom_char_201, custom_char_202, custom_char_203, custom_char_204, custom_char_205, custom_char_206, custom_char_207, custom_char_208,
VODKB-200723-160306.pdf
59c1dbbe1a59-0
custom_char_203, custom_char_204, custom_char_205, custom_char_206, custom_char_207, custom_char_208, custom_char_209, custom_char_210, custom_char_211, custom_char_212, custom_char_213, custom_char_214, custom_char_215, custom_char_216, custom_char_217, custom_char_218, custom_char_219, custom_char_220, custom_char_221, custom_char_222, custom_char_223, custom_char_224, custom_char_225, custom_char_226, custom_char_227, custom_char_228, custom_char_229, custom_char_230, custom_char_231, custom_char_232, custom_char_233, custom_char_234, custom_char_235, custom_char_236, custom_char_237, custom_char_238, custom_char_239, custom_char_240, custom_char_241, custom_char_242, custom_char_243, custom_char_244, custom_char_245, custom_char_246, custom_char_247, custom_char_248, custom_char_249, custom_char_250, custom_char_251, custom_char_252, custom_char_253, custom_char_254, custom_char_255, custom_char_256, custom_char_257, custom_char_258, custom_char_259, custom_char_260, custom_char_261, custom_char_262, custom_char_263, custom_char_264, custom_char_265, custom_char_266, custom_char_267, custom_char_268, custom_char_269, custom_char_270, custom_char_271, custom_char_272, custom_char_273, custom_char_274,
VODKB-200723-160306.pdf
3b4d7fcc8e46-0
4299 custom_char_275, custom_char_276, custom_char_277, custom_char_278, custom_char_279, custom_char_280, custom_char_281, custom_char_282, custom_char_283, custom_char_284, custom_char_285, custom_char_286, custom_char_287, custom_char_288, custom_char_289, custom_char_290, custom_char_291, custom_char_292, custom_char_293, custom_char_294, custom_char_295, custom_char_296, custom_char_297, custom_char_298, custom_char_299, custom_char_300, custom_num_001, custom_num_002, custom_num_003, custom_num_004, custom_num_005, custom_num_006, custom_num_007, custom_num_008, custom_num_009, custom_num_010, custom_num_011, custom_num_012, custom_num_013, custom_num_014, custom_num_015, custom_num_016, custom_num_017, custom_num_018, custom_num_019, custom_num_020, custom_num_021, custom_num_022, custom_num_023, custom_num_024, custom_num_025, custom_num_026, custom_num_027, custom_num_028, custom_num_029, custom_num_030, custom_num_031, custom_num_032, custom_num_033, custom_num_034, custom_num_035, custom_num_036, custom_num_037, custom_num_038, custom_num_039, custom_num_040, custom_num_041, custom_num_042, custom_num_043, custom_num_044, custom_num_045, custom_num_046,
VODKB-200723-160306.pdf
3b4d7fcc8e46-1
custom_num_047, custom_num_048, custom_num_049, custom_num_050, custom_num_051, custom_num_052, custom_num_053, custom_num_054, custom_num_055, custom_num_056, custom_num_057, custom_num_058, custom_num_059, custom_num_060, custom_num_061, custom_num_062, custom_num_063, custom_num_064, custom_num_065, custom_num_066, custom_num_067, custom_num_068, custom_num_069, custom_num_070, custom_num_071, custom_num_072, custom_num_073, custom_num_074, custom_num_075, custom_num_076, custom_num_077, custom_num_078, custom_num_079, custom_num_080, custom_num_081, custom_num_082, custom_num_083, custom_num_084, custom_num_085, custom_num_086, custom_num_087, custom_num_088, custom_num_089, custom_num_090, custom_num_091, custom_num_092, custom_num_093, custom_num_094, custom_num_095, custom_num_096, custom_num_097, custom_num_098, custom_num_099, custom_num_100, custom_num_101, custom_num_102, custom_num_103, custom_num_104, custom_num_105, custom_num_106, custom_num_107, custom_num_108, custom_num_109, custom_num_110, custom_num_111, custom_num_112, custom_num_113, custom_num_114, custom_num_115, custom_num_116, custom_num_117, custom_num_118,
VODKB-200723-160306.pdf
3b4d7fcc8e46-2
custom_num_119, custom_num_120, custom_num_121, custom_num_122, custom_num_123, custom_num_124, custom_num_125, custom_num_126, custom_num_127, custom_num_128, custom_num_129, custom_num_130, custom_num_131, custom_num_132, custom_num_133, custom_num_134, custom_num_135, custom_num_136, custom_num_137, custom_num_138, custom_num_139, custom_num_140, custom_num_141, custom_num_142, custom_num_143, custom_num_144, custom_num_145, custom_num_146, custom_num_147, custom_num_148, custom_num_149, custom_num_150, custom_num_151, custom_num_152, custom_num_153, custom_num_154, custom_num_155, custom_num_156, custom_num_157, custom_num_158, custom_num_159, custom_num_160, custom_num_161, custom_num_162, custom_num_163, custom_num_164, custom_num_165, custom_num_166, custom_num_167, custom_num_168, custom_num_169, custom_num_170, custom_num_171, custom_num_172, custom_num_173, custom_num_174, custom_num_175, custom_num_176, custom_num_177, custom_num_178, custom_num_179, custom_num_180, custom_num_181, custom_num_182, custom_num_183, custom_num_184, custom_num_185, custom_num_186, custom_num_187, custom_num_188, custom_num_189, custom_num_190,
VODKB-200723-160306.pdf
3b4d7fcc8e46-3
custom_num_191, custom_num_192, custom_num_193, custom_num_194, custom_num_195, custom_num_196, custom_num_197, custom_num_198, custom_num_199, custom_num_200, custom_num_201, custom_num_202, custom_num_203, custom_num_204, custom_num_205, custom_num_206, custom_num_207, custom_num_208, custom_num_209, custom_num_210, custom_num_211, custom_num_212, custom_num_213, custom_num_214,
VODKB-200723-160306.pdf
9ef25670c47c-0
custom_num_203, custom_num_204, custom_num_205, custom_num_206, custom_num_207, custom_num_208, custom_num_209, custom_num_210, custom_num_211, custom_num_212, custom_num_213, custom_num_214, custom_num_215, custom_num_216, custom_num_217, custom_num_218, custom_num_219, custom_num_220, custom_num_221, custom_num_222, custom_num_223, custom_num_224, custom_num_225, custom_num_226, custom_num_227, custom_num_228, custom_num_229, custom_num_230, custom_num_231, custom_num_232, custom_num_233, custom_num_234, custom_num_235, custom_num_236, custom_num_237, custom_num_238, custom_num_239, custom_num_240, custom_num_241, custom_num_242, custom_num_243, custom_num_244, custom_num_245, custom_num_246, custom_num_247, custom_num_248, custom_num_249, custom_num_250, custom_num_251, custom_num_252, custom_num_253, custom_num_254, custom_num_255, custom_num_256, custom_num_257, custom_num_258, custom_num_259, custom_num_260, custom_num_261, custom_num_262, custom_num_263, custom_num_264, custom_num_265, custom_num_266, custom_num_267, custom_num_268, custom_num_269, custom_num_270, custom_num_271, custom_num_272, custom_num_273, custom_num_274,
VODKB-200723-160306.pdf
9ef25670c47c-1
custom_num_275, custom_num_276, custom_num_277, custom_num_278, custom_num_279, custom_num_280,
VODKB-200723-160306.pdf
5159dec2967d-0
4300 custom_num_281, custom_num_282, custom_num_283, custom_num_284, custom_num_285, custom_num_286, custom_num_287, custom_num_288, custom_num_289, custom_num_290, custom_num_291, custom_num_292, custom_num_293, custom_num_294, custom_num_295, custom_num_296, custom_num_297, custom_num_298, custom_num_299, custom_num_300) VALUES('RGSMSBATCH', '2019-05-03 00:00:00.000', 'N', '', 'N', '447389769999', 'Y', NULL, 'N', 'SKY', NULL, NULL, 'Y', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Y', NULL, NULL, NULL, NULL, NULL, NULL,
VODKB-200723-160306.pdf
5159dec2967d-1
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', 'ios', 'N', 'Y', 'Y', NULL, NULL, NULL, 'Low', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Dear 1-E1ZKCZOZ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
VODKB-200723-160306.pdf
5159dec2967d-2
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Mass Market - Family Individual', -1.000000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 997985.000000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
VODKB-200723-160306.pdf
5159dec2967d-3
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, -322694375.000000, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
VODKB-200723-160306.pdf
cd9140442bfa-0
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 54644216.000000); INSERT INTO alphadata.model_score_v (model_id, model_name, validity_ts, model_run_ts, service_no, propensity, top_percentile, model_attributes, record_dt, deleted_flg) VALUES(967, 'Convergence Model', '2022-12-30 17:37:00.000', '2020-09-24 17:37:00.000', '447389769999', NULL, NULL, '{"hbb_propensity":0.200898,"simo_propensity":0.5803815,"handset_propensity":0.2002227,"mbb_propensity":0.3101121}', '2020- 05-06 00:00:00.000', 'N'); INSERT INTO alphadata.ontact_v
VODKB-200723-160306.pdf
9d110a2917c2-0
4301 (contact_id, contact_birth_dt, deceased_flg, email_mktg_consent_flg, whitemail_mktg_consent_flg, survey_mktg_consent_flg, staff_flg, title, first_name, middle_name, surname, gender, preferred_phone_no, alternate_phone_no, email_address, valid_email_address_flg, hbounc_exclusion_flg, underage_flg, digital_flg, username, pin_set, voice_biometric_flg, full_name, record_dt, deleted_flg, contact_prim_addr_id, social_media_consent_flg) VALUES('1-920999', '1990-04-10 00:00:00.000', 'N', 'Y', 'Y', 'Y', NULL, 'Mr', 'Rajani', NULL, 'Rajani', 'M', NULL, NULL, '[email protected]', 'Y', 'N', NULL, NULL, NULL, NULL, NULL, 'Elaine Chadney', '2019-03-13 16:14:23.855', 'N', 'RGSMSBATCH', 'Y'); INSERT INTO alphadata.account_v (account_no, contact_id, parent_acct_no, acct_start_dt, acct_end_dt, acct_status, acct_type, acct_category, acct_subcategory, paym_subs_cnt, payg_subs_cnt, mbb_subs_cnt, voxi_subs_cnt, flbb_subs_cnt, other_subs_cnt, paym_subs_hier_cnt, payg_subs_hier_cnt, mbb_subs_hier_cnt, voxi_subs_hier_cnt, flbb_subs_hier_cnt, other_subs_hier_cnt, service_acct_flg, billing_acct_flg, owner_acct_flg, record_dt, deleted_flg, billing_day_of_month, billing_acct_status,
VODKB-200723-160306.pdf
9d110a2917c2-1
billing_acct_collections_status, acct_oldest_subs_id, acct_addr_id) VALUES('920999', '1-920999', '516896064', '2019-01-02 00:00:00.000', '3500-12-31 00:00:00.000', 'Active', 'Consumer', 'Individual', 'Consumer', 2, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 'Y', 'Y', 'Y', '2019-03-13 16:14:23.855', 'N', 5, 'Active', '', 'RGSMSBATCH', '1-RG45H378'); INSERT INTO alphadata.address_v (address_id, premise_flg, address_status, flat_no, house_name, premise_house_no, house_no, street_addr_1, street_addr_2, city, county, bt_district_id, country, postcode, addr_reference, premise_addr_key_type, landline_takeover_no, premise_cust_type, credit_check_addr_flg, address_category, last_updated_dt, created_dt, complete_address, record_dt, deleted_flg) VALUES('1-RG45H378', 'N', 'Validated', '204', 'Manasa Residency', '113', '114', 'ESCLEY DRIVE', 'Gmart', 'HEREFORD', 'UK', 'None', 'UNITED KINGDOM', 'HR2 7LU', 'Ok', 'Yes', 'ok', 'ok', 'N', '123', '2015-04-14 14:04:30.000', '2015-04-14 14:04:30.000', 'ESCLEY DRIVE,
VODKB-200723-160306.pdf
9d110a2917c2-2
HEREFORD, -, 22, HR2 7LU', '2020-09-15 00:00:00.000', 'N'); INSERT INTO alphadata.product_reference (product_cd, business_unit, product_typ, billing_des, surepay_product, product_des, product_des_2, product_des_3, des, product_class, prepay_contract_cd, rate, rate_inc_vat, billing_frequency_des, contract_typ, contract_typ_2, minutes_standard, minutes_landline, minutes_onnet, minutes_on_vpn, minutes_international, minutes_roaming, minutes_non_geo, minutes_wknd, minutes_unitisation_des, mobile_data_kb, mobile_data_des, mobile_data_roaming_kb, mobile_data_roaming_des, mms, sms, sms_international, sms_roaming, sms_wknd, wifi_data_kb, wifi_data_des, investment_band_des, pp_promo_des, content_des, content_des_2, data_speed_des, multisim_ind, service_product_typ_nm, service_product_group_nm, service_product_set_nm, service_product_typ, service_product_pp_minutes, service_product_pp_sms, service_product_pp_data_bytes, service_product_pp_mms, default_contract_months, record_dt, deleted_flg) VALUES('100059', 'Consumer Prepay', 'Price Plan', 'Unknown', 'N', 'Other', 'CTR14', 'Unlimited', 'All Calls Outgoing Only Bar-
VODKB-200723-160306.pdf
9d110a2917c2-3
Barring Set', 'Barring Set', 'P', 0.00, 0.00, 'N/A', 'N/A', 'N/A', 0, 0, 0, 0, 0, 0, 0, 0, 'N/A', 0, 'Zero', 0, 'Zero', 0, 0, 0, 0, 0, 0, 'Zero', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N', 'Service Level Suffix', 'Service Level Suffix', 'SIMO', 'Additional Service', 0, 0, 0, 0, 2, '2021-01-13 00:00:00.000', 'N'); INSERT INTO alphadata.product_reference (product_cd, business_unit, product_typ, billing_des, surepay_product, product_des, product_des_2, product_des_3, des, product_class, prepay_contract_cd, rate, rate_inc_vat, billing_frequency_des, contract_typ, contract_typ_2, minutes_standard,
VODKB-200723-160306.pdf
73349367ca93-0
product_class, prepay_contract_cd, rate, rate_inc_vat, billing_frequency_des, contract_typ, contract_typ_2, minutes_standard, minutes_landline, minutes_onnet, minutes_on_vpn, minutes_international, minutes_roaming, minutes_non_geo, minutes_wknd,
VODKB-200723-160306.pdf
c8e2f4990c4b-0
4302 minutes_unitisation_des, mobile_data_kb, mobile_data_des, mobile_data_roaming_kb, mobile_data_roaming_des, mms, sms, sms_international, sms_roaming, sms_wknd, wifi_data_kb, wifi_data_des, investment_band_des, pp_promo_des, content_des, content_des_2, data_speed_des, multisim_ind, service_product_typ_nm, service_product_group_nm, service_product_set_nm, service_product_typ, service_product_pp_minutes, service_product_pp_sms, service_product_pp_data_bytes, service_product_pp_mms, default_contract_months, record_dt, deleted_flg) VALUES('100059', 'Consumer Prepay', 'Price Plan', 'Unknown', 'N', 'Other', 'CTR14', 'Unlimited', 'All Calls Outgoing Only Bar- Barring Set', 'Barring Set', 'P', 0.00, 0.00, 'N/A', 'N/A', 'N/A', 0, 0, 0, 0, 0, 0, 0, 0, 'N/A', 0, 'Zero', 0, 'Zero', 0, 0, 0, 0, 0, 0, 'Zero', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N', 'Service Level Suffix', 'Service Level Suffix', 'SIMO', 'Additional Service', 0, 0, 0, 0, 2, '2021-01-13 00:00:00.000', 'N'); INSERT INTO alphadata.product_holding (subscription_id, asset_integ_id, acct_subs_flg, root_service_no, previous_service_no, billing_acct_no, owner_acct_no,
VODKB-200723-160306.pdf
c8e2f4990c4b-1
service_acct_no, billing_profile_id, fulfilment_item_cd, shippable_flg, product_cd, quantity, serial_no, install_dt, start_dt, effective_end_dt, status_cd, adjusted_price, prom_integ_id, record_dt, deleted_flg) VALUES('RGSMSBATCH', '-0RTE1BXJ-', 'S', '447389769999', NULL, '782404111', '782404111', '782404111', '1-8OHH-94', 'Barring Set', 'N', '100059', 1.0000000, NULL, '2017-12-07 00:00:00.000', '2017-12-07 00:00:00.000', '2023-05-30 00:00:00.000', 'Active', 0.0000000, '-0RE514YJ-', '2020-02-12 00:00:00.000', 'N'); INSERT INTO alphadata.device_v (tac_code, manufacturer, vf_smartphone, mobile_broadband, tac_last_update, wds_frequency_types, wds_lte_frequency_types, wds_umts_frequency_types, vo_lte, vo_wifi, wds_gsm_frequency_types, marketing_name, wds_device_category, umts, wds_supported_wireless_technologies, supported_radio_bearers, os_group, hsdpa, wds_mobile_teleco_system, umts900, gsma_manufacturer, gsma_name, os_name, device_launch_dt, large_image, thumbnail_image, supported_services, wds_category, camera_integrated, ref_marketing_name, removable_memory, camera_front, video_media_content_supported,
VODKB-200723-160306.pdf
c8e2f4990c4b-2
wds_browser, wds_mobile_device_form_factor, connectivity_bluetooth, wds_height, wds_width, wds_gps, supports_email, wds_sim_count, wds_weight, connectivity_wifi, camera_attached, wds_primary_screen_type, wds_primary_screen_diagonal_size, screen_size, battery_capacity, wds_fm_radio, sound_output_capable, os_version, internal_memory, voip_skype, camera_rear_megapixels, cpu, battery_talk_time, camera_rear_autofocus, voip, battery_standby_time, internal_ram, voip_sip, camera_max_resolution, camera_rear_digital_zoom_factor, camera_front_megapixels, wds_wifi_bands, camera_rear_video_max_resolution, input_charset, wds_fingerprint_scanner, push_msg_size, push_accept, push_accept_encoding, push_accept_charset, push_accept_appid, battery_3g_talk_time, available_memory, push_max_push_req, battery_2g_talk_time, push_accept_language, battery_2g_standby_time, battery_3g_standby_time, wds_sms_charset, camera_rear_optical_zoom_factor, push_supported_bearers, push_version, battery_4g_standby_time, battery_4g_talk_time, record_dt, deleted_flg) VALUES('99000865', '+ 360', 'Yes', 'No', '2019-01-23', '1800,1900,1900,2000,2100,2100,2300,2500,2600,850,850,900,900',
VODKB-200723-160306.pdf
c8e2f4990c4b-3
'1800,1900,2000,2100,2300,2500,2600,850,900', '2100,1900,900,850', NULL, NULL, '1800,1900,850,900', '1801-A01', 'Mobile Handset', 'Yes', '2G,3G,4G', 'GSM,GPRS,EDGE,UMTS,HSDPA,LTE', 'Android', 'Yes', 'GSM,LTE,UMTS', 'Yes', 'Qiku Internet Network Scientific (Shenzhen) Co Ltd', '1801-A01', 'Android', NULL, 'N/A', 'N/A', NULL, NULL, NULL, '1801-A01', NULL, NULL, NULL, NULL, NULL, 'Yes', NULL, NULL, NULL, NULL, 2.00, NULL, 'Yes', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
VODKB-200723-160306.pdf
0d927f88d067-0
'Yes', NULL, NULL, NULL, NULL, 2.00, NULL, 'Yes', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-12-22 11:09:29.000', 'N'); Below tables should have this conditions satisfied Subscription_v table latest_contract_end_dt='2022-07-11 00:00:00.000' subs_type=mobile (So that Email offer is not picked up) future_disconnect_dt= NULL( BLANK)
VODKB-200723-160306.pdf
234f98a64314-0
4303 Subs_Flex_attribute_v table subs_flex_attribute Custom_char_001 should be null 2.STF Graph NBA_EXLP_TestOffer 3.Check the Microsite URL is configured in AOM Config 4.DD’s for TestOffer_SMS CrossSell Offers CrossSell Microsite CrossSell OfferVariations CrossSell OffertoOfferVariations CrossSell T2TV attributes CrossSell T2TV actions CrossSell SMS CrossSell TreatmentToTreatmentVariations Volume Constraints ParentChildTreatments For ExtrasLandingPages customer should be eligible for the below T2TV TestOffer_SMS-TreatmentVariantDefault-OfferVariantDefault T2TV TestOffer_SMS-TreatmentVariantDefault-OfferVariantDefault Configure TreatmentDynamicVariable1 with the Token: [LandingPageCTA] TestOffer OfferVariantDefault TestOffer_SMS TreatmentVariantDefault Treat yourself or a loved one to the new Apple Watch Series 7, the most durable Apple Watch ever built. It � s bigger and better, now with 3 free months Fitness+ included. Choose your smartwatch contract length (between 12 - 36 months) and your upfront cost, and you can get our best-ever price for a smartwatch. Visit Late st Apple Watch Deals | S eries 8 & Ultra | VodafonOfferName OfferVariant TreatmentName TreatmentVariant TreatmentDynamicVariabl e1
VODKB-200723-160306.pdf
74427e63fe40-0
4304 The offer should be eligible in final strategy: IdentifyBestOBTreatmentsByBatch] 5.to - a really cool domain parked on Park.io populate in IH we have to run Batch and extractor Before running Batch and extractor Check and confirm SMS Agent switched off DISABLE TestOffer_Email DD – to get SMS Offers In TestOffer DD configure the below changes for eg: OfferExpiry 20220328T185400.000 GMT OfferExpiryInterval Set ParentChildTreatments DD should have entry for TestOffer - 3 Volume constraint DD for SMS should have entry – 6000 Run BatchNBA Caseignitor--> VFUK-FW-AOMFW-Work-BatchNBA After Batch is successfully completed Check if the customer is present in the Dataset:BestOBTreatmentsByBatch , if the customer is present then run the Extractor Run the Extractor Caseignitor--> VFUK-FW-AOMFW-Work-Extractor After extractor is completed successfully check the IH for the records After Extractor is completed Check the record in IH - Customer is eligible in IH with Offer expiry in the future date and Outcome Pending e UK to find out more. Credit check, eligibility & terms apply. Credit by Vodafone Ltd. To end texts, send STOP SMS to 9774.[LandingPageCTA]
VODKB-200723-160306.pdf
edc6263297b0-0
4305 Go to mkt_data_corr_sms table to get the SMS Link for the Customer Click on the URL Link https://proactivecare.data.sit.vodafoneaws.co.uk/MS/index.html?Site=Offers&id=85e1b8dd70944ca193bf6a16ac76fcc0
VODKB-200723-160306.pdf
3b787fb45502-0
4306 Release 4.5 A place holder for all 4.5 test artifacts
VODKB-200723-160306.pdf
0ab730ed73e6-0
4307 4.5 HBB
VODKB-200723-160306.pdf
bc3fb9048fb6-0
4308 PM Tool Test
VODKB-200723-160306.pdf
eaf0708e6ab6-0
4309 Treatment Screen
VODKB-200723-160306.pdf
2cc36e498318-0
4310 WBW Device Multiplier Matrix screen User should be able to upload and download a file 1. MultiplierType field should accept: Multiplier, Bonus, Static 2. Grade fields should accept integer when Multiplier type is Static/Bonus(-ve value can also be entered). 3. Multiplier type - Multiplier - Negative value should not be entered, Zero can be entered 4. From Device - To Device - Fields should accept comma separated value 5. TypeOfCustomerDoingTradeIn - Multiselect field, User should be able to enter New, Upgrade and New,Upgrade in the TypeOfCustomerDoingTradeIn field 6. GradeZMultiplierValue - will accept zero value 7. Decision data - WBWDeviceMultiplierMatrix should be updated.
VODKB-200723-160306.pdf