%%[ var @EmailAddress, @CCID, @SubmitDate, @Brand, @sendId, @brand_cheerios, @brand_kitkat, @brand_shreddies, @brand_curiously, @brand_boxbowls, @brand_nesquik, @brand_cookiecrisp, @brand_golden, @brand_shreddedwheat, @brand_lion, @brand_gofree, @want_highinfibre, @want_classicbreakfast, @want_tastytreat, @want_glutenfree, @want_easyonthego, @want_kidfriendly, @flavour_addmyown, @flavour_chocolatey, @flavour_honey, @flavour_cinnamon, @flavour_nutty, @flavour_fruity SET @CCID = RequestParameter("CCID") SET @EmailAddress = RequestParameter("EmailAddress") SET @SubmitDate = now() SET @sendId = RequestParameter("sendId") SET @Brand = "Cereal MB" UpsertData("Cereals_Pref_Centre_new",1,"CCID", @CCID,"EmailAddress", @EmailAddress,"Brand", @Brand,"SubmitDate", @SubmitDate, "sendId", @sendId, "want_highinfibre", @want_highinfibre, "want_classicbreakfast", @want_classicbreakfast, "want_tastytreat", @want_tastytreat, "want_glutenfree", @want_glutenfree, "want_easyonthego", @want_easyonthego, "want_kidfriendly", @want_kidfriendly, "flavour_addmyown", @flavour_addmyown, "flavour_chocolatey", @flavour_chocolatey, "flavour_honey", @flavour_honey, "flavour_cinnamon", @flavour_cinnamon, "flavour_nutty", @flavour_nutty, "flavour_fruity", @flavour_fruity) SET @brand_cheerios = Lookup('Cereals_Pref_Centre_new', "brand_cheerios", "CCID", @CCID) IF @brand_cheerios == 'y' THEN SET @brand_cheerios = "checked" ELSE SET @brand_cheerios = "" ENDIF SET @brand_kitkat = Lookup('Cereals_Pref_Centre_new', "brand_kitkat", "CCID", @CCID) IF @brand_kitkat == 'y' THEN SET @brand_kitkat = "checked" ELSE SET @brand_kitkat = "" ENDIF SET @brand_shreddies = Lookup('Cereals_Pref_Centre_new', "brand_shreddies", "CCID", @CCID) IF @brand_shreddies == 'y' THEN SET @brand_shreddies = "checked" ELSE SET @brand_shreddies = "" ENDIF SET @brand_curiously = Lookup('Cereals_Pref_Centre_new', "brand_curiously", "CCID", @CCID) IF @brand_curiously == 'y' THEN SET @brand_curiously = "checked" ELSE SET @brand_curiously = "" ENDIF SET @brand_boxbowls = Lookup('Cereals_Pref_Centre_new', "brand_boxbowls", "CCID", @CCID) IF @brand_boxbowls == 'y' THEN SET @brand_boxbowls = "checked" ELSE SET @brand_boxbowls = "" ENDIF SET @brand_nesquik = Lookup('Cereals_Pref_Centre_new', "brand_nesquik", "CCID", @CCID) IF @brand_nesquik == 'y' THEN SET @brand_nesquik = "checked" ELSE SET @brand_nesquik = "" ENDIF SET @brand_cookiecrisp = Lookup('Cereals_Pref_Centre_new', "brand_cookiecrisp", "CCID", @CCID) IF @brand_cookiecrisp == 'y' THEN SET @brand_cookiecrisp = "checked" ELSE SET @brand_cookiecrisp = "" ENDIF SET @brand_golden = Lookup('Cereals_Pref_Centre_new', "brand_golden", "CCID", @CCID) IF @brand_golden == 'y' THEN SET @brand_golden = "checked" ELSE SET @brand_golden = "" ENDIF SET @brand_shreddedwheat = Lookup('Cereals_Pref_Centre_new', "brand_shreddedwheat", "CCID", @CCID) IF @brand_shreddedwheat == 'y' THEN SET @brand_shreddedwheat = "checked" ELSE SET @brand_shreddedwheat = "" ENDIF SET @brand_lion = Lookup('Cereals_Pref_Centre_new', "brand_lion", "CCID", @CCID) IF @brand_lion == 'y' THEN SET @brand_lion = "checked" ELSE SET @brand_lion = "" ENDIF SET @brand_gofree = Lookup('Cereals_Pref_Centre_new', "brand_gofree", "CCID", @CCID) IF @brand_gofree == 'y' THEN SET @brand_gofree = "checked" ELSE SET @brand_gofree = "" ENDIF SET @want_highinfibre = Lookup('Cereals_Pref_Centre_new', "want_highinfibre", "CCID", @CCID) IF @want_highinfibre == 'y' THEN SET @want_highinfibre = "checked" ELSE SET @want_highinfibre = "" ENDIF SET @want_classicbreakfast = Lookup('Cereals_Pref_Centre_new', "want_classicbreakfast", "CCID", @CCID) IF @want_classicbreakfast == 'y' THEN SET @want_classicbreakfast = "checked" ELSE SET @want_classicbreakfast = "" ENDIF SET @want_tastytreat = Lookup('Cereals_Pref_Centre_new', "want_tastytreat", "CCID", @CCID) IF @want_tastytreat == 'y' THEN SET @want_tastytreat = "checked" ELSE SET @want_tastytreat = "" ENDIF SET @want_glutenfree = Lookup('Cereals_Pref_Centre_new', "want_glutenfree", "CCID", @CCID) IF @want_glutenfree == 'y' THEN SET @want_glutenfree = "checked" ELSE SET @want_glutenfree = "" ENDIF SET @want_easyonthego = Lookup('Cereals_Pref_Centre_new', "want_easyonthego", "CCID", @CCID) IF @want_easyonthego == 'y' THEN SET @want_easyonthego = "checked" ELSE SET @want_easyonthego = "" ENDIF SET @want_kidfriendly = Lookup('Cereals_Pref_Centre_new', "want_kidfriendly", "CCID", @CCID) IF @want_kidfriendly == 'y' THEN SET @want_kidfriendly = "checked" ELSE SET @want_kidfriendly = "" ENDIF SET @flavour_addmyown = Lookup('Cereals_Pref_Centre_new', "flavour_addmyown", "CCID", @CCID) SET @flavour_addmyown = IIF(Lookup('Cereals_Pref_Centre_new', "flavour_addmyown", "CCID", @CCID)=="y",'checked','') SET @flavour_chocolatey = IIF(RequestParameter("flavour_chocolatey")=="y",'y','n') SET @flavour_honey = IIF(RequestParameter("topic_promos")=="y",'y','n') SET @flavour_cinnamon = IIF(RequestParameter("flavour_cinnamon")=="y",'y','n') SET @flavour_nutty = IIF(RequestParameter("flavour_nutty")=="y",'y','n') SET @flavour_fruity = IIF(RequestParameter("flavour_fruity")=="y",'y','n') ]%%
Nestlé® Making Breakfast Better | Read more about our vision to make breakfast better.

We’re working to send you
tasty stuff

We make a huge range of tasty cereals to pick from because we like to keep our options open. And maybe you do too? Let us know which cereals are eaten in your household, then we can tailor some content just for you!

Share what you want from your
your cereal

What’s your flavour?

Do you go nutty for nuts or hanker for honey? Tap your favourite flavour so we can send you exclusive content about the flavours you love the most.