url
stringlengths
50
196
text
stringlengths
3
17.2k
heading
stringlengths
2
103
embeddings
sequence
https://pimcore.com/docs/platform//Ecommerce_Framework/Payment/Recurring_Payments#checkoutcontroller.php
CheckoutController.php public function paymentAction(Request $request): Response { $factory = \Pimcore\Bundle\EcommerceFrameworkBundle\Factory::getInstance(); $checkoutManager = $factory->getCheckoutManager($this->cart); $user = $this->getUser(); // open payment or submit recurring payment if ($request->getMethod() == 'POST') { if ($sourceOrderId = $request->get("recurring-payment")) { /* Recurring Payment */ if ($user && $sourceOrderId) { $sourceOrder = \Pimcore\Model\DataObject\OnlineShopOrder::getById($sourceOrderId); try { $targetOrder = $checkoutManager->startAndCommitRecurringOrderPayment($sourceOrder, $user->getId()); return $this->redirect($this->generateUrl('checkout', ['action' => 'completed'])); } catch (\Exception $exception) { // show warning } } } } $templateParams = []; $paymentMethods = ["SEPA-DD", "CCARD"]; // supported payment methods if ($user) { $sourceOrders = []; foreach ($paymentMethods as $paymentMethod) { $orderManager = $factory->getOrderManager(); $sourceOrder = $orderManager->getRecurringPaymentSourceOrder($user->getId(), $checkoutManager->getPayment(), $paymentMethod); $sourceOrders[$paymentMethod] = $sourceOrder; } $templateParams['sourceOrders'] = $sourceOrders; } $templateParams['paymentMethods'] = $paymentMethods; return $this->render('checkout/payment.html.twig', $templateParams); }
CheckoutController.php
[ -0.20961272716522217, -0.25539639592170715, -0.21604979038238525, 0.1083059161901474, 0.25634050369262695, -0.3222557306289673, -0.03433043882250786, 0.2556443214416504, -0.21878744661808014, 0.20720036327838898, 0.010368679650127888, 0.2588939964771271, 0.2905644178390503, 0.2295922040939331, -0.2764674127101898, 0.1421521008014679, -0.20588868856430054, 0.2994665503501892, -0.20559443533420563, -0.0703447088599205, -0.1511290818452835, 0.1621125489473343, -0.0451626218855381, 0.3455384373664856, -0.022799206897616386, -0.09592233598232269, 0.1903526782989502, -0.1106436476111412, -0.401756227016449, -0.1439713090658188, -0.05955103412270546, 0.20580078661441803, -0.1448885053396225, 0.1760517954826355, -0.0001019050323520787, -0.0458822175860405, 0.24114836752414703, -0.10181863605976105, -0.47414982318878174, 0.033674634993076324, -0.4656091332435608, -0.08069039136171341, 0.048909083008766174, -0.24733006954193115, 0.0742063894867897, 0.1176641583442688, 0.15720118582248688, 0.38109374046325684, 0.4223955571651459, 0.10916566848754883, 0.32304421067237854, -0.25411611795425415, 0.14273881912231445, -0.24963583052158356, -0.23123274743556976, 0.4061998724937439, 0.11262140423059464, 0.10795938968658447, 0.0062559181824326515, -0.24729406833648682, -0.2247030884027481, 0.2332417219877243, -0.01073282491415739, 0.04116668179631233, -0.1950254589319229, -0.12460597604513168, 0.5567439198493958, 0.1858895868062973, 0.15364240109920502, -0.21398477256298065, 0.10605531930923462, -0.12343301624059677, 0.12494724243879318, 0.08495990186929703, -0.1297471970319748, -0.15709489583969116, 0.09516621381044388, 0.004133235197514296, -0.06248795613646507, 0.041744641959667206, -0.036867327988147736, 0.17481736838817596, -0.029394106939435005, 0.2038152813911438, -0.21644288301467896, 0.2645204961299896, -0.18749651312828064, -0.06431557983160019, 0.2057180255651474, -0.21516628563404083, -0.12134596705436707, 0.05616836994886398, 0.041261568665504456, -0.018006442114710808, 0.2186451405286789, -0.14674270153045654, 0.22814811766147614, -0.047458115965127945, 0.21056582033634186, 0.3230504095554352, 0.17634008824825287, 0.10822293162345886, 0.194705992937088, 0.08274412155151367, 0.04398348554968834, 0.2663000524044037, -0.10584535449743271, -0.11282374709844589, 0.12917745113372803, 0.6900606751441956, -0.13918092846870422, 0.059360720217227936, 0.13536618649959564, 0.028154054656624794, 0.08809085935354233, 0.044700510799884796, 0.25812700390815735, 0.12418195605278015, -0.1529240906238556, -0.13917875289916992, -0.103424571454525, -0.07864926010370255, 0.11385394632816315, 0.49997588992118835, -0.2001085728406906, 0.22220756113529205, 0.07595119625329971, -0.09304335713386536, -0.19692067801952362, -0.041239943355321884, -0.1908331662416458, 0.09834062308073044, -0.2355002462863922, 0.13309787213802338, 0.13532684743404388, 0.367108553647995, 0.12610742449760437, 0.08987674117088318, 0.2294231802225113, -0.30147379636764526, 0.33224162459373474, -0.08770142495632172, -0.09657899290323257, -0.10061164200305939, 0.0726318433880806, 0.10018765181303024, 0.30901074409484863, 0.28878694772720337, 0.1261208951473236, -0.036377158015966415, -0.23437237739562988, -0.27639323472976685, 0.1623556911945343, 0.40073394775390625, 0.3384683430194855, -0.05015537887811661, 0.23098768293857574, -0.2760483920574188, 0.2604718804359436, -0.15837465226650238, 0.056924350559711456, -0.07698524743318558, -0.11520569026470184, -0.12252884358167648, 0.11211372166872025, 0.4847670793533325, 0.2788689136505127, -0.01850077323615551, -0.3268681466579437, -0.18978606164455414, 0.31191667914390564, -0.23106779158115387, -0.25475233793258667, 0.4060564637184143, -0.27818232774734497, -0.1846347600221634, 0.04911716282367706, -0.2225743681192398, -0.18450525403022766, -0.019045529887080193, -0.3530810475349426, -0.07180968672037125, 0.127314954996109, -0.44210365414619446, 0.2699904143810272, 0.05690363049507141, 0.027764903381466866, -0.4894295334815979, 0.06171105429530144, 0.3318759799003601, -0.40737640857696533, -0.2611919641494751, -0.17609229683876038, -0.05391327291727066, 0.06261956691741943, 0.1380724459886551, 0.16257968544960022, 0.21079444885253906, 0.19939225912094116, -0.006919953506439924, 0.10233765840530396, -0.03175586462020874, 0.5162220597267151, -0.06549079716205597, 0.16705375909805298, 0.15703493356704712, 0.07752132415771484, -0.18593168258666992, -0.38610517978668213, -0.04312561824917793, -0.19629259407520294, 0.12620243430137634, -0.45874205231666565, 0.12315107136964798, -0.18748252093791962, 0.07321730256080627, 0.4304881989955902, 0.3913649618625641, 0.16147378087043762, -0.3351767957210541, 0.10880684107542038, 0.32198479771614075, 0.019902173429727554, -0.1301160454750061, 0.19563601911067963, -0.07967358082532883, -0.3202721178531647, -0.2000378519296646, 0.010914496146142483, -0.006118513643741608, 0.3206159770488739, 0.010228516533970833, -0.025116581469774246, 0.26114365458488464, 0.09601190686225891, 0.18697983026504517, 0.14085891842842102, 0.09952069073915482, -0.09543804079294205, -0.24658094346523285, -0.13308505713939667, 0.12218192964792252, 0.2112894505262375, 0.1161113753914833, -0.036269910633563995, 0.33267778158187866, 0.19873425364494324, -0.009012619033455849, 0.010237392038106918, -0.06518731266260147, 0.19546811282634735, -0.17972998321056366, 0.12706203758716583, -0.2796574532985687, 0.19737105071544647, 0.150703564286232, 0.23792731761932373, -0.12885522842407227, -0.09444800019264221, 0.25705593824386597, 0.23266087472438812, 0.08753334730863571, 0.2562578618526459, -0.15266653895378113, 0.14837197959423065, -0.06065891683101654, -0.04128999635577202, 0.11409638077020645, 0.32924753427505493, 0.2352384328842163, -0.20310097932815552, -0.1539178341627121, -0.005009660497307777, -0.2852227985858917, 0.18014827370643616, 0.05367758497595787, 0.05654264986515045, 0.21854420006275177, 0.19317753612995148, -0.22478988766670227, -0.10541270673274994, -0.07109279930591583, 0.21495118737220764, 0.15741784870624542, -0.06743280589580536, -0.1343769133090973, -0.16392555832862854, 0.23157086968421936, -0.2040085345506668, -0.036766134202480316, 0.221684068441391, -0.15659373998641968, 0.25476759672164917, 0.41684380173683167, -0.23915041983127594, 0.1463921219110489, 0.08782271295785904, 0.404656320810318, -0.13064371049404144, 0.07240800559520721, -0.41047704219818115, -0.018909448757767677, -0.07000233232975006, 0.24279853701591492, -0.1464868187904358, -0.05906020104885101, 0.1554585099220276, 0.009057924151420593, 0.25315046310424805, -0.11882179230451584, 0.0036376977805048227, 0.19069361686706543, 0.22376225888729095, -0.47220906615257263, 0.1804751604795456, -0.11546336859464645, -0.0004919432103633881, 0.17633545398712158, 0.23297320306301117, -0.1570223718881607, -0.17802362143993378, 0.13528424501419067, -0.1927661895751953, 0.12746287882328033, -0.23628273606300354, -0.034463070333004, -0.25540658831596375, -0.35276395082473755, -0.12535642087459564, 0.13480529189109802, 0.22861221432685852, -0.01892445795238018, 0.010683396831154823, 0.37651991844177246, -0.29336902499198914, 0.2440989762544632, -0.159934401512146, 0.05238020047545433, 0.16210472583770752, -0.3142160475254059, -0.00902289617806673, -0.009254912845790386, -0.1320495456457138, 0.2477036863565445, -0.1409241110086441, 0.009269590489566326, -0.3008921444416046, 0.05021481215953827, -0.2741415202617645, -0.15574988722801208, -0.30533361434936523, 0.5597884058952332, 0.0008719328907318413, -0.37130579352378845, -0.16908861696720123, -0.08694850653409958, -0.007412456441670656, -0.017468305304646492, 0.28986769914627075, -0.6176908612251282, -0.1254771649837494, -0.056481026113033295, 0.6984987854957581, -0.12284310907125473, 0.15489158034324646, 0.12949170172214508, 0.08867034316062927, -0.08654571324586868, 0.035879917442798615, -0.1826142966747284, -0.3540678322315216, 0.06581340730190277, -0.12655998766422272, 0.16937156021595, -0.11011005938053131, 0.07401871681213379, -0.0690525472164154, 0.1295652687549591, -0.14794202148914337, -0.2442167103290558, -0.3001461923122406, 0.4746376574039459, 0.29448971152305603, -0.09442948549985886, 0.07591225951910019, -0.1656787395477295, 0.1038687601685524, -0.1649622619152069, 0.11659584939479828, -0.23223482072353363, -0.248457670211792, -0.23590102791786194, -0.07412826269865036, 0.2759360373020172, 0.17450053989887238, 0.035257499665021896, -0.11530636996030807, -0.07895609736442566, -0.15291711688041687, 0.09572768956422806, -0.3420979976654053, 0.3505828380584717, 0.2464493215084076, 0.07000970095396042, -0.012301299721002579, -0.36972692608833313, 0.10018649697303772, 0.038547221571207047, -0.1611446589231491, -0.07545802742242813, 0.269503116607666, -0.007304431404918432, -0.35919660329818726, -0.12104170024394989, 0.047845542430877686, -0.3812536895275116, -0.043083298951387405, 0.09529461711645126, -0.08583825081586838, -0.24162669479846954, -0.38705360889434814, 0.21563570201396942, -0.14504759013652802, 0.2171800583600998, 0.04782940074801445, -0.04327617213129997, 0.04396504536271095, -0.31185680627822876, -0.16142724454402924, 0.0926603302359581, -0.04013992100954056, 0.14576312899589539, -0.13701428472995758, -0.07302200794219971, 0.2721098065376282, 0.41954928636550903, -0.007987369783222675, 0.1542770266532898, -0.01570677012205124, 0.14971984922885895, -0.0715598538517952, -0.17824247479438782, 0.17338721454143524, 0.06476060301065445, -0.21581484377384186, 0.20585204660892487, 0.2186592072248459, 0.25890037417411804, 0.07697942852973938, -0.24022091925144196, -0.07704087346792221, -0.1345185935497284, 0.24199996888637543, -0.43257594108581543, -0.3307754397392273, -0.18474352359771729, -0.027970431372523308, -0.19864988327026367, -0.09121888130903244, -0.16377799212932587, 0.20062482357025146, 0.9189227819442749, 0.15721401572227478, 0.07148510962724686, 0.3235456943511963, -0.32942429184913635, -0.08417201042175293, -0.11553862690925598, 0.14896053075790405, -0.16543500125408173, 0.20565979182720184, 0.09042340517044067, -0.08575445413589478, 0.16181033849716187, 0.051689643412828445, -0.4023047387599945, -0.1502428501844406, 0.005782458931207657, 0.28720250725746155, 0.024410149082541466, 0.0838460773229599, -0.07057397067546844, -0.22731392085552216, 0.01123911514878273, 0.2978396415710449, 0.06084670126438141, 0.0926780253648758, -0.2464318722486496, -0.2147957682609558, -0.06914297491312027, -0.17889875173568726, 0.3432907164096832, 0.2621898353099823, -0.6416152715682983, 0.06912312656641006, -0.06770852953195572, 0.22939322888851166, -0.28916656970977783, -0.06582803279161453, -0.19100239872932434, -0.17446815967559814, -0.06036047264933586, 0.11441226303577423, 0.12950974702835083, -0.1698465794324875, -0.3271014392375946, 0.10104048252105713, 0.14307019114494324, -0.1511043757200241, -0.06473201513290405, 0.20491449534893036, -0.024861248210072517, -0.08344657719135284, -0.17763873934745789, 0.1961456537246704, 0.05159639194607735, -0.29453304409980774, -0.12115176767110825, 0.021156521514058113, -0.465200811624527, -0.3328459858894348, 0.2837780714035034, -0.00045107922051101923, -0.12238466739654541, 0.09894372522830963, 0.08033502101898193, -0.10735577344894409, -0.14910684525966644, 0.12819726765155792, 0.2287757843732834, -0.1610497087240219, 0.3342898488044739, -0.22357088327407837, -0.15387162566184998, -0.5442426800727844, -0.03478948026895523, -0.16202206909656525, -0.49289190769195557, 0.08954226225614548, 0.055001258850097656, -0.15822461247444153, 0.11614777892827988, 0.2511591613292694, -0.017957434058189392, 0.2602559030056, -0.12885770201683044, -0.07338755577802658, -0.29362019896507263, -0.05750224366784096, 0.31776317954063416, -0.11749681085348129, 0.44981586933135986, 0.3517598509788513, 0.004020869731903076, -0.14047712087631226, -0.4880030155181885, -0.016239870339632034, -0.2480684518814087, -0.029238348826766014, 0.11305952072143555, -0.2462252527475357, 0.1400815099477768, 0.2530866265296936, 0.278679221868515, 0.38816240429878235, -0.36453157663345337, -0.42171990871429443, 0.13659590482711792, 0.05128655210137367, 0.21778546273708344, -0.15675348043441772, -0.06657815724611282, 0.06688828021287918, -0.05584407225251198, 0.07457897812128067, -0.215811088681221, -0.13744108378887177, 0.03089922107756138, -0.20955899357795715, -0.038174599409103394, 0.3555466830730438, -0.14655902981758118, -0.31293901801109314, 0.24871094524860382, 0.059671737253665924, -0.022978689521551132, 0.012389459647238255, -0.11104852706193924, -0.1266670525074005, -0.030004339292645454, 0.17714066803455353, 0.29241737723350525, 0.25458237528800964, 0.04927372932434082, -0.08177988976240158, -0.24101987481117249, 0.0176041591912508, -0.08176015317440033, -0.200730562210083, -0.18988655507564545, -0.20280541479587555, -0.02280188351869583, 0.40952232480049133, -0.14676156640052795, 0.2941950261592865, 0.06145567446947098, -0.2110886126756668, 0.26767730712890625, 0.29709380865097046, -0.23217622935771942, -0.013609158806502819, 0.541797935962677, 0.2877381443977356, -0.03586539626121521, -0.11537805944681168, 0.1405598223209381, 0.05858960002660751, -0.16246062517166138, 0.22017571330070496, 0.4525454044342041, 0.09778210520744324, 0.1624106764793396, -0.2885589599609375, -0.23258884251117706, 0.38579025864601135, -0.017578475177288055, 0.11773696541786194, 0.17865489423274994, 0.04662385582923889, 0.1250934898853302, 0.2903732657432556, 0.17575691640377045, 0.05763900279998779, 0.005286254454404116, -0.08242390304803848, -0.012564364820718765, 0.1394650936126709, -0.2756645977497101, 0.002405701670795679, -0.2153732031583786, 0.11849205940961838, -0.5708056688308716, -0.109766885638237, -0.2445068359375, -0.11727730929851532, 0.09941688179969788, 0.30354341864585876, 0.14076372981071472, -0.17881231009960175, -0.19036172330379486, -0.2994678020477295, -0.15737351775169373, 0.4254079759120941, 0.023987840861082077, -0.25291159749031067, -0.04977734386920929, 0.019600460305809975, 0.029396405443549156, -0.168973907828331, 0.3529265224933624, 0.09202367067337036, 0.23969663679599762, 0.3079463541507721, -0.08819976449012756, 0.09035773575305939, -0.07021164149045944, -0.1717647761106491, -0.04664326831698418, 0.3407258987426758, 0.39551013708114624, 0.12690041959285736, 0.32463473081588745, -0.4568635821342468, -0.26780885457992554, 0.498548686504364, -0.10941293090581894, -0.005743461195379496, 0.22819362580776215, 0.1924796849489212, -0.06433963030576706, -0.13043247163295746, 0.27261486649513245, -0.4695221483707428, 0.2255963236093521, -0.2118295133113861, -0.09237147122621536, 0.13016851246356964, -0.13702842593193054, 0.15286977589130402, 0.08074361085891724, 0.026194607838988304, -0.19910626113414764, -0.06977107375860214, -0.217472642660141, -0.18382489681243896, -0.1371101588010788, 0.4682098925113678, 0.15330825746059418, 0.18850554525852203, -0.2783646285533905, 0.21855682134628296, 0.013032943941652775, 0.08385226130485535, 0.17282576858997345, -0.1432516723871231, -0.08671091496944427, 0.16460472345352173, 0.060941439121961594, 0.04874061048030853, 0.14651358127593994, 0.054990801960229874, 0.34049227833747864, -0.25284507870674133, 0.0727478414773941, 0.02843996323645115, 0.3805263042449951, 0.03713485971093178, -0.27386802434921265, -0.3159779906272888, -0.24624395370483398, 0.33504149317741394, 0.0920184776186943, 0.12113168090581894, -0.2924360930919647, 0.08846843242645264, 0.2084263116121292, 0.05816410481929779, 0.0439944751560688, 0.11591104418039322, 0.30566510558128357, 0.2237004190683365, 0.08462560921907425, -0.18864604830741882, -0.26854392886161804, 0.1540829986333847, 0.17461536824703217, -0.1772300750017166, 0.2764948308467865, 0.09139558672904968, 0.07466955482959747, -0.3237406015396118, -0.3003576695919037, 0.04133136197924614, 0.22284474968910217, 0.0731358677148819, -0.29106655716896057, 0.025321274995803833, -0.0916975811123848, -0.03342704847455025, -0.384363055229187, 0.021028028801083565, 0.5295485854148865, -0.17246682941913605, -0.14247694611549377, -0.20258118212223053, 0.1148783266544342, 0.07813230901956558, 0.07314970344305038, -0.016982121393084526, 0.18056009709835052, -0.0005183577304705977, -0.01487716194242239, -0.13108448684215546, 0.3171403408050537, 0.30824610590934753, -0.05971214920282364, -0.014395037665963173, 0.07131919264793396 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Payment/Recurring_Payments#payment.html.php
payment.html.php ?> <form method="post" action="{{ pimcore_url({action: 'confirm'}, 'checkout', true) }}"> {% if sourceOrders is not empty %} <h4>{{ 'checkout.use-recurring-payment'|trans }}</h4> {% for paymentMethod in paymentMethods %} {% if sourceOrders[paymentMethod] is defined %} {% set sourceOrder = sourceOrders[paymentMethod] %} {% set paymentProvider = sourceOrder.paymentProvider.paymentProviderQpay %} {% if paymentProvider %} {% currentPaymentMethod = paymentProvider.Auth_paymentType %} <p> <input name="recurring-payment" value="{{ sourceOrder.id }}" type="radio"> <strong>{{ currentPaymentMethod }}</strong> {% if currentPaymentMethod is same as('SEPA-DD') %} {{ paymentProvider.Auth_bankAccountOwner }} {{ paymentProvider.Auth_bankAccountIBAN }} {% elseif currentPaymentMethod is same as('CCARD') %} {{ paymentProvider.Auth_maskedPan }} {{ paymentProvider.Auth_expiry }} {% endif %} </p> {% endif %} {% endif %} {% endfor %} <hr> {% endif %} </form>
payment.html.php
[ -0.17675870656967163, -0.350945383310318, -0.22531282901763916, 0.01807303912937641, 0.1597261279821396, -0.3590776026248932, -0.06300870329141617, 0.1157674565911293, -0.22653324902057648, 0.2736651301383972, 0.06582244485616684, 0.2329821139574051, 0.3007194399833679, 0.40964585542678833, -0.3055337071418762, 0.21431876718997955, -0.13990341126918793, 0.23087994754314423, 0.20877014100551605, -0.1604769229888916, -0.13429290056228638, 0.10452824085950851, 0.02883855067193508, 0.19048696756362915, -0.11748629808425903, -0.07775731384754181, 0.08545995503664017, -0.18517492711544037, -0.3487797975540161, -0.20280732214450836, -0.22045156359672546, 0.3898574709892273, -0.1831505447626114, 0.17310696840286255, -0.00010357329301768914, 0.03245462104678154, 0.25979554653167725, -0.17798669636249542, -0.24992845952510834, 0.08246078342199326, -0.5823231935501099, 0.0031260093674063683, -0.019502121955156326, -0.29062414169311523, 0.004049789626151323, -0.11042947322130203, -0.005090639460831881, 0.38209009170532227, 0.4787401556968689, 0.13396789133548737, 0.3127990663051605, -0.03645547851920128, 0.041499633342027664, -0.16140016913414001, 0.019213194027543068, 0.23697291314601898, 0.24911849200725555, -0.09849469363689423, -0.12507249414920807, -0.09102122485637665, -0.05645989626646042, 0.5243430733680725, 0.14045454561710358, -0.264132559299469, -0.05108185485005379, -0.17075489461421967, 0.3518790602684021, 0.0402563139796257, 0.17451883852481842, -0.18997928500175476, 0.024897010996937752, -0.15093646943569183, -0.09549447894096375, 0.16520635783672333, -0.08360102027654648, -0.044140640646219254, -0.04565953090786934, -0.031142668798565865, -0.005835772026330233, 0.15170760452747345, -0.08857414871454239, 0.032107990235090256, -0.07185575366020203, 0.13757455348968506, 0.0036447637248784304, 0.28740960359573364, -0.130623921751976, -0.1379661113023758, 0.18263369798660278, -0.28675758838653564, -0.09487073868513107, -0.051897116005420685, 0.1631954163312912, 0.0034932882990688086, 0.27709758281707764, -0.20633915066719055, 0.04654841870069504, 0.12399965524673462, 0.2095741182565689, 0.22318221628665924, 0.12478367984294891, 0.09376189112663269, 0.08442908525466919, 0.13048599660396576, 0.10083279013633728, 0.08462972939014435, 0.017869707196950912, -0.29487869143486023, 0.11806531995534897, 0.567294716835022, -0.1604669988155365, 0.0293502826243639, -0.000247651623794809, 0.10676199197769165, 0.21953420341014862, 0.04795599728822708, 0.17506204545497894, 0.1900932341814041, -0.08690501004457474, 0.00982393603771925, -0.039366792887449265, -0.08077876269817352, 0.12240628898143768, 0.692434549331665, -0.06251514703035355, 0.4054729640483856, 0.027935633435845375, -0.06602690368890762, -0.18512271344661713, -0.10887552052736282, -0.23176351189613342, 0.1711088865995407, -0.09314586967229843, -0.18454471230506897, 0.01946491375565529, 0.2585012912750244, 0.18751782178878784, 0.018231667578220367, 0.21763406693935394, -0.13145644962787628, 0.1360333114862442, 0.04233201965689659, 0.02985163778066635, 0.00034836019040085375, 0.018804369494318962, 0.032961856573820114, 0.1785932183265686, 0.14017094671726227, 0.08810457587242126, -0.06615237146615982, -0.1570451557636261, -0.0951048880815506, 0.12716475129127502, 0.4355781078338623, 0.32424917817115784, -0.17522984743118286, 0.2144724577665329, -0.1008635014295578, 0.266754686832428, -0.047841161489486694, 0.03653153032064438, -0.06863448768854141, -0.0915076732635498, -0.18007627129554749, 0.1422310471534729, 0.46518608927726746, 0.28801432251930237, -0.1443658173084259, -0.10573931038379669, -0.3034813702106476, 0.24257434904575348, -0.17337405681610107, -0.0815775915980339, 0.2109856754541397, -0.018114952370524406, -0.09116184711456299, 0.20137552917003632, -0.4015725553035736, -0.2888216972351074, 0.10665060579776764, -0.20985345542430878, -0.14649897813796997, 0.1392715871334076, -0.10839366167783737, 0.007888196036219597, 0.12815706431865692, 0.06405454874038696, -0.27381330728530884, -0.007861275225877762, 0.32179373502731323, -0.37659725546836853, -0.3340356647968292, -0.22659796476364136, -0.007375300396233797, 0.13973045349121094, 0.04710373282432556, 0.10175007581710815, 0.27734705805778503, 0.20383115112781525, 0.08502279967069626, 0.09706933796405792, -0.05449520796537399, 0.587375819683075, -0.2993462383747101, 0.03315211459994316, -0.17578600347042084, 0.2222127467393875, -0.15405292809009552, -0.2178986370563507, -0.11697586625814438, 0.10978638380765915, -0.09436330944299698, -0.49970513582229614, 0.04710208997130394, -0.2778952717781067, 0.1165098026394844, 0.4116774797439575, 0.4418078362941742, 0.16134735941886902, -0.305951327085495, -0.17131859064102173, 0.07807119190692902, 0.03305209428071976, -0.13569073379039764, 0.2810978293418884, -0.07932290434837341, -0.4420822858810425, -0.10175781697034836, 0.07104279845952988, 0.03379014879465103, 0.37292131781578064, 0.1549646407365799, 0.09487725049257278, 0.3398820161819458, 0.18183831870555878, 0.20600855350494385, 0.17427562177181244, 0.04778837785124779, -0.02397148683667183, -0.394654780626297, -0.22924736142158508, 0.2571272850036621, 0.2333926558494568, 0.13596217334270477, 0.07118473201990128, 0.2688315510749817, 0.14387530088424683, -0.10941874235868454, 0.26205936074256897, -0.23235619068145752, 0.1517488807439804, -0.09378453344106674, -0.02280634641647339, -0.28366172313690186, 0.03815864399075508, -0.15353013575077057, 0.13365136086940765, -0.08724217861890793, -0.2951235771179199, 0.2786303460597992, 0.2854712903499603, 0.1904517561197281, 0.1424032300710678, -0.11527787894010544, 0.153689444065094, 0.05246308445930481, -0.13440722227096558, 0.23194673657417297, -0.04810606315732002, 0.34120580554008484, -0.07711441814899445, -0.16753888130187988, 0.02177252806723118, -0.17106443643569946, 0.2170206755399704, 0.032548826187849045, -0.2415802925825119, 0.3623723089694977, 0.22221584618091583, -0.19491368532180786, -0.16328732669353485, -0.1418216973543167, -0.004608809016644955, 0.09906627237796783, -0.045606113970279694, -0.11831315606832504, -0.06762667745351791, 0.03914059326052666, -0.11318544298410416, -0.22962959110736847, 0.2707749903202057, -0.19513151049613953, 0.3908621370792389, 0.14322657883167267, -0.12564337253570557, 0.16842134296894073, -0.05595597252249718, 0.26282089948654175, 0.1270585060119629, -0.021006181836128235, -0.3561030328273773, 0.0944909155368805, -0.03132105618715286, 0.2038908749818802, -0.15177591145038605, 0.08884777128696442, 0.1550360769033432, -0.05565871298313141, 0.09400296211242676, -0.04884229227900505, 0.01156264916062355, 0.27123719453811646, 0.07622166723012924, -0.3579447269439697, 0.054901547729969025, 0.10479705780744553, -0.033884480595588684, 0.052356887608766556, 0.3215079605579376, -0.17339381575584412, -0.29294753074645996, 0.03990286588668823, -0.015251201577484608, 0.01661798171699047, -0.3279864490032196, -0.30533885955810547, -0.22660018503665924, -0.31469857692718506, -0.1268271505832672, 0.18847283720970154, 0.2460254430770874, 0.18557386100292206, 0.13031470775604248, 0.32755592465400696, -0.1795271933078766, 0.12386643886566162, -0.16498497128486633, -0.13838842511177063, 0.20945727825164795, -0.16119985282421112, -0.07833024114370346, 0.024185841903090477, -0.2365049421787262, 0.1314636915922165, -0.27363133430480957, 0.060541752725839615, -0.3541806638240814, -0.023305553942918777, -0.29584839940071106, -0.11348175257444382, -0.18871767818927765, 0.38464298844337463, 0.04009411484003067, -0.39843881130218506, -0.11775188148021698, 0.0009503588080406189, 0.03588293865323067, -0.028794314712285995, 0.3336116075515747, -0.4891047477722168, -0.24684783816337585, -0.22326335310935974, 0.7231350541114807, -0.0793338492512703, 0.05743427574634552, 0.18889376521110535, -0.02688242867588997, -0.0496341735124588, 0.1764782965183258, -0.26397398114204407, -0.3134067952632904, 0.12400083243846893, -0.05905415862798691, 0.19083695113658905, -0.09280257672071457, 0.15540020167827606, -0.1129579246044159, 0.02929643727838993, -0.13710395991802216, -0.1378856748342514, -0.3200543224811554, 0.5480401515960693, 0.19715151190757751, -0.11238202452659607, 0.11535681039094925, 0.05189844220876694, 0.09485450387001038, -0.09710981696844101, 0.24885447323322296, -0.2970139682292938, -0.17754368484020233, -0.3892210125923157, -0.26125821471214294, 0.17275510728359222, 0.20579242706298828, 0.13466177880764008, -0.0770946815609932, -0.07136206328868866, -0.18252606689929962, 0.05328645557165146, -0.4790098965167999, 0.2918532192707062, 0.03466644510626793, 0.12606781721115112, -0.025099236518144608, -0.28185388445854187, 0.20910941064357758, 0.12739194929599762, -0.23183119297027588, -0.36068058013916016, 0.23198053240776062, 0.1580054610967636, -0.30930373072624207, -0.011381810531020164, 0.04171871393918991, -0.3237079083919525, -0.034935034811496735, -0.00507740443572402, -0.22551634907722473, -0.2625555098056793, -0.44126442074775696, 0.24100539088249207, -0.06129000335931778, 0.103227399289608, 0.06345226615667343, -0.023966152220964432, 0.23308229446411133, -0.08499538898468018, 0.12406302988529205, 0.2191717028617859, 0.000381488905986771, 0.11183994263410568, -0.2330315262079239, -0.07208307832479477, 0.17248134315013885, 0.4894905388355255, 0.05748546123504639, 0.2911512553691864, 0.11554117500782013, 0.0330602191388607, -0.0636976957321167, -0.04169490560889244, 0.16939300298690796, 0.042692746967077255, -0.0452418327331543, 0.34423819184303284, 0.2437025010585785, 0.265708863735199, 0.1531267762184143, -0.07066532969474792, -0.20044280588626862, -0.04282231256365776, 0.014690936543047428, -0.3442988395690918, -0.48186933994293213, -0.12955419719219208, -0.2598673403263092, 0.014697818085551262, -0.006106776650995016, 0.05459155514836311, -0.16388289630413055, 1.0152345895767212, 0.23454616963863373, -0.014593253843486309, 0.22455193102359772, -0.2836288809776306, -0.12785346806049347, -0.29455816745758057, 0.03844264894723892, -0.16839540004730225, 0.11146010458469391, 0.016348620876669884, -0.04413803666830063, 0.1017211377620697, 0.15477345883846283, -0.4200328588485718, -0.014019044116139412, -0.1118488758802414, 0.26790568232536316, -0.01650327630341053, 0.2038460075855255, -0.21943369507789612, 0.007940984331071377, -0.03461246192455292, 0.26308080554008484, -0.0015093681868165731, -0.0474206805229187, -0.12840525805950165, -0.20645232498645782, -0.12094282358884811, -0.21065203845500946, 0.28349530696868896, 0.23606477677822113, -0.5119512677192688, -0.040144532918930054, 0.09820763766765594, 0.2725162208080292, -0.19545972347259521, -0.01718602515757084, -0.08008381724357605, 0.05342995002865791, -0.11445920169353485, 0.2499120533466339, 0.2379210889339447, -0.1340896487236023, -0.4677564799785614, 0.11208357661962509, 0.10386698693037033, -0.22822199761867523, -0.41679126024246216, 0.21549014747142792, 0.01804412715137005, -0.020519016310572624, -0.20409898459911346, 0.33470219373703003, 0.3081464171409607, -0.1597503274679184, -0.1095719039440155, -0.001045802840963006, -0.5139774680137634, -0.36395567655563354, 0.28351452946662903, -0.1744898408651352, -0.09171293675899506, 0.07841884344816208, 0.38932034373283386, -0.03477063775062561, -0.18192146718502045, 0.2441798448562622, 0.17864990234375, 0.013920431025326252, 0.32540369033813477, -0.3775486350059509, -0.3072374761104584, -0.5286310315132141, 0.008403604850172997, -0.19986799359321594, -0.1248626559972763, -0.0823243036866188, 0.06514488905668259, -0.3590135872364044, 0.035810232162475586, 0.26520898938179016, -0.02018810622394085, 0.3272860646247864, -0.10648813098669052, -0.005568346008658409, -0.3290761709213257, 0.04034842178225517, 0.28229251503944397, 0.01165028940886259, 0.3985937833786011, 0.4444224238395691, 0.027738401666283607, -0.057124797254800797, -0.4879108965396881, -0.09287619590759277, -0.3111855089664459, -0.00929573830217123, -0.13304544985294342, -0.2672390043735504, 0.18860922753810883, 0.0701078474521637, 0.30290359258651733, 0.27718642354011536, -0.31213194131851196, -0.4155403971672058, 0.09670675545930862, 0.06423024833202362, 0.19064250588417053, -0.08805787563323975, -0.019174059852957726, 0.14666703343391418, -0.06353430449962616, 0.07579094916582108, -0.1324584186077118, -0.13774286210536957, 0.15950658917427063, 0.01948116160929203, -0.16239792108535767, 0.0363212414085865, -0.006205644924193621, -0.3332264721393585, 0.27506890892982483, 0.11684271693229675, 0.04233201965689659, -0.09628036618232727, -0.1962260752916336, -0.1949571967124939, 0.046683136373758316, 0.2131655216217041, 0.4224797487258911, 0.33183369040489197, 0.10214287787675858, -0.12986408174037933, -0.22694896161556244, 0.16308221220970154, 0.07261130213737488, -0.15033210813999176, -0.32906317710876465, -0.10858602821826935, -0.08678264170885086, 0.4419163465499878, -0.3995715379714966, 0.248337522149086, 0.19665208458900452, -0.11183435469865799, 0.34385251998901367, 0.440486341714859, -0.2166663408279419, -0.28475019335746765, 0.3230946958065033, 0.3043366074562073, 0.041073836386203766, -0.06909320503473282, -0.09392587095499039, -0.08083721250295639, -0.15053804218769073, 0.16163130104541779, 0.3407383859157562, 0.06071401387453079, 0.20284204185009003, -0.0895286351442337, -0.13003982603549957, 0.2440018653869629, 0.1606406420469284, 0.06411629915237427, 0.09508790820837021, 0.09465665370225906, 0.08325479179620743, 0.25030145049095154, 0.04286542534828186, 0.011731669306755066, 0.19884151220321655, 0.09621434658765793, 0.23640625178813934, 0.026664935052394867, -0.23825772106647491, 0.12430194020271301, -0.05672633647918701, 0.004724448546767235, -0.37095528841018677, -0.09259973466396332, -0.3592991530895233, -0.1856660693883896, 0.30077385902404785, 0.2473832368850708, 0.1487221121788025, -0.15331877768039703, -0.10537612438201904, -0.2431570142507553, 0.037425845861434937, 0.2501591742038727, 0.11368292570114136, -0.3515801727771759, 0.06872919946908951, 0.22359690070152283, 0.08016421645879745, 0.011652444489300251, 0.21138040721416473, 0.06717425584793091, 0.24146395921707153, 0.2245652973651886, 0.031601645052433014, 0.1177772805094719, -0.18449045717716217, -0.11618990451097488, -0.20677059888839722, 0.43256351351737976, 0.48130032420158386, 0.295219361782074, 0.3406130373477936, -0.510492742061615, -0.29327815771102905, 0.45769909024238586, 0.0651560053229332, -0.07225634902715683, 0.1034429669380188, 0.0953768938779831, 0.13381049036979675, -0.20219555497169495, 0.1640394628047943, -0.678372323513031, 0.17745372653007507, -0.16806741058826447, -0.06819147616624832, 0.2933610677719116, -0.12922555208206177, 0.13330891728401184, -0.02316214330494404, -0.050478413701057434, -0.09278617054224014, -0.23053231835365295, -0.09071825444698334, -0.1002587154507637, -0.2989480793476105, 0.2715570628643036, 0.15429410338401794, 0.12490034103393555, -0.3873450756072998, 0.2783351540565491, -0.020835507661104202, 0.05091825872659683, 0.21988828480243683, -0.24849554896354675, -0.12714844942092896, 0.12909477949142456, -0.06266163289546967, 0.206410750746727, -0.11765746027231216, 0.1977197676897049, 0.42734310030937195, -0.32540813088417053, 0.05336365848779678, -0.05154591426253319, 0.3242836594581604, 0.1894569844007492, -0.5007196068763733, -0.21382927894592285, -0.2578950524330139, 0.14819754660129547, -0.16886378824710846, 0.19089524447917938, -0.38908159732818604, 0.07530222088098526, 0.2776679992675781, 0.0648113414645195, -0.006999277044087648, 0.1751122772693634, 0.2535663843154907, 0.3273734152317047, 0.2411057949066162, -0.06268186122179031, -0.2051839679479599, 0.3129059970378876, 0.10600308328866959, -0.3927379846572876, 0.1690569370985031, 0.11971938610076904, -0.020525220781564713, -0.0706963762640953, -0.4233718514442444, -0.0986824706196785, 0.030341796576976776, 0.10356687754392624, -0.23156379163265228, -0.2191622257232666, 0.18477779626846313, 0.0865669772028923, -0.4657371938228607, 0.02049817331135273, 0.4727061092853546, 0.033990997821092606, 0.05024416372179985, -0.2928341329097748, 0.19966988265514374, 0.06738360226154327, 0.03881252557039261, -0.1040613129734993, 0.041588570922613144, -0.1923697143793106, 0.04227137938141823, -0.03586480766534805, 0.32456082105636597, 0.32916924357414246, 0.011715414002537727, -0.08569448441267014, -0.014809606596827507 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Payment/Recurring_Payments#ecommerce.yaml
ecommerce.yaml payment_manager: providers: qpay: profiles: sandbox: secret: 'CHCSH7UGHVVX2P7EHDHSY4T2S4CGYK4QBE4M5YUUG2ND5BEZWNRZW5EJYVJQ' customer: 'D200411' toolkit_password: 'XXXXXXX' # necessary for recurPayment operation optional_payment_properties: - paymentType - transactionIdentifier # necessary for recurPayment based on SEPA DIRECT DEBIT recurring_payment_enabled: true # enable recurring payment
ecommerce.yaml
[ 0.055304303765296936, -0.34960082173347473, -0.1440303474664688, -0.06438323855400085, 0.4633118808269501, -0.00029284044285304844, 0.13930848240852356, 0.0353650227189064, -0.11042230576276779, 0.1855389028787613, 0.19796356558799744, 0.3366948962211609, 0.30106398463249207, 0.5378783941268921, 0.08290690183639526, 0.25491446256637573, 0.09616465121507645, 0.25101912021636963, -0.17131407558918, -0.148457333445549, 0.017247622832655907, 0.1282782107591629, -0.004320753272622824, 0.216360941529274, -0.14516621828079224, 0.10794122517108917, 0.18021158874034882, -0.11190818250179291, -0.3192588984966278, -0.27199459075927734, 0.36419978737831116, 0.15946538746356964, -0.026492629200220108, -0.1141691729426384, -0.0001060763606801629, 0.07741442322731018, 0.2014520913362503, -0.4246111512184143, -0.137728750705719, 0.2476046085357666, -0.43381890654563904, -0.2881913483142853, 0.3028906583786011, -0.3070397973060608, -0.08028639107942581, 0.04539099335670471, 0.09482967853546143, 0.17281730473041534, 0.6326965689659119, 0.00103739311452955, 0.2707277834415436, -0.3998572528362274, 0.09182927012443542, -0.19942381978034973, -0.1143084242939949, -0.1380814164876938, 0.11636801064014435, -0.3899570107460022, -0.003471896518021822, -0.3513757586479187, -0.032199759036302567, 0.1531870812177658, 0.012920278124511242, -0.16865181922912598, 0.12725883722305298, -0.037882354110479355, 0.8795410394668579, -0.27851182222366333, 0.1048131063580513, -0.0063396478071808815, 0.41071590781211853, -0.11361385136842728, 0.09762855619192123, 0.15920333564281464, -0.17593955993652344, -0.17754048109054565, -0.12197292596101761, 0.05130533128976822, -0.011606739833950996, -0.07073675096035004, 0.087706059217453, 0.10534637421369553, -0.0907982662320137, 0.0874154269695282, -0.33331772685050964, 0.292226105928421, 0.1401270627975464, 0.06669169664382935, 0.06195551156997681, -0.08310838788747787, 0.07041222602128983, 0.43841880559921265, -0.1020071879029274, 0.10989494621753693, 0.014163137413561344, -0.060037657618522644, 0.008968177251517773, 0.011787296272814274, 0.2829025387763977, 0.3036446273326874, 0.02039780095219612, 0.15099696815013885, 0.48649850487709045, 0.1841680109500885, -0.24364030361175537, 0.3836151361465454, 0.12497319281101227, -0.1581948846578598, 0.24018067121505737, 0.38216471672058105, 0.14838100969791412, 0.04506361484527588, -0.14350514113903046, 0.006814304739236832, 0.3994320034980774, 0.10302065312862396, -0.07303878664970398, -0.031124871224164963, -0.24953235685825348, -0.2016768604516983, -0.2614022493362427, -0.11225075274705887, -0.03517971932888031, 0.21840409934520721, 0.14106203615665436, -0.12562939524650574, -0.11650755256414413, 0.01818179339170456, -0.03346392512321472, 0.0769309550523758, -0.3180462718009949, 0.02970556914806366, -0.1243172287940979, -0.1497754603624344, -0.1533598005771637, 0.09774020314216614, 0.2871738374233246, -0.06385397166013718, -0.10887764394283295, 0.05435514822602272, 0.15460000932216644, 0.18848761916160583, -0.17940495908260345, 0.3448101878166199, -0.12272966653108597, -0.04214797914028168, 0.1013387143611908, 0.19834013283252716, -0.013655579648911953, 0.0705093964934349, -0.26181265711784363, -0.1672593206167221, 0.19046176970005035, 0.37987571954727173, 0.11877063661813736, -0.14649054408073425, 0.2703965902328491, -0.18276064097881317, 0.4072822332382202, 0.04375460371375084, 0.19230124354362488, -0.13406075537204742, 0.34057021141052246, -0.08878485858440399, 0.11961913108825684, 0.14793148636817932, -0.14143866300582886, -0.3280390501022339, -0.08404917269945145, -0.4314112067222595, 0.37828126549720764, -0.2906424105167389, -0.2672010064125061, -0.07582627981901169, -0.14331884682178497, 0.12714247405529022, 0.13070103526115417, -0.5786810517311096, -0.27418825030326843, -0.07572152465581894, -0.07785410434007645, -0.233334481716156, 0.26744702458381653, -0.12327510863542557, 0.2312534898519516, -0.057905685156583786, -0.1332724541425705, -0.14595070481300354, 0.06311517208814621, 0.1722152680158615, -0.37008795142173767, -0.5143775939941406, 0.056196343153715134, -0.06494919210672379, 0.07103556394577026, -0.027072932571172714, 0.11467406153678894, 0.21540363132953644, 0.08823046833276749, 0.1608734130859375, 0.14778709411621094, -0.2489277869462967, 0.6776933670043945, -0.010101662948727608, 0.22842301428318024, 0.28040483593940735, 0.06373576074838638, -0.06516919285058975, -0.49140289425849915, 0.12032220512628555, -0.00036482163704931736, -0.12910966575145721, -0.19778333604335785, -0.03431545943021774, -0.47711730003356934, -0.24189992249011993, 0.3904320299625397, 0.32884883880615234, 0.44785359501838684, -0.18550899624824524, 0.037169311195611954, 0.23971576988697052, 0.46963071823120117, 0.05442167818546295, 0.1505071222782135, -0.17962418496608734, -0.10728179663419724, -0.025894440710544586, -0.10040847957134247, 0.10716178268194199, 0.6330653429031372, -0.02315966784954071, 0.26539745926856995, 0.18677014112472534, -0.06973424553871155, 0.1492176651954651, -0.008093343116343021, 0.1398339420557022, -0.07766566425561905, -0.03871716186404228, -0.08058825135231018, 0.21619448065757751, 0.06894566118717194, -0.11201430857181549, 0.2526126801967621, 0.13213224709033966, 0.20114906132221222, 0.006744043901562691, -0.09461362659931183, 0.21410050988197327, 0.26495736837387085, -0.19308996200561523, -0.13965511322021484, -0.2294577956199646, -0.006272241938859224, -0.2272125780582428, -0.07666321843862534, -0.2953951954841614, -0.07660491019487381, 0.3837181627750397, 0.11846058070659637, 0.05031932517886162, 0.2848201394081116, -0.16449105739593506, 0.022865550592541695, -0.00606910465285182, -0.020108962431550026, 0.5004042983055115, 0.0671914666891098, 0.2068403959274292, -0.28781673312187195, -0.10117443650960922, 0.06850320100784302, -0.36785370111465454, 0.11307192593812943, -0.19053788483142853, 0.0567084476351738, 0.38721007108688354, 0.31695783138275146, -0.25227734446525574, -0.06365418434143066, 0.3616924583911896, 0.08914267271757126, 0.03928431123495102, -0.014482575468719006, 0.13611726462841034, -0.28972992300987244, -0.24217785894870758, 0.19228410720825195, -0.21041463315486908, 0.1808721274137497, -0.41026389598846436, 0.39396119117736816, -0.07070954144001007, 0.01079422514885664, 0.30616599321365356, 0.10951601713895798, 0.17956030368804932, -0.18257327377796173, -0.26148954033851624, -0.5084518194198608, -0.09105175733566284, -0.19482560455799103, 0.18840833008289337, -0.19401291012763977, -0.08932481706142426, 0.3448144793510437, -0.03592130169272423, 0.07799451798200607, -0.20038767158985138, -0.35573798418045044, 0.15737231075763702, -0.15844596922397614, 0.2813204824924469, 0.34414735436439514, -0.014167253859341145, 0.05309378728270531, 0.23591729998588562, 0.2705592215061188, 0.17565758526325226, -0.23645266890525818, 0.15946288406848907, -0.1040775403380394, 0.1492871642112732, -0.235971137881279, -0.09387671947479248, -0.5484586954116821, -0.16558364033699036, -0.07246757298707962, 0.24647638201713562, 0.17545367777347565, -0.17242209613323212, -0.2389758825302124, 0.18909478187561035, -0.1751512885093689, 0.038548387587070465, -0.1748022884130478, 0.12650030851364136, 0.3473358452320099, -0.043535955250263214, -0.2789284586906433, 0.2900727391242981, -0.1307348608970642, 0.2889435589313507, -0.0655553862452507, -0.1838865876197815, -0.4395965039730072, 0.20357440412044525, -0.08485939353704453, 0.07692477852106094, -0.12483656406402588, 0.555509090423584, 0.04121657833456993, -0.1330530196428299, 0.015392527915537357, -0.11527775228023529, 0.07886962592601776, 0.2112932950258255, 0.21459491550922394, -0.5441519021987915, 0.14854632318019867, -0.12715423107147217, 0.3191838562488556, 0.031603265553712845, 0.47459977865219116, 0.25845760107040405, -0.06589651107788086, -0.179962158203125, -0.08469344675540924, 0.07777503877878189, -0.42491209506988525, 0.044319432228803635, 0.01699531078338623, 0.0642705038189888, -0.1652822047472, 0.1877831667661667, -0.04144236072897911, -0.07441893965005875, 0.07215724885463715, -0.07444094121456146, -0.42752698063850403, 0.08334235846996307, 0.18473373353481293, -0.09194321185350418, 0.22275781631469727, 0.2652536630630493, -0.03903339430689812, -0.19916048645973206, 0.3902180790901184, -0.13770483434200287, 0.24659541249275208, -0.2480221539735794, -0.04875146225094795, 0.09694014489650726, 0.1582319140434265, -0.39339014887809753, -0.08468254655599594, -0.11310058832168579, -0.2236924171447754, 0.16609014570713043, -0.37411996722221375, 0.2580009996891022, 0.1541794240474701, -0.08445259183645248, -0.03865418583154678, -0.4004397392272949, 0.2810506820678711, -0.3289617896080017, 0.06297957897186279, 0.029996540397405624, -0.43327629566192627, 0.15631264448165894, -0.4111289381980896, 0.14089015126228333, -0.022465575486421585, -0.3015846312046051, -0.20586079359054565, 0.1558375209569931, -0.18067236244678497, -0.5894924998283386, -0.19288882613182068, 0.07484659552574158, -0.2630968391895294, 0.24494896829128265, 0.3147132396697998, 0.10524279624223709, -0.12662716209888458, -0.22688500583171844, 0.015786975622177124, 0.1669224351644516, 0.05542703717947006, -0.41659680008888245, 0.02603062614798546, -0.11213023215532303, -0.00902498234063387, 0.46961572766304016, -0.007838848046958447, 0.23162315785884857, 0.04018237069249153, -0.13387569785118103, -0.3368912935256958, 0.18475906550884247, 0.04819050058722496, -0.2261299043893814, 0.03535168990492821, -0.07984894514083862, 0.045297928154468536, 0.041107505559921265, -0.42663905024528503, -0.07345040887594223, -0.07494654506444931, -0.10079386085271835, 0.15229827165603638, -0.16372442245483398, -0.29370757937431335, -0.01134541630744934, -0.3287815451622009, 0.044960081577301025, -0.4264121949672699, -0.054779455065727234, 0.27888721227645874, 0.8605843186378479, -0.021181730553507805, 0.06148326396942139, 0.25139424204826355, 0.09045245498418808, -0.009028754197061062, -0.2516736090183258, 0.2485588937997818, -0.20368625223636627, 0.4997997283935547, -0.028067696839571, 0.10801129788160324, 0.19256074726581573, -0.22993339598178864, -0.42987290024757385, 0.36155620217323303, -0.15905144810676575, 0.056990351527929306, -0.010909428820014, -0.23397710919380188, -0.18061073124408722, 0.07308599352836609, 0.17839115858078003, 0.27030307054519653, 0.11374838650226593, 0.1410338431596756, -0.09786705672740936, -0.42283254861831665, 0.06497468799352646, -0.12099643796682358, 0.12070147693157196, 0.0741739496588707, -0.7209386229515076, -0.07248343527317047, 0.21284016966819763, 0.024646714329719543, -0.3449215888977051, -0.12747202813625336, -0.14503450691699982, -0.22923779487609863, -0.09086664021015167, -0.09151811897754669, 0.1605156660079956, -0.4771742522716522, -0.19080056250095367, 0.18682247400283813, 0.13024184107780457, -0.27814751863479614, -0.043956127017736435, 0.20783358812332153, -0.17078585922718048, 0.07329565286636353, -0.4605196416378021, 0.20983336865901947, 0.0880657285451889, -0.07921303063631058, -0.07779336720705032, -0.034093890339136124, -0.36619943380355835, -0.1989307552576065, 0.24338485300540924, 0.010254446417093277, -0.1516232043504715, 0.0936679020524025, -0.03912529721856117, 0.10695190727710724, -0.14454782009124756, 0.11390679329633713, 0.3427523076534271, -0.022401344031095505, 0.3858845829963684, -0.384791761636734, -0.14697854220867157, -0.45853903889656067, -0.17905795574188232, 0.16360051929950714, -0.15854276716709137, 0.11670620739459991, 0.250667929649353, -0.3743385672569275, 0.18484154343605042, 0.3147125244140625, -0.14219701290130615, 0.13349594175815582, -0.054843757301568985, -0.26070407032966614, -0.0991925522685051, 0.050188206136226654, 0.2107006013393402, -0.043203454464673996, -0.027666553854942322, 0.018995419144630432, 0.06749654561281204, 0.016769004985690117, -0.4303286075592041, 0.1297777146100998, -0.2032615691423416, 0.16261450946331024, -0.09497006982564926, -0.13113166391849518, 0.34020236134529114, 0.3047158718109131, 0.23042859137058258, 0.20809169113636017, -0.4146552085876465, -0.3384056091308594, 0.2080775797367096, 0.05322675034403801, 0.11906225234270096, -0.15735526382923126, 0.34391504526138306, 0.05545797571539879, -0.15904594957828522, 0.27326780557632446, 0.10204607993364334, -0.19600115716457367, 0.022359460592269897, 0.23519939184188843, 0.38788092136383057, 0.13248570263385773, -0.13277658820152283, -0.26288679242134094, 0.20982328057289124, 0.04185744747519493, -0.26944878697395325, -0.1569775640964508, -0.29732123017311096, -0.15437045693397522, -0.13219866156578064, 0.16982658207416534, 0.18908748030662537, 0.10771138966083527, 0.26359498500823975, -0.2595987915992737, -0.05479489266872406, 0.050694338977336884, -0.008017544634640217, -0.04240695387125015, -0.3670691251754761, -0.05165185034275055, 0.0650135800242424, 0.31460142135620117, -0.35280051827430725, 0.09317053109407425, -0.06482330709695816, -0.12206530570983887, 0.14095507562160492, 0.2234916388988495, 0.3216627836227417, -0.299111932516098, 0.27767375111579895, 0.24662096798419952, 0.29150423407554626, -0.42377859354019165, 0.18429401516914368, 0.5220030546188354, -0.28306087851524353, 0.23434461653232574, 0.14756585657596588, 0.031341180205345154, -0.11361837387084961, 0.07991614192724228, -0.3045326769351959, 0.2806902229785919, 0.18864481151103973, -0.12329936027526855, 0.04245659336447716, -0.028573421761393547, 0.0505923368036747, 0.32756948471069336, 0.31092485785484314, -0.10233565419912338, -0.03182326629757881, 0.5577471852302551, 0.309791624546051, 0.23390039801597595, -0.25128093361854553, 0.21225212514400482, -0.14809349179267883, -0.015167228877544403, 0.1794905960559845, -0.20793278515338898, -0.23968134820461273, -0.1906464844942093, -0.10215897858142853, 0.07965003699064255, -0.06619381159543991, -0.17882727086544037, -0.2704651355743408, -0.10569151490926743, 0.042265862226486206, 0.035253070294857025, 0.2573586404323578, -0.14938051998615265, -0.02769456058740616, 0.09979106485843658, -0.25249427556991577, -0.01886320486664772, 0.1975928544998169, 0.17594656348228455, 0.23734807968139648, 0.013847285881638527, 0.06233014911413193, -0.11916982382535934, -0.09033424407243729, 0.01810682937502861, 0.23310571908950806, 0.1896401047706604, 0.3079434335231781, -0.1710682511329651, 0.19989071786403656, -0.30383285880088806, -0.04689369350671768, 0.2343110591173172, -0.06530727446079254, 0.16562576591968536, -0.04764869809150696, 0.07579974085092545, 0.12618941068649292, 0.002952574985101819, 0.25489750504493713, -0.4575691819190979, 0.11058557033538818, 0.033833932131528854, 0.27235448360443115, 0.1379421204328537, -0.19814209640026093, 0.14611107110977173, -0.3369012176990509, 0.41309481859207153, -0.28195109963417053, -0.23852621018886566, -0.0568336583673954, 0.13059617578983307, -0.18422482907772064, 0.07676132768392563, -0.17424608767032623, -0.15661677718162537, -0.08792354166507721, 0.19058242440223694, 0.2692471742630005, -0.0005322377546690404, 0.014534165151417255, 0.018076196312904358, -0.041881054639816284, -0.08434697985649109, -0.0034336212556809187, 0.030498141422867775, 0.3527534306049347, 0.16938164830207825, 0.29157504439353943, -0.34562620520591736, 0.3512462079524994, -0.1064462810754776, 0.27936121821403503, 0.21406880021095276, -0.0348888598382473, 0.06664108484983444, 0.32992833852767944, 0.2290268987417221, 0.09410719573497772, 0.03137616068124771, -0.13352560997009277, 0.21344156563282013, 0.04722607508301735, 0.07239939272403717, -0.11229915171861649, 0.10203113406896591, 0.15861833095550537, -0.16984912753105164, 0.07266948372125626, -0.19451786577701569, -0.4366869032382965, 0.1208871528506279, -0.09783364832401276, -0.12681634724140167, 0.16801904141902924, 0.07549493759870529, 0.3442308008670807, -0.21251364052295685, -0.12514027953147888, -0.19862468540668488, 0.11134029179811478, -0.21019390225410461, -0.33344534039497375, -0.3220894932746887, 0.03431157022714615, 0.039504799991846085, -0.1442154049873352, 0.10692639648914337, 0.3074766993522644, 0.14871418476104736, -0.023350553587079048, -0.3164905309677124, 0.30244630575180054, 0.1252335011959076, -0.016269054263830185, -0.1178613156080246, 0.44190287590026855, 0.2339688390493393, 0.0028656378854066133, -0.12121845036745071, -0.06318612396717072, 0.30868104100227356, 0.3051639497280121, -0.14858116209506989, -0.13507705926895142 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Payment#payment-manager
Payment Manager The Payment Manager is responsible for all aspects concerning payment. The main aspect is the implementation of different Payment Provider to integrate them into the framework.
Payment Manager
[ 0.303640753030777, -0.08120577782392502, -0.21910792589187622, 0.10663879662752151, 0.27328377962112427, 0.2864247262477875, 0.018443014472723007, -0.2183404266834259, -0.2642452120780945, 0.1799493134021759, 0.0899769738316536, 0.3487623631954193, 0.2398536503314972, 0.02584376372396946, 0.26980504393577576, -0.10763148963451385, 0.04634775593876839, 0.04770556837320328, 0.10938876867294312, -0.10317197442054749, 0.14244943857192993, -0.2280672788619995, 0.17693829536437988, 0.024251148104667664, -0.2666286528110504, 0.05527012422680855, 0.17855215072631836, -0.07165435701608658, -0.2884617745876312, -0.3870743215084076, 0.18486012518405914, 0.2131216675043106, -0.17466187477111816, -0.17389437556266785, -0.0001062214796547778, -0.14697147905826569, 0.19760958850383759, -0.10314267873764038, -0.12335582077503204, 0.1566706895828247, -0.46864941716194153, -0.07514320313930511, 0.13105285167694092, -0.1173291951417923, 0.2544534504413605, -0.027942458167672157, 0.3230590522289276, 0.5287368297576904, 0.026203908026218414, -0.3185913562774658, 0.2507390081882477, -0.5006786584854126, -0.09763193130493164, -0.10086051374673843, -0.14248347282409668, -0.23741883039474487, 0.2780066132545471, 0.030674491077661514, 0.3762635886669159, 0.05293095111846924, -0.29680824279785156, -0.17043396830558777, -0.06486881524324417, -0.23468124866485596, 0.6305220127105713, -0.10023700445890427, 0.628731369972229, -0.11415351182222366, -0.04669659584760666, -0.20924745500087738, 0.46852245926856995, -0.011482318863272667, 0.2890441119670868, -0.16605345904827118, -0.12963050603866577, 0.0655241385102272, 0.0737357884645462, 0.34666985273361206, -0.12067116051912308, 0.02994457446038723, -0.18507491052150726, 0.29758888483047485, 0.09861218184232712, 0.3944413959980011, -0.6027422547340393, 0.32431119680404663, -0.18741007149219513, 0.032232511788606644, 0.2274819016456604, 0.4568999707698822, -0.1324622929096222, 0.10634531080722809, 0.00015951128443703055, 0.26795071363449097, -0.07032102346420288, 0.021306047216057777, 0.3318270146846771, 0.12785027921199799, -0.08267809450626373, 0.1368175745010376, -0.14782105386257172, 0.15346989035606384, -0.00024221264175139368, 0.4430529475212097, 0.2879597544670105, 0.029503893107175827, -0.26674604415893555, -0.14527787268161774, 0.3667568564414978, 0.13715742528438568, 0.32575079798698425, -0.18279002606868744, 0.2541995346546173, 0.42893439531326294, 0.008526104502379894, 0.12999138236045837, -0.04026515409350395, -0.13353019952774048, -0.23374107480049133, 0.10380926728248596, 0.026887793093919754, -0.000013789100194117054, 0.29401686787605286, 0.10240595042705536, 0.09311587363481522, 0.4479306638240814, -0.31750428676605225, -0.425218790769577, 0.247131809592247, 0.2969481348991394, -0.08852589875459671, -0.06281907111406326, -0.25285324454307556, -0.06382390856742859, -0.3359568417072296, -0.08001205325126648, 0.24773238599300385, 0.21742136776447296, 0.14945939183235168, 0.06473448127508163, 0.20979595184326172, -0.17639243602752686, -0.2408449500799179, 0.2087300568819046, -0.07361983507871628, 0.06570859253406525, -0.4806068241596222, 0.18395037949085236, -0.07445243746042252, 0.0002899827959481627, -0.19470074772834778, -0.2022402584552765, 0.3716853857040405, 0.28490373492240906, 0.42764824628829956, 0.030588898807764053, 0.06529495865106583, -0.18638551235198975, -0.3415937125682831, -0.15500566363334656, 0.5004146099090576, 0.11640625447034836, 0.2536526024341583, -0.08510235697031021, -0.21940448880195618, 0.15007542073726654, 0.32841411232948303, -0.2681405246257782, -0.1338871270418167, -0.3453856408596039, 0.34482213854789734, 0.0023539059329777956, -0.3500882685184479, 0.26383307576179504, -0.009038297459483147, -0.33996614813804626, 0.167886421084404, -0.4064863622188568, 0.06675677746534348, -0.13991473615169525, 0.2509518563747406, 0.08263488858938217, -0.01270357333123684, 0.07842282205820084, -0.06614254415035248, -0.3913494944572449, -0.3577328622341156, -0.018726781010627747, -0.42128241062164307, 0.16233420372009277, 0.12491315603256226, 0.14220918715000153, -0.16092926263809204, 0.1185871884226799, -0.06075311079621315, 0.019641311839222908, -0.018671562895178795, 0.0003577407624106854, -0.1208220049738884, 0.11022702604532242, -0.09803633391857147, -0.05908137932419777, 0.40101614594459534, 0.33194711804389954, 0.04037325084209442, -0.1706874519586563, 0.1152297705411911, -0.061718083918094635, -0.2902374565601349, 0.13419632613658905, 0.21623682975769043, 0.0720893144607544, -0.19493143260478973, -0.047498561441898346, -0.1975071132183075, 0.10730336606502533, 0.2639400362968445, 0.23395627737045288, 0.10260199010372162, -0.2269359678030014, -0.20244647562503815, 0.11849667131900787, 0.05595040321350098, -0.017256304621696472, 0.18327200412750244, -0.6027460694313049, -0.2017386257648468, 0.28848031163215637, -0.22886432707309723, -0.1047624945640564, 0.05878954008221626, -0.09877359867095947, 0.13551360368728638, 0.2625957131385803, 0.3473406136035919, 0.13221128284931183, 0.009095844812691212, 0.40872567892074585, 0.13963042199611664, -0.042888134717941284, -0.21369457244873047, -0.006813660264015198, 0.009334679692983627, -0.0757070779800415, 0.03593318164348602, 0.07207097858190536, 0.06210288405418396, -0.06979364901781082, -0.25143110752105713, -0.026502300053834915, -0.035389550030231476, 0.10896050930023193, 0.010662711225450039, -0.15119318664073944, 0.034389421343803406, -0.004261509981006384, 0.30750831961631775, 0.06694570928812027, -0.12966924905776978, 0.115878164768219, 0.24090023338794708, -0.05889246240258217, -0.01677076518535614, 0.06937619298696518, 0.2462160885334015, 0.09124390780925751, -0.2912425994873047, 0.3367568552494049, -0.07183767110109329, 0.015092039480805397, -0.22468678653240204, 0.11081238836050034, 0.2815471887588501, -0.23544736206531525, 0.13878177106380463, 0.1905510574579239, -0.032740067690610886, 0.14504505693912506, -0.17580974102020264, 0.1792309284210205, 0.2801499664783478, 0.24898135662078857, -0.024203071370720863, 0.12450431287288666, 0.11298974603414536, 0.018387779593467712, -0.23019087314605713, -0.5652266144752502, -0.004028804134577513, -0.04997936636209488, -0.3004572093486786, -0.3986301124095917, 0.013855529949069023, -0.14661455154418945, -0.12128785252571106, -0.18079613149166107, -0.24500706791877747, 0.1509859412908554, -0.5971237421035767, 0.5960434675216675, -0.6634185910224915, -0.43407925963401794, -0.10607262700796127, 0.13642524182796478, 0.22284074127674103, 0.01719372346997261, 0.2176007777452469, -0.10971373319625854, 0.023182077333331108, 0.2772876024246216, -0.30091196298599243, 0.257920503616333, 0.08000092208385468, -0.20675040781497955, 0.4176267087459564, -0.26583337783813477, 0.1942208707332611, 0.4894688129425049, 0.05011836811900139, -0.07474937289953232, -0.19360606372356415, -0.06976213306188583, -0.10545855760574341, -0.019976219162344933, 0.07378348708152771, 0.2676698565483093, -0.38461682200431824, -0.3056226968765259, -0.1233745887875557, -0.15115982294082642, 0.14876195788383484, -0.21261754631996155, -0.7497058510780334, 0.08784080296754837, -0.33421629667282104, 0.4391965866088867, 0.06718547642230988, -0.13402120769023895, 0.12256824970245361, -0.08542654663324356, 0.15290428698062897, 0.12172079086303711, 0.3238191604614258, 0.2072531133890152, -0.20239092409610748, 0.1709548532962799, -0.2540211081504822, 0.3871208429336548, -0.23881933093070984, -0.04258750379085541, 0.02680933102965355, 0.008542660623788834, -0.004207361023873091, -0.13303591310977936, -0.02786846272647381, -0.3063361942768097, -0.6741144061088562, 0.19669747352600098, 0.24669703841209412, -0.3703993856906891, 0.14960992336273193, -0.46480637788772583, 0.2656646966934204, -0.3914153575897217, 0.45725077390670776, 0.11992388963699341, 0.36860427260398865, -0.12369199097156525, -0.0925135686993599, -0.13845007121562958, 0.0480232834815979, -0.029194297268986702, -0.20738552510738373, 0.302249938249588, -0.02372543141245842, 0.149710550904274, -0.040866293013095856, -0.15382474660873413, -0.3746873140335083, 0.00766130443662405, 0.025783777236938477, 0.14482717216014862, 0.474275678396225, -0.27950888872146606, 0.034139059484004974, 0.2239285111427307, -0.02743053250014782, -0.04619956389069557, 0.48335906863212585, -0.006544947624206543, 0.1558779925107956, -0.3867437541484833, 0.030041780322790146, 0.40361905097961426, -0.09447530657052994, -0.19976495206356049, -0.12105464935302734, -0.08487575501203537, -0.05829805135726929, 0.12375136464834213, -0.24936506152153015, 0.16845212876796722, 0.5446152091026306, -0.2518259584903717, -0.3987036943435669, -0.44991740584373474, 0.3115452229976654, -0.07329217344522476, 0.08382267504930496, 0.30811482667922974, -0.19274458289146423, -0.17731185257434845, -0.30710601806640625, -0.4435308277606964, -0.15569132566452026, -0.2654857039451599, -0.07804585993289948, 0.016604343429207802, -0.3930482566356659, -0.13510297238826752, 0.199685737490654, -0.02239992655813694, -0.35044795274734497, -0.28855249285697937, 0.3451593816280365, 0.10583966970443726, -0.018969576805830002, 0.02164299413561821, 0.14833535254001617, 0.18792404234409332, -0.30671313405036926, -0.18390686810016632, -0.20859043300151825, -0.22434517741203308, 0.34256163239479065, 0.492357462644577, -0.02884977124631405, 0.24486562609672546, 0.014290866442024708, 0.22290024161338806, 0.025940831750631332, 0.418773889541626, -0.05501405522227287, 0.16935878992080688, 0.06928091496229172, 0.052898652851581573, -0.10140030086040497, -0.23484092950820923, -0.5276479125022888, -0.07287215441465378, 0.215330109000206, -0.17101505398750305, -0.019849345088005066, -0.09303978085517883, -0.1041460633277893, -0.15167175233364105, -0.4210548400878906, 0.06431367993354797, -0.05807731673121452, -0.35068750381469727, 0.3690923750400543, 0.8298950791358948, 0.07794123142957687, -0.03969714790582657, -0.30958861112594604, -0.37966638803482056, 0.19375154376029968, -0.22436250746250153, 0.3244311809539795, -0.3477306663990021, 0.3226577937602997, -0.3523125648498535, -0.21301892399787903, -0.0479167103767395, -0.00822115782648325, -0.23444369435310364, 0.14090631902217865, -0.10965737700462341, -0.031657155603170395, 0.235877126455307, 0.19748002290725708, -0.09038588404655457, -0.06041605770587921, -0.04924730211496353, 0.22569073736667633, -0.3235604166984558, -0.11878087371587753, -0.23345902562141418, -0.0511770136654377, 0.0801863819360733, 0.19859494268894196, 0.2752969563007355, -0.10764046758413315, -0.2977636754512787, -0.1331131011247635, 0.16272369027137756, 0.4331907033920288, 0.15504726767539978, -0.28022757172584534, -0.3700686991214752, -0.27197179198265076, 0.2855067849159241, 0.2936260402202606, -0.18406681716442108, 0.195267915725708, -0.03534158319234848, -0.01788124069571495, 0.11659365892410278, -0.1628795713186264, 0.10819098353385925, 0.24308615922927856, -0.20089663565158844, -0.218605637550354, -0.30484551191329956, 0.3982260227203369, 0.3497801721096039, 0.28891420364379883, -0.1396932154893875, -0.07443443685770035, -0.17583927512168884, -0.05511367321014404, 0.20218023657798767, 0.004616594407707453, 0.02300700545310974, 0.3368021547794342, -0.3012825846672058, -0.09910066425800323, -0.1419263780117035, -0.36460280418395996, 0.2331249713897705, -0.21760645508766174, 0.05397259071469307, -0.5045998692512512, 0.03930763527750969, -0.2077069729566574, -0.1995866745710373, -0.16522672772407532, 0.023365287110209465, 0.17734627425670624, -0.011323980987071991, -0.20395995676517487, 0.2972204089164734, -0.05540947616100311, 0.13198286294937134, -0.2559814155101776, -0.41078561544418335, -0.33530932664871216, -0.24147088825702667, 0.044831279665231705, 0.64100581407547, -0.0873943567276001, 0.06534876674413681, 0.015347822569310665, -0.023789960891008377, 0.13913464546203613, -0.33423539996147156, -0.0995338186621666, -0.27834391593933105, 0.18929409980773926, 0.15008246898651123, -0.19103184342384338, -0.11729125678539276, 0.0939248725771904, 0.12357398122549057, 0.016487345099449158, -0.16059796512126923, -0.2830985486507416, 0.20577770471572876, 0.07201868295669556, 0.18713632225990295, -0.0047858781181275845, 0.21774914860725403, 0.272163987159729, 0.1579940915107727, 0.04022909328341484, 0.2186189591884613, -0.26052358746528625, 0.23587606847286224, 0.11724112182855606, 0.32821282744407654, -0.012396197766065598, -0.15539900958538055, -0.15361718833446503, 0.40358102321624756, -0.050887562334537506, 0.10754980146884918, 0.024955907836556435, -0.21146927773952484, -0.008154472336173058, -0.0057290405966341496, 0.17309075593948364, 0.4105735719203949, -0.1432020217180252, 0.016096748411655426, 0.1125466376543045, 0.24432440102100372, 0.2764207124710083, -0.22796708345413208, 0.4697762429714203, -0.0974373072385788, -0.19003617763519287, -0.08529414981603622, 0.12888364493846893, 0.31904885172843933, 0.09243720024824142, -0.04185362532734871, -0.06186407059431076, -0.022870860993862152, 0.12318302690982819, 0.20487011969089508, 0.13295821845531464, 0.03432910516858101, -0.14041370153427124, 0.24172484874725342, 0.09901146590709686, 0.35825884342193604, 0.08914202451705933, -0.02037808671593666, 0.2216099202632904, 0.33518359065055847, -0.26237812638282776, 0.048099614679813385, -0.13162080943584442, 0.21629807353019714, 0.30181583762168884, 0.12323889881372452, -0.14957980811595917, 0.5215661525726318, 0.054890330880880356, -0.1647484004497528, 0.1633414775133133, -0.06163299083709717, 0.01764683425426483, 0.2789680063724518, 0.1593998372554779, 0.40607497096061707, -0.5566135048866272, 0.01712949573993683, 0.048377327620983124, -0.0981835424900055, 0.05321087688207626, -0.4587162137031555, 0.017639486119151115, 0.006362182088196278, 0.18182460963726044, -0.015093445777893066, -0.04000920429825783, 0.13750727474689484, 0.005143077112734318, -0.3302958011627197, -0.08217298984527588, -0.28902703523635864, 0.11530312150716782, 0.22303691506385803, 0.06567627191543579, -0.13291123509407043, 0.1107788160443306, -0.06404940783977509, -0.05060656741261482, 0.2569863796234131, 0.19723035395145416, 0.15698474645614624, 0.2682924270629883, -0.06344584375619888, 0.19522137939929962, 0.05648299306631088, -0.0046507325023412704, -0.10204670578241348, 0.15943172574043274, 0.5171571373939514, -0.32131287455558777, 0.16362330317497253, -0.19289128482341766, -0.537604570388794, 0.06341136246919632, -0.01788889430463314, 0.06681954115629196, 0.2035117745399475, 0.0871378481388092, 0.4364027976989746, 0.06782403588294983, 0.6947932243347168, -0.42721277475357056, 0.2210417240858078, 0.22578656673431396, -0.027537930756807327, -0.10352464020252228, 0.21023991703987122, 0.09663953632116318, 0.08021289855241776, 0.45372843742370605, -0.03995475545525551, -0.030317362397909164, 0.1832028478384018, -0.27818039059638977, -0.1072341650724411, 0.18425731360912323, 0.22687040269374847, 0.08975294977426529, 0.1320023089647293, -0.19534823298454285, 0.04074573516845703, -0.13210037350654602, 0.14750128984451294, -0.12988969683647156, 0.09377310425043106, 0.06757396459579468, 0.22724933922290802, 0.03461088240146637, -0.19266147911548615, -0.1703539490699768, -0.014558889903128147, 0.08447194844484329, 0.01611107960343361, 0.1732572466135025, 0.20115815103054047, -0.00788692943751812, 0.21337485313415527, -0.06827256828546524, 0.17883531749248505, 0.38825929164886475, -0.010388880968093872, 0.055893685668706894, 0.012092355638742447, -0.19010917842388153, 0.3000285029411316, 0.12258398532867432, 0.045250363647937775, 0.4470990002155304, -0.06516286730766296, -0.42917299270629883, 0.12545384466648102, 0.1581902801990509, -0.2548677325248718, -0.029473386704921722, -0.1222362071275711, 0.09433141350746155, 0.06613514572381973, -0.24604842066764832, -0.02172071486711502, -0.09613525122404099, 0.10108791291713715, 0.09644445031881332, 0.2054278701543808, -0.380868524312973, -0.4154801368713379, 0.2438654899597168, -0.08309312909841537, 0.5380539894104004, 0.05221250280737877, -0.16245530545711517, -0.06091025844216347, -0.3049091696739197, 0.17272649705410004, -0.4573688209056854, -0.11507809162139893, 0.25928279757499695, -0.18954290449619293, -0.12336983531713486, 0.2651839852333069, 0.0012018163688480854, -0.11724355071783066, -0.21281342208385468, -0.40142351388931274, 0.1604505479335785, -0.19704096019268036, -0.09024328738451004, 0.2437257468700409 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Payment#basic-workflow
Basic workflow [SHOP] Init payment provider ($payment->initPayment()). [SHOP] User click pay button and is redirected to the payment provider page. [PAYMENT PROVIDER] User fill up payment information and is redirected back to the shop. [SHOP] Check if the payment is authorised ($payment->handleResponse()). At this step the order can be committed. [SHOP] Clearing payment if its required ($payment->executeDebit()) For more information about integrating Payment into checkout processes see Integrating Payment Docs.
Basic workflow
[ -0.1175411120057106, -0.22267304360866547, -0.11220881342887878, -0.09478562325239182, -0.048474155366420746, -0.12807868421077728, -0.009162435308098793, -0.042988371104002, 0.05742587149143219, 0.15717117488384247, 0.19309072196483612, 0.36937105655670166, 0.4272211194038391, 0.40816015005111694, 0.022519713267683983, 0.33704856038093567, -0.19925183057785034, 0.1426735669374466, -0.011569453403353691, -0.07193466275930405, 0.05052753537893295, -0.2912961542606354, -0.10604432970285416, 0.08818396925926208, 0.01481395959854126, -0.303873747587204, -0.01528132427483797, 0.05906644091010094, -0.2467370629310608, 0.09055006504058838, 0.13473685085773468, 0.41215646266937256, -0.1853398233652115, 0.1260167956352234, -0.00010090652358485386, -0.1944435089826584, 0.3520359992980957, -0.06211546063423157, -0.42804086208343506, -0.2777383029460907, -0.921039879322052, -0.12023300677537918, 0.17653721570968628, -0.146270751953125, 0.32645854353904724, -0.06378252059221268, 0.36074891686439514, 0.7483120560646057, 0.6951737403869629, 0.04257561266422272, 0.23732557892799377, -0.3045724332332611, 0.24934016168117523, 0.07871545851230621, -0.3650458753108978, -0.0005012299516238272, 0.37069928646087646, -0.10498669743537903, 0.08979354798793793, -0.08721858263015747, 0.0918801799416542, -0.12543796002864838, 0.007850253023207188, -0.11468938738107681, 0.3276903033256531, -0.20323912799358368, 0.5164170861244202, -0.22500404715538025, -0.15442503988742828, -0.17045378684997559, 0.025177787989377975, -0.1417267918586731, 0.07609281688928604, -0.08687685430049896, -0.0713750571012497, -0.07562533020973206, 0.0490146204829216, 0.016733642667531967, 0.07042814791202545, -0.02136608026921749, -0.2460453063249588, -0.1386907696723938, 0.02524765022099018, 0.38955941796302795, -0.10935860127210617, 0.19985488057136536, -0.0022003985941410065, 0.036148615181446075, 0.17326542735099792, 0.02274142950773239, -0.13863864541053772, -0.07669710367918015, 0.07565870881080627, 0.43375393748283386, -0.015147930942475796, -0.012697644531726837, 0.23744116723537445, 0.40032505989074707, -0.002055009361356497, 0.33405548334121704, -0.05512920394539833, 0.2694244086742401, 0.012650322169065475, 0.508294939994812, 0.0761910229921341, 0.07717351615428925, -0.19182783365249634, -0.34173402190208435, 0.23238088190555573, 0.4639127254486084, 0.137035071849823, -0.09045431762933731, -0.21015606820583344, -0.13890042901039124, -0.20690931379795074, 0.017812617123126984, 0.09716606885194778, -0.14751972258090973, -0.12056082487106323, -0.18215392529964447, 0.09119442105293274, -0.11389812082052231, 0.1670810729265213, 0.5156605243682861, -0.15057966113090515, 0.11350306123495102, -0.03092074953019619, -0.07841914892196655, -0.1655808985233307, 0.3069811761379242, -0.029930977150797844, 0.05801765248179436, 0.0006099106976762414, -0.04715345427393913, 0.00807857234030962, -0.3406227231025696, 0.11715482920408249, 0.1461038440465927, -0.07156887650489807, -0.30712658166885376, 0.30615103244781494, -0.08418775349855423, 0.07311995327472687, -0.12002938985824585, 0.24010339379310608, -0.011988399550318718, -0.143051877617836, 0.1573687046766281, -0.11058343201875687, 0.15090873837471008, -0.5099503993988037, -0.3232307434082031, 0.13007217645645142, 0.2604101300239563, -0.05231599882245064, -0.0561210960149765, 0.4553401470184326, -0.19894684851169586, 0.07553516328334808, -0.13661757111549377, -0.06699930131435394, -0.018512994050979614, 0.23921829462051392, -0.06156030297279358, 0.12105415016412735, 0.17032253742218018, -0.019198115915060043, -0.10653898864984512, 0.07237295061349869, -0.23072415590286255, 0.5022590756416321, -0.40171054005622864, -0.23686113953590393, 0.41152334213256836, -0.08358655124902725, -0.2655145525932312, 0.20711453258991241, -0.48396679759025574, 0.04483475908637047, 0.00617120461538434, -0.13147707283496857, -0.0843280553817749, -0.1419147551059723, -0.25458666682243347, -0.021271999925374985, -0.20202748477458954, -0.42384031414985657, 0.023542014881968498, -0.2631680369377136, 0.29040995240211487, -0.1905362457036972, -0.11496414244174957, -0.12545913457870483, -0.1305093914270401, 0.0937807634472847, -0.03887343034148216, 0.03001902624964714, 0.2190999835729599, -0.043573908507823944, 0.14979061484336853, -0.08681042492389679, -0.2680242359638214, 0.3928505480289459, 0.3754715621471405, 0.1510753631591797, 0.265205442905426, 0.29865729808807373, -0.04755210876464844, -0.34513673186302185, -0.1288290172815323, 0.051734745502471924, 0.1723945587873459, -0.37771064043045044, -0.11155468970537186, -0.30528444051742554, 0.05009840801358223, 0.2895480692386627, 0.19905081391334534, 0.06437704712152481, -0.562835693359375, -0.29188013076782227, 0.1148257777094841, -0.14959201216697693, 0.059198327362537384, 0.0025551861617714167, -0.2548888921737671, -0.10234908759593964, 0.0044638910330832005, -0.08861175924539566, -0.03551764041185379, 0.08580151945352554, -0.10870547592639923, 0.0658472329378128, 0.6052716970443726, 0.20199677348136902, 0.3920106291770935, 0.05856923758983612, 0.14805977046489716, -0.07640625536441803, 0.12930215895175934, -0.1004134938120842, -0.2623283565044403, 0.27560073137283325, 0.09853207319974899, -0.43900448083877563, 0.11188098043203354, -0.14154687523841858, 0.06314394623041153, 0.0029951760079711676, -0.0009908126667141914, 0.030503757297992706, -0.2092960625886917, 0.05377877503633499, 0.2293234020471573, -0.09649278223514557, -0.24500489234924316, 0.29030027985572815, -0.22677229344844818, -0.005052462220191956, 0.07333480566740036, 0.1312207132577896, 0.06332148611545563, 0.2502700984477997, -0.0571121908724308, 0.29546234011650085, 0.11886179447174072, -0.1138170138001442, 0.2099330574274063, -0.21504925191402435, 0.22226522862911224, -0.10123981535434723, -0.11410518735647202, 0.029647309333086014, -0.2711131274700165, -0.11703821271657944, 0.021194802597165108, 0.25793197751045227, 0.03690507635474205, -0.12208738923072815, -0.020533287897706032, 0.21319839358329773, 0.1261814385652542, 0.06796172261238098, 0.04978938773274422, 0.0008852893370203674, -0.19643278419971466, -0.05635708570480347, -0.19347749650478363, -0.17856498062610626, 0.1870347261428833, 0.26111453771591187, -0.3073205351829529, 0.13185587525367737, 0.06995928287506104, -0.11718552559614182, 0.026540709659457207, 0.06623958051204681, 0.27060866355895996, -0.28489264845848083, 0.12371665239334106, -0.24411740899085999, -0.1857975572347641, -0.08475787192583084, 0.19993901252746582, 0.24772915244102478, 0.2464214265346527, 0.2967064082622528, 0.14456188678741455, 0.09351428598165512, 0.3693981468677521, -0.22659087181091309, 0.21763630211353302, -0.011704503558576107, -0.17717264592647552, 0.1773650199174881, -0.0744071900844574, -0.13926519453525543, 0.3444555997848511, -0.05800367891788483, 0.1413148194551468, -0.10662852972745895, -0.1807805746793747, -0.042110245674848557, 0.0037008654326200485, -0.22930637001991272, 0.03918078541755676, -0.060137033462524414, -0.197679340839386, -0.03683379665017128, 0.34536510705947876, 0.21095699071884155, -0.22029446065425873, -0.1459273099899292, 0.49256250262260437, 0.012752351351082325, 0.29476577043533325, 0.1283886432647705, -0.1415248066186905, 0.23786045610904694, -0.19773344695568085, -0.15797366201877594, 0.30614668130874634, 0.16823050379753113, -0.034167710691690445, -0.03681084141135216, 0.23228062689304352, -0.3380497694015503, 0.009567619301378727, -0.12966065108776093, -0.05559954792261124, 0.040866702795028687, 0.6891772150993347, -0.2021540254354477, -0.2339790165424347, -0.2651650905609131, 0.12520410120487213, 0.037685781717300415, 0.2653094530105591, 0.2978989779949188, -0.20098021626472473, 0.000787535565905273, -0.006381700746715069, 0.3271370232105255, -0.30591005086898804, 0.17473165690898895, -0.009108544327318668, 0.11129546910524368, -0.09933051466941833, 0.2020890712738037, 0.22786757349967957, -0.11844047158956528, 0.02911471575498581, -0.11783171445131302, 0.03576143831014633, 0.050973352044820786, 0.33292585611343384, -0.3625296354293823, 0.14340248703956604, -0.3585365414619446, -0.08071570843458176, -0.3643162250518799, -0.014956427738070488, 0.32941898703575134, -0.04265666380524635, -0.07906440645456314, 0.25299468636512756, 0.004764063283801079, -0.23353861272335052, 0.15371236205101013, 0.33212509751319885, 0.05197877064347267, -0.10071991384029388, -0.09349018335342407, 0.29790639877319336, 0.2850383222103119, -0.15860968828201294, -0.19584287703037262, 0.03759092465043068, -0.20391249656677246, 0.1089467778801918, -0.47840720415115356, 0.2877160310745239, 0.2807918190956116, -0.06644398719072342, -0.3858901262283325, -0.04310113191604614, 0.158673495054245, 0.15964074432849884, -0.3085058927536011, 0.15951451659202576, -0.18036146461963654, -0.03725458309054375, -0.37667447328567505, -0.01747920736670494, -0.1335776150226593, -0.44558557868003845, -0.15153686702251434, 0.09699231386184692, -0.043877359479665756, -0.42504870891571045, -0.48244374990463257, 0.3857904374599457, -0.13463759422302246, -0.13859115540981293, -0.08719688653945923, 0.18282175064086914, -0.016940126195549965, 0.12579618394374847, 0.043793775141239166, 0.04318588972091675, -0.11611923575401306, -0.05996563285589218, -0.20446570217609406, 0.15830892324447632, 0.20294098556041718, 0.2838560938835144, -0.05847747623920441, 0.5492511987686157, 0.05006202310323715, 0.13950276374816895, -0.2780064642429352, 0.17728640139102936, 0.19939270615577698, 0.24865005910396576, -0.1701951026916504, -0.03962917998433113, 0.025761431083083153, 0.027401207014918327, -0.14857971668243408, -0.24681948125362396, 0.20177248120307922, -0.1552325189113617, 0.08446285128593445, -0.35617369413375854, -0.22757752239704132, -0.1739386022090912, -0.30748382210731506, 0.13989077508449554, 0.009232745505869389, -0.09841690212488174, 0.39133286476135254, 0.8962374329566956, -0.17402739822864532, -0.3325130045413971, 0.18911226093769073, -0.508823573589325, 0.14500118792057037, -0.581023097038269, 0.04365973919630051, 0.001398749533109367, 0.031175261363387108, -0.04787309467792511, -0.1960337907075882, -0.033648185431957245, 0.05331212282180786, -0.4465061128139496, -0.06930473446846008, 0.075429268181324, -0.3667773902416229, 0.1617056131362915, 0.0708981528878212, -0.18008053302764893, -0.1830340474843979, 0.11672177165746689, 0.23604197800159454, 0.061922069638967514, 0.14838983118534088, -0.16048000752925873, -0.11857488751411438, 0.019090579822659492, 0.021171119064092636, 0.6274381875991821, 0.20137016475200653, -0.1869611144065857, -0.2539540231227875, -0.009730249643325806, 0.47218674421310425, -0.09427966922521591, 0.23476186394691467, -0.21208913624286652, -0.19214853644371033, -0.06519699841737747, 0.05587627366185188, 0.05469819903373718, -0.18939261138439178, -0.2084735780954361, 0.012507683597505093, 0.3251529932022095, -0.23591260612010956, 0.012915527448058128, 0.08203650265932083, -0.09309793263673782, -0.01736312359571457, -0.33904311060905457, 0.3203273117542267, 0.06807106733322144, 0.18700683116912842, -0.48742231726646423, 0.16517066955566406, -0.481742262840271, 0.007351747713983059, 0.2799880802631378, 0.04178382083773613, -0.09315147250890732, 0.21522295475006104, 0.03239274024963379, 0.19248934090137482, -0.006230420432984829, -0.07432900369167328, 0.07302690297365189, -0.35994207859039307, 0.37522807717323303, -0.12631383538246155, -0.0711212158203125, -0.30821117758750916, -0.26974934339523315, -0.0013751365477219224, -0.1049031913280487, -0.2080729901790619, -0.10173507034778595, -0.004008145537227392, 0.0911620482802391, -0.2086562216281891, -0.1712741106748581, 0.08776187896728516, -0.09262827783823013, -0.08355912566184998, 0.12132856249809265, 0.054455146193504333, 0.5485736727714539, 0.009854902513325214, 0.2410626858472824, 0.27407729625701904, 0.06951404362916946, 0.03992670774459839, -0.43804460763931274, -0.00467663025483489, -0.305943101644516, 0.16519685089588165, 0.1287621706724167, 0.14162465929985046, -0.025350891053676605, -0.1702541708946228, 0.13289617002010345, 0.3638041019439697, -0.047241032123565674, -0.3838701844215393, 0.24351224303245544, 0.029292050749063492, 0.2589271366596222, -0.1972525715827942, -0.05354040116071701, 0.1846480667591095, 0.01896270364522934, 0.136678084731102, -0.07355090230703354, -0.33524784445762634, -0.15822763741016388, -0.018932055681943893, 0.5048365592956543, 0.4283093512058258, -0.05660516396164894, -0.3853406608104706, 0.4154943823814392, -0.04102998599410057, -0.1317909210920334, 0.0326550267636776, -0.12365014851093292, -0.021082641556859016, 0.011307617649435997, 0.17078152298927307, 0.8828774690628052, 0.1930171251296997, 0.20080901682376862, -0.018597368150949478, 0.08204076439142227, -0.3925870358943939, 0.05572478100657463, 0.1392725706100464, -0.16117818653583527, -0.18678118288516998, 0.15775401890277863, 0.27122339606285095, 0.08827248215675354, 0.6254774332046509, -0.24140414595603943, -0.32232987880706787, -0.028771594166755676, 0.21319417655467987, -0.059887439012527466, 0.40846341848373413, -0.00812943559139967, 0.20973753929138184, -0.27338463068008423, -0.1870754063129425, 0.13004815578460693, 0.030101530253887177, -0.46846750378608704, 0.05977305769920349, 0.21918334066867828, -0.28440749645233154, -0.20237870514392853, -0.4211898744106293, -0.057862602174282074, 0.5968196392059326, 0.229005366563797, 0.23893193900585175, 0.36645597219467163, -0.21398283541202545, 0.0035855062305927277, 0.1946011334657669, 0.2973649501800537, -0.007924186065793037, -0.007508027367293835, 0.3446970283985138, 0.33564797043800354, -0.22171497344970703, -0.034324146807193756, 0.1411975771188736, 0.031743500381708145, 0.09565580636262894, -0.5847987532615662, -0.30361953377723694, -0.21905992925167084, -0.27128171920776367, 0.17150749266147614, -0.020844101905822754, -0.3483065664768219, 0.004330189898610115, -0.028868474066257477, -0.24903614819049835, -0.013450942002236843, 0.24400560557842255, 0.3392876088619232, -0.053348109126091, -0.09687850624322891, -0.08578230440616608, -0.04384481906890869, -0.06179365888237953, 0.16988930106163025, 0.05032641068100929, 0.19728103280067444, 0.1480281800031662, 0.20635102689266205, 0.12610012292861938, -0.01269092969596386, 0.006246281787753105, -0.01405277568846941, -0.06638455390930176, 0.2085803598165512, -0.033157654106616974, 0.2771257162094116, -0.32236215472221375, -0.058476053178310394, 0.12148261815309525, -0.10334364324808121, 0.022590748965740204, 0.03220188617706299, 0.29540640115737915, 0.017756735906004906, -0.057215675711631775, 0.2319958209991455, -0.30299094319343567, 0.15228389203548431, -0.109567791223526, -0.004246346652507782, -0.010448899120092392, -0.05131906270980835, 0.16871334612369537, 0.1397266387939453, 0.3354414403438568, 0.11478742957115173, 0.23420310020446777, 0.00962982140481472, -0.2426186501979828, -0.09181208908557892, 0.33294016122817993, 0.28287577629089355, -0.15277068316936493, 0.004544492345303297, 0.04879297316074371, -0.16959185898303986, 0.05218051001429558, -0.21694985032081604, -0.4090119004249573, 0.17852558195590973, 0.22597508132457733, 0.4260711073875427, -0.2530255615711212, -0.17360801994800568, -0.028921904042363167, 0.05844274163246155, -0.018153727054595947, 0.023154228925704956, 0.1544954478740692, 0.2235872745513916, 0.13099917769432068, -0.054395291954278946, -0.2114734649658203, 0.19427955150604248, 0.03828693553805351, 0.09279223531484604, 0.21566087007522583, -0.1285931020975113, 0.31176602840423584, 0.32668745517730713, 0.19993503391742706, -0.09771495312452316, 0.3558003604412079, -0.18268783390522003, -0.2670281231403351, 0.21218335628509521, -0.2956405282020569, -0.3140277564525604, -0.11716151982545853, -0.16186928749084473, -0.06054845452308655, 0.26434558629989624, -0.45380374789237976, -0.28566792607307434, -0.017052900046110153, 0.046610016375780106, 0.05586113780736923, 0.22948798537254333, -0.16414810717105865, -0.16489116847515106, 0.39204540848731995, -0.18082848191261292, 0.34089395403862, -0.08472105860710144, -0.015555084683001041, 0.3196061849594116, -0.18051953613758087, -0.01779073104262352, -0.21674329042434692, 0.08043834567070007, -0.0062742168083786964, -0.09276577830314636, 0.11055230349302292, 0.2529140114784241, 0.21951264142990112, -0.031478289514780045, -0.3376234471797943, 0.021469926461577415, 0.20579294860363007, 0.14112721383571625, -0.3090764284133911, 0.11252442747354507 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Payment#configuration
Configuration Configuration of Payment Manager takes place in the pimcore_ecommerce_config.payment_manager config section: pimcore_ecommerce_config: payment_manager: # service ID of payment manager implementation - following value is default value an can be omitted payment_manager_id: Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager # configuration of payment providers, key is name of provider providers: datatrans: # service ID of payment provider implementation provider_id: Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\Datatrans # active profile - you can define multiple profiles in the section below profile: sandbox # available profiles with options - options vary on the provider implementation as the profiles: sandbox: merchant_id: 1000011011 sign: 30916165706580013 use_digital_signature: false live: merchant_id: merchant_id_id sign: sign_id use_digital_signature: false mode: live ogone: provider_id: Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\OGone profile: sandbox profiles: sandbox: secret: D343DDFD3434 pspid: MyTestAccount mode: sandbox # encryptionType: SHA256 or SHA512 (optional) live: secret: D343DDFD3434 pspid: MyLiveAccount mode: live # encryptionType: SHA256 or SHA512 (optional) mpay24: provider_id: Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\Mpay24Seamless profile: testsystem profiles: _defaults: #paypal_activate_item_level: true partial: Shared/Includes/Shop/Payment/paymentMethods.html.php payment_methods: cc: paypal: sofort: invoice: testsystem: merchant_id: 95387 password: 7&jcQ%v6RB testSystem: true debugMode: true live: merchant_id: todo password: todo testSystem: false debugMode: false hobex: provider_id: Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\Hobex profile: sandbox profiles: sandbox: entityId: '8a829418530df1d201531299e097175c' authorizationBearer: 'OGE4Mjk0MTg1MzBkZjFkMjAxNTMxMjk5ZTJjMTE3YWF8ZzJnU3BnS2hLUw==' testSystem: true payment_methods: - VISA - MASTER - SOFORTUEBERWEISUNG - SEPA The payment provider name will be referenced from the checkout manager configuration and can be used to fetch a specific provider from the payment manager.
Configuration
[ -0.2014421820640564, 0.054983627051115036, -0.1612374186515808, -0.06733142584562302, 0.32928788661956787, -0.056953832507133484, 0.3168441653251648, -0.11350847035646439, -0.22007417678833008, 0.37416452169418335, -0.09443936496973038, 0.3844357132911682, 0.3475753664970398, 0.40407174825668335, -0.17543087899684906, 0.10134098678827286, -0.2064187228679657, 0.05209187790751457, -0.19563066959381104, -0.022135576233267784, 0.022707954049110413, 0.17893736064434052, 0.12134477496147156, -0.0243269894272089, -0.13729465007781982, -0.021694237366318703, 0.025968873873353004, -0.07859034836292267, -0.5167292952537537, -0.48771533370018005, 0.15966194868087769, 0.33353957533836365, -0.2801884710788727, 0.1840246021747589, -0.00009984667849494144, 0.01149160135537386, 0.3623156249523163, -0.1564158797264099, -0.1368114948272705, -0.07849961519241333, -0.3598940074443817, -0.37343937158584595, 0.34467849135398865, -0.22281242907047272, 0.018855830654501915, 0.01745535619556904, 0.03238290548324585, 0.5058420300483704, 0.08118613809347153, 0.04059543460607529, 0.28574201464653015, -0.15583470463752747, 0.062004104256629944, -0.3037467300891876, -0.14177334308624268, -0.06788644939661026, 0.05752769112586975, -0.00834910199046135, -0.14774993062019348, 0.05619930848479271, -0.2583428919315338, 0.06378715485334396, 0.08933297544717789, -0.054705917835235596, -0.056178849190473557, -0.08016391843557358, 0.8725679516792297, -0.20751577615737915, -0.008698397316038609, 0.04765510559082031, 0.06583642214536667, 0.01085477601736784, 0.20147587358951569, -0.09664160758256912, 0.008192833513021469, -0.07039415836334229, 0.3570597469806671, 0.07745832204818726, 0.06808233261108398, 0.028703372925519943, -0.039017509669065475, 0.2242809385061264, 0.04607044905424118, 0.30416741967201233, -0.36191439628601074, 0.35692980885505676, -0.13293111324310303, -0.04143623262643814, 0.27928853034973145, -0.1429443359375, -0.14448004961013794, 0.025795435532927513, 0.03736719489097595, -0.10119970887899399, 0.03703150898218155, 0.022847436368465424, 0.11514214426279068, 0.05835023894906044, 0.022740494459867477, 0.2496546357870102, 0.021636134013533592, 0.20246797800064087, 0.14855509996414185, 0.2619021236896515, 0.05340093374252319, 0.12446825951337814, -0.04489994794130325, -0.03724966570734978, 0.23983682692050934, 0.551515519618988, 0.17696939408779144, 0.16241417825222015, 0.19107109308242798, -0.07960749417543411, -0.045187536627054214, 0.042751334607601166, 0.04636086896061897, 0.1423451453447342, 0.07964422553777695, -0.20521382987499237, -0.16078342497348785, -0.15026280283927917, 0.39114630222320557, 0.29194900393486023, -0.12790127098560333, 0.09161541610956192, -0.12722644209861755, -0.09646391868591309, -0.09471868723630905, 0.25579172372817993, -0.20305472612380981, -0.02670319937169552, -0.24896098673343658, -0.06268719583749771, 0.3097213804721832, 0.018806345760822296, 0.39609062671661377, 0.1740380972623825, 0.34202414751052856, -0.16623999178409576, 0.2558521032333374, 0.012312698177993298, -0.06487817317247391, 0.33104589581489563, 0.30919206142425537, 0.11179327219724655, -0.04916614294052124, 0.34303024411201477, -0.13241082429885864, -0.03260176628828049, -0.379716157913208, -0.2677196264266968, 0.13304461538791656, 0.38944610953330994, 0.2844732403755188, 0.04637549817562103, 0.16984280943870544, -0.29254817962646484, 0.01982554793357849, -0.15664134919643402, 0.17027214169502258, -0.3434498906135559, 0.031129131093621254, 0.005453131627291441, 0.1833750605583191, 0.14535479247570038, 0.2703411877155304, -0.19955411553382874, -0.3312821388244629, -0.4619128108024597, 0.2912374436855316, -0.24966733157634735, -0.4210960268974304, 0.06523559242486954, -0.17061805725097656, 0.10022302716970444, 0.24637636542320251, -0.29990673065185547, -0.34992778301239014, -0.15087035298347473, 0.014001029543578625, -0.1588219553232193, 0.08916880935430527, -0.20920509099960327, 0.128592386841774, -0.08242557942867279, -0.3005845844745636, -0.035709746181964874, 0.021794239059090614, 0.18226972222328186, -0.22779035568237305, -0.29636287689208984, -0.18528766930103302, -0.11249881237745285, -0.03440385311841965, 0.0424032136797905, 0.21166667342185974, -0.016791094094514847, -0.0344366617500782, 0.1704505831003189, -0.02333241142332554, 0.07643668353557587, 0.3219163417816162, 0.023304959759116173, 0.18875478208065033, 0.45644551515579224, 0.15768955647945404, -0.0374598391354084, -0.670868456363678, 0.21786339581012726, 0.08690227568149567, -0.05920015275478363, -0.10975910723209381, -0.2204655408859253, -0.3889109194278717, -0.1413825899362564, 0.3839259743690491, 0.5124790668487549, 0.15817120671272278, -0.5284036993980408, 0.10544338077306747, 0.13841667771339417, 0.23047013580799103, 0.05425184592604637, 0.1872900426387787, -0.22313158214092255, -0.30656698346138, -0.11739104241132736, 0.04146765545010567, -0.0586429089307785, 0.5017541646957397, -0.014694237150251865, 0.0835208147764206, 0.4737374186515808, 0.1793535351753235, 0.29956045746803284, -0.08996020257472992, 0.2112932652235031, 0.2660479247570038, -0.2891766428947449, -0.04832688346505165, 0.22057850658893585, 0.09129888564348221, 0.08928513526916504, 0.06860671937465668, 0.3293580412864685, 0.05431044101715088, -0.0969105213880539, 0.14310751855373383, 0.024428756907582283, 0.3210252821445465, -0.025270121172070503, -0.1403658390045166, -0.37689435482025146, -0.03800855949521065, 0.2632945477962494, 0.22338183224201202, -0.047922972589731216, -0.1610155552625656, 0.38170573115348816, -0.049971792846918106, 0.04878656566143036, 0.21414132416248322, -0.1650366634130478, 0.12950582802295685, -0.13474038243293762, -0.08062869310379028, 0.13869944214820862, 0.0532492995262146, 0.2897586226463318, -0.024523776024580002, 0.028911514207720757, -0.1325082629919052, -0.3855520486831665, 0.2574946880340576, 0.16132821142673492, 0.13290183246135712, 0.34170570969581604, 0.22588276863098145, -0.11830132454633713, -0.015905383974313736, 0.07368671894073486, 0.18951353430747986, -0.02296704426407814, -0.24321064352989197, -0.07861220836639404, -0.5324145555496216, -0.08744692802429199, 0.1490134745836258, -0.24537871778011322, 0.043357353657484055, -0.419196218252182, 0.1997385025024414, 0.02350705862045288, -0.11414548009634018, 0.3230970501899719, -0.010380854830145836, 0.1296253353357315, -0.2996276319026947, 0.10684698820114136, -0.29233407974243164, 0.08973933011293411, -0.16942806541919708, 0.15656980872154236, 0.0838887095451355, 0.04724656790494919, 0.0341605506837368, -0.06566596031188965, -0.13190969824790955, 0.013502860441803932, -0.26641911268234253, 0.3742319345474243, 0.09895192831754684, -0.04796557128429413, 0.27953237295150757, -0.2683960199356079, -0.003674473613500595, 0.28132450580596924, 0.17492413520812988, -0.12504306435585022, -0.26316767930984497, -0.1047816276550293, -0.18661151826381683, 0.2045479565858841, -0.2014034390449524, -0.10827125608921051, -0.3269018530845642, -0.09864790737628937, -0.20865903794765472, 0.18115413188934326, 0.2697363793849945, -0.06773176044225693, -0.16272342205047607, 0.27272170782089233, -0.26360324025154114, 0.24455222487449646, -0.11323466897010803, -0.26521795988082886, 0.3419444262981415, -0.48394787311553955, -0.14083682000637054, 0.2186349779367447, 0.024883944541215897, 0.035184964537620544, -0.28680282831192017, 0.09713805466890335, -0.26835861802101135, 0.007307080086320639, -0.11245045065879822, -0.0750560387969017, -0.03779953345656395, 0.5558668971061707, 0.12255523353815079, -0.21649904549121857, -0.06691135466098785, -0.3691052198410034, -0.022636093199253082, 0.20388267934322357, 0.260661244392395, -0.6686636805534363, 0.06883636862039566, -0.3545769155025482, 0.4762435853481293, -0.10917806625366211, 0.40664833784103394, 0.25696495175361633, -0.06481931358575821, -0.12119152396917343, -0.01694021373987198, 0.02575685828924179, -0.06495624780654907, 0.10049714893102646, -0.018382739275693893, 0.08879517018795013, -0.0964168831706047, 0.027031613513827324, -0.08599325269460678, 0.13779808580875397, -0.28775539994239807, -0.22307585179805756, -0.24786606431007385, 0.2657528221607208, 0.18585854768753052, -0.22381165623664856, 0.010186169296503067, 0.00561343552544713, 0.025575680658221245, -0.015713153406977654, 0.4410330355167389, -0.5064088702201843, 0.015254395082592964, -0.21870973706245422, -0.0219600647687912, 0.004155221860855818, 0.09654293954372406, -0.10450112074613571, -0.08106457442045212, -0.07377322763204575, -0.13260112702846527, 0.22956521809101105, -0.19727037847042084, 0.35170838236808777, 0.22385935485363007, 0.07908380776643753, 0.15105105936527252, -0.41950613260269165, 0.11983335018157959, -0.34073734283447266, -0.15369045734405518, -0.13010725378990173, 0.17587728798389435, 0.1793200522661209, -0.23491057753562927, -0.21445050835609436, 0.05912915989756584, -0.3809743821620941, 0.041663333773612976, -0.026648659259080887, -0.11446543037891388, -0.37530282139778137, -0.12908074259757996, -0.02923978865146637, -0.3005530834197998, 0.28382983803749084, 0.01366073451936245, -0.0022430408280342817, -0.017031943425536156, -0.35831722617149353, -0.1254987269639969, 0.10450100153684616, 0.041510455310344696, -0.011060735210776329, -0.08178701996803284, -0.039695560932159424, 0.19432993233203888, 0.6189718842506409, 0.10195668041706085, 0.33926165103912354, 0.1158052608370781, 0.3951950669288635, -0.12283828109502792, -0.03887714445590973, 0.10135777294635773, 0.03084457479417324, -0.11935074627399445, -0.04273730516433716, 0.0685485377907753, 0.2193623036146164, -0.08177071809768677, -0.10266295075416565, -0.09712928533554077, -0.051229674369096756, 0.15877175331115723, -0.07970938831567764, -0.206929013133049, -0.10219184309244156, -0.07862509042024612, -0.07976692169904709, -0.2307787537574768, -0.13084737956523895, 0.3343631625175476, 0.715686559677124, 0.013421923853456974, -0.09271984547376633, 0.0997251570224762, -0.07323912531137466, 0.11102528870105743, -0.3424986004829407, 0.24546748399734497, -0.09699596464633942, 0.33135178685188293, 0.006525633856654167, -0.10757680982351303, 0.3038879334926605, -0.1253296285867691, -0.37553417682647705, 0.04584714397788048, -0.38867825269699097, -0.16074469685554504, -0.10362151265144348, 0.2573127746582031, -0.3914318084716797, -0.2566499412059784, 0.07033053040504456, 0.30104929208755493, 0.057344142347574234, 0.06580255925655365, -0.018669921904802322, -0.10050848126411438, -0.09487006813287735, 0.0038722737226635218, 0.315759539604187, 0.14308570325374603, -0.687269389629364, -0.042216259986162186, 0.11340586841106415, 0.13027650117874146, -0.21352936327457428, -0.18247605860233307, -0.2097187340259552, -0.1862238198518753, 0.019236959517002106, 0.16084952652454376, 0.14180482923984528, -0.23024781048297882, -0.32656240463256836, 0.028494209051132202, 0.19954633712768555, -0.36632654070854187, -0.16689370572566986, 0.16280075907707214, -0.0834512934088707, -0.1421271711587906, 0.014054467901587486, 0.19132275879383087, 0.2615324854850769, 0.19138671457767487, -0.1436040848493576, 0.0379875972867012, -0.28588053584098816, -0.28415393829345703, 0.26115429401397705, -0.05334863066673279, -0.22322817146778107, 0.12587016820907593, -0.027175679802894592, -0.09246477484703064, -0.23211964964866638, 0.09481529146432877, 0.09324758499860764, -0.03615425527095795, 0.2674942910671234, -0.2811066508293152, -0.10594213008880615, -0.3676148056983948, 0.041232142597436905, -0.0007661550771445036, 0.22131586074829102, -0.17659078538417816, -0.01528441347181797, -0.21748526394367218, 0.1877516210079193, 0.3112528920173645, 0.04222840070724487, 0.41773009300231934, -0.22549138963222504, -0.18063464760780334, -0.03689751401543617, -0.24293000996112823, 0.13732418417930603, -0.020661335438489914, 0.20389874279499054, 0.3602636158466339, 0.16464044153690338, -0.13498547673225403, -0.4493038058280945, 0.09658272564411163, -0.2686856985092163, 0.022381264716386795, -0.0934622511267662, -0.11615973711013794, 0.2014005184173584, 0.1178935319185257, 0.21919777989387512, -0.030962828546762466, -0.3443318009376526, -0.40129655599594116, -0.04201057553291321, 0.03627721592783928, 0.11856492608785629, -0.23709483444690704, 0.14170686900615692, 0.04558078572154045, -0.18261194229125977, 0.13810011744499207, -0.04502127319574356, -0.09469911456108093, 0.11071419715881348, -0.1266382485628128, -0.08645588904619217, -0.07439801096916199, -0.09623909741640091, -0.301505982875824, 0.2678056061267853, -0.2773039937019348, 0.05191431939601898, 0.15163864195346832, -0.2890538275241852, -0.13685233891010284, 0.17510253190994263, 0.207063689827919, -0.0802726224064827, 0.22326281666755676, 0.07838223874568939, -0.04194232076406479, 0.013897115364670753, 0.09237509220838547, -0.0219322070479393, -0.030177896842360497, -0.2402973622083664, -0.23050802946090698, -0.0007570151938125491, 0.3343981206417084, -0.031096013262867928, 0.1678614318370819, 0.009201469831168652, 0.12682612240314484, 0.2801987826824188, 0.273681104183197, 0.22284331917762756, 0.133547842502594, -0.06202475354075432, 0.28688108921051025, -0.07552719861268997, -0.037729404866695404, 0.3351095914840698, 0.2659476101398468, -0.3602994680404663, 0.3557279407978058, 0.4836428165435791, -0.08067876845598221, 0.12408072501420975, -0.33378663659095764, -0.059657011181116104, 0.6336441040039062, 0.1134866327047348, 0.02865651063621044, 0.25461500883102417, -0.2611517608165741, 0.1865754872560501, 0.07935024797916412, -0.028424357995390892, -0.0975581556558609, -0.07790330797433853, 0.3026168942451477, -0.21151860058307648, -0.050360556691884995, -0.23135942220687866, 0.21726560592651367, -0.11451797187328339, -0.15186913311481476, -0.4869910180568695, -0.03584648668766022, -0.11404628306627274, -0.009431533515453339, 0.09597966820001602, 0.05541402846574783, 0.11757723242044449, -0.0688592717051506, -0.41682863235473633, -0.2603457570075989, -0.25202280282974243, 0.17499510943889618, 0.1903948336839676, -0.07166321575641632, 0.11616729199886322, -0.10935495793819427, -0.33027127385139465, -0.11222545057535172, 0.3991954028606415, 0.19074006378650665, 0.15473118424415588, 0.32929527759552, -0.22816751897335052, 0.17329470813274384, -0.055512119084596634, -0.17522728443145752, -0.2657853960990906, 0.2643565535545349, 0.16162925958633423, -0.09691771119832993, 0.2526511549949646, -0.39227181673049927, -0.35479089617729187, 0.25485527515411377, -0.021462196484208107, 0.1369217336177826, 0.21517929434776306, 0.12526701390743256, 0.22661565244197845, 0.1078878790140152, 0.41747522354125977, -0.5632690787315369, 0.11049429327249527, 0.5131552815437317, 0.008561940863728523, 0.1064489483833313, -0.06157805025577545, 0.17442859709262848, 0.03918575122952461, 0.32113316655158997, -0.25519096851348877, -0.5006261467933655, 0.04021352156996727, 0.07873889058828354, -0.14453737437725067, 0.23372933268547058, 0.22709590196609497, 0.19841061532497406, -0.1488141566514969, 0.291990727186203, 0.02525951899588108, 0.1403842568397522, 0.48808661103248596, -0.13606177270412445, 0.31781673431396484, 0.020854726433753967, 0.34354379773139954, 0.19187675416469574, -0.12229187041521072, -0.032043859362602234, 0.11765913665294647, -0.044791873544454575, 0.2193572223186493, -0.14208750426769257, 0.27937108278274536, 0.1435081511735916, -0.2265409231185913, -0.05000096186995506, -0.30931100249290466, 0.3302803635597229, 0.1463339924812317, 0.21200759708881378, -0.23387879133224487, 0.15793238580226898, 0.28429797291755676, 0.1575445830821991, 0.004093268420547247, 0.06755965948104858, -0.09147978574037552, -0.039051372557878494, 0.023292968049645424, -0.029353490099310875, -0.421196848154068, 0.25437068939208984, 0.008863617666065693, -0.209949791431427, 0.19878438115119934, -0.018843304365873337, 0.07748769223690033, -0.23030230402946472, 0.0272360872477293, 0.0019760294817388058, 0.31231802701950073, -0.033585336059331894, -0.30203965306282043, 0.01761823333799839, -0.06456819921731949, -0.003346623620018363, -0.010650362819433212, -0.2701149582862854, 0.3308766186237335, -0.0732974261045456, 0.2874999940395355, -0.38927561044692993, 0.14255277812480927, 0.09720907360315323, -0.08437363058328629, -0.3088398575782776, 0.1863204836845398, -0.007948208600282669, 0.057999469339847565, -0.2271999567747116, 0.19494283199310303, 0.3384948968887329, 0.1301819086074829, -0.3385474979877472, -0.0006160386838018894 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Payment#payment-providers
Payment Providers Following Payment Providers are available as a dedicated bundle to be integrated into the E-commerce framework: Datatrans PayPalSmartButton Klarna OGone MPay24 PayU Unzer (former Heidelpay) Hobex
Payment Providers
[ 0.14856331050395966, -0.2090834230184555, -0.22168496251106262, -0.05529056489467621, 0.45794403553009033, -0.09458930790424347, 0.30280980467796326, -0.10023678094148636, 0.08323439210653305, -0.03341590613126755, -0.06653426587581635, 0.24040184915065765, 0.4410749673843384, 0.6458852887153625, 0.05987759679555893, -0.06202976778149605, 0.2502997815608978, 0.08772700279951096, -0.22616860270500183, -0.14722581207752228, 0.14106717705726624, 0.04269155114889145, -0.12261998653411865, -0.09248343855142593, -0.17276227474212646, -0.06677598506212234, -0.15138940513134003, -0.0772869884967804, -0.27893033623695374, -0.19881896674633026, 0.3904106914997101, -0.021311471238732338, -0.10106148570775986, 0.025725552812218666, -0.00009521498577669263, -0.11296074092388153, 0.016154449433088303, -0.2864636480808258, -0.5712302923202515, 0.28803181648254395, -0.3922235071659088, 0.01675216108560562, 0.1440369188785553, -0.1309998333454132, 0.025374451652169228, -0.45421814918518066, 0.3536013662815094, 0.17779383063316345, 0.17825846374034882, -0.1525326669216156, 0.25534605979919434, -0.24541635811328888, 0.26802483201026917, -0.021192407235503197, -0.5253050923347473, 0.06093988195061684, 0.23383519053459167, -0.20658430457115173, 0.5988905429840088, 0.04625149443745613, -0.1591385453939438, -0.2271951138973236, 0.027042720466852188, -0.22530828416347504, 0.15876756608486176, -0.07106988877058029, 0.3885011374950409, -0.3627950847148895, -0.3455635905265808, -0.014875329099595547, 0.4725739657878876, -0.055715031921863556, -0.11444741487503052, -0.053702834993600845, -0.06447091698646545, -0.11335089057683945, -0.1659454107284546, 0.18650175631046295, -0.0059879538603127, -0.01308793667703867, 0.11166605353355408, 0.023312639445066452, -0.1441592276096344, 0.61858069896698, -0.0733526274561882, 0.4175865054130554, 0.1880975216627121, -0.18458464741706848, -0.27427226305007935, -0.18747983872890472, -0.16726519167423248, -0.16900430619716644, 0.054218947887420654, 0.039510853588581085, -0.1656239777803421, -0.14433537423610687, -0.046666163951158524, 0.3508477509021759, 0.24291883409023285, 0.2749744951725006, -0.18344126641750336, 0.16356103122234344, 0.2675352096557617, 0.07431524991989136, 0.10115678608417511, -0.15207619965076447, -0.20891907811164856, -0.40595555305480957, 0.11224453151226044, 0.13072320818901062, 0.42507320642471313, 0.14542506635189056, -0.16098785400390625, 0.28827589750289917, -0.33768099546432495, -0.1395999789237976, -0.38222432136535645, 0.08570580184459686, -0.026203759014606476, -0.2889010012149811, 0.09587457031011581, 0.21278637647628784, 0.2715798318386078, -0.11407802999019623, -0.027570467442274094, 0.3213469684123993, -0.1799056977033615, -0.21694667637348175, -0.028844181448221207, -0.19029520452022552, -0.08734111487865448, 0.21031394600868225, -0.020545603707432747, -0.15033206343650818, 0.11016719043254852, -0.49800926446914673, 0.3527102768421173, 0.1339387148618698, 0.4051615595817566, 0.24384573101997375, -0.24351121485233307, 0.0736382007598877, -0.4680112898349762, -0.27420032024383545, -0.11194256693124771, -0.08510486781597137, -0.21372009813785553, 0.1519409865140915, -0.04184328019618988, -0.22026120126247406, -0.32958173751831055, -0.2593398690223694, -0.11077769845724106, 0.2874072790145874, 0.2049003690481186, -0.39113157987594604, 0.4200446307659149, -0.31034353375434875, -0.2836534380912781, -0.14174741506576538, 0.11916650831699371, 0.04903612285852432, 0.0900743380188942, -0.0005160818691365421, 0.04661282151937485, -0.041502539068460464, -0.0411861352622509, -0.37852948904037476, -0.24258771538734436, -0.1333121657371521, 0.11935699731111526, -0.0950862467288971, -0.19615186750888824, 0.16857951879501343, -0.07011944055557251, -0.17249588668346405, 0.4131614565849304, -0.3387710154056549, -0.3032611608505249, -0.14800557494163513, 0.14247246086597443, -0.2569814622402191, -0.029477369040250778, 0.04545140266418457, 0.21357619762420654, -0.06805268675088882, 0.018562626093626022, 0.23589840531349182, -0.24307934939861298, -0.006246616598218679, -0.15311755239963531, -0.18659363687038422, -0.0699591264128685, 0.3713828921318054, 0.1027829572558403, -0.12864507734775543, 0.047981031239032745, -0.16152212023735046, -0.021980946883559227, -0.002440850483253598, 0.1930721402168274, -0.04109157621860504, 0.40147992968559265, 0.33555442094802856, 0.18870292603969574, 0.16872817277908325, -0.05921230465173721, 0.0490054190158844, -0.5187148451805115, 0.2747568190097809, -0.01276007853448391, 0.22886726260185242, -0.11453266441822052, -0.08662442117929459, -0.09618297964334488, 0.016140149906277657, 0.3254595696926117, 0.26229503750801086, -0.02158358320593834, -0.16829250752925873, -0.2566854655742645, 0.5036709904670715, 0.49309661984443665, 0.02266784943640232, 0.1797751486301422, 0.059375714510679245, -0.0152979027479887, -0.029592793434858322, 0.12605910003185272, 0.08013439178466797, 0.12538224458694458, -0.14226090908050537, 0.2199966162443161, 0.026382792741060257, -0.0621858574450016, 0.31433016061782837, 0.384762704372406, 0.4414141774177551, 0.2553307116031647, -0.0900988057255745, -0.10238289833068848, 0.22606010735034943, 0.16099216043949127, 0.03235109522938728, 0.046572696417570114, 0.41911962628364563, -0.012179228477180004, -0.003612552070990205, -0.059225138276815414, 0.3734571039676666, 0.11188347637653351, -0.043974924832582474, 0.1825713813304901, 0.1770324409008026, 0.21219627559185028, -0.1801861971616745, 0.20693598687648773, -0.038175925612449646, -0.11171922087669373, 0.09936340898275375, 0.13231785595417023, 0.06781663745641708, 0.1639368087053299, -0.02284369431436062, -0.24290204048156738, -0.03312273696064949, 0.24604716897010803, -0.1939154714345932, -0.1593865156173706, 0.3427949845790863, -0.3943111300468445, 0.0361613966524601, 0.19115310907363892, -0.05884198471903801, 0.29751577973365784, 0.15358155965805054, 0.010916735976934433, 0.33304455876350403, 0.11443939059972763, -0.0697149932384491, 0.14904749393463135, 0.05892818793654442, 0.07636141031980515, -0.21636605262756348, 0.09976736456155777, 0.1495935022830963, -0.48687422275543213, -0.3226921856403351, 0.23859162628650665, -0.18562710285186768, -0.04474424198269844, -0.4673644006252289, 0.36855095624923706, 0.19625793397426605, 0.05217088758945465, 0.17270873486995697, -0.12206009775400162, 0.5931183695793152, -0.45531532168388367, -0.2816407084465027, -0.6810177564620972, -0.28285208344459534, -0.2643662989139557, 0.244775652885437, 0.16853304207324982, 0.18319202959537506, 0.20118384063243866, -0.07739681005477905, 0.19555102288722992, -0.005191783886402845, -0.2596677839756012, 0.19058549404144287, -0.046660590916872025, -0.11526554822921753, 0.1881079226732254, -0.34290626645088196, 0.09936007857322693, 0.3547254800796509, 0.04656949266791344, 0.0010433151619508862, 0.043982915580272675, 0.0742807611823082, -0.11751624941825867, -0.005077002104371786, 0.06404639035463333, 0.17988502979278564, -0.3707515001296997, -0.10164408385753632, -0.19284160435199738, -0.039990104734897614, -0.18454204499721527, -0.3495127558708191, -0.37812283635139465, 0.36124640703201294, 0.23689144849777222, 0.5561037063598633, 0.2119402289390564, 0.13474391400814056, 0.46722346544265747, -0.13832680881023407, -0.16515947878360748, 0.1519019603729248, 0.01325319241732359, 0.11793506145477295, 0.16697050631046295, 0.07590998709201813, -0.07486403733491898, 0.2103215456008911, 0.02547476626932621, 0.10948057472705841, -0.17208288609981537, 0.4170632064342499, -0.059864580631256104, -0.1203872486948967, -0.17254255712032318, -0.051357295364141464, -0.4749812185764313, 0.14959482848644257, 0.36327922344207764, -0.18726125359535217, -0.04348832741379738, 0.0702260434627533, 0.375936359167099, -0.2575077712535858, 0.08111070096492767, 0.2549750506877899, 0.2059372514486313, -0.27058467268943787, 0.09124845266342163, -0.15097887814044952, -0.0971367284655571, -0.055075351148843765, 0.1544734388589859, 0.028058454394340515, -0.128150075674057, 0.2570108473300934, -0.4723449647426605, 0.3154013454914093, -0.2887112498283386, -0.07905006408691406, -0.2519400715827942, -0.02336178906261921, 0.4149080514907837, -0.23374304175376892, -0.029443468898534775, 0.17191819846630096, -0.37716901302337646, 0.028940150514245033, 0.11551408469676971, -0.1926579624414444, 0.01206953078508377, 0.21265432238578796, 0.455463707447052, 0.254864364862442, 0.29482418298721313, -0.05646875873208046, -0.06726819276809692, -0.14752620458602905, -0.038417037576436996, 0.10661092400550842, -0.13735723495483398, 0.08555188775062561, 0.26138919591903687, -0.19067621231079102, -0.34382539987564087, -0.07267434149980545, -0.0699421763420105, 0.1734391450881958, -0.33669930696487427, -0.004211449529975653, -0.2466188669204712, -0.052932221442461014, -0.349272221326828, -0.18461711704730988, -0.14373713731765747, -0.2996746599674225, -0.0064473538659513, 0.22298595309257507, 0.1315133422613144, -0.143913134932518, -0.1523163765668869, 0.05590357631444931, -0.4374074339866638, 0.211577907204628, 0.23657771944999695, 0.12076035887002945, -0.27495497465133667, -0.07393940538167953, 0.2899946868419647, -0.22753040492534637, -0.3106219470500946, -0.3323049545288086, -0.07867762446403503, -0.3223271667957306, 0.5422501564025879, 0.23456379771232605, 0.24342475831508636, 0.35324373841285706, -0.3976134955883026, 0.17772775888442993, -0.18149186670780182, 0.1811174601316452, 0.18063963949680328, 0.3263610005378723, -0.01390210259705782, -0.1816401332616806, 0.06046846881508827, -0.04814444109797478, -0.5330682992935181, 0.15618228912353516, -0.17200301587581635, -0.2504787743091583, 0.4031626582145691, -0.3568072021007538, -0.3490755558013916, 0.054619431495666504, -0.0646255761384964, 0.36652612686157227, -0.07264145463705063, 0.10352279990911484, 0.4851249158382416, 0.8126857876777649, 0.011289483867585659, -0.06954885274171829, 0.06550789624452591, -0.4705248177051544, 0.37311795353889465, -0.2928924560546875, 0.23028944432735443, -0.055832426995038986, 0.188703715801239, -0.26339083909988403, 0.015665046870708466, -0.13847647607326508, 0.11018470674753189, -0.04974711313843727, 0.4714200794696808, 0.14366140961647034, -0.24306870996952057, 0.10455458611249924, 0.003942965995520353, 0.07351034879684448, -0.2190922647714615, -0.19196471571922302, 0.29982486367225647, 0.03551850467920303, 0.1551196277141571, -0.33948320150375366, -0.3858625292778015, 0.027387360110878944, -0.03861133009195328, 0.035129595547914505, 0.290813148021698, -0.10558982938528061, 0.01973384991288185, 0.20691601932048798, 0.041382547467947006, 0.07796774059534073, 0.00477655790746212, 0.09442034363746643, -0.5593264102935791, -0.1688024252653122, -0.0009265120606869459, -0.1109360009431839, -0.10855720937252045, -0.11149055510759354, 0.07030197232961655, 0.1602201610803604, -0.14475880563259125, 0.06849141418933868, 0.17985284328460693, 0.051099058240652084, -0.19376154243946075, -0.3161967694759369, -0.0944148525595665, 0.17621302604675293, 0.11690841615200043, 0.08658025413751602, -0.06189744174480438, -0.3565416932106018, 0.00192931795027107, 0.26402854919433594, 0.08672987669706345, 0.15463584661483765, 0.04406202584505081, 0.08108434826135635, 0.25737178325653076, -0.25876063108444214, 0.28073650598526, 0.02475021593272686, -0.41011732816696167, 0.15335015952587128, -0.007306294050067663, -0.2696693241596222, -0.3179689645767212, -0.23569652438163757, -0.13077035546302795, -0.388584166765213, -0.341935396194458, -0.06978659331798553, -0.014362843707203865, -0.11857884377241135, -0.011072388850152493, 0.13225166499614716, -0.08851011097431183, 0.02327328361570835, -0.31623730063438416, -0.01205054298043251, 0.3479089140892029, 0.21284976601600647, -0.12233065813779831, -0.07688529044389725, -0.2771577835083008, 0.018473494797945023, -0.17269989848136902, -0.38277336955070496, 0.17027220129966736, -0.07430204004049301, -0.2124728560447693, 0.1135094091296196, 0.006250215228646994, 0.2852965295314789, 0.14372096955776215, 0.32099586725234985, -0.059532735496759415, -0.1661728024482727, -0.27952736616134644, 0.21427421271800995, 0.07919753342866898, 0.33749639987945557, -0.19416704773902893, -0.038043566048145294, 0.14163678884506226, -0.0374569296836853, 0.09981892257928848, -0.21459734439849854, 0.043656252324581146, 0.010517604649066925, 0.09784502536058426, 0.4480171203613281, 0.33871546387672424, -0.14921343326568604, -0.2844120264053345, 0.3930998742580414, 0.11061199754476547, 0.1139158308506012, -0.12840737402439117, 0.10239937901496887, -0.02025638148188591, 0.06104741245508194, 0.2814846336841583, 0.33589428663253784, -0.3720147907733917, 0.3758789896965027, 0.04949462413787842, 0.1076391413807869, 0.07302679121494293, -0.21988381445407867, 0.10216984897851944, -0.250374972820282, 0.12136296927928925, 0.14793121814727783, 0.22711578011512756, -0.14091573655605316, -0.18258096277713776, -0.127074733376503, 0.19368886947631836, -0.07130537182092667, 0.047947268933057785, 0.2700657546520233, 0.09985726326704025, 0.36213719844818115, -0.19224505126476288, -0.20190934836864471, -0.20745734870433807, 0.3189210295677185, 0.040275998413562775, -0.023516515269875526, 0.14359226822853088, -0.16016219556331635, -0.028880393132567406, -0.16558519005775452, -0.19385989010334015, -0.25618135929107666, 0.1915777325630188, -0.2187354862689972, 0.03719348460435867, 0.3646336495876312, -0.09035032242536545, 0.14017809927463531, 0.09451323002576828, 0.5212516188621521, 0.14801937341690063, 0.026123564690351486, 0.3975287973880768, 0.11546766757965088, -0.049988098442554474, -0.18676640093326569, 0.19752366840839386, -0.07352850586175919, 0.045994434505701065, -0.09231948107481003, -0.016659695655107498, -0.40255919098854065, 0.17202512919902802, 0.0015951665118336678, -0.1133456751704216, -0.10516825318336487, 0.09444646537303925, -0.01294065359979868, -0.4620312452316284, -0.2825256288051605, 0.24091625213623047, 0.36611050367355347, 0.016361162066459656, -0.06710454821586609, 0.03974379599094391, -0.1360323131084442, -0.06281225383281708, 0.3631193935871124, -0.11382383853197098, -0.19828297197818756, 0.06621125340461731, -0.11222193390130997, -0.1832757145166397, -0.011227944865822792, 0.09600809961557388, 0.08795753121376038, 0.012158529832959175, 0.18007998168468475, 0.2168119251728058, 0.22410771250724792, -0.13576138019561768, -0.18786074221134186, -0.04767340421676636, -0.18086594343185425, -0.05117423087358475, 0.18878065049648285, 0.19448375701904297, 0.1771872192621231, 0.08876603841781616, 0.2280915528535843, -0.2649204730987549, -0.0031469142995774746, 0.050688259303569794, -0.023321660235524178, 0.13480503857135773, 0.23711742460727692, 0.14875096082687378, -0.1162908673286438, 0.4438352882862091, -0.08454038947820663, 0.011815433390438557, 0.08967841416597366, -0.2233266532421112, 0.21308039128780365, 0.33524394035339355, 0.22362931072711945, 0.13612869381904602, -0.2025739997625351, -0.10900560021400452, 0.21951624751091003, 0.2735442817211151, 0.01586945913732052, -0.35811978578567505, 0.1663770079612732, 0.16055171191692352, 0.044352464377880096, -0.05487227439880371, 0.013423683121800423, 0.1314370185136795, 0.2444627583026886, 0.008567863143980503, 0.03264714404940605, 0.16075249016284943, 0.32744845747947693, 0.0875302329659462, 0.0015510073862969875, -0.16980358958244324, -0.20168137550354004, 0.08480765670537949, -0.04018894582986832, 0.4262239933013916, -0.15627039968967438, -0.1459464430809021, 0.19951394200325012, -0.07629486173391342, 0.05615788325667381, 0.37397500872612, -0.06376199424266815, -0.4304182529449463, -0.03147856891155243, -0.4038466215133667, -0.16749224066734314, -0.06552157551050186, -0.16444969177246094, 0.049159422516822815, -0.0030540230218321085, -0.21310308575630188, -0.12370694428682327, -0.12699545919895172, 0.028207404538989067, 0.013366683386266232, -0.044814858585596085, -0.3074154257774353, 0.0052028074860572815, 0.24639107286930084, 0.007926253601908684, 0.20431290566921234, 0.20619405806064606, 0.09816522896289825, 0.030128592625260353, 0.003787451656535268, 0.36078473925590515, -0.09663903713226318, 0.021619761362671852, 0.18363796174526215, -0.07271496206521988, 0.01952168717980385, 0.330390065908432, 0.34416836500167847, 0.05017087236046791, -0.40467751026153564, -0.0755445659160614, 0.0811406597495079, 0.05485636368393898, -0.23713865876197815, -0.17593421041965485 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Payment#third-party-payment-provider-integrations
Third-party Payment Provider Integrations BS PAYONE
Third-party Payment Provider Integrations
[ 0.005719139240682125, -0.2167021781206131, -0.2467198520898819, 0.04801454395055771, 0.1441388875246048, -0.08265210688114166, 0.15003767609596252, -0.1647254377603531, 0.1318853497505188, 0.175121009349823, -0.028918199241161346, 0.35374945402145386, 0.31868383288383484, 0.7868039011955261, -0.15763768553733826, 0.3147282302379608, -0.1157703772187233, 0.04096677526831627, 0.21286220848560333, -0.04212507978081703, -0.08502501994371414, 0.04322921112179756, -0.11913891136646271, -0.1629301905632019, -0.1918191760778427, -0.00996518973261118, 0.09104083478450775, 0.027400055900216103, -0.29636725783348083, -0.0696297436952591, 0.34850171208381653, 0.3513863682746887, -0.20177298784255981, 0.35769784450531006, -0.00010329212091164663, -0.23407810926437378, 0.23264864087104797, -0.013891831040382385, -0.4138142168521881, 0.2980266511440277, -0.9465327262878418, 0.10126952826976776, 0.0815492570400238, -0.18391993641853333, 0.03857601061463356, 0.19216611981391907, -0.03959096968173981, 0.37470823526382446, 0.37127959728240967, -0.07266511768102646, 0.24304217100143433, -0.010487987659871578, 0.12481976300477982, -0.08440319448709488, -0.050297729671001434, 0.05095386132597923, 0.254505455493927, -0.18025144934654236, 0.32698866724967957, 0.06623265892267227, -0.04153304919600487, -0.09582838416099548, 0.11167187243700027, -0.3415031135082245, -0.06088874861598015, -0.19349250197410583, 0.4793781340122223, -0.06025081127882004, -0.24275995790958405, -0.2804081439971924, 0.19496311247348785, 0.1945999264717102, -0.13390032947063446, -0.15320338308811188, 0.03289350867271423, -0.09567992389202118, 0.09054338932037354, 0.19466866552829742, -0.19724728167057037, -0.05901118367910385, -0.18017704784870148, -0.01764955371618271, -0.07888908684253693, 0.3271382451057434, -0.14013046026229858, 0.6477758288383484, 0.1260063648223877, -0.1593041718006134, 0.18673431873321533, 0.02687167562544346, 0.18856826424598694, -0.013214394450187683, 0.23271457850933075, -0.20492658019065857, 0.22239521145820618, 0.029149651527404785, 0.14096400141716003, 0.27610117197036743, 0.031154461205005646, 0.13715650141239166, -0.1442377120256424, 0.3183096945285797, -0.27247485518455505, 0.19086730480194092, 0.2861195206642151, -0.18797221779823303, -0.16985608637332916, -0.18630588054656982, 0.28490105271339417, 0.5029090642929077, 0.2948342263698578, 0.35316017270088196, -0.07977771013975143, 0.367935448884964, -0.7198959589004517, 0.04253263771533966, -0.23989754915237427, -0.0516931377351284, 0.00928263645619154, 0.03894777223467827, 0.6415660381317139, 0.10811088234186172, 0.31714877486228943, -0.015641717240214348, -0.18441356718540192, -0.02566438727080822, 0.24290689826011658, -0.3116947412490845, -0.09454574435949326, -0.121895931661129, -0.06266790628433228, -0.27672895789146423, -0.21505911648273468, -0.33578962087631226, -0.0827317088842392, -0.1764165759086609, 0.3909732699394226, 0.09762649983167648, 0.20029009878635406, 0.334579199552536, -0.1048688143491745, -0.06868235766887665, -0.30391326546669006, -0.11150805652141571, -0.03570856899023056, -0.2248457819223404, -0.3670496642589569, 0.2346925586462021, 0.0720377191901207, -0.03163602203130722, -0.43719035387039185, -0.20403186976909637, -0.22529491782188416, 0.32029595971107483, 0.1639394611120224, -0.21695740520954132, 0.6557584404945374, -0.1886645406484604, 0.008009484969079494, -0.38478153944015503, 0.17950136959552765, -0.3618244528770447, -0.0334625244140625, 0.097073994576931, -0.08336049318313599, 0.08926710486412048, 0.28540706634521484, -0.18531434237957, 0.1445595920085907, -0.14885243773460388, 0.4009173810482025, -0.04749581217765808, -0.2109273076057434, 0.0065691834315657616, -0.1914251148700714, -0.45527440309524536, 0.0912616103887558, -0.5650655627250671, -0.0866386815905571, -0.05457805469632149, -0.05159815773367882, -0.28344014286994934, -0.01340915635228157, 0.08887355774641037, 0.09779629856348038, 0.05121389031410217, 0.01418851874768734, 0.372816801071167, -0.1468724012374878, 0.05909561738371849, -0.30733436346054077, -0.23335258662700653, -0.3909141719341278, 0.1583445519208908, 0.1669868379831314, -0.1763060986995697, 0.19246600568294525, 0.2873108685016632, 0.009130178019404411, 0.1299431025981903, 0.04613824188709259, -0.2866659462451935, 0.3606438636779785, 0.21070195734500885, 0.16240493953227997, 0.19969624280929565, 0.44468921422958374, -0.0355415903031826, -0.2144637256860733, 0.3695337176322937, 0.29408538341522217, 0.041290950030088425, -0.11821036785840988, -0.04529949650168419, -0.2517002522945404, 0.1759588122367859, 0.2473444789648056, 0.4146571755409241, -0.017017226666212082, -0.23873816430568695, -0.134921133518219, 0.1348554790019989, 0.2500787675380707, 0.004813066683709621, -0.04519430547952652, -0.16457220911979675, -0.11247310787439346, 0.036728858947753906, 0.059026941657066345, 0.252489298582077, 0.11950837075710297, 0.0780395120382309, 0.12531059980392456, 0.08047903329133987, 0.24397963285446167, 0.10030671209096909, 0.2866998612880707, 0.11866836994886398, 0.19320137798786163, -0.2670857012271881, 0.0020122991409152746, 0.17326681315898895, 0.07908202707767487, 0.05995703488588333, -0.07132206112146378, 0.4629698097705841, 0.08551353216171265, -0.05434206873178482, 0.01787824183702469, 0.07229810208082199, 0.04593489691615105, -0.22581776976585388, -0.0014086832525208592, -0.2631325125694275, 0.10636142641305923, -0.3368132412433624, -0.0746859461069107, -0.03250522166490555, -0.06481297314167023, 0.1761002093553543, 0.2354222536087036, -0.006988435983657837, 0.08090558648109436, 0.018275650218129158, 0.19749511778354645, -0.027077559381723404, 0.10979161411523819, 0.29014649987220764, -0.17645904421806335, 0.37532591819763184, -0.30128124356269836, 0.0681769847869873, 0.029330668970942497, -0.4692271649837494, 0.04285690188407898, 0.11906363070011139, -0.21212810277938843, 0.3440377414226532, 0.11942754685878754, -0.03838861733675003, -0.014229921624064445, 0.23054301738739014, -0.007941892370581627, -0.12686964869499207, -0.018799500539898872, 0.013521473854780197, -0.3676171600818634, -0.5018478631973267, 0.02595917135477066, -0.06229348108172417, 0.07852093130350113, -0.4190279543399811, 0.2618042230606079, 0.11475040763616562, 0.09079992026090622, 0.09696795046329498, -0.020393749698996544, 0.5000318884849548, -0.2873815894126892, -0.08560006320476532, -0.406989187002182, -0.24401600658893585, -0.02280668541789055, 0.25629496574401855, 0.24301183223724365, 0.11214310675859451, 0.39657557010650635, -0.439268559217453, -0.015247751027345657, 0.1446002721786499, -0.2644772231578827, 0.19428172707557678, -0.04495270550251007, -0.1329554170370102, 0.385403037071228, -0.6058236360549927, 0.34149718284606934, 0.22772076725959778, -0.0613652803003788, -0.2820974588394165, -0.21037709712982178, 0.008746341802179813, -0.018520070239901543, -0.12721635401248932, -0.271592915058136, 0.2457156628370285, -0.00384361925534904, -0.030105354264378548, 0.026312604546546936, 0.20543800294399261, -0.020493030548095703, -0.01648874580860138, -0.2505064010620117, 0.411714643239975, -0.24069739878177643, 0.4168500006198883, -0.06177855655550957, -0.08129659295082092, 0.14271724224090576, -0.09372898936271667, -0.203316330909729, 0.49484482407569885, -0.04541407898068428, 0.30838653445243835, -0.2013077735900879, -0.07168282568454742, 0.011435754597187042, 0.2969663739204407, 0.02112816832959652, 0.08207109570503235, 0.0019161313539370894, 0.1569286435842514, -0.050373293459415436, -0.1390872597694397, -0.09767112880945206, -0.549553632736206, -0.19633695483207703, 0.05370323732495308, 0.5480664372444153, -0.2300877869129181, -0.01803288608789444, -0.34078097343444824, 0.3483651280403137, -0.2639383375644684, 0.24361571669578552, 0.15441061556339264, 0.17681379616260529, -0.18635351955890656, 0.06780688464641571, -0.2253521829843521, -0.015635322779417038, 0.09406381100416183, -0.17469295859336853, -0.02718646638095379, -0.020498059689998627, 0.17602823674678802, -0.29408833384513855, -0.0035290326923131943, -0.35610657930374146, 0.15966802835464478, -0.46690937876701355, 0.3062504529953003, 0.28021058440208435, -0.08237215876579285, -0.28205180168151855, 0.15794025361537933, -0.11634933948516846, -0.15505729615688324, 0.03675892576575279, 0.03148280829191208, -0.2463533729314804, 0.2222622185945511, 0.2594938278198242, 0.42917975783348083, 0.05221769958734512, -0.1164722889661789, -0.13681943714618683, -0.23648245632648468, -0.04426437243819237, 0.18498091399669647, -0.18062792718410492, 0.19752264022827148, 0.35205215215682983, 0.02191511169075966, -0.26293671131134033, -0.5452239513397217, -0.0412275493144989, 0.06528667360544205, -0.27971673011779785, -0.17218619585037231, -0.18386618793010712, 0.03362228721380234, -0.3825641870498657, -0.05304038152098656, 0.2688937783241272, -0.4140353500843048, -0.03801697492599487, 0.18348444998264313, -0.06546805053949356, -0.3930318355560303, -0.31902581453323364, 0.13185903429985046, -0.2909868359565735, -0.03384917601943016, 0.20789660513401031, -0.15067864954471588, -0.060118418186903, 0.04777569696307182, 0.062108542770147324, 0.06632015854120255, -0.2967434823513031, 0.0657062754034996, 0.02651222050189972, -0.3166610598564148, 0.010433469898998737, 0.6135998368263245, 0.3599773347377777, 0.28135207295417786, -0.0849091187119484, 0.2250923067331314, -0.20554225146770477, 0.08934095501899719, 0.27362096309661865, 0.15537193417549133, 0.12764869630336761, -0.15335316956043243, 0.15210412442684174, 0.2608678638935089, -0.4494364857673645, 0.07266715168952942, 0.09275359660387039, -0.24499934911727905, 0.012717409059405327, -0.5637420415878296, -0.4664507508277893, -0.10277824848890305, -0.5552032589912415, 0.10987319052219391, 0.01726025529205799, 0.08555718511343002, 0.4086677134037018, 0.742487370967865, 0.15456798672676086, 0.11476504802703857, 0.3113960027694702, -0.23981711268424988, 0.15517333149909973, -0.04265318810939789, -0.08393985778093338, -0.19698388874530792, 0.43762120604515076, -0.14806480705738068, -0.00873118918389082, -0.016651196405291557, -0.31414246559143066, -0.0951855331659317, -0.06037519499659538, -0.038346242159605026, -0.18888422846794128, 0.11485259234905243, 0.20208507776260376, 0.11171194165945053, 0.032200850546360016, 0.05977966636419296, 0.3383607268333435, -0.026850145310163498, -0.15396828949451447, -0.1966737061738968, -0.3743474781513214, -0.028450297191739082, -0.0017827644478529692, 0.1216278076171875, 0.22041231393814087, -0.27860304713249207, -0.14218226075172424, -0.005237278528511524, 0.38283175230026245, 0.21182768046855927, -0.08203475177288055, 0.01889974996447563, -0.311031311750412, -0.2832905948162079, -0.103083036839962, -0.09602902829647064, -0.2610273063182831, -0.15966399013996124, 0.04818302392959595, 0.08709448575973511, -0.38704124093055725, -0.08432209491729736, 0.24870416522026062, 0.13421104848384857, -0.25218498706817627, 0.017612304538488388, 0.3257755637168884, 0.026879606768488884, 0.15374061465263367, -0.18288585543632507, -0.04120330885052681, -0.07749738544225693, -0.17072737216949463, 0.2799294888973236, -0.09454839676618576, 0.02706117555499077, 0.02678745985031128, 0.24427352845668793, -0.02089199610054493, -0.3018331527709961, 0.16404296457767487, 0.06650573760271072, 0.027093440294265747, 0.06418208032846451, -0.23198477923870087, -0.19970545172691345, -0.30215513706207275, -0.16180425882339478, -0.29347294569015503, -0.09643526375293732, -0.13324333727359772, 0.02822979912161827, -0.3018572926521301, 0.19137251377105713, 0.06179264932870865, 0.2663012742996216, 0.0805886834859848, -0.1632445901632309, -0.017634211108088493, -0.10997528582811356, 0.1355268806219101, 0.2350655496120453, -0.05810864269733429, 0.038224004209041595, -0.0953454002737999, -0.058493878692388535, -0.03662637993693352, -0.457996666431427, 0.0373489074409008, -0.1522301882505417, 0.13145095109939575, 0.0938132107257843, -0.07752857357263565, -0.07658199220895767, -0.10929962247610092, 0.19717460870742798, -0.00657374644652009, -0.1952318400144577, -0.34262898564338684, -0.04687221348285675, 0.04376761242747307, 0.32305091619491577, -0.18699537217617035, 0.040022604167461395, -0.039910219609737396, -0.3107902705669403, 0.2329222410917282, -0.1356072574853897, -0.06429629772901535, 0.04771071672439575, 0.14743922650814056, 0.4920009970664978, 0.26920148730278015, 0.20154735445976257, -0.07820793986320496, 0.3160928189754486, 0.07459203153848648, 0.05398146063089371, -0.08516015857458115, -0.31360679864883423, -0.03320060297846794, 0.4714474081993103, 0.33276429772377014, 0.2145894169807434, 0.06564024090766907, 0.32764896750450134, -0.17144641280174255, 0.1507609486579895, 0.0019732241053134203, -0.05843949690461159, 0.10807310044765472, -0.3212668299674988, -0.11205633729696274, -0.00867823138833046, 0.19357985258102417, -0.20526805520057678, -0.007502337452024221, -0.01301843486726284, -0.1314457505941391, -0.03107430972158909, 0.26667121052742004, 0.3807954788208008, 0.041017137467861176, -0.03861885517835617, 0.1252916157245636, -0.19263231754302979, 0.35901692509651184, 0.2348071187734604, 0.31128308176994324, -0.2863524854183197, 0.28232234716415405, -0.02885621227324009, -0.03814785182476044, -0.1633324772119522, -0.2512996196746826, -0.2559702694416046, 0.31622716784477234, -0.13404801487922668, 0.3335123658180237, 0.2665301561355591, -0.10588958114385605, 0.26379358768463135, -0.2655854821205139, 0.23571112751960754, -0.014913422055542469, 0.008636415004730225, 0.19964803755283356, -0.19044089317321777, -0.16191387176513672, -0.3707566559314728, 0.1836060881614685, -0.06923545897006989, 0.11821272224187851, -0.3675651550292969, -0.06425945460796356, -0.19890351593494415, 0.12838099896907806, -0.031368087977170944, -0.0026209561619907618, -0.26709920167922974, -0.20902588963508606, -0.23267312347888947, -0.21587209403514862, -0.09719523787498474, 0.24985414743423462, 0.20758356153964996, -0.08214643597602844, 0.11990860849618912, -0.24799180030822754, 0.14281386137008667, -0.048286281526088715, 0.38883695006370544, 0.03705842047929764, 0.031933266669511795, 0.21849007904529572, -0.2069987803697586, -0.07347121089696884, 0.07136281579732895, -0.12841136753559113, 0.23129715025424957, 0.21507231891155243, 0.47960424423217773, -0.03888648375868797, 0.2129167914390564, -0.35005003213882446, -0.27655112743377686, 0.06249510496854782, -0.17711083590984344, -0.029034199193120003, 0.1709963083267212, 0.1495877206325531, 0.33846020698547363, 0.05033091828227043, 0.39025068283081055, -0.25158149003982544, -0.0010159668745473027, 0.5028247833251953, 0.019370198249816895, 0.04932339861989021, 0.35061031579971313, 0.1451321542263031, -0.1412099450826645, 0.4740404784679413, -0.0558447502553463, 0.07758448272943497, 0.088218554854393, -0.1310051530599594, -0.004050938878208399, 0.2990228831768036, 0.3060142993927002, 0.0780726820230484, -0.2495100498199463, -0.1996239870786667, 0.08913873881101608, 0.006656459532678127, 0.10718915611505508, -0.029166340827941895, 0.36285126209259033, -0.24862682819366455, 0.22709687054157257, 0.027479534968733788, -0.17758780717849731, -0.0894530713558197, 0.13567455112934113, -0.022792281582951546, 0.24639853835105896, 0.3961845934391022, 0.22879083454608917, 0.12391193211078644, -0.018300803378224373, -0.15938378870487213, -0.16169488430023193, 0.12795615196228027, -0.07188965380191803, 0.5180085301399231, -0.33653804659843445, -0.0014645253540948033, 0.4468141794204712, -0.0599074512720108, 0.04632414132356644, 0.3974209129810333, -0.07290000468492508, -0.24485287070274353, 0.2678353488445282, 0.01244308054447174, -0.1332951933145523, -0.05821993574500084, 0.12026942521333694, -0.1637365221977234, 0.08170054852962494, -0.19281212985515594, -0.176614448428154, -0.02555672824382782, -0.014362236484885216, -0.16527697443962097, 0.031950004398822784, -0.3910023868083954, -0.07844319939613342, 0.2566552460193634, 0.09624028205871582, 0.5057050585746765, 0.27907657623291016, 0.024776456877589226, -0.05737008899450302, -0.1585133671760559, 0.009882285259664059, -0.3128563165664673, -0.10602414608001709, 0.08351242542266846, -0.04106837511062622, -0.04492383822798729, 0.39892640709877014, -0.06235244870185852, -0.05032481253147125, -0.15767017006874084, -0.03870992362499237, 0.2155066281557083, -0.07095662504434586, 0.007818872109055519, 0.18193459510803223 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Payment#further-payment-aspects
Further Payment Aspects Recurring Payments
Further Payment Aspects
[ 0.0017682734178379178, -0.30342182517051697, -0.3317888081073761, 0.12735480070114136, 0.13571612536907196, -0.09804452210664749, -0.0957883968949318, -0.053906600922346115, -0.12458286434412003, 0.16403824090957642, 0.17383794486522675, 0.23327811062335968, 0.046464256942272186, 0.46194344758987427, 0.03936907276511192, 0.026887286454439163, 0.08343072980642319, 0.005023833364248276, 0.1509108990430832, -0.3516736626625061, 0.13502544164657593, -0.3216859996318817, -0.1324227899312973, -0.15400779247283936, -0.2897840738296509, -0.3163802921772003, -0.10516177862882614, -0.27283838391304016, 0.06028459966182709, -0.07693415880203247, -0.15893329679965973, 0.27946150302886963, 0.23897700011730194, 0.21346645057201385, -0.00010752131493063644, -0.3577062487602234, 0.21406780183315277, -0.10605573654174805, -0.47135013341903687, 0.49890488386154175, -0.6104463934898376, 0.02193325012922287, 0.05056194216012955, -0.3995514214038849, 0.07885496318340302, -0.14566415548324585, 0.18883328139781952, 0.44519978761672974, 0.40960073471069336, -0.41299325227737427, 0.2686816155910492, -0.47993364930152893, 0.014334060251712799, -0.15841661393642426, -0.1881306767463684, 0.12175142019987106, 0.2460772693157196, -0.025707637891173363, 0.13856586813926697, -0.30109670758247375, -0.032419223338365555, 0.050128642469644547, 0.1930922418832779, -0.036833494901657104, 0.2936636805534363, -0.05642886087298393, 0.6025079488754272, -0.011692280881106853, 0.02544436603784561, -0.2993558645248413, 0.45503824949264526, 0.21170973777770996, -0.18976950645446777, -0.20864270627498627, 0.08960208296775818, -0.3632652163505554, -0.08083204925060272, 0.168009951710701, -0.12066134065389633, -0.13664332032203674, 0.2825332283973694, 0.035128187388181686, -0.22253213822841644, 0.29242250323295593, -0.2827907204627991, 0.08033927530050278, -0.04526279866695404, -0.12791401147842407, 0.1682938039302826, 0.05541326105594635, 0.03291039913892746, -0.027401376515626907, 0.18840689957141876, 0.2241698056459427, 0.09719778597354889, -0.19240744411945343, 0.29295215010643005, 0.6006568074226379, 0.10783281922340393, 0.3350147008895874, 0.25729286670684814, 0.09256812185049057, -0.08872579038143158, 0.059393759816884995, 0.37618696689605713, -0.2601630985736847, -0.28312966227531433, -0.23412320017814636, 0.17967772483825684, 0.43703266978263855, 0.01525737252086401, 0.11977268010377884, -0.19010372459888458, 0.5805689692497253, 0.12442523241043091, 0.002954470459371805, -0.2793935537338257, -0.05639614909887314, 0.06829281151294708, 0.2639218866825104, 0.20152521133422852, -0.13672874867916107, 0.028112011030316353, 0.10770053416490555, -0.027287892997264862, 0.1877679079771042, -0.3583485782146454, -0.11045698076486588, 0.2642080783843994, 0.2776675820350647, -0.17536787688732147, -0.20559069514274597, -0.24675121903419495, -0.019564246758818626, -0.24108827114105225, 0.21785852313041687, 0.20331422984600067, -0.0004960653022862971, 0.07970988005399704, 0.2712816298007965, -0.010048717260360718, -0.1438046097755432, -0.3187224566936493, -0.07457572966814041, -0.4108044505119324, -0.001242363010533154, -0.4876173138618469, 0.334058552980423, -0.062045618891716, 0.07733704894781113, -0.004960135091096163, -0.16175265610218048, 0.1403523087501526, 0.31097665429115295, -0.00507940910756588, -0.2415643036365509, 0.22358861565589905, -0.08335002511739731, 0.09035762399435043, 0.022739294916391373, 0.03317806124687195, -0.18768461048603058, -0.14071714878082275, -0.03793778270483017, -0.19407621026039124, 0.28556352853775024, 0.08219088613986969, -0.14516425132751465, 0.14238859713077545, -0.1752588003873825, 0.18432600796222687, 0.10352771729230881, -0.15291494131088257, 0.1271405965089798, -0.291874498128891, -0.21337133646011353, 0.17853005230426788, -0.22814802825450897, -0.15542836487293243, -0.12593741714954376, 0.046302780508995056, 0.22269207239151, -0.017890343442559242, 0.09234363585710526, 0.3074093163013458, -0.07017292827367783, 0.1704651415348053, -0.29512250423431396, -0.1527959406375885, -0.05760016664862633, -0.35769596695899963, -0.057690154761075974, 0.04658442735671997, -0.18304206430912018, 0.005699319764971733, 0.09461566060781479, 0.21862070262432098, 0.10620803385972977, 0.2557991147041321, -0.026990331709384918, -0.03890984505414963, -0.43660470843315125, 0.6397023797035217, 0.3741494119167328, 0.11529866605997086, -0.22630827128887177, 0.03816352039575577, -0.16002534329891205, -0.25946348905563354, -0.03546609729528427, 0.38868558406829834, 0.10037773102521896, -0.035839881747961044, 0.08095567673444748, -0.0043053640983998775, 0.28161028027534485, 0.32396063208580017, 0.5011958479881287, -0.01409272663295269, -0.37999507784843445, -0.28180983662605286, 0.37017953395843506, -0.23696856200695038, -0.18606218695640564, 0.02920594811439514, 0.06078694015741348, -0.15436945855617523, -0.14881905913352966, -0.000745012890547514, 0.21029981970787048, 0.34982725977897644, 0.012155799195170403, 0.20166327059268951, -0.15206299722194672, 0.3856557309627533, 0.3250228762626648, 0.15444929897785187, 0.5243836045265198, 0.102193184196949, 0.1671174317598343, 0.07007896155118942, -0.10475583374500275, -0.022044356912374496, -0.0014230477390810847, -0.049287598580121994, -0.06209731474518776, 0.45985013246536255, -0.06806562840938568, 0.11984426528215408, -0.06163913384079933, 0.08104230463504791, -0.20005837082862854, -0.15339909493923187, -0.15202251076698303, 0.24320492148399353, 0.058735866099596024, -0.07209500670433044, -0.1693146526813507, -0.44160449504852295, 0.5151249170303345, -0.08863465487957001, -0.16105492413043976, 0.1879718154668808, -0.09040261805057526, 0.2569441795349121, 0.04548649489879608, 0.0856676995754242, 0.3070579767227173, 0.008586825802922249, 0.22173535823822021, -0.0033152075484395027, 0.0034159901551902294, -0.00920779351145029, -0.24943621456623077, -0.00022487726528197527, -0.16554690897464752, -0.12661220133304596, 0.4016324579715729, 0.06277411431074142, -0.08055197447538376, -0.010618103668093681, -0.06400104612112045, -0.07108671963214874, 0.07418576627969742, 0.036524247378110886, -0.18213096261024475, -0.16448111832141876, -0.25420212745666504, -0.41047951579093933, -0.2614132761955261, 0.18540814518928528, -0.2558775544166565, 0.14340321719646454, 0.1757424920797348, -0.18564917147159576, -0.24598120152950287, -0.47110188007354736, 0.4466041624546051, -0.21763639152050018, 0.37871772050857544, -0.4052331745624542, -0.34362801909446716, 0.07830417156219482, 0.1863146275281906, -0.19964201748371124, 0.1802971363067627, 0.47619715332984924, 0.09933707118034363, -0.16567400097846985, 0.012964935041964054, -0.29075175523757935, 0.07275029271841049, 0.2746431231498718, -0.12028779089450836, 0.15701447427272797, -0.08083387464284897, 0.49042820930480957, 0.3463546335697174, 0.13535690307617188, -0.012438379228115082, 0.09457827359437943, -0.25648394227027893, 0.01766430400311947, -0.02027876488864422, -0.030990486964583397, 0.15772703289985657, -0.15018753707408905, -0.18570582568645477, 0.12272945791482925, 0.31089484691619873, 0.3608758747577667, 0.17392440140247345, -0.48663660883903503, 0.2761213183403015, -0.07470278441905975, 0.20583868026733398, -0.08309885859489441, 0.16145001351833344, 0.46197429299354553, -0.1215374544262886, -0.06479564309120178, 0.21161280572414398, -0.2626034915447235, 0.04683048650622368, 0.1514545977115631, 0.08035580813884735, -0.5912513732910156, 0.29527243971824646, 0.007416660897433758, -0.1837494969367981, -0.09324498474597931, 0.06544673442840576, -0.27402764558792114, -0.2223055511713028, -0.284040629863739, 0.09064055234193802, -0.15093839168548584, 0.24685686826705933, 0.1505942940711975, -0.33723121881484985, -0.294977605342865, -0.395130455493927, 0.17032456398010254, 0.055749136954545975, 0.33765822649002075, 0.06226804107427597, 0.2232615053653717, -0.3457338213920593, 0.16571246087551117, 0.11155237257480621, -0.31954020261764526, -0.13435989618301392, -0.25850799679756165, 0.062260232865810394, -0.08323238044977188, 0.06763935834169388, -0.057895246893167496, -0.20766681432724, 0.30369317531585693, 0.07096080482006073, -0.20640483498573303, 0.022196950390934944, 0.7752774357795715, -0.13703036308288574, -0.2117110788822174, 0.2758535146713257, 0.06078970432281494, -0.2856825590133667, 0.2114727646112442, 0.2170093059539795, -0.2126193642616272, -0.46670621633529663, 0.3001362979412079, 0.28217828273773193, 0.09436867386102676, 0.1416717916727066, -0.349273145198822, 0.055117636919021606, -0.07674951106309891, 0.110331691801548, -0.22426772117614746, 0.1004943773150444, 0.16175389289855957, 0.017607325688004494, -0.20239107310771942, -0.6763410568237305, -0.01905479095876217, -0.09456700831651688, -0.19038330018520355, -0.149638369679451, -0.00275364238768816, 0.10489197820425034, -0.0965830385684967, -0.166276216506958, 0.15497376024723053, -0.05402766913175583, 0.002180135576054454, -0.16639600694179535, -0.08168889582157135, -0.12864786386489868, -0.08010174334049225, 0.19750647246837616, -0.2823943495750427, -0.2609595060348511, 0.16402918100357056, -0.22062483429908752, -0.05531793832778931, 0.00539705716073513, -0.01923312619328499, 0.0017060361569747329, -0.16332010924816132, 0.12509304285049438, -0.08470334112644196, 0.019131526350975037, 0.2223627269268036, 0.5701548457145691, -0.11211452633142471, 0.009934786707162857, 0.19366823136806488, 0.15097013115882874, -0.30120107531547546, 0.048677343875169754, 0.27917391061782837, 0.08179838955402374, -0.031044838950037956, 0.2470066100358963, 0.22353537380695343, -0.5028094053268433, -0.5854816436767578, -0.005169891752302647, -0.021771088242530823, -0.09053196012973785, -0.25748133659362793, -0.18825781345367432, -0.37391334772109985, -0.1614675521850586, -0.5356934666633606, 0.017422107979655266, -0.001970023848116398, -0.30666449666023254, 0.18863466382026672, 0.9922356009483337, 0.4264765977859497, -0.05080312490463257, 0.025559077039361, -0.7653540372848511, -0.28053736686706543, 0.07430268079042435, 0.08907309919595718, -0.17085276544094086, 0.3578813970088959, 0.015135696157813072, -0.08730675280094147, 0.21389581263065338, 0.09107449650764465, -0.1989499181509018, 0.08149827271699905, 0.018197759985923767, 0.1274711936712265, 0.06292827427387238, -0.0518743097782135, -0.05044146999716759, 0.23117725551128387, -0.060098495334386826, 0.26015955209732056, 0.14045867323875427, 0.05553053319454193, -0.21016083657741547, -0.27961260080337524, 0.09253057092428207, 0.09337326884269714, 0.11405628174543381, -0.05671100318431854, -0.3030322790145874, -0.35049861669540405, 0.027912981808185577, -0.08751005679368973, -0.02423553541302681, -0.40481680631637573, -0.20417353510856628, -0.301357626914978, -0.023829327896237373, -0.22086672484874725, -0.13228043913841248, -0.16585271060466766, -0.2581239342689514, 0.03526953235268593, 0.14895929396152496, -0.36366844177246094, -0.128301739692688, 0.2855183184146881, -0.038282450288534164, 0.1340423971414566, -0.4605778157711029, 0.42343869805336, -0.16711315512657166, -0.08204766362905502, 0.05013767257332802, 0.25816982984542847, -0.2056705504655838, -0.13428500294685364, 0.27806970477104187, 0.0406525656580925, -0.04188445210456848, 0.3204501271247864, -0.16623523831367493, 0.21768970787525177, -0.21518294513225555, 0.058645959943532944, 0.5090951919555664, -0.0679885745048523, 0.15649345517158508, -0.39594191312789917, -0.22765210270881653, -0.42638781666755676, -0.5295960307121277, -0.43961814045906067, -0.07583464682102203, 0.20932570099830627, 0.18671610951423645, 0.06018982082605362, -0.05977578088641167, 0.1068369671702385, -0.3497002422809601, 0.10782239586114883, -0.2876851558685303, 0.009143171831965446, -0.1973697692155838, 0.01176870334893465, 0.39399993419647217, 0.18644927442073822, 0.12212927639484406, 0.08701299875974655, -0.048934146761894226, 0.3252623379230499, -0.4572332799434662, -0.006491420790553093, 0.11241623759269714, 0.2570732831954956, 0.41472741961479187, -0.15984900295734406, -0.08827167749404907, -0.024092789739370346, 0.27842724323272705, 0.19525644183158875, -0.3188544511795044, -0.3576362729072571, 0.1453848034143448, 0.06854967027902603, 0.28135526180267334, 0.07305540144443512, 0.0014247010694816709, 0.09287599474191666, -0.04928545281291008, 0.15048080682754517, 0.19436584413051605, -0.12404365837574005, 0.0798569843173027, 0.44609931111335754, 0.1820410192012787, 0.13675017654895782, 0.07265973836183548, 0.0900774821639061, 0.5144581198692322, 0.27303189039230347, -0.035614918917417526, -0.12727469205856323, -0.17634953558444977, -0.08281244337558746, -0.185462087392807, 0.3465319275856018, 0.11229707300662994, -0.0905352532863617, 0.17218908667564392, -0.11244115233421326, -0.02794742025434971, 0.17939221858978271, -0.3149847388267517, 0.1427796334028244, -0.05588918179273605, -0.21494972705841064, -0.036705560982227325, 0.24940375983715057, -0.3171944320201874, 0.09795482456684113, 0.1648685485124588, -0.16155573725700378, 0.046630606055259705, 0.2458728849887848, 0.5063165426254272, -0.19316738843917847, 0.23305781185626984, 0.001798804383724928, -0.13852015137672424, -0.029436418786644936, 0.32848644256591797, 0.13971371948719025, 0.14180904626846313, -0.030208593234419823, -0.06384659558534622, 0.041018612682819366, -0.12277673929929733, -0.03173789754509926, -0.057119738310575485, -0.19350244104862213, 0.12645113468170166, 0.04547065496444702, 0.2641943693161011, -0.1312083899974823, -0.08390291780233383, 0.3929094076156616, 0.2511455714702606, 0.19571493566036224, -0.023859038949012756, 0.16439911723136902, 0.48090681433677673, 0.008745484054088593, 0.019334902986884117, -0.05864280089735985, -0.21513642370700836, 0.14668141305446625, -0.2701229751110077, -0.41717129945755005, -0.2548128366470337, 0.07942121475934982, 0.012454540468752384, 0.3124006688594818, 0.07661529630422592, -0.20661096274852753, 0.03550932556390762, -0.4393019676208496, 0.26683858036994934, 0.39143455028533936, 0.35227155685424805, -0.06669926643371582, -0.10329490154981613, 0.1639455258846283, 0.0010861074551939964, -0.16358444094657898, 0.17226916551589966, 0.11536694318056107, 0.010539869777858257, 0.5207701325416565, 0.08347813040018082, 0.27598902583122253, -0.07219775766134262, -0.00017839588690549135, -0.01967746578156948, 0.11846288293600082, 0.4070154130458832, -0.1094127669930458, 0.14566072821617126, -0.3531460165977478, 0.23841281235218048, 0.08011618256568909, -0.09140107035636902, -0.37408068776130676, 0.41631045937538147, 0.1711461842060089, 0.3247675597667694, 0.11138308793306351, 0.1600421965122223, -0.2344052493572235, 0.10801216959953308, -0.01724592223763466, -0.13404205441474915, -0.06352747231721878, 0.1911373883485794, 0.1316182017326355, -0.5285421013832092, 0.6761023998260498, -0.01575174741446972, 0.155077263712883, -0.06364012509584427, -0.3320521116256714, 0.004425367806106806, 0.2432691603899002, -0.06495191901922226, 0.24995218217372894, -0.18035826086997986, 0.17010526359081268, 0.07115605473518372, -0.026671098545193672, 0.3251045346260071, -0.33344727754592896, -0.33548402786254883, -0.052553992718458176, 0.08932483941316605, 0.2014889419078827, 0.09261858463287354, 0.20180925726890564, 0.20323458313941956, -0.09481453895568848, 0.23934535682201385, 0.33784255385398865, 0.22392317652702332, 0.3991137444972992, -0.006292714271694422, -0.4188094139099121, 0.029492123052477837, 0.31094464659690857, 0.038445424288511276, 0.2631232738494873, -0.0178203247487545, -0.23845289647579193, 0.22556398808956146, -0.08588937669992447, 0.008639835752546787, 0.19924646615982056, 0.24002426862716675, 0.01947552151978016, 0.15839630365371704, 0.019037557765841484, -0.004868534859269857, 0.115231953561306, 0.22615063190460205, 0.04718858003616333, 0.35590144991874695, -0.10100742429494858, -0.055157117545604706, -0.07823018729686737, -0.1140560656785965, -0.000621667830273509, 0.07997146993875504, -0.18558445572853088, -0.18043214082717896, 0.1550055593252182, -0.07381706684827805, 0.5601694583892822, -0.08901911228895187, -0.2045384645462036, 0.3237946331501007, -0.0799727663397789, 0.0736774355173111, -0.544701099395752, -0.029536724090576172, 0.3573210835456848, -0.1640961617231369, 0.05277618020772934, 0.23749396204948425, 0.11523137241601944, -0.29165422916412354, -0.09598418325185776, 0.03300352767109871, 0.3639601767063141, -0.02445868030190468, -0.11852232366800308, -0.04235636070370674 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Lists#working-with-order-lists
Working with Order Lists The Order List are a one stop API for filtering and listing order objects. Of course default Pimcore object lists also can be used for listing order objects. But Order Lists provide additional functionality in terms of predefined filters etc.
Working with Order Lists
[ 0.09248863160610199, -0.23498262465000153, -0.2922159433364868, -0.12541386485099792, -0.0240242350846529, -0.3366754353046417, -0.010122548788785934, -0.1600092649459839, 0.05229899659752846, 0.08550886064767838, -0.3082849979400635, 0.20073702931404114, 0.0029414549935609102, 0.2298227846622467, -0.14911064505577087, -0.2849387526512146, 0.012281087227165699, 0.11771496385335922, -0.049651190638542175, 0.02423693612217903, -0.08575551956892014, -0.0066719017922878265, 0.1617819219827652, 0.2685372233390808, 0.5001362562179565, -0.2843092978000641, -0.21254564821720123, -0.24163062870502472, -0.1606834977865219, -0.15339043736457825, -0.0672212690114975, 0.39995115995407104, -0.1258944571018219, 0.11325707286596298, -0.00009965216304408386, -0.04971347376704216, 0.13128948211669922, 0.05615249276161194, -0.3993724584579468, -0.3280029296875, -0.46885326504707336, -0.1395236998796463, 0.2538795471191406, -0.1015295758843422, 0.10117585211992264, -0.015351502224802971, 0.22267639636993408, 0.064530149102211, 0.23078817129135132, 0.015847360715270042, 0.2862943708896637, 0.04084484651684761, 0.12425675243139267, -0.07582324743270874, 0.2393239289522171, -0.04185277223587036, -0.04306982085108757, -0.26352420449256897, 0.8214623332023621, 0.22763541340827942, 0.21974170207977295, -0.006853454280644655, -0.40135878324508667, -0.0815274715423584, 0.089740090072155, -0.07765724509954453, -0.00875831674784422, -0.3568636178970337, -0.14198170602321625, 0.2316569834947586, 0.2835807800292969, -0.05015866830945015, -0.2456045001745224, -0.18299135565757751, -0.18003003299236298, -0.027905236929655075, -0.16282087564468384, 0.23898519575595856, 0.06449730694293976, 0.15263308584690094, -0.007390832994133234, -0.0021082821767777205, -0.017733335494995117, 0.2927863299846649, 0.09459340572357178, 0.17215651273727417, -0.13585703074932098, 0.04899036884307861, -0.07632578909397125, -0.19987273216247559, 0.028498155996203423, -0.39508697390556335, 0.2727212607860565, 0.11979088187217712, -0.15101763606071472, -0.4191628396511078, 0.1389084756374359, 0.24256792664527893, -0.07827027142047882, 0.19769416749477386, 0.07967310398817062, 0.4150197505950928, -0.12426607310771942, 0.07250997424125671, 0.4840291440486908, -0.015788257122039795, 0.19632528722286224, -0.05786827206611633, 0.02577677182853222, -0.07470812648534775, -0.09383385628461838, -0.0281759575009346, 0.1678171306848526, 0.5291179418563843, -0.39144158363342285, -0.07636143267154694, -0.15517671406269073, -0.06840167939662933, -0.26598262786865234, -0.09471113979816437, -0.10037995874881744, 0.1317404806613922, 0.38482433557510376, 0.39422348141670227, -0.18161740899085999, 0.029574686661362648, -0.09300495684146881, -0.13903437554836273, 0.1953679770231247, 0.061597712337970734, 0.05383128300309181, -0.0871710330247879, 0.15906071662902832, 0.15292063355445862, -0.10396100580692291, 0.07672267407178879, 0.251908540725708, -0.1981174349784851, 0.39760005474090576, 0.11520269513130188, 0.6917529702186584, -0.11121012270450592, 0.09227938950061798, 0.27910029888153076, 0.027157310396432877, -0.3431764841079712, 0.09444540739059448, 0.2692021131515503, -0.27870941162109375, -0.0222161915153265, -0.4349032938480377, -0.4602261483669281, 0.1663731336593628, 0.3466782569885254, 0.12625889480113983, -0.19422200322151184, 0.23786674439907074, 0.0993771106004715, -0.10566338151693344, -0.220157191157341, 0.22376930713653564, 0.19278061389923096, 0.09324965626001358, -0.08672687411308289, -0.5285208821296692, -0.27436766028404236, 0.1762157529592514, -0.15552741289138794, -0.6978071928024292, -0.11699911206960678, 0.00152552779763937, -0.25481224060058594, -0.1083463802933693, 0.041112300008535385, 0.14158383011817932, -0.12868133187294006, 0.23072019219398499, -0.24045430123806, -0.008039956912398338, -0.07518865913152695, 0.041648730635643005, 0.029452502727508545, -0.014025921933352947, 0.29309144616127014, 0.38455140590667725, -0.4339507520198822, -0.0178785789757967, -0.02501940354704857, -0.08619862049818039, 0.027112549170851707, 0.1565338522195816, -0.10534875094890594, -0.48688745498657227, 0.18806765973567963, -0.16165420413017273, 0.12398785352706909, 0.11969365924596786, 0.025438515469431877, -0.19674013555049896, 0.043864019215106964, -0.2927645742893219, -0.0413399301469326, 0.1668052077293396, 0.4071095883846283, 0.13745562732219696, -0.20105387270450592, 0.20327869057655334, -0.05174155905842781, -0.4006761908531189, 0.09716552495956421, 0.008128741756081581, -0.3316251337528229, 0.1325497031211853, 0.3196761906147003, 0.29909735918045044, 0.17356248199939728, 0.3366779386997223, -0.11000151187181473, 0.07296504825353622, -0.413440465927124, -0.20233285427093506, 0.06802716851234436, -0.1294744610786438, -0.09902256727218628, 0.3156428933143616, 0.03718506917357445, 0.12937016785144806, 0.2304079383611679, -0.010174999944865704, 0.08468148857355118, -0.13305732607841492, -0.021273678168654442, 0.3147377371788025, 0.3131195902824402, 0.2703055739402771, -0.2565896809101105, 0.20093946158885956, 0.6254824995994568, 0.3615489900112152, -0.015899913385510445, -0.03872120752930641, 0.23772667348384857, 0.1912074089050293, 0.11265977472066879, -0.48003140091896057, 0.6788340210914612, -0.005858288612216711, 0.34397614002227783, 0.27861982583999634, 0.11471531540155411, 0.1883961707353592, 0.009487731382250786, -0.1261363923549652, -0.23031190037727356, 0.08967886865139008, 0.2547532916069031, 0.0685475617647171, -0.05665295943617821, -0.41250064969062805, 0.39631807804107666, 0.32233744859695435, -0.203787162899971, 0.4751180112361908, -0.05204155296087265, 0.12472764402627945, -0.05670933425426483, 0.1462063044309616, -0.11984377354383469, 0.2013964056968689, 0.3482743501663208, -0.15508350729942322, -0.1307113617658615, 0.2483110874891281, 0.04285849258303642, 0.2925373315811157, 0.3882698714733124, -0.15506146848201752, -0.42542845010757446, 0.16664184629917145, 0.09457539021968842, 0.0017733729910105467, -0.3849836587905884, -0.18105176091194153, -0.09255297482013702, 0.157859206199646, 0.028128555044531822, -0.03355538845062256, -0.1314162015914917, 0.34731218218803406, -0.019791146740317345, -0.12070128321647644, -0.23897846043109894, 0.3862542510032654, 0.0538734495639801, -0.1836453080177307, -0.15445421636104584, 0.07381851226091385, 0.5536388158798218, -0.1360543966293335, 0.08469776064157486, -0.21227477490901947, -0.21964748203754425, -0.04544151946902275, 0.2780229151248932, 0.09068606793880463, 0.08933933079242706, 0.5584368705749512, 0.14027094841003418, 0.12313862144947052, -0.09395930916070938, -0.3342704176902771, 0.4160567820072174, 0.20772866904735565, -0.09136847406625748, 0.23559899628162384, 0.04569753259420395, 0.11641968786716461, 0.1962912231683731, -0.29159483313560486, -0.08613558113574982, -0.27741551399230957, -0.18535509705543518, 0.0010800271993502975, -0.026116102933883667, -0.25640299916267395, 0.13246752321720123, -0.17889489233493805, -0.17911233007907867, -0.10879188030958176, 0.23632478713989258, 0.3640047013759613, -0.28854697942733765, -0.18949593603610992, 0.26294663548469543, 0.09957743436098099, 0.2601436674594879, -0.17767295241355896, 0.023673323914408684, -0.15608593821525574, -0.22176280617713928, -0.10891333967447281, -0.26240071654319763, -0.16621503233909607, -0.1255432665348053, 0.0025729204062372446, -0.004563458729535341, -0.4499727487564087, -0.25348860025405884, -0.1522747129201889, 0.39661914110183716, -0.15820027887821198, 0.499346524477005, -0.00406811386346817, -0.2868672013282776, -0.24892589449882507, -0.15332095324993134, -0.16766755282878876, 0.0770580917596817, 0.18670997023582458, -0.1304653137922287, 0.04401519522070885, -0.10177894681692123, 0.760039746761322, -0.6283358931541443, -0.02626204490661621, 0.04848576337099075, 0.09118984639644623, 0.13252876698970795, -0.2198154628276825, 0.014955025166273117, -0.3111676871776581, -0.08346225321292877, -0.1085112914443016, 0.16138187050819397, 0.15307728946208954, -0.3132035732269287, -0.10654852539300919, 0.42027080059051514, -0.4522842764854431, -0.06254173815250397, -0.19070789217948914, 0.384346604347229, 0.09467590600252151, 0.09787051379680634, -0.006079006474465132, -0.20853044092655182, -0.06033031642436981, -0.1442754566669464, 0.19494172930717468, 0.033332459628582, -0.31537961959838867, -0.4958725571632385, -0.4040546119213104, 0.1720537692308426, 0.21379704773426056, 0.08052501827478409, -0.3107301592826843, 0.041872043162584305, -0.08662945032119751, 0.13451415300369263, -0.2576429545879364, 0.4062075912952423, 0.11768560111522675, -0.26820382475852966, -0.09194722771644592, -0.5296523571014404, 0.055338602513074875, 0.30995702743530273, -0.2953765392303467, 0.1434943526983261, 0.18595409393310547, 0.32495591044425964, -0.3737346827983856, -0.18426184356212616, -0.26564526557922363, -0.23384203016757965, -0.05266783386468887, -0.035171233117580414, 0.04263122379779816, -0.1754866987466812, -0.20943188667297363, -0.05282210931181908, -0.42951124906539917, 0.029422082006931305, -0.05590726062655449, -0.11290597170591354, -0.05361523851752281, 0.0028423990588635206, 0.12839002907276154, 0.05340069532394409, -0.30129051208496094, 0.06965135782957077, -0.0905449390411377, -0.24301883578300476, 0.18313702940940857, 0.139436736702919, 0.2130432277917862, 0.1767297238111496, -0.0410359688103199, 0.03959168493747711, 0.09509560465812683, -0.08998186141252518, 0.07659295201301575, 0.3967912197113037, 0.30919352173805237, -0.11676117777824402, 0.11086266487836838, 0.46257758140563965, -0.12460142374038696, -0.19453376531600952, 0.033916622400283813, -0.3716990649700165, -0.24690598249435425, 0.28241103887557983, -0.005326956044882536, -0.30657339096069336, 0.35774552822113037, -0.04188493266701698, 0.06418836116790771, 0.27269628643989563, 0.613067090511322, 0.8774585723876953, -0.26653146743774414, 0.11173524707555771, 0.08163914829492569, -0.3389297127723694, 0.44786545634269714, -0.08780179917812347, 0.1334431767463684, -0.06102880835533142, -0.06751649081707001, -0.0172987412661314, 0.030674004927277565, 0.05877752602100372, 0.24044997990131378, -0.4951281249523163, -0.12200933694839478, 0.035440873354673386, -0.18548080325126648, 0.11191591620445251, 0.11760569363832474, -0.06962680071592331, -0.29809990525245667, -0.1526012420654297, 0.28756242990493774, 0.27906277775764465, -0.06875701248645782, -0.2571941316127777, -0.08239360898733139, 0.05969148129224777, 0.0466892272233963, -0.12836623191833496, -0.15569183230400085, 0.00004781269308296032, 0.0831887274980545, 0.11176718771457672, 0.09257879853248596, -0.27506059408187866, -0.2860739231109619, -0.1302238255739212, -0.06516134738922119, -0.04045884683728218, 0.09225676208734512, 0.08846207708120346, 0.14676201343536377, 0.03321332857012749, -0.20767056941986084, 0.3168376386165619, -0.17686942219734192, 0.05555887520313263, 0.21764035522937775, 0.06111173331737518, -0.35180509090423584, -0.33316919207572937, 0.3993993103504181, 0.1280209869146347, 0.2113291174173355, -0.03710315376520157, 0.24171333014965057, -0.33294549584388733, 0.01693863607943058, 0.19968536496162415, 0.011579220183193684, 0.12346874177455902, 0.1181914284825325, 0.05364295840263367, -0.05061780661344528, -0.2784077823162079, -0.1881948560476303, 0.26822739839553833, -0.11505021154880524, 0.08047036081552505, -0.027799976989626884, -0.035646963864564896, -0.4287600815296173, -0.05731276422739029, -0.394633024930954, 0.24648351967334747, 0.3698432743549347, -0.22812426090240479, -0.4498319625854492, 0.2884773015975952, 0.1913638859987259, 0.024330606684088707, 0.21093976497650146, -0.38925057649612427, -0.33102166652679443, -0.008853491395711899, 0.021387703716754913, 0.19368398189544678, 0.07989559322595596, -0.3060563802719116, -0.10202353447675705, -0.038411498069763184, -0.08468750864267349, -0.42375531792640686, -0.1709914207458496, -0.28482773900032043, 0.1014125868678093, 0.133332759141922, 0.13117018342018127, -0.05406033992767334, 0.015564695931971073, 0.12520629167556763, -0.20744222402572632, -0.33663639426231384, -0.3494530916213989, 0.02705700322985649, 0.04842695966362953, -0.09059133380651474, 0.018998628482222557, -0.13892829418182373, 0.1366233080625534, 0.02185501903295517, -0.11245311051607132, -0.1490657776594162, 0.013503288850188255, -0.050240032374858856, -0.38523218035697937, 0.05805708095431328, 0.07942414283752441, 0.03263084590435028, -0.04170474782586098, 0.19038264453411102, -0.11382567137479782, 0.421212375164032, 0.23930832743644714, -0.14742125570774078, -0.22905994951725006, 0.46116963028907776, 0.32311296463012695, 0.061700377613306046, -0.2763393521308899, 0.3783411681652069, 0.2539921700954437, -0.02027040906250477, 0.197065532207489, -0.0010461919009685516, 0.0839482769370079, 0.14687366783618927, 0.11821591109037399, -0.03466589003801346, 0.3236481845378876, -0.09517539292573929, -0.1379135251045227, 0.276477187871933, 0.1771802455186844, 0.0013646751176565886, 0.3438326120376587, -0.11744917184114456, 0.4112795293331146, 0.4939815104007721, -0.01983768492937088, 0.22535763680934906, 0.0413789339363575, 0.1861952245235443, -0.0529942661523819, 0.14931082725524902, 0.030631016939878464, 0.21032114326953888, -0.19604313373565674, 0.2502763569355011, -0.0839998796582222, 0.06598915904760361, 0.601322591304779, 0.29789021611213684, 0.08750749379396439, 0.6413795351982117, 0.014597158879041672, 0.13361771404743195, 0.14196571707725525, 0.1570620834827423, 0.21705244481563568, 0.17029628157615662, -0.4983554184436798, 0.09648317843675613, 0.09634539484977722, -0.1801173985004425, 0.12140556424856186, 0.24463006854057312, -0.027964839711785316, -0.31764060258865356, -0.08932290971279144, 0.346500962972641, -0.10536853969097137, 0.29270681738853455, -0.19898007810115814, 0.15984898805618286, -0.1940772831439972, 0.24955716729164124, -0.3813430070877075, -0.24853211641311646, 0.16486693918704987, 0.020923933014273643, 0.03243141621351242, -0.36506786942481995, -0.05697876960039139, 0.09736097604036331, 0.25555092096328735, -0.037688955664634705, -0.1302735060453415, 0.25580257177352905, -0.11514627188444138, 0.03686659410595894, -0.25796905159950256, -0.07358262687921524, -0.43423187732696533, -0.0022392377723008394, -0.0807851180434227, 0.1277126520872116, 0.05038164183497429, 0.24117591977119446, -0.2491266429424286, 0.16718240082263947, 0.06195468455553055, -0.19240069389343262, -0.268479585647583, 0.07881985604763031, 0.2694907784461975, -0.07533778995275497, -0.015303751453757286, 0.31553158164024353, -0.1397966742515564, -0.22013749182224274, 0.21811269223690033, -0.24689018726348877, 0.0008660611929371953, 0.1724347323179245, 0.16247019171714783, -0.026197953149676323, 0.05242978781461716, 0.2673550248146057, 0.36761245131492615, 0.28540247678756714, 0.01840984635055065, 0.16118170320987701, 0.07216798514127731, 0.12962880730628967, 0.06169416755437851, 0.02321973815560341, 0.07816561311483383, 0.09955677390098572, 0.3396378457546234, -0.009728807955980301, -0.3069226145744324, -0.09305670112371445, 0.14348171651363373, -0.05132913216948509, 0.1765879988670349, -0.09750168025493622, 0.13223744928836823, -0.020732847973704338, -0.12400229275226593, -0.272860586643219, -0.28314775228500366, 0.2316688746213913, -0.11005499958992004, -0.12574249505996704, 0.048115093261003494, 0.027906227856874466, 0.36286208033561707, 0.014739514328539371, 0.09688374400138855, -0.1749446988105774, 0.2354818880558014, 0.32227644324302673, -0.008363427594304085, -0.0808105319738388, -0.004773105029016733, 0.12770766019821167, -0.22262915968894958, -0.017087584361433983, 0.0576820932328701, 0.3045549988746643, 0.10479411482810974, 0.2892582416534424, -0.11712232232093811, 0.03974734619259834, 0.01715521141886711, -0.2549791932106018, -0.09184246510267258, -0.19448113441467285, 0.3560367226600647, 0.2544277012348175, -0.2469937652349472, 0.0828128531575203, 0.1632012128829956, 0.013575456105172634, -0.42597803473472595, -0.12463852018117905, -0.18001000583171844, 0.07202807068824768, -0.41143664717674255, -0.1564633846282959, 0.09125243872404099, -0.40744873881340027, 0.3170423209667206, -0.32852423191070557, -0.077993243932724, -0.09574905037879944, 0.2482825517654419, -0.028301136568188667, -0.2722138464450836, 0.005891046486794949, 0.04989006370306015, -0.07260780036449432, -0.05776272341609001, -0.08919210731983185 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Lists#basic---get-newest-orders
Basic - Get Newest Orders <?php // create new order list $orderManager = Factory::getInstance()->getOrderManager(); $orderList = $orderManager->createOrderList(); // get the newest 10 orders $orderList->setOrder( 'order.orderDate desc' ); $orderList->setLimit( 10, 0 ); // iterate /** @var \Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderListItemInterface $order */ foreach($orderList as $order) { echo $order->getOrdernumber(); } // ALTERNATE: use knp paginator service: PaginatorInterface $paginator $paginator = $paginator->paginate( $orderList, $request->get('page', 1), 10 ); foreach($paginator as $order) { ... }
Basic - Get Newest Orders
[ -0.17802655696868896, -0.3993169069290161, -0.32826751470565796, 0.23524221777915955, -0.20260649919509888, -0.11024826765060425, -0.0710098147392273, 0.16315455734729767, -0.06233614310622215, 0.2120048552751541, -0.1953551173210144, 0.13083390891551971, 0.02419682778418064, -0.02925678715109825, 0.03956030309200287, 0.2048645168542862, -0.1023830994963646, 0.3158859312534332, -0.2708227336406708, 0.07676295191049576, -0.22319039702415466, 0.11265011876821518, 0.037313371896743774, 0.02910430170595646, 0.5175409913063049, -0.018513308838009834, -0.303221732378006, 0.1276611089706421, -0.3401152193546295, -0.28773677349090576, 0.04095430672168732, 0.19274981319904327, 0.3478736877441406, 0.12172316014766693, -0.00009965230128727853, -0.11329726874828339, 0.056335415691137314, 0.04616687446832657, -0.27985572814941406, -0.018977219238877296, -0.3362843692302704, -0.32706087827682495, -0.032386086881160736, -0.4257656931877136, 0.0024964245967566967, 0.308829665184021, -0.10700330883264542, 0.34461820125579834, 0.21838904917240143, 0.47377562522888184, 0.3250197172164917, -0.2440587431192398, 0.01434507966041565, -0.28020811080932617, 0.29970189929008484, -0.04867831617593765, 0.1538635492324829, -0.18756650388240814, 0.5273143649101257, 0.09751223772764206, 0.19840794801712036, 0.2016139179468155, -0.15533839166164398, -0.19706830382347107, 0.018775805830955505, 0.0953216627240181, 0.7640182971954346, 0.2008356750011444, 0.03609742224216461, -0.000021915255274507217, 0.28074488043785095, -0.1286904215812683, -0.05655776336789131, 0.0952511578798294, -0.2308817356824875, -0.48937687277793884, -0.1668432652950287, 0.08013582974672318, 0.20190510153770447, -0.022273670881986618, -0.02221934124827385, 0.21007874608039856, 0.04882168769836426, 0.21878525614738464, 0.10004560649394989, 0.3576187491416931, -0.07769837975502014, -0.29304102063179016, 0.2111222743988037, -0.3205932378768921, 0.03653953596949577, 0.19470687210559845, -0.14883215725421906, 0.13057656586170197, 0.051902830600738525, -0.31098875403404236, 0.34202060103416443, -0.09371956437826157, 0.26379886269569397, 0.21878203749656677, 0.09999169409275055, 0.1607210487127304, 0.2291262298822403, -0.13911505043506622, 0.1734788864850998, 0.0897289291024208, 0.34999096393585205, 0.04112625867128372, -0.17193973064422607, 0.5106837153434753, 0.23284363746643066, 0.06208047643303871, 0.1773214489221573, -0.09520452469587326, -0.08850806206464767, 0.08726584166288376, -0.19360242784023285, -0.03021661378443241, 0.1001678928732872, 0.0027865904849022627, 0.12719757854938507, -0.12692086398601532, 0.17801909148693085, 0.4822714626789093, -0.013377564027905464, 0.019779205322265625, 0.07004410773515701, -0.27846047282218933, -0.24337944388389587, -0.1550329327583313, -0.2848350405693054, -0.2619827389717102, 0.1223902702331543, 0.23732668161392212, 0.07020188868045807, -0.06663480401039124, 0.0227509755641222, 0.05071943625807762, -0.05608087033033371, -0.23696179687976837, 0.18509750068187714, 0.011315335519611835, -0.040094517171382904, -0.14170750975608826, 0.0918349102139473, -0.19922496378421783, 0.03580624237656593, 0.37773266434669495, -0.13654667139053345, 0.09073224663734436, -0.09632597118616104, -0.46706730127334595, 0.10326738655567169, 0.4192452132701874, 0.2634313702583313, -0.04063335806131363, 0.22541122138500214, 0.23294073343276978, 0.26020148396492004, -0.04136968031525612, 0.25678780674934387, 0.004104079678654671, -0.34459978342056274, 0.02661990001797676, -0.01982775703072548, 0.24011902511119843, 0.14905522763729095, -0.0591784231364727, -0.33640727400779724, -0.1422492116689682, 0.0678492933511734, -0.5445784330368042, 0.027810318395495415, 0.19646845757961273, -0.10551191121339798, -0.2770061790943146, 0.14617778360843658, 0.05204416438937187, 0.005127169191837311, -0.25897589325904846, -0.1796714961528778, -0.19496850669384003, 0.11465580761432648, -0.14470422267913818, 0.4265889823436737, -0.18136513233184814, 0.1908368617296219, -0.16108457744121552, 0.053721703588962555, 0.18277664482593536, -0.15363962948322296, -0.2206086963415146, -0.13028584420681, 0.11304661631584167, 0.03598807007074356, 0.18923990428447723, 0.04516459256410599, 0.05821884796023369, 0.1631203442811966, -0.06231875345110893, -0.10028160363435745, 0.3025878071784973, 0.16182318329811096, 0.36203116178512573, 0.3496198356151581, -0.09829612821340561, -0.010460522025823593, -0.018352976068854332, -0.48684069514274597, -0.15023551881313324, 0.30371925234794617, -0.034506939351558685, -0.250067800283432, 0.1525130420923233, 0.13364771008491516, 0.20029917359352112, 0.36285069584846497, -0.040115226060152054, 0.28655222058296204, -0.3947647511959076, 0.06319420784711838, -0.2029188871383667, -0.15592652559280396, -0.014490469358861446, -0.17777250707149506, 0.07770102471113205, -0.17434753477573395, 0.0951557531952858, 0.29001039266586304, 0.1885242909193039, 0.2946780323982239, -0.03295660391449928, 0.3760155141353607, 0.09611330181360245, 0.1920059770345688, -0.005301601719111204, -0.033684756606817245, 0.0330151692032814, -0.029874753206968307, 0.09218711405992508, -0.013233332894742489, 0.06285613030195236, -0.1789465993642807, 0.0672168955206871, -0.17543354630470276, 0.4153593182563782, -0.04153444990515709, 0.14115141332149506, -0.1793128401041031, -0.06960411369800568, -0.1749197244644165, 0.022532012313604355, 0.20257782936096191, -0.0817519947886467, 0.38961416482925415, 0.37456563115119934, 0.13366195559501648, -0.195705845952034, 0.2526729106903076, 0.5022112727165222, 0.12715931236743927, -0.05975029990077019, 0.10778065025806427, 0.21715813875198364, 0.23506131768226624, -0.18591757118701935, -0.07851175963878632, -0.40644559264183044, -0.20339184999465942, 0.343335896730423, -0.04559484124183655, -0.28679147362709045, 0.04296106472611427, 0.03313327208161354, 0.04470699280500412, 0.15727218985557556, -0.14639054238796234, -0.10506051033735275, 0.12132693082094193, -0.08827821165323257, 0.12261233478784561, -0.01876114495098591, 0.06114792823791504, 0.2208334356546402, 0.07854422181844711, -0.10645777732133865, 0.12998241186141968, 0.0142970010638237, 0.02523578517138958, 0.04128420352935791, -0.08904959261417389, -0.0029252266976982355, 0.3048161566257477, 0.11735974997282028, -0.27355724573135376, -0.17017029225826263, -0.01980312541127205, 0.36547866463661194, 0.15861529111862183, 0.19891506433486938, -0.2843862771987915, -0.12049395591020584, -0.10858432203531265, 0.21170200407505035, -0.16631688177585602, 0.04546364024281502, 0.2065204232931137, 0.052935343235731125, -0.08441414684057236, -0.18797455728054047, -0.04726581275463104, 0.027693824842572212, 0.3436644375324249, -0.4390767812728882, 0.18695670366287231, -0.028159189969301224, 0.10143603384494781, 0.31261152029037476, -0.07368132472038269, 0.0026966945733875036, -0.22322438657283783, 0.11031103879213333, -0.09567278623580933, 0.3077755570411682, -0.004558635409921408, -0.057507485151290894, -0.35496991872787476, -0.19257141649723053, -0.2981242537498474, 0.2775404155254364, 0.5616511106491089, -0.19150002300739288, -0.14413413405418396, 0.10696921497583389, -0.0629211813211441, 0.0854407325387001, -0.05580436810851097, 0.16294176876544952, -0.07246754318475723, -0.1532306671142578, -0.04201117157936096, -0.1940148025751114, -0.2875521779060364, -0.2335187792778015, -0.24334876239299774, -0.10107327997684479, -0.3928001821041107, 0.038769014179706573, -0.11839881539344788, -0.18190912902355194, -0.17472687363624573, 0.7268149852752686, -0.14416179060935974, -0.43452784419059753, -0.1388341337442398, 0.05179399996995926, 0.027707891538739204, -0.033503226935863495, 0.15961343050003052, -0.12612561881542206, 0.15826614201068878, 0.08441182225942612, 0.5588963627815247, -0.07988278567790985, 0.12243842333555222, 0.030351152643561363, -0.07944705337285995, -0.07867636531591415, -0.01156530249863863, -0.08753588795661926, -0.31067919731140137, 0.08933628350496292, 0.0015515170525759459, 0.336922824382782, 0.043206337839365005, -0.10907211899757385, 0.06203947588801384, 0.22548972070217133, -0.13026738166809082, -0.16007791459560394, -0.05932856351137161, 0.3738774359226227, 0.29807451367378235, 0.013969824649393559, 0.3125608265399933, -0.32618996500968933, -0.24218089878559113, -0.3393266797065735, -0.18999163806438446, -0.15873265266418457, 0.05972609296441078, -0.20355144143104553, 0.10553798824548721, -0.2068992704153061, 0.3301786184310913, 0.18883702158927917, -0.16652372479438782, 0.15549063682556152, -0.11075125634670258, 0.05785354599356651, -0.4236828684806824, 0.4322526156902313, 0.2476014792919159, 0.25856366753578186, 0.2785690724849701, -0.42261019349098206, 0.03416021540760994, 0.11155147850513458, -0.15125399827957153, -0.07239795476198196, 0.28233802318573, 0.13983900845050812, -0.3806392550468445, -0.05558163672685623, -0.005429370328783989, -0.11904849112033844, -0.21150627732276917, 0.07492770254611969, -0.03891454264521599, 0.004738532472401857, 0.07178536057472229, 0.34924668073654175, -0.60477614402771, 0.3963578939437866, -0.32268109917640686, -0.05989867076277733, 0.2905954420566559, -0.24510034918785095, -0.249784916639328, -0.2669808566570282, 0.07572556287050247, 0.20119446516036987, 0.11457039415836334, 0.3387641906738281, -0.004836381413042545, 0.1370762288570404, -0.08129937946796417, 0.08346593379974365, 0.06999403983354568, -0.06330178678035736, -0.05332772433757782, -0.304153174161911, 0.2031833380460739, 0.4134692847728729, 0.020664064213633537, 0.2565946578979492, 0.06674690544605255, 0.2803698778152466, -0.2923220992088318, -0.15840135514736176, -0.07280083000659943, -0.501304566860199, -0.021448923274874687, -0.03655155003070831, -0.12975844740867615, -0.022720936685800552, 0.07326153665781021, -0.22268283367156982, -0.1114264726638794, -0.1535525768995285, 0.33752986788749695, 0.6059063076972961, -0.166439950466156, 0.04126913100481033, 0.03196049481630325, -0.21555252373218536, 0.1445126086473465, -0.0463416688144207, 0.18397143483161926, -0.44047480821609497, -0.1807013750076294, 0.12694498896598816, 0.016466043889522552, -0.16880743205547333, 0.2055845856666565, -0.4513331651687622, -0.07307948917150497, 0.07520685344934464, -0.02660408802330494, -0.08046481758356094, -0.04314297065138817, -0.08288214355707169, -0.2247980237007141, 0.12283019721508026, 0.3780438005924225, -0.10181324928998947, -0.04106005281209946, -0.19413547217845917, -0.1392582356929779, 0.16446425020694733, -0.3406772017478943, 0.05092128738760948, 0.03894072771072388, -0.1716347336769104, 0.038128092885017395, -0.19178086519241333, -0.25475025177001953, -0.5676607489585876, -0.1596972942352295, -0.07601204514503479, -0.18332360684871674, 0.0157058984041214, -0.12464263290166855, -0.012354856356978416, -0.011032886803150177, -0.06495437026023865, 0.004701621364802122, 0.06947626918554306, -0.05676970258355141, 0.03404036909341812, -0.02206086553633213, 0.32766208052635193, -0.4158411920070648, -0.17981304228305817, 0.3978462815284729, -0.120730921626091, -0.08359574526548386, 0.051776621490716934, 0.2623363435268402, -0.1924125999212265, -0.22207899391651154, 0.27665895223617554, 0.10669981688261032, -0.17557932436466217, 0.012847689911723137, -0.10705980658531189, 0.026122834533452988, -0.16197319328784943, 0.2818398177623749, 0.1502208262681961, -0.22689832746982574, 0.16928614675998688, 0.43443986773490906, -0.1310667246580124, -0.37530243396759033, 0.1287568062543869, -0.07637721300125122, -0.21838471293449402, 0.11212924122810364, -0.10841070115566254, 0.05900542065501213, 0.2609110176563263, 0.5318837761878967, -0.134359672665596, -0.031426720321178436, -0.09275510162115097, 0.04652978852391243, -0.007093952968716621, -0.12933741509914398, 0.4074764549732208, 0.06286937743425369, 0.0798644945025444, -0.05474488064646721, -0.25631463527679443, 0.09862849861383438, -0.4382376968860626, -0.03752628341317177, -0.28505975008010864, 0.07338467985391617, -0.08886177837848663, -0.35438284277915955, -0.16681267321109772, 0.04429038241505623, 0.1615353375673294, 0.14295059442520142, -0.1377154290676117, -0.4766167998313904, -0.05006229504942894, 0.005648858845233917, -0.02336815744638443, 0.009940010495483875, -0.2113850861787796, 0.05861743167042732, -0.14336194097995758, 0.09195584803819656, -0.30568572878837585, -0.1359124630689621, 0.12049165368080139, -0.3559352159500122, 0.23219944536685944, 0.24728678166866302, -0.03646479547023773, -0.10753266513347626, 0.17772479355335236, 0.16975341737270355, -0.11837388575077057, 0.33946162462234497, -0.01349329762160778, -0.05405265837907791, -0.08703722804784775, 0.11840862780809402, 0.4602128565311432, -0.0953688994050026, 0.13261957466602325, -0.043724577873945236, -0.20517976582050323, 0.2987503707408905, 0.3018811047077179, -0.07079858332872391, 0.04025750607252121, -0.010093159042298794, 0.13333941996097565, 0.4203609824180603, -0.06453940272331238, 0.04463246837258339, 0.16211862862110138, -0.06729627400636673, 0.02766130492091179, 0.12613409757614136, -0.35048002004623413, 0.21235391497612, 0.727497398853302, 0.2117321640253067, 0.10627616196870804, -0.20185135304927826, 0.13150058686733246, -0.04616070166230202, 0.07618513703346252, -0.0947052612900734, 0.17672836780548096, 0.20066891610622406, 0.18989162147045135, 0.013334810733795166, 0.04147219657897949, 0.3902449607849121, 0.2696111798286438, 0.2054891139268875, 0.2119535505771637, -0.1897449791431427, -0.08113047480583191, 0.1562713235616684, 0.34454768896102905, -0.004993098322302103, -0.013767188414931297, 0.13504627346992493, -0.16060252487659454, 0.10541751235723495, -0.6230983734130859, -0.12608134746551514, 0.031795211136341095, 0.25716280937194824, -0.3304961621761322, 0.044123582541942596, 0.03632431849837303, -0.1125904768705368, 0.2283511906862259, -0.12724345922470093, -0.24860996007919312, -0.06648228317499161, -0.05280384421348572, -0.5433626174926758, -0.1876017302274704, 0.2016117125749588, -0.03462918847799301, -0.1582488715648651, -0.06535498797893524, 0.05025196447968483, 0.3218710720539093, 0.1316952258348465, 0.18245422840118408, -0.24359656870365143, -0.007164612412452698, 0.05816802382469177, 0.16678684949874878, -0.08402859419584274, 0.01509170327335596, -0.295538067817688, -0.09101130068302155, 0.03163062781095505, 0.007122617214918137, 0.11814896017313004, 0.20991209149360657, -0.3868284821510315, -0.08331490308046341, 0.49791082739830017, -0.15084512531757355, -0.03896491229534149, 0.09157361090183258, 0.34635043144226074, -0.09252370893955231, -0.024824026972055435, 0.17082761228084564, -0.15395936369895935, 0.46233150362968445, -0.5225266218185425, 0.09735015779733658, 0.013777993619441986, 0.14984005689620972, 0.17117109894752502, 0.08576009422540665, -0.20492573082447052, 0.018219398334622383, 0.12510429322719574, -0.030180925503373146, -0.2157607227563858, -0.015903444960713387, -0.08475077897310257, 0.07475253939628601, 0.07564952969551086, 0.07786436378955841, 0.23326174914836884, -0.10843208432197571, 0.09221215546131134, 0.10357090830802917, -0.31621211767196655, -0.09636826068162918, 0.4818505644798279, 0.03779057785868645, 0.13745345175266266, 0.07489445060491562, 0.1178988665342331, 0.028592873364686966, -0.28825804591178894, -0.012423375621438026, -0.21328113973140717, 0.31331107020378113, -0.01516511756926775, -0.1262199878692627, 0.014764031395316124, -0.1082620695233345, 0.1258189082145691, 0.013631823472678661, -0.20412495732307434, -0.06585600227117538, 0.18828627467155457, -0.11942356824874878, -0.1493765264749527, 0.004369569011032581, -0.052143827080726624, 0.012726751156151295, 0.08399735391139984, -0.05011674761772156, -0.46705225110054016, -0.007013826165348291, 0.41703951358795166, 0.23186016082763672, -0.008966071531176567, 0.1256985366344452, 0.04646842181682587, -0.03951742500066757, -0.1903514266014099, -0.2721216678619385, 0.21997039020061493, 0.24672989547252655, -0.07075124233961105, -0.17369699478149414, 0.043853871524333954, -0.10240273922681808, -0.35802745819091797, -0.1065046563744545, -0.26241305470466614, 0.5760977864265442, 0.154065802693367, -0.333004355430603, 0.5707866549491882, -0.008771320804953575, 0.22304120659828186, -0.11695936322212219, 0.040771882981061935, 0.19212868809700012, 0.11237889528274536, -0.0286438949406147, -0.19952061772346497, 0.09353893250226974, 0.29549267888069153, -0.054881203919649124, -0.14743179082870483, -0.15679407119750977 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Lists#basic---using-filter
Basic - Using Filter <?php // create new order list $orderManager = Factory::getInstance()->getOrderManager(); $orderList = $orderManager->createOrderList(); // create date time filter $filterDate = new \Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\Listing\Filter\OrderDateTime(); $filterDate->setFrom( new DateTime('20.01.2015') ); $filterDate->setTill( new DateTime('31.01.2015') ); // add filter $orderList->addFilter( $filterDate );
Basic - Using Filter
[ -0.23907281458377838, -0.044114984571933746, -0.3743092119693756, 0.022509541362524033, -0.04338918626308441, -0.3026867210865021, 0.08291692286729813, 0.10845574736595154, 0.04289843142032623, 0.19156184792518616, -0.1326192319393158, 0.06318192183971405, -0.04506805166602135, 0.061690524220466614, -0.41394445300102234, -0.06963357329368591, -0.052643176168203354, 0.3763296604156494, -0.35431644320487976, 0.09071667492389679, 0.007243903819471598, 0.13311775028705597, 0.1422547996044159, 0.06702568382024765, 0.5693756937980652, -0.16840611398220062, -0.17718935012817383, -0.11884672194719315, -0.4761594533920288, -0.07584477961063385, -0.22616128623485565, 0.3180227279663086, -0.02249463088810444, 0.24003855884075165, -0.00010177823423873633, -0.06078462675213814, -0.23988261818885803, -0.009335354901850224, -0.34154650568962097, 0.2251850664615631, -0.4756315052509308, -0.1283499151468277, 0.1353161334991455, -0.00041005402454175055, -0.22331158816814423, 0.2077035754919052, -0.22100336849689484, 0.2732280492782593, 0.35279759764671326, 0.5484116077423096, 0.34773755073547363, -0.030524129047989845, 0.1321544200181961, -0.1482776254415512, 0.1846643090248108, -0.02653432823717594, -0.033779166638851166, -0.23912733793258667, 0.3884601593017578, 0.13048434257507324, 0.06529688835144043, 0.07485940307378769, -0.1626555472612381, -0.02363354153931141, 0.061048902571201324, -0.025467848405241966, 0.47623804211616516, 0.08600059151649475, -0.2266940474510193, 0.008173930458724499, 0.249246284365654, -0.1452331691980362, -0.18867194652557373, 0.08274173736572266, -0.16284503042697906, -0.4337722361087799, 0.05534021556377411, -0.06667938828468323, 0.2446027398109436, 0.09606104344129562, 0.16658131778240204, 0.14585666358470917, -0.07181499898433685, 0.26881757378578186, 0.0703355222940445, 0.5224719047546387, -0.10102695971727371, -0.3199099004268646, 0.09488314390182495, -0.3430553674697876, 0.04520108923316002, 0.04195965453982353, -0.00800741370767355, 0.3637986183166504, 0.20450936257839203, -0.4728672504425049, -0.03604112192988396, 0.09932981431484222, -0.050062328577041626, 0.03564629703760147, 0.014599982649087906, 0.13322514295578003, 0.16577911376953125, -0.03999517485499382, 0.04239961504936218, 0.30249446630477905, 0.22807008028030396, 0.09072669595479965, -0.04614788293838501, 0.3263382315635681, 0.031240832060575485, 0.11010908335447311, 0.2794647216796875, -0.1126411110162735, -0.170013889670372, 0.11776103079319, -0.09521877020597458, -0.10069721937179565, -0.23806144297122955, -0.12943919003009796, 0.02575255185365677, -0.10065782070159912, 0.26408258080482483, 0.36648690700531006, -0.39420878887176514, -0.023168623447418213, 0.11869528144598007, -0.05511975660920143, -0.09101206064224243, -0.22348904609680176, -0.17948280274868011, 0.047918591648340225, 0.1777210235595703, 0.16721738874912262, 0.18069952726364136, 0.22860726714134216, -0.1525413542985916, 0.27700671553611755, 0.072307288646698, -0.2072707563638687, 0.2551197409629822, 0.07373620569705963, -0.049953948706388474, 0.011404809542000294, 0.09745296835899353, -0.20309673249721527, 0.08307074755430222, 0.26068776845932007, -0.14094923436641693, -0.04557265713810921, -0.004903041757643223, -0.15370164811611176, -0.1561329960823059, 0.4375952482223511, 0.17450715601444244, -0.10992270708084106, 0.43538060784339905, -0.10676135122776031, 0.21930567920207977, -0.17648059129714966, 0.057188455015420914, 0.22085537016391754, -0.1281115561723709, 0.0754060298204422, -0.030091505497694016, -0.09627983719110489, 0.181912362575531, -0.07949276268482208, -0.4922373592853546, -0.2512608766555786, 0.07732102274894714, -0.33088862895965576, 0.060721393674612045, 0.1893160343170166, 0.018249955028295517, -0.418660044670105, 0.20752780139446259, -0.03546902537345886, 0.060894206166267395, -0.07622559368610382, -0.25262919068336487, -0.23280547559261322, 0.11409752815961838, -0.0014577420661225915, 0.31601953506469727, -0.10368353873491287, -0.13780522346496582, -0.06694544851779938, -0.032466694712638855, 0.2055937498807907, -0.19251057505607605, -0.2724391520023346, -0.22195468842983246, 0.05433853343129158, 0.06789606809616089, 0.28943243622779846, 0.032105956226587296, 0.31539738178253174, 0.043212298303842545, 0.04742518812417984, -0.01575561612844467, 0.26371341943740845, 0.24020832777023315, 0.33498862385749817, 0.0464070588350296, -0.057065606117248535, 0.1289994865655899, -0.18496140837669373, -0.30665233731269836, 0.12028712779283524, 0.08877260982990265, -0.2419532984495163, -0.3559209406375885, 0.0495946928858757, -0.0230511873960495, 0.25647005438804626, 0.35602179169654846, -0.0005059147370047867, 0.154799222946167, -0.38388770818710327, 0.2274836003780365, 0.19940705597400665, 0.09966421872377396, 0.08001236617565155, 0.2211214005947113, -0.017292145639657974, -0.13022121787071228, 0.06687900424003601, 0.1886093020439148, 0.0050391750410199165, 0.34967780113220215, 0.1053241640329361, 0.2579481601715088, 0.1653745025396347, -0.037159573286771774, 0.1598101556301117, 0.015756426379084587, 0.11580970138311386, -0.0280580073595047, -0.020786520093679428, 0.073365218937397, 0.22101688385009766, 0.003323093056678772, 0.026457984000444412, -0.1832907795906067, 0.6076365113258362, 0.024968400597572327, -0.014081859961152077, -0.07024793326854706, -0.18325410783290863, 0.07104919850826263, -0.07136832177639008, 0.10143548995256424, -0.4515170454978943, 0.19356003403663635, 0.32243987917900085, -0.04863165318965912, 0.07552458345890045, -0.08037067949771881, 0.45185765624046326, 0.12299928814172745, 0.21188530325889587, 0.31303536891937256, 0.026175606995821, 0.11249025911092758, -0.09355976432561874, -0.22450566291809082, -0.19615069031715393, -0.09120743721723557, 0.33105313777923584, -0.06138097122311592, -0.23527218401432037, -0.1710335612297058, 0.04201512783765793, 0.15482328832149506, 0.10362944006919861, -0.11164590716362, -0.05934282764792442, 0.16500994563102722, -0.003932140301913023, -0.026361504569649696, -0.14519281685352325, -0.0001822988415369764, 0.1356523633003235, -0.015167325735092163, -0.18722274899482727, 0.059468090534210205, 0.14089393615722656, 0.10583046078681946, -0.06488658487796783, -0.1838759034872055, -0.05604817718267441, 0.4984668493270874, 0.4243743121623993, -0.2186376005411148, -0.04158392548561096, 0.13779829442501068, 0.42905279994010925, 0.16826163232326508, -0.05864623561501503, -0.09745829552412033, -0.06422095745801926, -0.07359165698289871, 0.3253665864467621, -0.14795507490634918, 0.17466695606708527, 0.37453800439834595, -0.06383038312196732, -0.024876121431589127, -0.02437005750834942, -0.20933164656162262, 0.17190945148468018, 0.2888227701187134, -0.021596958860754967, -0.08718104660511017, 0.12386640906333923, -0.00027148539084009826, 0.0650453045964241, -0.08927474915981293, 0.100079745054245, -0.36731672286987305, -0.11811090260744095, -0.23241505026817322, 0.4565447270870209, -0.14007513225078583, 0.04115486890077591, -0.2960783541202545, -0.29209104180336, -0.3690175414085388, 0.3182421624660492, 0.35468634963035583, -0.2685008645057678, -0.11872565001249313, -0.03197118639945984, -0.29990631341934204, 0.32209083437919617, -0.15865422785282135, 0.004515246953815222, 0.08908186852931976, -0.40530678629875183, -0.04974209889769554, -0.036504920572042465, -0.2891022264957428, -0.25321322679519653, -0.17118355631828308, 0.04883595183491707, -0.3655318021774292, -0.09149671345949173, -0.12756194174289703, -0.09224808216094971, -0.43016326427459717, 0.4358676075935364, -0.1268814206123352, -0.3555111885070801, -0.1931195855140686, 0.05947728455066681, 0.21668457984924316, -0.058023348450660706, 0.15740779042243958, -0.39109334349632263, 0.21681874990463257, -0.024845164269208908, 0.7103281021118164, -0.22488848865032196, -0.08658263087272644, 0.06484582275152206, -0.20536194741725922, 0.1747279167175293, -0.0022751870565116405, 0.12866584956645966, -0.34650254249572754, 0.474321186542511, 0.11041079461574554, 0.274573415517807, -0.03265400603413582, 0.09167544543743134, -0.05724940448999405, 0.3420000374317169, -0.25752273201942444, -0.1450653374195099, -0.07360416650772095, 0.4531954228878021, 0.3126072883605957, -0.05678856000304222, 0.10745340585708618, -0.22604982554912567, -0.32702016830444336, -0.24555769562721252, 0.07220941036939621, -0.35202500224113464, -0.13791801035404205, -0.08047886192798615, 0.02164348028600216, 0.08242646604776382, 0.0073017398826777935, 0.10135755687952042, -0.1525653600692749, -0.10465165972709656, -0.0319380909204483, 0.004989233333617449, -0.13436301052570343, 0.32553187012672424, 0.3223051428794861, 0.29042676091194153, 0.10894247889518738, -0.2107239067554474, 0.11983851343393326, 0.21171890199184418, -0.2733229994773865, -0.22339296340942383, 0.16308565437793732, 0.12541337311267853, -0.3445329964160919, -0.04561072960495949, 0.044593650847673416, 0.08317488431930542, -0.1565651148557663, 0.09668724238872528, 0.17896270751953125, -0.03703797236084938, -0.14824409782886505, 0.38215509057044983, -0.18334731459617615, 0.5736043453216553, -0.11405184119939804, -0.027088355273008347, 0.12322361022233963, -0.07272417843341827, -0.054830990731716156, -0.039003390818834305, 0.22727620601654053, 0.14985160529613495, 0.08724550157785416, -0.1044304147362709, -0.19711834192276, 0.11925442516803741, -0.05957845225930214, 0.12894804775714874, 0.25806769728660583, -0.11495852470397949, -0.2015935778617859, -0.3722998797893524, 0.12262905389070511, 0.3048067092895508, 0.0024707678239792585, 0.09177491813898087, 0.24803055822849274, 0.44282442331314087, 0.13143417239189148, -0.2742743194103241, -0.050139427185058594, -0.24826335906982422, 0.052668675780296326, -0.13954603672027588, -0.0677867904305458, -0.09268272668123245, 0.24549457430839539, -0.26204437017440796, -0.19891288876533508, 0.06049046665430069, 0.2467094510793686, 0.7179409265518188, -0.008266933262348175, 0.13135965168476105, 0.21184201538562775, -0.3088001608848572, 0.08208810538053513, 0.053712379187345505, 0.09008858352899551, -0.2213028520345688, -0.05147572234272957, 0.03457406908273697, 0.10232890397310257, 0.03295082598924637, 0.3983733355998993, -0.3978270888328552, 0.038755882531404495, -0.1357586532831192, -0.03608206659555435, 0.052542198449373245, -0.05835771933197975, -0.15249721705913544, -0.22559447586536407, 0.007332520093768835, 0.3058684468269348, 0.014916416257619858, -0.10306712239980698, -0.14296558499336243, -0.06012910604476929, 0.1114153042435646, -0.14007124304771423, 0.14822648465633392, -0.10320375859737396, -0.21286624670028687, -0.09246092289686203, -0.29447904229164124, -0.08179498463869095, -0.6358116269111633, -0.1678955852985382, 0.07513707876205444, -0.20731745660305023, 0.20321686565876007, 0.26576855778694153, 0.10692142695188522, -0.03176725655794144, -0.2780647873878479, 0.13468009233474731, 0.15632127225399017, -0.29173600673675537, 0.18392173945903778, -0.15517762303352356, -0.0880221426486969, -0.43100878596305847, -0.03836625814437866, 0.2446739226579666, -0.13951271772384644, -0.03706512972712517, -0.1386757791042328, 0.22697855532169342, -0.27116304636001587, -0.24533022940158844, 0.3046841621398926, 0.1604783833026886, -0.1495818793773651, 0.09441838413476944, -0.07659579068422318, -0.1216825470328331, -0.3943175971508026, 0.16516713798046112, 0.20993083715438843, -0.08556585013866425, 0.15358571708202362, 0.20005707442760468, -0.2589830756187439, -0.5065100193023682, 0.016985349357128143, -0.22911569476127625, -0.32238274812698364, 0.1698160320520401, -0.06163155660033226, -0.25879213213920593, 0.4054639935493469, 0.4696243405342102, -0.04638592526316643, 0.3288666903972626, -0.08190300315618515, -0.16762270033359528, -0.06687459349632263, -0.2402689903974533, 0.24827739596366882, 0.02454742230474949, 0.16229403018951416, 0.30268892645835876, -0.17032261192798615, -0.2208305299282074, -0.4709024429321289, -0.20086248219013214, -0.16074180603027344, 0.12835322320461273, -0.04268041253089905, -0.09788928925991058, 0.21508371829986572, 0.15693064033985138, 0.23850147426128387, -0.07180636376142502, -0.06157972291111946, -0.4315684139728546, -0.017128961160779, 0.022763295099139214, -0.1756872683763504, -0.03323444351553917, -0.12805157899856567, 0.08257859200239182, -0.13055896759033203, 0.11712376028299332, -0.2421400099992752, 0.041897810995578766, 0.08697566390037537, -0.30946478247642517, 0.11489716917276382, 0.07653260976076126, 0.09369571506977081, -0.36711928248405457, 0.2275899201631546, 0.05511306971311569, 0.18088293075561523, 0.39003971219062805, -0.21391654014587402, -0.06282709538936615, 0.1837884783744812, -0.03821215033531189, 0.11900884658098221, -0.3471798896789551, 0.18461255729198456, 0.09943059831857681, -0.28262588381767273, 0.27348843216896057, 0.3384093642234802, -0.04219050705432892, -0.02126457914710045, -0.11832309514284134, 0.062241896986961365, 0.46641236543655396, -0.2059943825006485, -0.06259624660015106, 0.0807526633143425, -0.2704719305038452, 0.23722654581069946, 0.11701259762048721, -0.2823867201805115, 0.2354796975851059, 0.534135639667511, 0.5020728707313538, 0.09255930781364441, -0.24439071118831635, 0.12763658165931702, 0.07880934327840805, -0.012391818687319756, 0.10431566089391708, 0.42677101492881775, 0.10968155413866043, 0.14248879253864288, -0.04196878522634506, 0.05359615758061409, 0.5269129872322083, 0.25132066011428833, 0.3057226240634918, 0.18771426379680634, -0.1769840270280838, 0.022998390719294548, 0.3095584809780121, 0.19366365671157837, 0.0006867224583402276, 0.14889897406101227, -0.2883894443511963, -0.11493950337171555, 0.05702941119670868, -0.2422155886888504, 0.08709008991718292, 0.12616971135139465, 0.1869005709886551, -0.1921624392271042, 0.014822282828390598, -0.05866236239671707, -0.2160191833972931, 0.22538520395755768, -0.12054504454135895, -0.17080886662006378, -0.12000047415494919, 0.14998766779899597, -0.5058045983314514, -0.1747831255197525, 0.18215055763721466, -0.0768788531422615, -0.17370101809501648, -0.0738224908709526, -0.1377546787261963, -0.11911367624998093, 0.2277916818857193, 0.05460705608129501, -0.19461362063884735, -0.03086766228079796, 0.1606198251247406, 0.18473097681999207, -0.1704384833574295, -0.18701817095279694, -0.30793821811676025, -0.06415239721536636, 0.14093618094921112, 0.22015808522701263, 0.03748055547475815, 0.3273429572582245, -0.3708503246307373, 0.022234033793210983, 0.21917401254177094, -0.12729570269584656, -0.05061168596148491, 0.15958915650844574, 0.5135432481765747, -0.04649759829044342, -0.12018296867609024, -0.03317517787218094, -0.20454637706279755, 0.040769029408693314, -0.34786874055862427, -0.05605302378535271, 0.047415781766176224, -0.06931781768798828, 0.1517518013715744, 0.1799083948135376, -0.2961563467979431, -0.16304950416088104, 0.1937221884727478, 0.1491057127714157, -0.27084919810295105, -0.23443274199962616, 0.07147245854139328, 0.07104181498289108, 0.151401549577713, 0.024861767888069153, 0.12472161650657654, 0.12092243880033493, 0.10849272459745407, 0.3330703377723694, -0.38647371530532837, -0.029256466776132584, -0.049583349376916885, -0.09864086657762527, 0.12815168499946594, 0.06008988991379738, 0.36380746960639954, 0.2136264443397522, -0.20761452615261078, 0.02610274776816368, -0.24538269639015198, 0.3940424919128418, -0.1086423322558403, -0.32060280442237854, -0.0262433048337698, -0.019183799624443054, 0.1712624430656433, -0.08423127233982086, -0.05758404731750488, -0.37184298038482666, 0.208912655711174, 0.0791434720158577, -0.1309417188167572, -0.20081613957881927, -0.05183682218194008, 0.09765905141830444, 0.13967792689800262, -0.11076511442661285, -0.15161769092082977, 0.029933791607618332, 0.30141136050224304, -0.04333548992872238, -0.17972135543823242, 0.18376851081848145, 0.17838886380195618, 0.07582763582468033, -0.08069350570440292, -0.24063631892204285, 0.12389621883630753, 0.15598931908607483, -0.13838206231594086, -0.1229221522808075, -0.11440083384513855, -0.045817628502845764, -0.26748451590538025, -0.04833635687828064, -0.1082872599363327, 0.410635769367218, -0.012996441684663296, -0.3962305188179016, 0.2230193167924881, 0.12428145110607147, 0.18506784737110138, -0.07602360844612122, 0.20678912103176117, -0.013604388572275639, 0.06332748383283615, 0.1816193014383316, -0.09701906144618988, 0.07637487351894379, 0.2593395411968231, 0.01873997412621975, -0.17577722668647766, -0.0987018346786499 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Lists#basic---list-order-items
Basic - list Order Items <?php // create new order list $orderManager = Factory::getInstance()->getOrderManager(); $orderList = $orderManager->createOrderList(); // get only orders that are committed $orderList->setListType( $orderList::LIST_TYPE_ORDER_ITEM ); $orderList->setOrderState( AbstractOrder::ORDER_STATE_COMMITTED );
Basic - list Order Items
[ -0.10227534174919128, -0.1163405030965805, -0.3024778366088867, 0.2427925318479538, -0.04222758486866951, -0.16071869432926178, 0.0743742510676384, 0.2467617243528366, 0.15147705376148224, 0.2347809374332428, -0.04525287449359894, -0.11949512362480164, -0.21449458599090576, -0.05517067760229111, -0.15081027150154114, 0.2667333781719208, 0.033395253121852875, 0.44296202063560486, -0.14587156474590302, 0.039780423045158386, -0.12291602790355682, 0.1298954039812088, 0.06961795687675476, -0.05318211019039154, 0.5581704378128052, -0.1293647587299347, -0.25319793820381165, -0.09471602737903595, -0.2682141363620758, -0.20350134372711182, -0.14510758221149445, 0.2690393626689911, -0.011547951959073544, -0.19572246074676514, -0.00009986938675865531, -0.1342025101184845, -0.06457380205392838, -0.03862554207444191, -0.12624330818653107, -0.19084815680980682, -1.0118292570114136, -0.13122759759426117, -0.08481671661138535, -0.28120148181915283, 0.05544937402009964, 0.15558700263500214, 0.03785277158021927, 0.18945246934890747, 0.3720484673976898, 0.4485115110874176, 0.3257996439933777, 0.0886666476726532, 0.19319841265678406, -0.3763749599456787, 0.1009650006890297, 0.1816941499710083, -0.06733070313930511, -0.2665993273258209, 0.1863606572151184, 0.1522464156150818, 0.2042687088251114, 0.11144009232521057, -0.23846356570720673, 0.00465012202039361, -0.004278934560716152, -0.06768056005239487, 0.24096758663654327, -0.02985210530459881, 0.05609220638871193, 0.07208864390850067, 0.12727877497673035, -0.05988864228129387, 0.08842740952968597, -0.07359743118286133, -0.03332074359059334, -0.10480325669050217, -0.028598688542842865, -0.02460423856973648, 0.22564542293548584, 0.07230788469314575, 0.18078552186489105, 0.12805971503257751, -0.06287968903779984, 0.0800056979060173, -0.028325490653514862, 0.20445291697978973, -0.12441817671060562, -0.22179189324378967, 0.24038487672805786, -0.23779936134815216, -0.13964861631393433, -0.081524558365345, -0.20157021284103394, 0.22176548838615417, -0.18797998130321503, -0.3134571313858032, 0.07169663906097412, 0.07433280348777771, 0.09902095794677734, 0.3180798590183258, -0.1323816031217575, 0.138106107711792, 0.2843973934650421, 0.0039649405516684055, -0.06403224915266037, 0.46052536368370056, 0.3365206718444824, 0.1900554746389389, -0.10515259951353073, 0.5074900388717651, -0.039827052503824234, 0.13410983979701996, -0.3388828933238983, -0.02061654068529606, 0.20579436421394348, 0.31363701820373535, -0.0017923257546499372, -0.15944766998291016, -0.2726046144962311, 0.04319164529442787, -0.10993293672800064, -0.10186503827571869, 0.0763012170791626, 0.48103517293930054, -0.13909728825092316, -0.029728367924690247, 0.03549152985215187, 0.028958873823285103, 0.0819643884897232, -0.11749263107776642, -0.18287017941474915, -0.34225180745124817, 0.10464885085821152, -0.03383289650082588, 0.1353176087141037, 0.12062201648950577, -0.019760804250836372, 0.018284998834133148, -0.032667048275470734, -0.04338846728205681, 0.379485547542572, -0.07312686741352081, 0.03874584287405014, 0.04423220828175545, 0.1718839406967163, -0.07355237752199173, 0.37589436769485474, -0.11924348026514053, -0.15115322172641754, 0.11773452162742615, 0.13496561348438263, -0.2184293419122696, -0.015526779927313328, 0.41714999079704285, -0.09373843669891357, -0.11563056707382202, 0.13778211176395416, 0.2002841830253601, 0.34566840529441833, 0.12102067470550537, -0.006151917390525341, 0.0022315429523587227, 0.09398975223302841, -0.155318945646286, -0.09851139038801193, 0.19481782615184784, 0.09349451959133148, -0.14261795580387115, -0.48158782720565796, -0.45025888085365295, 0.25778862833976746, -0.3381858468055725, 0.18740060925483704, 0.1586085706949234, -0.10230612009763718, 0.02546875923871994, 0.10460948944091797, 0.005878113210201263, -0.16916914284229279, -0.12150941789150238, -0.20615164935588837, -0.17398567497730255, 0.2723545432090759, 0.013502651825547218, 0.5601787567138672, -0.20339925587177277, -0.14212395250797272, -0.07723207026720047, 0.0443711094558239, 0.0652824193239212, 0.0024883411824703217, -0.10558758676052094, -0.13623939454555511, -0.1641024947166443, 0.1596996784210205, 0.3681677281856537, 0.10638289898633957, 0.39637354016304016, 0.04301207885146141, 0.00895549077540636, -0.003583058249205351, 0.1721068024635315, 0.44833850860595703, 0.2868708372116089, -0.05374620854854584, -0.21967071294784546, -0.1888561248779297, 0.00820162333548069, -0.49025487899780273, -0.11157800257205963, 0.2309570461511612, -0.18062299489974976, -0.3500676155090332, 0.11359799653291702, 0.02840558998286724, 0.4022248387336731, 0.3659575879573822, 0.004548636265099049, 0.0008075714576989412, -0.24448850750923157, 0.1229650154709816, -0.0882519856095314, 0.02683400548994541, -0.06663244962692261, 0.10427960008382797, -0.033611640334129333, -0.09933826327323914, -0.08784359693527222, 0.317694753408432, 0.06334356218576431, 0.291476309299469, 0.07569018006324768, 0.2079346477985382, 0.22968877851963043, 0.07711765170097351, -0.20724396407604218, 0.04583931714296341, 0.6031171679496765, -0.1912071406841278, 0.13439124822616577, -0.29562070965766907, -0.08188355714082718, 0.004507108125835657, -0.03695778176188469, -0.2621127963066101, 0.5562206506729126, 0.30229437351226807, 0.24804311990737915, -0.17612522840499878, 0.09131592512130737, -0.017313256859779358, 0.010056463070213795, 0.06237088888883591, -0.35421767830848694, 0.17472195625305176, 0.05908844619989395, -0.11540669202804565, -0.04174079746007919, -0.18614709377288818, 0.44200605154037476, 0.12784025073051453, 0.11143337935209274, 0.4974665343761444, -0.13920080661773682, 0.026961995288729668, 0.12859037518501282, 0.060493968427181244, 0.13662421703338623, 0.062140095978975296, 0.27444177865982056, -0.05856391414999962, -0.3113067150115967, 0.2178703099489212, 0.007069904822856188, 0.22148306667804718, -0.12942403554916382, 0.06918438524007797, 0.00029541333788074553, 0.18670180439949036, -0.28790128231048584, 0.1924176961183548, 0.001384420902468264, -0.1069960743188858, 0.07033152133226395, -0.049788352102041245, -0.2538680136203766, -0.052908625453710556, 0.006098697893321514, -0.13579192757606506, 0.10032064467668533, -0.022250087931752205, -0.0013234758516773582, 0.21571718156337738, -0.0018310574814677238, -0.06895255297422409, -0.07608069479465485, -0.0038236738182604313, 0.32296493649482727, 0.19805645942687988, 0.13178028166294098, -0.0923033282160759, 0.12995842099189758, -0.03711091727018356, 0.3102654218673706, 0.014682703651487827, -0.17040981352329254, 0.4835331439971924, 0.12849247455596924, 0.03151952102780342, 0.005194301251322031, -0.006582530681043863, 0.11161168664693832, -0.09764780849218369, -0.37005898356437683, 0.3174002170562744, 0.07018181681632996, -0.10674980282783508, 0.11588839441537857, 0.01898285001516342, 0.15152965486049652, -0.3724522888660431, 0.05718638375401497, -0.16921141743659973, 0.09700968116521835, 0.02244313806295395, 0.04639441519975662, -0.17629767954349518, -0.1627712994813919, 0.03412860259413719, 0.4160703420639038, 0.4246009588241577, -0.149475559592247, -0.1699783056974411, 0.2766227424144745, 0.01420331746339798, -0.04210514575242996, -0.008275466039776802, 0.21452082693576813, 0.1658000499010086, -0.22470279037952423, -0.21808616816997528, 0.05063600838184357, -0.09090922772884369, -0.24849461019039154, -0.28063058853149414, 0.08085351437330246, -0.3490547239780426, -0.10157135128974915, 0.04345991089940071, -0.15599626302719116, -0.4654969274997711, 0.5137137174606323, 0.1330048143863678, -0.3710149824619293, -0.17475219070911407, 0.2605617940425873, 0.31445592641830444, -0.1252833753824234, 0.2773386538028717, -0.43190136551856995, -0.2265227735042572, 0.2187047302722931, 0.5218071341514587, -0.23564034700393677, -0.024965694174170494, -0.23002931475639343, -0.10291716456413269, -0.09227899461984634, 0.03532591462135315, -0.1142900213599205, -0.2314211130142212, 0.2155618667602539, -0.02939685992896557, 0.1332062929868698, -0.14163833856582642, 0.00011887398432008922, 0.17945802211761475, 0.555025577545166, -0.02171436697244644, -0.10764912515878677, -0.13660970330238342, 0.2145644575357437, 0.4325979948043823, -0.09004700928926468, -0.04619377478957176, 0.019090188667178154, -0.09787856042385101, -0.13722257316112518, 0.1192261129617691, -0.3316524922847748, -0.13218915462493896, -0.3542749583721161, -0.02100438065826893, -0.04015226289629936, 0.3398731052875519, -0.033212222158908844, -0.1584530919790268, -0.06000790372490883, -0.05579112097620964, 0.021647488698363304, -0.34381425380706787, 0.35459327697753906, 0.3003847897052765, 0.13864918053150177, 0.12421512603759766, -0.20441971719264984, 0.19882813096046448, -0.0030395195353776217, -0.44721460342407227, -0.296254426240921, 0.21735376119613647, 0.14243899285793304, -0.5206010341644287, 0.07946483045816422, -0.22195710241794586, -0.08087573945522308, -0.3330945372581482, -0.07562551647424698, -0.1540672779083252, -0.01840338297188282, -0.3173181712627411, 0.41850170493125916, -0.2688558101654053, 0.3372246026992798, -0.1845370978116989, 0.0018306138226762414, -0.17026177048683167, -0.0289659071713686, -0.006420235615223646, -0.3160146176815033, -0.01582973636686802, 0.09370314329862595, -0.04504905641078949, 0.18972614407539368, -0.005368807353079319, 0.08439067751169205, -0.052920255810022354, 0.24704226851463318, 0.1695501059293747, -0.025041550397872925, -0.017314378172159195, -0.29851385951042175, -0.010893657803535461, 0.11288734525442123, 0.14501382410526276, 0.4860035181045532, 0.001689154072664678, 0.18732625246047974, 0.15237396955490112, 0.004108297172933817, -0.2008695900440216, -0.2886176109313965, -0.2957485020160675, -0.26081517338752747, -0.3112129271030426, -0.2913418412208557, -0.15577641129493713, 0.041931360960006714, -0.09710593521595001, 0.01840164326131344, 0.3630169630050659, 0.7188750505447388, -0.22468987107276917, -0.03184616565704346, 0.32923808693885803, -0.4131910800933838, -0.0012895575491711497, 0.025072280317544937, -0.0031676343642175198, -0.3965277373790741, -0.11289819329977036, 0.0723285898566246, -0.1069084033370018, 0.08995845168828964, 0.18484613299369812, -0.5089018940925598, -0.1366007775068283, -0.030893219634890556, 0.09333348274230957, -0.06405891478061676, -0.30354976654052734, -0.147307351231575, -0.23791426420211792, 0.06278665363788605, 0.39172065258026123, -0.07605066150426865, 0.0637548640370369, -0.12056070566177368, -0.21213467419147491, 0.004676776938140392, 0.004078044556081295, -0.08149287104606628, 0.0602160207927227, -0.2347472459077835, 0.045180294662714005, -0.07285598665475845, 0.0817646011710167, -0.4352703392505646, 0.0601259283721447, -0.09323180466890335, 0.16554220020771027, 0.09554656594991684, -0.14377906918525696, 0.17928855121135712, 0.07857562601566315, -0.03682081028819084, -0.11389052122831345, 0.0801558643579483, -0.18181267380714417, 0.15231168270111084, -0.09699146449565887, 0.17320795357227325, 0.005182769149541855, -0.3794539272785187, 0.1707838922739029, -0.11245492100715637, -0.16199229657649994, -0.16659627854824066, 0.25688692927360535, -0.22278885543346405, -0.09526713937520981, 0.2932991087436676, 0.16458198428153992, -0.14359281957149506, 0.015051227994263172, -0.10540463030338287, 0.09343564510345459, -0.06620526313781738, 0.33223778009414673, 0.20460419356822968, -0.22939103841781616, 0.24726027250289917, 0.0628078356385231, -0.15614084899425507, -0.5415903925895691, 0.17484460771083832, -0.17254585027694702, -0.345999538898468, 0.2266264706850052, -0.19668467342853546, -0.3066783845424652, 0.0018159736646339297, 0.434451699256897, 0.1362973004579544, -0.049556318670511246, -0.030135707929730415, 0.04456978663802147, -0.28252074122428894, -0.2539448142051697, 0.3128643035888672, 0.14160169661045074, -0.22592179477214813, 0.09406029433012009, -0.26354023814201355, 0.2094828188419342, -0.46406927704811096, -0.3151416778564453, -0.5972408652305603, 0.006481239106506109, -0.1806110292673111, -0.14458388090133667, 0.057509832084178925, 0.0033392475452274084, 0.22658543288707733, 0.08057256042957306, -0.10502012819051743, -0.45915907621383667, -0.09764432907104492, -0.003950467333197594, -0.0256218109279871, 0.3289642035961151, -0.10106565803289413, -0.015365255065262318, 0.08684426546096802, 0.19638334214687347, -0.10709842294454575, 0.0031608117278665304, 0.04012678563594818, -0.06677606701850891, 0.2931414842605591, 0.2962011992931366, 0.14100337028503418, -0.25602248311042786, 0.09617860615253448, -0.16022394597530365, -0.00019650325702968985, 0.07502466440200806, -0.0658910721540451, -0.20167621970176697, -0.06120285764336586, 0.1866445392370224, 0.680618405342102, -0.0528545081615448, 0.370348185300827, 0.0023857534397393465, -0.2799014449119568, 0.15787352621555328, 0.23904204368591309, -0.4003230035305023, 0.013331004418432713, -0.08673572540283203, 0.01954161562025547, 0.45637792348861694, -0.08932637423276901, 0.19522500038146973, -0.1392701119184494, -0.16739384829998016, 0.023552119731903076, 0.2511974573135376, -0.1830810308456421, 0.023872841149568558, 0.26103493571281433, 0.20689737796783447, 0.0814947858452797, -0.036887068301439285, 0.014900092035531998, -0.0348900631070137, 0.14033862948417664, -0.10314775258302689, 0.4601995646953583, 0.00905278418213129, 0.3085203766822815, -0.23708747327327728, 0.33695241808891296, 0.5768402814865112, 0.4245375096797943, 0.09644632041454315, 0.5043761134147644, -0.09121035039424896, 0.0386943519115448, 0.11917237192392349, 0.4566650390625, 0.015543357469141483, 0.08125139772891998, -0.1287287026643753, -0.09641871601343155, -0.011740192770957947, -0.1686086505651474, -0.01342102698981762, 0.13943320512771606, 0.16553758084774017, -0.3216452896595001, 0.02395736239850521, -0.085196353495121, -0.3852519094944, 0.23907466232776642, -0.057214077562093735, -0.37375083565711975, 0.012374171055853367, 0.2539704740047455, -0.4711390733718872, -0.08039622008800507, 0.3483968675136566, 0.027285099029541016, -0.2653774619102478, -0.1918444037437439, 0.10311441868543625, 0.24278627336025238, 0.1626330018043518, 0.2090049833059311, -0.14546580612659454, 0.13248471915721893, 0.2298477739095688, 0.1215977594256401, -0.16140875220298767, -0.07453210651874542, -0.3367985188961029, 0.0641760602593422, -0.10499472916126251, 0.15834233164787292, 0.16579069197177887, 0.2441287785768509, -0.4292643070220947, 0.276998370885849, 0.16108986735343933, -0.3854498267173767, 0.08675035089254379, 0.4789258539676666, 0.2189604640007019, -0.280381441116333, 0.008419585414230824, 0.18947285413742065, -0.31037572026252747, 0.3872152864933014, -0.32586854696273804, -0.0035607682075351477, 0.19217629730701447, 0.05017821863293648, 0.1651250571012497, 0.31638848781585693, -0.2224573940038681, -0.22856710851192474, 0.277665376663208, -0.023877227678894997, -0.15068526566028595, 0.0234637800604105, 0.26714539527893066, 0.31318479776382446, 0.023821750655770302, 0.05845180153846741, 0.2436840981245041, -0.07680916041135788, -0.05050285533070564, -0.07879794389009476, -0.3433840572834015, -0.07426287978887558, 0.31646522879600525, -0.05109500512480736, 0.1502571403980255, 0.11619146168231964, -0.017825182527303696, 0.10054001212120056, -0.03596906736493111, 0.06148781627416611, 0.21562086045742035, 0.3091789484024048, -0.19469279050827026, -0.38042792677879333, 0.0387314073741436, -0.09433054178953171, 0.14536963403224945, 0.008230270817875862, -0.1538165658712387, -0.18295158445835114, 0.0874006375670433, 0.17293690145015717, -0.05471545457839966, -0.18119430541992188, -0.11210926622152328, -0.0331399142742157, 0.14525210857391357, 0.02454240433871746, 0.015622073784470558, -0.06587526202201843, 0.2696698307991028, 0.244500532746315, -0.018230654299259186, -0.3384758532047272, -0.014149855822324753, -0.11185826361179352, -0.13288578391075134, -0.1862463355064392, 0.13662686944007874, 0.27948033809661865, 0.0006179569754749537, -0.23811456561088562, 0.1277516931295395, 0.04763374477624893, -0.07039898633956909, -0.23676443099975586, 0.04686020687222481, 0.5689101815223694, 0.04179079085588455, -0.21983565390110016, 0.05765177309513092, -0.18170681595802307, 0.34516647458076477, -0.26564669609069824, 0.13880449533462524, 0.08765294402837753, 0.13029859960079193, 0.06675421446561813, -0.07228736579418182, -0.04693421348929405, 0.09839195758104324, 0.07952644675970078, -0.1989181488752365, -0.11328449100255966 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Lists#advanced---custom-condition
Advanced - Custom Condition <?php // create new order list $orderManager = Factory::getInstance()->getOrderManager(); $orderList = $orderManager->createOrderList(); // e.g. - search for a specify order number $query = $orderList->getQuery(); $query->where('order.ordernumber = ?', 'ord_554b425dcae53'); // e.g. - search for a user comment $query = $orderList->getQuery(); $query->where('order.comment like ?', '%hallo world%');
Advanced - Custom Condition
[ 0.245825856924057, -0.007925914600491524, -0.3227282166481018, 0.36438432335853577, -0.1774275153875351, -0.32293644547462463, 0.03676171228289604, 0.36207568645477295, 0.24222585558891296, 0.09372499585151672, -0.15460841357707977, -0.16840538382530212, -0.2569458484649658, -0.35738009214401245, -0.22650647163391113, 0.0009081624448299408, -0.15367913246154785, 0.42191967368125916, -0.1111755445599556, 0.20547980070114136, -0.08921395987272263, 0.3000135123729706, 0.1403823047876358, 0.06521432101726532, 0.37149232625961304, 0.24616067111492157, 0.10334702581167221, -0.039113931357860565, -0.15589749813079834, 0.0249203871935606, -0.14029528200626373, 0.3709915280342102, -0.1061546728014946, 0.20557287335395813, -0.00010282632865710184, -0.03170670196413994, -0.10743515938520432, -0.024111144244670868, -0.12286216765642166, -0.19929151237010956, -0.44706854224205017, 0.09541880339384079, 0.018879031762480736, -0.24664264917373657, -0.4579349458217621, -0.11003664135932922, -0.2019364982843399, 0.1522587537765503, 0.2625347971916199, 0.4961954951286316, 0.3283877372741699, -0.1321870982646942, -0.09344930201768875, -0.23144744336605072, 0.3572624623775482, -0.05042923986911774, 0.009229518473148346, -0.30095452070236206, 0.4339272081851959, -0.051182445138692856, 0.21891261637210846, 0.2822572886943817, -0.19357123970985413, -0.2274365872144699, -0.00601494824513793, -0.19088777899742126, 0.3660441040992737, 0.12286707013845444, 0.2506753206253052, 0.1899135410785675, 0.18732950091362, 0.17117328941822052, 0.10181298851966858, 0.08284620940685272, -0.11191263794898987, 0.011853102594614029, 0.1704588532447815, -0.2760668098926544, -0.20967335999011993, 0.28630536794662476, -0.062458585947752, 0.04604605585336685, 0.0062332614324986935, 0.07097230106592178, -0.11996873468160629, 0.593742311000824, -0.20594531297683716, -0.32152852416038513, -0.027637483552098274, -0.40923285484313965, -0.1803147941827774, 0.14877456426620483, 0.07687533646821976, 0.226143017411232, -0.09809648245573044, -0.5421724319458008, 0.10111214220523834, -0.023546459153294563, 0.21996590495109558, 0.20106366276741028, 0.2344936728477478, 0.2320074886083603, 0.1474769115447998, -0.11241324245929718, -0.10454797744750977, 0.16301771998405457, 0.4041525423526764, -0.21239638328552246, 0.06281484663486481, 0.23339474201202393, -0.08762934058904648, 0.16017721593379974, -0.19845983386039734, -0.05192292109131813, 0.021087221801280975, 0.13157504796981812, 0.09841335564851761, 0.0030400704126805067, -0.06233254820108414, 0.07141692191362381, -0.16092407703399658, -0.13669481873512268, 0.30987095832824707, 0.574164628982544, -0.13887855410575867, -0.2926710844039917, 0.003307800041511655, -0.22671155631542206, -0.08068495243787766, -0.11857283860445023, -0.1404089480638504, -0.10987326502799988, 0.2743125855922699, 0.07851732522249222, 0.19666609168052673, 0.3281920850276947, 0.14711368083953857, -0.13769620656967163, -0.11539428681135178, -0.15839648246765137, 0.23055018484592438, -0.1456630975008011, 0.16050925850868225, -0.028758905827999115, 0.04666510596871376, -0.24677550792694092, 0.1349867582321167, 0.0897815153002739, -0.031718287616968155, 0.3061428368091583, 0.33091020584106445, -0.3142681121826172, -0.10117430984973907, 0.39922893047332764, 0.05475907400250435, -0.13171561062335968, 0.5907762050628662, 0.30294403433799744, 0.2733987867832184, -0.0213994812220335, 0.17043715715408325, 0.1431543231010437, -0.04361696168780327, 0.10461820662021637, 0.04239285737276077, 0.10955576598644257, 0.2192578762769699, 0.06111079081892967, -0.43295174837112427, -0.14238226413726807, 0.0003125620714854449, -0.11233975738286972, 0.07526986300945282, 0.1226513534784317, -0.2473176270723343, 0.0227842815220356, 0.4250915050506592, 0.05191239342093468, 0.07666269689798355, -0.002118438947945833, -0.2816609740257263, 0.08547132462263107, 0.3875539302825928, -0.10222641378641129, 0.36916130781173706, -0.04779266193509102, 0.05965033173561096, -0.26077044010162354, 0.19120994210243225, 0.13215507566928864, -0.05408941209316254, -0.02009347453713417, 0.04356951266527176, 0.012183858081698418, 0.060899440199136734, 0.029349826276302338, -0.017546160146594048, 0.10085657238960266, 0.038623858243227005, -0.007710693404078484, -0.055781226605176926, -0.1728212684392929, 0.4747398793697357, 0.2153332382440567, -0.021234845742583275, -0.1182578057050705, 0.13166029751300812, -0.005918337497860193, -0.4004727005958557, -0.11399393528699875, 0.2372359335422516, -0.024646876379847527, -0.6072766780853271, -0.057073429226875305, 0.0642198920249939, 0.09572234749794006, 0.358094722032547, -0.09874243289232254, 0.22836759686470032, -0.5420486927032471, -0.0364321805536747, 0.040904127061367035, -0.003781067207455635, -0.17685739696025848, 0.1324470341205597, -0.05475926026701927, -0.15644051134586334, -0.016543839126825333, 0.07385382056236267, 0.2166730910539627, 0.24793531000614166, 0.24967855215072632, 0.17611436545848846, 0.10760285705327988, -0.10653223842382431, -0.31886473298072815, -0.07828529179096222, 0.12962281703948975, -0.2596709728240967, -0.17061962187290192, -0.03992953896522522, 0.11897051334381104, 0.15352711081504822, 0.12880007922649384, -0.3915891647338867, 0.28934967517852783, 0.6401017904281616, 0.10336814075708389, -0.01477385126054287, -0.2547251284122467, 0.3253028094768524, -0.23733960092067719, 0.10996409505605698, -0.578632116317749, 0.16395007073879242, 0.009076458401978016, 0.19015562534332275, 0.10175248235464096, -0.2799855172634125, 0.14834527671337128, -0.13104897737503052, 0.20404355227947235, 0.583142876625061, -0.02569330669939518, 0.2838129997253418, -0.12546657025814056, -0.2855730950832367, -0.4543357491493225, 0.024121785536408424, 0.3962177038192749, -0.0550282783806324, -0.12290466576814651, 0.32382506132125854, -0.11698325723409653, 0.1606210172176361, -0.35803502798080444, -0.2830218970775604, 0.1301652044057846, 0.07639148831367493, -0.11575412005186081, 0.08954961597919464, -0.1596807837486267, -0.05665122717618942, -0.04681667685508728, -0.2529122233390808, -0.3391859531402588, 0.06335851550102234, -0.07143417000770569, -0.09357572346925735, 0.17017912864685059, -0.07385971397161484, 0.11107898503541946, 0.4467345178127289, -0.005548920948058367, -0.08111666887998581, 0.06288324296474457, -0.04150714352726936, 0.4237610697746277, 0.12723062932491302, 0.07644959539175034, -0.16406266391277313, 0.07377340644598007, 0.10011158138513565, 0.320559561252594, -0.1817910075187683, 0.11421355605125427, 0.30743691325187683, 0.15858319401741028, -0.04844999313354492, -0.27800196409225464, -0.22695454955101013, -0.08960097283124924, 0.10426466912031174, -0.16607429087162018, 0.31222978234291077, -0.015116716735064983, 0.21092399954795837, 0.11571447551250458, -0.0016685337759554386, 0.14863133430480957, -0.1505337655544281, -0.0584871731698513, 0.015732957050204277, 0.23709842562675476, -0.06143978238105774, -0.1094876378774643, -0.019873159006237984, -0.17650745809078217, -0.27818456292152405, 0.12774348258972168, 0.3750074803829193, -0.16088487207889557, -0.11304400861263275, 0.2557254135608673, -0.24718868732452393, -0.025806888937950134, -0.1435311883687973, -0.07019293308258057, 0.08490855246782303, -0.23053625226020813, 0.09333891421556473, -0.15045921504497528, -0.21423839032649994, -0.10018692165613174, -0.2822163999080658, 0.03259479999542236, -0.07519561797380447, -0.2058897763490677, 0.08380494266748428, 0.06173843890428543, -0.5627453923225403, 0.3439750373363495, -0.19461432099342346, -0.398139089345932, -0.3377562463283539, -0.10769538581371307, 0.32604214549064636, 0.01967606507241726, 0.11709466576576233, -0.19282400608062744, -0.0870366320014, -0.07180215418338776, 0.6130945682525635, -0.2696382701396942, -0.007475683465600014, -0.03768790140748024, 0.11030792444944382, 0.1282036155462265, 0.07798733562231064, -0.10585512220859528, -0.25259482860565186, 0.4651166498661041, 0.04101771116256714, 0.32789406180381775, 0.09867047518491745, 0.02443898282945156, -0.04023507237434387, -0.03155773878097534, -0.15811564028263092, -0.14073199033737183, 0.028741737827658653, 0.12476404756307602, 0.23610909283161163, -0.06276398152112961, -0.06502055376768112, -0.1566563993692398, -0.07916668057441711, -0.23348981142044067, 0.11448696255683899, -0.08319441974163055, -0.38852691650390625, -0.2185419350862503, 0.13249211013317108, 0.03239043056964874, 0.28203609585762024, 0.23764027655124664, -0.01225515641272068, 0.0011977206449955702, -0.11824135482311249, -0.0658145472407341, -0.17398597300052643, 0.378683865070343, 0.19423411786556244, 0.3412342369556427, -0.07173752039670944, 0.02580966241657734, 0.21061299741268158, 0.16270124912261963, 0.08268468827009201, -0.09862356632947922, 0.05473519489169121, 0.25660327076911926, -0.15540219843387604, -0.09413647651672363, 0.31102925539016724, -0.2676331698894501, -0.22574041783809662, -0.4275568723678589, -0.04063652083277702, -0.15368817746639252, 0.23772861063480377, 0.34823718667030334, -0.11605148762464523, 0.1535288542509079, 0.00903057586401701, -0.3860154151916504, 0.24395546317100525, -0.21694506704807281, -0.025587936863303185, -0.002432498149573803, -0.1865178644657135, 0.02180846966803074, 0.08905984461307526, -0.11808937042951584, -0.22747759521007538, -0.17887724936008453, 0.06021125242114067, -0.014239149168133736, 0.0259877759963274, -0.10179811716079712, -0.056498438119888306, -0.043901123106479645, 0.07784973084926605, 0.02156965062022209, 0.1044892743229866, 0.31022462248802185, 0.12622268497943878, 0.470578134059906, -0.031276728957891464, -0.18047212064266205, -0.21047288179397583, -0.10514034330844879, -0.13410310447216034, 0.09261765331029892, -0.11709700524806976, -0.04237939789891243, -0.3375498056411743, 0.0818738117814064, -0.31768694519996643, -0.08158212155103683, 0.1910247951745987, 0.6977588534355164, 0.0038497475907206535, -0.12881618738174438, 0.029400533065199852, -0.5300210118293762, -0.142866313457489, -0.0460616797208786, -0.011418962851166725, -0.21375828981399536, 0.17232750356197357, 0.17383208870887756, 0.09866996109485626, 0.2192058563232422, 0.25849899649620056, -0.34944096207618713, -0.13599103689193726, -0.11564994603395462, -0.04066330939531326, 0.06703169643878937, -0.1544458419084549, -0.07269316911697388, -0.09946537762880325, -0.14052464067935944, 0.31611135601997375, 0.052882544696331024, -0.15253902971744537, 0.046267494559288025, 0.05084112286567688, -0.03071306087076664, -0.4057324230670929, -0.029352692887187004, -0.00498556811362505, -0.40314194560050964, -0.2315026968717575, -0.03800152614712715, -0.16899770498275757, -0.11766679584980011, -0.09979255497455597, -0.13824687898159027, 0.27242863178253174, -0.027765220031142235, 0.10675855726003647, 0.12084021419286728, 0.17422647774219513, 0.03224878013134003, 0.11403711885213852, 0.041559625416994095, -0.1852150857448578, -0.10912787914276123, 0.17507319152355194, 0.02698133885860443, -0.1539749652147293, -0.4162302017211914, 0.22927242517471313, -0.14546266198158264, -0.1975814551115036, -0.23380325734615326, -0.001645777141675353, -0.09070180356502533, -0.11786006391048431, 0.2912137508392334, -0.004823190160095692, -0.19026702642440796, -0.13948498666286469, -0.1473884880542755, -0.08296842873096466, -0.045319292694330215, 0.21260139346122742, 0.18653839826583862, -0.14767079055309296, 0.3231290280818939, -0.021862726658582687, -0.13175605237483978, -0.5289045572280884, -0.04376555606722832, 0.15565550327301025, -0.19419756531715393, -0.030432773754000664, -0.1661936491727829, -0.21364767849445343, 0.197394460439682, 0.1517849564552307, 0.14164112508296967, -0.020388364791870117, 0.2994045615196228, 0.08348025381565094, 0.06277263909578323, -0.22346864640712738, 0.05721459165215492, -0.10545636713504791, -0.13260087370872498, 0.08612450212240219, -0.15461906790733337, 0.06859695166349411, -0.46897682547569275, -0.17038008570671082, -0.4384324550628662, 0.24351337552070618, 0.04477136954665184, -0.07478754222393036, -0.14435119926929474, 0.18548178672790527, 0.3227444589138031, -0.09084741771221161, -0.17011496424674988, -0.45332175493240356, 0.03125414252281189, 0.012066708877682686, 0.22486430406570435, 0.05273393914103508, -0.1818225085735321, 0.08547142148017883, 0.012754339724779129, 0.1177499070763588, 0.05383670702576637, 0.06258159875869751, 0.18841470777988434, -0.14982187747955322, -0.09568935632705688, 0.17426598072052002, -0.2181701362133026, -0.10124219208955765, 0.11077837646007538, -0.11355498433113098, -0.025927085429430008, -0.06534354388713837, -0.16489744186401367, -0.15039865672588348, 0.4191279709339142, 0.10413802415132523, 0.4062230885028839, -0.04967087507247925, 0.13509245216846466, 0.06370238214731216, -0.2512415051460266, 0.4659443795681, 0.09754770994186401, -0.14350606501102448, -0.09869682788848877, -0.05996125191450119, 0.0696132481098175, 0.44111505150794983, -0.2031015157699585, 0.29228657484054565, 0.08783867955207825, -0.24782156944274902, 0.20179441571235657, 0.3726089894771576, -0.3141341507434845, 0.01445668563246727, 0.5583906769752502, 0.21245723962783813, 0.14609384536743164, 0.103279709815979, -0.19651305675506592, -0.05976560711860657, 0.001323521719314158, -0.1949833482503891, 0.39011192321777344, 0.08168073743581772, 0.31399059295654297, 0.23231783509254456, 0.022149816155433655, 0.5109051465988159, 0.01804916188120842, 0.32391446828842163, 0.27074959874153137, 0.05640175938606262, 0.3121899962425232, 0.1988094300031662, 0.056600138545036316, -0.01935310661792755, -0.18561400473117828, -0.15950554609298706, -0.0910366103053093, 0.4772273898124695, -0.13401053845882416, -0.0985090583562851, 0.041433993726968765, 0.18558144569396973, -0.02830624207854271, -0.1326066553592682, -0.1539050042629242, -0.47806572914123535, 0.10511365532875061, 0.021030375733971596, -0.5580882430076599, -0.012342625297605991, -0.11193632334470749, -0.25706225633621216, -0.17406873404979706, 0.061954937875270844, -0.2574538588523865, -0.3203558921813965, 0.12754204869270325, 0.33590927720069885, -0.03663940355181694, 0.36294859647750854, 0.15810592472553253, -0.2995278835296631, 0.28274354338645935, -0.044013384729623795, 0.011014726012945175, -0.18975204229354858, -0.21424265205860138, -0.30526214838027954, -0.022894155234098434, 0.03209272399544716, 0.10741794109344482, -0.04322094842791557, 0.2525860369205475, -0.4157826006412506, 0.2976953983306885, 0.4763113558292389, -0.01584097184240818, -0.36207905411720276, 0.07825376093387604, 0.24428144097328186, -0.17058634757995605, 0.016512688249349594, 0.09779752045869827, -0.3188754916191101, 0.20176301896572113, -0.35527756810188293, 0.1026042252779007, 0.13523545861244202, 0.2005791813135147, 0.15697376430034637, 0.2763282060623169, -0.07223308831453323, -0.08226536959409714, -0.14226612448692322, 0.010299463756382465, -0.08173277229070663, -0.11146637797355652, 0.14618699252605438, 0.2007075399160385, 0.02047109045088291, -0.06490982323884964, 0.06279193609952927, 0.08312702178955078, -0.015494818799197674, 0.053474459797143936, -0.31290701031684875, 0.021440600976347923, -0.11672165989875793, -0.04969878867268562, 0.05719098448753357, 0.12689393758773804, 0.12897099554538727, 0.18407930433750153, 0.0671691969037056, 0.024246258661150932, -0.083669513463974, 0.3140849769115448, -0.15401560068130493, -0.353811115026474, 0.3348724842071533, 0.087252676486969, 0.020213657990098, -0.1036761999130249, 0.2569282650947571, -0.016856374219059944, 0.2992159128189087, 0.10778390616178513, 0.1640084981918335, 0.08488722145557404, -0.09440150856971741, 0.4009702503681183, 0.014008804224431515, 0.026626113802194595, -0.321165531873703, 0.11126972734928131, 0.34465980529785156, -0.034679241478443146, -0.1592891812324524, 0.3207733929157257, -0.04765364155173302, 0.14870990812778473, -0.27146831154823303, -0.18804310262203217, -0.0742611363530159, 0.05520172417163849, -0.022954460233449936, -0.28184574842453003, -0.058358676731586456, -0.01601496897637844, -0.049345389008522034, -0.2856660783290863, -0.3364267647266388, 0.5919676423072815, -0.22754433751106262, -0.23509959876537323, 0.005580275785177946, 0.2267455905675888, 0.3541933000087738, -0.007044077385216951, 0.4082872271537781, 0.1140395998954773, 0.31838667392730713, 0.13935814797878265, -0.03477238863706589, -0.18554379045963287, 0.4233708679676056, 0.26435279846191406, -0.3618493378162384, -0.23777858912944794 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Lists#expert---high-performance
Expert - High Performance avoid loading of Pimcore object's for higher performance <?php // create new order list $orderManager = Factory::getInstance()->getOrderManager(); $orderList = $orderManager->createOrderList(); // add all required fields to the select $orderList->addSelectField(['OrderNumber' => 'order.orderNumber']); $orderList->addSelectField(['TotalPrice' => 'order.totalPrice']); $orderList->addSelectField(['Items' => 'count(orderItem.id)']);
Expert - High Performance
[ -0.47021523118019104, -0.11348089575767517, -0.2697696387767792, 0.44111838936805725, -0.020350655540823936, -0.17547687888145447, -0.14258117973804474, 0.20251235365867615, 0.08953017741441727, 0.36458978056907654, -0.09146622568368912, 0.4695468842983246, 0.040254145860672, 0.2789671719074249, -0.2287406176328659, 0.08419357240200043, -0.15321214497089386, 0.29941579699516296, -0.07372895628213882, -0.09467678517103195, -0.21624983847141266, 0.06312758475542068, -0.03394303470849991, -0.01964128203690052, 0.22610636055469513, -0.07540615648031235, -0.1103130653500557, 0.08047347515821457, -0.2836531102657318, -0.2691660523414612, -0.4038003981113434, 0.17253969609737396, -0.11120149493217468, 0.14146490395069122, -0.00009795994265004992, -0.26020723581314087, -0.024901479482650757, 0.05934913828969002, -0.43730732798576355, 0.08510520309209824, -0.5418828725814819, -0.2963864505290985, 0.19513671100139618, -0.2211696356534958, 0.06878556311130524, 0.26901793479919434, -0.19446226954460144, 0.31908857822418213, 0.04598230868577957, 0.15396851301193237, 0.3235171437263489, 0.013399793766438961, 0.16887573897838593, -0.1374136209487915, 0.2021951973438263, -0.018977131694555283, -0.09824307262897491, -0.13575991988182068, 0.3518260717391968, 0.34671634435653687, 0.03791944310069084, 0.2641775906085968, -0.11631732434034348, -0.1790706068277359, -0.008876376785337925, 0.0020612087100744247, 0.3333304822444916, 0.14515937864780426, 0.1868658810853958, -0.020048104226589203, 0.13396532833576202, -0.17606820166110992, -0.05518944934010506, -0.05208816006779671, -0.0767451748251915, -0.3763560950756073, 0.023755691945552826, 0.0045762257650494576, 0.32370302081108093, -0.04186837002635002, -0.131111741065979, 0.07032571732997894, -0.007187054492533207, 0.014803252182900906, 0.20409001410007477, 0.2311078906059265, -0.0378975048661232, -0.19172260165214539, 0.3784685432910919, -0.3093881607055664, -0.08945810049772263, -0.09801343828439713, -0.17503097653388977, 0.08475527912378311, -0.19284890592098236, -0.41326776146888733, -0.011493072845041752, -0.04905691370368004, -0.0005316382157616317, 0.13519911468029022, -0.045469656586647034, 0.4039389193058014, 0.34699538350105286, -0.03362591564655304, 0.11106234788894653, 0.10819169878959656, 0.18438154458999634, -0.07834693044424057, 0.0013173031620681286, 0.29927927255630493, -0.03160690888762474, 0.009694539941847324, -0.03280966728925705, 0.08984234929084778, -0.1536223143339157, -0.013138054870069027, -0.23140396177768707, -0.13062146306037903, -0.2727508246898651, 0.021257279440760612, 0.13816247880458832, -0.012254530563950539, 0.3643448054790497, 0.5696024298667908, -0.13744695484638214, 0.09630229324102402, 0.10617350041866302, -0.09692858904600143, -0.28012627363204956, -0.40729987621307373, -0.1877746433019638, 0.16385039687156677, 0.16264569759368896, 0.192742258310318, 0.1207880824804306, 0.3088030219078064, 0.02903296798467636, 0.16438516974449158, 0.36670932173728943, -0.22292335331439972, 0.46900397539138794, -0.26294800639152527, -0.2485906183719635, 0.22929267585277557, 0.22151732444763184, -0.12107519060373306, 0.17131978273391724, 0.3131413757801056, -0.03539397940039635, 0.1788802444934845, -0.05215659365057945, -0.4837912321090698, 0.06244074925780296, 0.38987526297569275, 0.16509567201137543, -0.17139242589473724, 0.25392577052116394, 0.16594232618808746, 0.2490677386522293, -0.034799724817276, 0.014413521625101566, 0.11479880660772324, -0.21173270046710968, -0.09876652806997299, -0.01545659825205803, 0.286213219165802, -0.07911612093448639, 0.03171846643090248, -0.606188952922821, -0.13429111242294312, 0.22856085002422333, -0.26699352264404297, -0.1480513960123062, 0.273821085691452, 0.11612562835216522, -0.21948611736297607, 0.028986601158976555, -0.1284513771533966, -0.3094409704208374, 0.04238969087600708, -0.16352523863315582, -0.14831547439098358, 0.20855224132537842, 0.11287180334329605, 0.22444936633110046, -0.11337031424045563, 0.04217075929045677, -0.28285661339759827, -0.11357878148555756, 0.20142751932144165, -0.30402451753616333, -0.3140561878681183, -0.1961231380701065, 0.1905660331249237, 0.07681132853031158, -0.09054366499185562, 0.09651340544223785, 0.208338662981987, -0.12063959985971451, -0.07729247212409973, -0.29174986481666565, 0.2788792550563812, 0.19222316145896912, 0.010137946344912052, -0.09020964801311493, -0.09261302649974823, -0.03664490953087807, 0.1581370234489441, -0.5131124258041382, 0.10334385186433792, 0.14012619853019714, -0.12210407108068466, -0.22748377919197083, 0.1782090663909912, -0.05268314108252525, 0.07094396650791168, 0.3449074327945709, -0.019450515508651733, 0.13323158025741577, -0.7315967082977295, 0.13627104461193085, -0.003711187280714512, -0.0865652933716774, -0.0915512815117836, 0.1732482612133026, -0.060858987271785736, -0.15787947177886963, -0.2658447325229645, 0.08890356868505478, 0.04343587905168533, 0.366738885641098, -0.06071095913648605, 0.13032464683055878, 0.31911927461624146, 0.1351466327905655, -0.060321275144815445, 0.2994895279407501, 0.22098049521446228, -0.016393888741731644, 0.07638346403837204, -0.0015958797885105014, -0.20150865614414215, 0.1163693219423294, -0.04840920493006706, -0.2885274589061737, 0.40837082266807556, -0.2017555832862854, 0.17509469389915466, 0.1487487554550171, -0.1127866581082344, -0.0781688541173935, 0.0262038204818964, 0.22408026456832886, -0.35628247261047363, 0.20606225728988647, 0.43155208230018616, 0.030961789190769196, 0.2147367149591446, -0.1765391230583191, 0.4087716042995453, 0.16889473795890808, 0.19673268496990204, 0.2675604820251465, 0.03205057978630066, 0.14729870855808258, -0.09238836169242859, -0.16726604104042053, -0.44376081228256226, 0.26828324794769287, 0.45600101351737976, -0.16506661474704742, -0.23016826808452606, 0.06053768843412399, -0.01750188320875168, 0.3574073612689972, 0.18982534110546112, -0.10652581602334976, -0.05266803503036499, 0.19864098727703094, -0.11484725028276443, -0.18830251693725586, -0.010420314036309719, 0.12894153594970703, 0.18238519132137299, 0.014836970716714859, -0.1567864865064621, 0.10476966947317123, 0.227034792304039, 0.13252043724060059, 0.0315721295773983, 0.054306820034980774, -0.0398041233420372, 0.29339826107025146, 0.1866500973701477, -0.1035432294011116, 0.01496108528226614, 0.007043628022074699, 0.33375880122184753, -0.024035444483160973, -0.052074916660785675, -0.12863129377365112, 0.16633328795433044, -0.19642703235149384, 0.18261657655239105, 0.1545623242855072, 0.14750026166439056, 0.4023226797580719, 0.11980029940605164, 0.09032759070396423, 0.11041116714477539, -0.11671582609415054, 0.10792725533246994, 0.24243128299713135, -0.2703407108783722, -0.03813701868057251, -0.20138567686080933, -0.0552763007581234, -0.1353594809770584, 0.05176959186792374, 0.04402938857674599, -0.1530459225177765, -0.04452678561210632, -0.04672588035464287, 0.09381047636270523, 0.031260762363672256, -0.1355377733707428, -0.06496845930814743, -0.22424088418483734, -0.17367438971996307, 0.40436863899230957, 0.457826167345047, -0.2222064584493637, 0.02564140222966671, 0.22016525268554688, -0.031532563269138336, 0.26225414872169495, -0.21680893003940582, 0.11659196019172668, -0.1168033704161644, -0.03266667202115059, -0.2175108790397644, -0.14637605845928192, -0.25476351380348206, -0.16450989246368408, -0.28129592537879944, -0.012248888611793518, -0.07921154797077179, -0.3162296414375305, -0.10220835357904434, -0.023699462413787842, 0.09590868651866913, 0.6033099889755249, 0.09482144564390182, -0.38913747668266296, -0.08818027377128601, -0.02947869338095188, 0.10775180160999298, -0.02754538506269455, 0.32078656554222107, -0.5636863708496094, -0.05598310008645058, 0.023579655215144157, 0.6919494271278381, -0.17869994044303894, 0.08072444051504135, 0.01516193151473999, -0.04709386080503464, 0.032447222620248795, -0.252491295337677, -0.25415587425231934, -0.25841662287712097, -0.042894430458545685, 0.048862285912036896, 0.31107693910598755, -0.1700950711965561, 0.042143501341342926, -0.05520908161997795, 0.3894909918308258, -0.08180038630962372, -0.11881806701421738, -0.025355977937579155, 0.381325900554657, 0.09613028913736343, 0.02725464105606079, 0.2281724512577057, -0.32646283507347107, 0.10999297350645065, -0.020126625895500183, -0.2781955301761627, -0.31804266571998596, -0.45377644896507263, -0.0930195078253746, -0.20107373595237732, -0.05822138860821724, 0.2673910856246948, -0.016075897961854935, -0.22703124582767487, 0.08951662480831146, -0.049189046025276184, 0.09944535791873932, -0.2574867606163025, 0.4065914750099182, 0.21898481249809265, -0.08448953181505203, 0.30468764901161194, -0.648247241973877, 0.2645995020866394, 0.09329655021429062, -0.480117529630661, -0.06270147860050201, 0.4520792067050934, 0.2874829173088074, -0.5951849222183228, 0.0482669323682785, 0.28434786200523376, 0.118100605905056, -0.23618197441101074, -0.04749605432152748, -0.15264609456062317, 0.032110657542943954, -0.10320938378572464, 0.2055475413799286, -0.45101284980773926, 0.3578628897666931, -0.007631554733961821, 0.09962449222803116, -0.02773301489651203, -0.34290191531181335, -0.08469080179929733, -0.11879409849643707, 0.1381300687789917, 0.15823043882846832, 0.3339761197566986, 0.006188597530126572, -0.15967968106269836, 0.1582961529493332, 0.19847486913204193, 0.1607004851102829, 0.05933888629078865, 0.08458578586578369, -0.11715769022703171, -0.12964855134487152, 0.2575283646583557, 0.3158949315547943, -0.08328086882829666, 0.04098419100046158, 0.1790691465139389, 0.28659865260124207, -0.12884420156478882, -0.1806398332118988, -0.1300702542066574, -0.04048176482319832, 0.0443299263715744, 0.12401217222213745, -0.11084937304258347, -0.06974416971206665, -0.11738654226064682, -0.019260136410593987, 0.0021876252721995115, -0.011064829304814339, 0.49882960319519043, 0.9568416476249695, -0.24567101895809174, -0.12777407467365265, 0.2332824021577835, -0.4357788562774658, 0.06218539550900459, -0.1984001249074936, 0.07142236083745956, -0.4172550439834595, -0.26453086733818054, 0.2975413203239441, -0.049055639654397964, 0.21684503555297852, 0.21203674376010895, -0.4054442048072815, -0.03510482236742973, -0.22456292808055878, -0.2839509844779968, 0.09183970093727112, 0.1882844716310501, 0.054113540798425674, -0.5186670422554016, 0.1893475502729416, 0.30042365193367004, 0.1398097425699234, -0.2353765219449997, -0.1629638522863388, -0.10335268825292587, 0.050692420452833176, -0.11366362124681473, 0.04648935794830322, 0.05082426965236664, -0.17521308362483978, 0.1509232074022293, -0.1759086698293686, 0.048306968063116074, -0.19407601654529572, -0.29887914657592773, -0.20777079463005066, 0.08732632547616959, 0.1305929720401764, 0.06661999970674515, 0.15832418203353882, 0.17710758745670319, 0.09916608035564423, -0.009286198765039444, -0.05904988944530487, -0.10859169065952301, 0.01852812059223652, 0.13131719827651978, -0.09698466211557388, 0.021659821271896362, -0.092425137758255, 0.3045467436313629, 0.2317875772714615, -0.2365114390850067, -0.33076485991477966, 0.16836218535900116, -0.27619668841362, -0.21367880702018738, 0.26804542541503906, -0.04488706961274147, -0.1707242727279663, 0.34660932421684265, 0.04976016283035278, -0.10813621431589127, -0.23399977385997772, 0.18859247863292694, 0.27359744906425476, -0.045913778245449066, 0.14828257262706757, 0.1366739571094513, -0.22512269020080566, -0.41261908411979675, 0.1359303891658783, 0.02857472561299801, -0.4002493917942047, 0.06819480657577515, -0.011005681939423084, -0.36496829986572266, 0.22999021410942078, 0.23716862499713898, -0.009475186467170715, 0.2318717986345291, -0.191721573472023, 0.20911282300949097, -0.16110442578792572, -0.109842948615551, 0.4308939576148987, 0.015390109270811081, 0.037488680332899094, 0.14760063588619232, -0.2107156217098236, 0.27208495140075684, -0.46649977564811707, -0.2198454588651657, -0.5299931168556213, 0.10866808891296387, -0.07933259010314941, -0.20252740383148193, -0.018124854192137718, 0.22375911474227905, 0.2884356379508972, 0.03209523856639862, -0.08165409415960312, -0.40377381443977356, 0.11048493534326553, 0.016457322984933853, 0.024479825049638748, 0.11057035624980927, -0.16007661819458008, 0.13056032359600067, -0.2525898218154907, -0.08760593086481094, -0.2192334532737732, -0.20673009753227234, -0.09270717948675156, -0.2895185947418213, -0.020692206919193268, 0.2823761999607086, 0.09341326355934143, -0.08586155623197556, 0.08570007234811783, 0.22538627684116364, -0.04469124600291252, 0.1918531358242035, -0.0774078443646431, -0.2935860753059387, 0.24551457166671753, 0.07837112247943878, 0.18166802823543549, -0.16092784702777863, 0.18720726668834686, -0.06422346085309982, -0.08994849026203156, 0.3250521719455719, 0.22819221019744873, 0.08782168477773666, 0.10603170841932297, -0.10021054744720459, -0.1707383096218109, 0.3893391191959381, -0.41649091243743896, -0.16619709134101868, -0.22570234537124634, -0.2702674865722656, 0.1930742710828781, 0.2574842572212219, -0.2079363614320755, 0.08971168845891953, 0.3778863549232483, 0.21633145213127136, 0.031167665496468544, 0.010684858076274395, -0.1791837364435196, -0.03851695731282234, -0.05348484590649605, -0.06981118768453598, 0.2887401282787323, 0.368946373462677, 0.17112068831920624, 0.02693343721330166, -0.13938166201114655, 0.4900608956813812, 0.18716824054718018, 0.26724082231521606, 0.06073655188083649, -0.11471301317214966, 0.20581813156604767, 0.28504082560539246, 0.35187315940856934, -0.2762754559516907, 0.018740475177764893, -0.319032222032547, -0.013207290321588516, 0.03860950097441673, -0.21652428805828094, 0.034795377403497696, -0.01317981630563736, 0.15974290668964386, -0.02811761386692524, 0.04305293783545494, -0.05164334923028946, -0.10107195377349854, 0.1813684105873108, 0.055683478713035583, -0.15644259750843048, -0.04404303804039955, 0.13207189738750458, -0.52003413438797, -0.28221553564071655, 0.34861427545547485, 0.08486427366733551, -0.45895540714263916, -0.021739503368735313, 0.13732776045799255, 0.07941513508558273, 0.06818701326847076, 0.1620665043592453, 0.013599647209048271, 0.20324017107486725, -0.02361818589270115, 0.1035904511809349, -0.13221874833106995, -0.049295853823423386, -0.2760421335697174, -0.21732279658317566, 0.1876121312379837, 0.3430624306201935, 0.042740385979413986, 0.20480597019195557, -0.4228903353214264, -0.3252308964729309, 0.44972148537635803, -0.23322559893131256, -0.10860872268676758, 0.07117252796888351, 0.31643804907798767, -0.25293758511543274, 0.04217058792710304, 0.19165344536304474, -0.22817721962928772, 0.03722335398197174, -0.3366614878177643, -0.018820544704794884, -0.0009156675660051405, 0.17071382701396942, 0.1738838106393814, 0.20402316749095917, 0.050561971962451935, -0.25372448563575745, -0.08999232202768326, -0.29611027240753174, 0.08839580416679382, -0.1563597172498703, 0.14326082170009613, 0.19542023539543152, -0.019124850630760193, 0.2045220136642456, 0.5260093212127686, 0.01832546666264534, 0.1719808131456375, 0.2853725254535675, -0.1881953924894333, 0.29950249195098877, 0.20323196053504944, 0.0516977459192276, 0.32572001218795776, -0.08350958675146103, 0.0336945541203022, 0.026972811669111252, -0.07779990136623383, 0.14398425817489624, 0.0027657821774482727, 0.3378782272338867, -0.12089278548955917, -0.38091015815734863, 0.06894323229789734, 0.11180184781551361, 0.0918329507112503, -0.05421135202050209, 0.05882488563656807, -0.19695459306240082, 0.20308279991149902, 0.2758755087852478, 0.021364599466323853, 0.03793865069746971, 0.021275345236063004, 0.3358648717403412, -0.21182580292224884, 0.2097693681716919, -0.05913994461297989, -0.07712417095899582, 0.31665337085723877, 0.1366155743598938, -0.2913389503955841, -0.05970071628689766, 0.0657910406589508, 0.1116730198264122, 0.05350412428379059, -0.4586805999279022, 0.1544780284166336, 0.225010946393013, -0.14129647612571716, -0.23745284974575043, 0.10640869289636612, 0.11794520914554596, -0.027619285508990288, -0.23147758841514587, -0.26290804147720337, 0.6615002751350403, -0.18535569310188293, -0.22771687805652618, 0.41000330448150635, -0.17274467647075653, 0.05991261452436447, -0.08123509585857391, -0.04344876855611801, 0.1272890418767929, -0.04531891271471977, 0.05887261778116226, -0.09568428248167038, 0.09375545382499695, -0.10442540794610977, 0.3004922568798065, -0.23999670147895813, -0.006790502928197384 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Lists#expert---extended-conditions-via-joins
Expert - Extended Conditions via Joins <?php // e.g. get all orderings for a customer $orderList->joinCustomer( \Pimcore\Model\DataObject\Customer::classId() ); $orderList->getQuery()->where('customer.id = ?', 12345); // e.g. filter product number $orderList->joinProduct( \Pimcore\Model\DataObject\Product::classId() ); $orderList->getQuery()->where('product.productNumber = ?', 'CMD1191');
Expert - Extended Conditions via Joins
[ -0.17861396074295044, 0.0032224112655967474, -0.3007747232913971, 0.32056567072868347, -0.155612513422966, -0.4617794156074524, 0.03040534071624279, 0.24591590464115143, 0.12302477657794952, -0.0039758626371622086, -0.31198811531066895, 0.20851701498031616, -0.16426505148410797, 0.14066031575202942, -0.22617116570472717, -0.016597209498286247, -0.12029248476028442, 0.4506630599498749, -0.21961714327335358, 0.17621314525604248, -0.08259402960538864, 0.23925666511058807, 0.2331993579864502, 0.11925606429576874, 0.3273528218269348, 0.09331817924976349, 0.15794265270233154, -0.053671371191740036, -0.018188921734690666, 0.20674461126327515, 0.020381323993206024, 0.47715920209884644, 0.10773742198944092, -0.09911290556192398, -0.00010212933557340875, -0.11699481308460236, -0.24913233518600464, -0.1395624876022339, -0.37836673855781555, -0.04180830344557762, -0.541687548160553, 0.07943902164697647, 0.030488356947898865, -0.20167720317840576, -0.33633193373680115, 0.39003878831863403, -0.44282853603363037, 0.391035258769989, 0.22786588966846466, 0.5252996683120728, 0.28897204995155334, 0.15878620743751526, 0.005877749994397163, -0.1889084428548813, 0.2699001133441925, 0.09670878946781158, 0.13648933172225952, -0.21300023794174194, 0.6758661866188049, -0.027714651077985764, 0.4096841514110565, 0.40917113423347473, -0.11262579262256622, -0.2416849434375763, -0.10651428252458572, -0.2730156481266022, 0.43743184208869934, -0.05450617894530296, 0.06629414111375809, 0.08686691522598267, -0.14074786007404327, 0.15721110999584198, -0.1315755546092987, -0.1825672835111618, -0.06098945066332817, 0.05429307743906975, -0.01740691252052784, -0.25860530138015747, -0.04230903461575508, 0.15121272206306458, -0.1714339703321457, 0.12614695727825165, 0.08448901027441025, -0.024301303550601006, -0.3349124491214752, 0.5124291777610779, -0.1661369949579239, -0.1589607447385788, -0.036651045083999634, -0.44119298458099365, -0.23578444123268127, 0.1870814710855484, 0.02213936671614647, 0.03252407908439636, -0.10669653862714767, -0.6864651441574097, 0.08214160054922104, 0.38770076632499695, 0.1352134346961975, -0.06446237117052078, 0.024601774290204048, 0.21610531210899353, 0.3461894094944, -0.00870179571211338, 0.25268441438674927, -0.08267276734113693, 0.5077428817749023, 0.04574666544795036, -0.09581483155488968, 0.4374590516090393, -0.3230018615722656, 0.179022416472435, -0.12724065780639648, -0.053993869572877884, -0.07440975308418274, 0.18885095417499542, -0.19014106690883636, -0.2021731287240982, -0.2573516368865967, 0.03546646982431412, 0.008677138946950436, 0.11445930600166321, 0.5172680616378784, 0.45631322264671326, -0.02136833965778351, 0.11661337316036224, -0.08993944525718689, -0.0930584967136383, -0.16357941925525665, -0.3107803165912628, -0.020959977060556412, -0.06204776465892792, 0.22298777103424072, -0.09874650835990906, 0.37984737753868103, 0.1547039896249771, 0.1088794693350792, -0.025073260068893433, 0.08131387829780579, -0.13699036836624146, 0.24038270115852356, 0.003891885047778487, 0.14881905913352966, 0.2785966694355011, 0.13448186218738556, -0.2733442783355713, 0.11587771028280258, 0.19337694346904755, -0.20432958006858826, 0.13581636548042297, -0.05332905426621437, -0.3977510333061218, 0.09311152249574661, 0.4116499722003937, 0.06021973490715027, -0.11047300696372986, 0.31195950508117676, 0.17146621644496918, 0.12910503149032593, -0.18072153627872467, 0.15156243741512299, -0.12807592749595642, 0.02629767172038555, 0.14662916958332062, -0.017814887687563896, -0.13181982934474945, 0.048047859221696854, 0.038340359926223755, -0.43510982394218445, -0.2692652642726898, -0.1914348006248474, -0.5166578888893127, -0.07576541602611542, -0.007086693309247494, -0.002812684280797839, -0.3878413140773773, 0.3106682300567627, 0.026634125038981438, -0.08651696890592575, 0.014885914511978626, -0.09022536128759384, 0.16899971663951874, 0.21485508978366852, -0.06087016686797142, 0.3867241144180298, -0.26254940032958984, -0.016296420246362686, -0.17513293027877808, 0.005938887130469084, -0.004261440131813288, 0.10002610832452774, 0.12794683873653412, -0.16711768507957458, 0.26606133580207825, 0.02719867415726185, 0.08701176196336746, 0.08100280165672302, 0.13861995935440063, -0.03725026547908783, -0.04274275153875351, -0.20514853298664093, -0.06001466140151024, 0.10727798193693161, 0.2198243886232376, 0.090296171605587, -0.24554230272769928, 0.10015632212162018, 0.04021318256855011, -0.5699039101600647, -0.19739766418933868, 0.04009116441011429, -0.2182130366563797, -0.17196276783943176, 0.08596717566251755, 0.12422310560941696, 0.1014171615242958, 0.33018621802330017, -0.18358930945396423, 0.1707218736410141, -0.8417243361473083, 0.11842681467533112, 0.06215434521436691, 0.1524345874786377, -0.18073660135269165, 0.0019436086295172572, -0.06062772870063782, -0.01770370826125145, 0.1120518147945404, 0.00889624934643507, 0.1427723616361618, 0.3301650583744049, 0.1828639656305313, 0.3417940139770508, -0.10148683935403824, -0.11679072678089142, -0.2234678417444229, -0.04733794555068016, 0.24917513132095337, -0.07171403616666794, -0.06888305395841599, -0.11349763721227646, -0.15395887196063995, 0.06782101839780807, 0.10313036292791367, -0.397613525390625, 0.6688488125801086, 0.1422097086906433, 0.33785226941108704, 0.19545885920524597, 0.09168149530887604, 0.31168991327285767, -0.1337328851222992, -0.0836229994893074, -0.31813153624534607, 0.14163126051425934, 0.3501398265361786, -0.08865288645029068, 0.11116650700569153, -0.3461156487464905, 0.6564911007881165, -0.16110514104366302, 0.11603624373674393, 0.38008344173431396, -0.16082298755645752, 0.21880468726158142, 0.1314186155796051, 0.03987402841448784, -0.2689988613128662, 0.054363034665584564, 0.4139726161956787, -0.09725673496723175, -0.3284040689468384, -0.04385839030146599, 0.023142119869589806, 0.23744551837444305, -0.1733083873987198, -0.39268267154693604, -0.03156938776373863, 0.18759499490261078, -0.12657205760478973, 0.055008500814437866, -0.16938894987106323, 0.00422655139118433, -0.16374047100543976, -0.29422998428344727, -0.0019029163522645831, 0.17259536683559418, 0.06810955703258514, -0.06684368848800659, 0.002140881959348917, -0.10019479691982269, 0.10657719522714615, 0.32097098231315613, 0.307265043258667, -0.2873029410839081, -0.01226047147065401, 0.10440237820148468, 0.36330363154411316, -0.06647656112909317, -0.1632770150899887, -0.1370258778333664, 0.047749582678079605, -0.019270002841949463, 0.3004702627658844, -0.037571508437395096, 0.08555828779935837, 0.2567276656627655, 0.0886910930275917, -0.08018616586923599, -0.18336662650108337, -0.32993441820144653, -0.051737695932388306, 0.07866265624761581, -0.05731800198554993, 0.31492602825164795, -0.13842087984085083, 0.21043279767036438, 0.028480680659413338, 0.09101836383342743, 0.1884518712759018, -0.09354885667562485, -0.04027425870299339, -0.017667148262262344, 0.22765401005744934, -0.13272500038146973, -0.06374871730804443, -0.12680377066135406, -0.0694192424416542, -0.30113720893859863, 0.2255314141511917, 0.30117183923721313, -0.44814062118530273, -0.047740381211042404, 0.025108976289629936, -0.2460009604692459, 0.039329301565885544, -0.14823508262634277, -0.08590194582939148, 0.012366974726319313, -0.0185473021119833, 0.028866207227110863, -0.23336857557296753, -0.3743993043899536, -0.07299838215112686, 0.04666439816355705, 0.15922482311725616, -0.05532529950141907, -0.01924714632332325, 0.025448929518461227, 0.09262657165527344, -0.4300273358821869, 0.3819599151611328, -0.0076923309825360775, -0.216179758310318, -0.28621387481689453, 0.05060631409287453, 0.21217508614063263, -0.07239111512899399, 0.10547024011611938, -0.5190389156341553, 0.006483518984168768, -0.11664913594722748, 0.5752149224281311, -0.32802730798721313, -0.04040685296058655, -0.12327393144369125, 0.06990935653448105, 0.0059475768357515335, 0.15149374306201935, -0.23448561131954193, -0.44100847840309143, 0.13533547520637512, -0.04836561530828476, 0.39522501826286316, 0.07296101003885269, 0.01066191028803587, -0.07672629505395889, 0.1602175086736679, -0.17435835301876068, -0.1919381469488144, 0.05105242133140564, 0.35566866397857666, 0.23795141279697418, -0.027850983664393425, 0.08502978086471558, -0.10591050982475281, -0.032420266419649124, -0.3123434782028198, 0.07192984968423843, -0.07138918340206146, -0.2358400672674179, -0.2163822054862976, -0.2855071425437927, 0.020456716418266296, 0.1652480959892273, 0.11909148842096329, 0.0771709606051445, 0.19599086046218872, -0.02279583550989628, -0.058934297412633896, -0.21016429364681244, 0.4275728166103363, 0.06873336434364319, 0.4190412759780884, 0.17780563235282898, -0.5629194974899292, 0.15713194012641907, 0.169315367937088, -0.3020845353603363, -0.11083277314901352, 0.09935055673122406, 0.4622194170951843, -0.2304355949163437, 0.10587409138679504, 0.2835893929004669, -0.28867992758750916, -0.20024952292442322, -0.15269269049167633, 0.033080264925956726, 0.02238970249891281, 0.08592169731855392, 0.3826950788497925, -0.18695344030857086, 0.17950643599033356, -0.117831751704216, -0.1965991109609604, 0.12091177701950073, -0.16637492179870605, 0.11587432026863098, 0.06344197690486908, -0.18025866150856018, 0.07450666278600693, 0.20386599004268646, -0.14898093044757843, 0.016126979142427444, 0.14006726443767548, 0.2542581856250763, 0.020741021260619164, -0.10065317153930664, -0.09904337674379349, 0.04402517154812813, 0.12794652581214905, 0.043823350220918655, 0.06763774156570435, 0.04360870271921158, 0.10968393087387085, 0.12540605664253235, 0.400584876537323, 0.122571662068367, -0.29933881759643555, -0.0074045355431735516, -0.2880237102508545, 0.08014722913503647, 0.23600882291793823, -0.06620888411998749, -0.13529828190803528, -0.20311647653579712, -0.17494510114192963, -0.29804039001464844, -0.12417641282081604, 0.41412872076034546, 0.632958173751831, 0.15500633418560028, 0.011436942033469677, -0.11285972595214844, -0.4526031017303467, 0.22953563928604126, -0.11923868209123611, 0.05355079472064972, -0.06422729790210724, 0.02850528620183468, 0.14790378510951996, 0.050461698323488235, 0.15519176423549652, 0.4342744052410126, -0.3702206313610077, 0.12614376842975616, -0.33707818388938904, -0.08239871263504028, 0.17237237095832825, -0.20428965985774994, -0.1020304337143898, -0.21167761087417603, 0.019896022975444794, 0.2641582190990448, 0.12375971674919128, -0.08679743111133575, -0.19696331024169922, -0.12606950104236603, 0.14734336733818054, -0.36781445145606995, -0.019606949761509895, -0.0433124378323555, -0.40432485938072205, -0.22701331973075867, -0.15272265672683716, -0.10874225199222565, -0.09293877333402634, -0.19153031706809998, -0.3032640218734741, 0.14085206389427185, 0.05312902480363846, 0.18316684663295746, 0.0988805741071701, 0.23742325603961945, 0.07575108110904694, 0.033697713166475296, 0.15922029316425323, -0.16735640168190002, 0.1342945098876953, -0.005397432018071413, 0.0032864054664969444, -0.1185695081949234, -0.31669923663139343, 0.39382848143577576, 0.03825262933969498, -0.12108248472213745, -0.11339432001113892, -0.009401509538292885, -0.17569223046302795, -0.2468811720609665, 0.26271241903305054, -0.11916295439004898, -0.2219487875699997, 0.046928342431783676, -0.26141029596328735, -0.11111164838075638, -0.18635714054107666, 0.23619623482227325, 0.14758482575416565, -0.09910088032484055, 0.20203356444835663, 0.017482711002230644, -0.044895317405462265, -0.5612743496894836, -0.221353217959404, 0.11812728643417358, -0.34998077154159546, 0.13586962223052979, -0.059389058500528336, -0.41619497537612915, 0.14098364114761353, 0.14312030375003815, 0.137210875749588, 0.0880935937166214, 0.056139130145311356, -0.17668867111206055, 0.04207305610179901, -0.1825648546218872, 0.1909312903881073, -0.010395221412181854, -0.00774318166077137, 0.1455773413181305, -0.1738600730895996, 0.05511932820081711, -0.44485965371131897, -0.18518516421318054, -0.2980581521987915, 0.23235827684402466, -0.19806315004825592, 0.040873296558856964, -0.12766972184181213, 0.20629127323627472, 0.23271499574184418, 0.11842584609985352, -0.019313761964440346, -0.46819350123405457, 0.07788931578397751, 0.009199399501085281, 0.08367832005023956, 0.21953153610229492, -0.0970664843916893, 0.16688795387744904, 0.07520144432783127, 0.12903077900409698, -0.10166390240192413, -0.1452295482158661, 0.3614356219768524, -0.23947849869728088, 0.08181165903806686, 0.17325271666049957, -0.14342984557151794, 0.06372319906949997, 0.26185062527656555, -0.14277143776416779, -0.007847988978028297, 0.26140838861465454, -0.12491493672132492, -0.1350363790988922, 0.30647730827331543, 0.13105462491512299, 0.11869751662015915, -0.07112890481948853, 0.24591954052448273, 0.20078536868095398, -0.21600767970085144, 0.3194303512573242, 0.23661287128925323, -0.01084970310330391, 0.023557381704449654, 0.05490449070930481, -0.03635021299123764, 0.4527474343776703, -0.3647787570953369, 0.09307866543531418, 0.0247036200016737, -0.05376628041267395, 0.1742583066225052, 0.24486173689365387, -0.13770928978919983, -0.09737720340490341, 0.7681000828742981, 0.13441085815429688, -0.029887408018112183, 0.384354829788208, 0.033855993300676346, 0.22319923341274261, 0.07265501469373703, -0.05506308004260063, 0.35235047340393066, 0.049329522997140884, 0.19308032095432281, 0.0176833663135767, -0.0990767553448677, 0.47209250926971436, 0.14179131388664246, 0.039438724517822266, 0.546114981174469, 0.05392669141292572, 0.023026809096336365, 0.04349689930677414, 0.28957420587539673, 0.16757211089134216, -0.11425045877695084, -0.09040167927742004, -0.35514599084854126, 0.005528595764189959, -0.2077900618314743, -0.16941344738006592, -0.17125488817691803, 0.19131705164909363, -0.19822141528129578, -0.13398651778697968, -0.11420796811580658, -0.27297738194465637, 0.07512766867876053, -0.13642913103103638, -0.2295519858598709, -0.07690530270338058, -0.09198550134897232, -0.5091677904129028, -0.2888609766960144, 0.19646486639976501, -0.3241104483604431, -0.24659402668476105, 0.08863995224237442, 0.4099154770374298, 0.023766202852129936, 0.5255443453788757, 0.06588800996541977, -0.13651952147483826, 0.033065661787986755, 0.09560346603393555, 0.08793318271636963, -0.18993039429187775, -0.08568339794874191, -0.34742632508277893, -0.22289805114269257, -0.15416042506694794, 0.2744065523147583, 0.1386169195175171, 0.2373686581850052, -0.3932839035987854, 0.11756428331136703, 0.3996167778968811, -0.19973231852054596, -0.2990570664405823, 0.06500758975744247, 0.2637467384338379, -0.08139989525079727, 0.03686715289950371, 0.0303949024528265, -0.04479009658098221, 0.03708552569150925, -0.231265127658844, 0.03664092719554901, 0.0063439952209591866, 0.26183822751045227, 0.17460909485816956, 0.05576491355895996, 0.005424175877124071, -0.03953206166625023, 0.041129712015390396, -0.16625675559043884, 0.01819504238665104, -0.12250570207834244, -0.03818286955356598, 0.12410987168550491, 0.10939232259988785, 0.26997020840644836, 0.0863780677318573, 0.15380896627902985, -0.004574979189783335, 0.21395951509475708, -0.3000085651874542, 0.09499018639326096, 0.14886486530303955, -0.06800706684589386, -0.04024016112089157, 0.0770302414894104, 0.012628764845430851, 0.22385422885417938, -0.22204793989658356, 0.14614909887313843, -0.12065698951482773, 0.28516480326652527, -0.22548767924308777, -0.3235306143760681, 0.378745436668396, 0.03396660089492798, 0.06301088631153107, 0.04321199655532837, 0.3598062992095947, -0.004929485265165567, 0.3658429682254791, 0.1733207106590271, 0.1564304083585739, -0.045088473707437515, -0.10232924669981003, 0.12024387717247009, 0.00902647152543068, 0.10235771536827087, -0.05141710489988327, 0.15704402327537537, 0.12556670606136322, 0.11034760624170303, -0.09322917461395264, 0.05200400948524475, -0.030624112114310265, 0.01597481407225132, -0.12606500089168549, -0.21861661970615387, 0.3314323425292969, 0.21082620322704315, -0.041122741997241974, -0.34537431597709656, -0.0708874985575676, -0.020617622882127762, -0.2414669692516327, -0.426658570766449, -0.31028512120246887, 0.6099990010261536, -0.04396231845021248, -0.14646004140377045, 0.10917627811431885, -0.08606760948896408, 0.28150415420532227, -0.22512830793857574, 0.24988991022109985, 0.19221356511116028, 0.3013080656528473, 0.10052722692489624, -0.18390004336833954, -0.10808026790618896, 0.24149492383003235, 0.25606298446655273, -0.10920439660549164, -0.35788074135780334 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Lists#generic-filter
Generic Filter Namespace: \Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\Listing\Filter Filter Description OrderDateTime Date Range Filter OrderSearch Search order for a specified keyword Payment Filter by payment state (ok or fail) Product Filter by product and its variants ProductType Filter ordered products for the given class names CustomerObject Filter orders by given Customer Object Search Generic search filter for searches against a given DB column Search\Customer Search for customer name Search\CustomerEmail Search for customer email Search\PaymentReference Search for a payment reference
Generic Filter
[ -0.01227140799164772, -0.15925028920173645, -0.24734903872013092, -0.003019525669515133, 0.10765239596366882, -0.18467193841934204, -0.15800915658473969, 0.2668392062187195, 0.09419749677181244, -0.13139384984970093, -0.36168599128723145, -0.015969576314091682, -0.07508416473865509, 0.2836281657218933, -0.09072218090295792, -0.3426077365875244, -0.016441278159618378, 0.1382375955581665, -0.16530640423297882, -0.012247963808476925, -0.21662011742591858, 0.330846905708313, 0.14399749040603638, 0.26556751132011414, 0.3225424587726593, -0.03369366377592087, -0.13471464812755585, -0.23047439754009247, -0.4027840495109558, -0.12655286490917206, 0.18660558760166168, 0.4071924388408661, 0.02259119600057602, 0.16640551388263702, -0.00010592477337922901, 0.03150792419910431, 0.027919907122850418, -0.12017274647951126, -0.08744200319051743, 0.011243745684623718, -0.2605524957180023, 0.11211628466844559, 0.47365882992744446, -0.15296095609664917, -0.16368232667446136, 0.011439193971455097, -0.16216830909252167, 0.4146178364753723, 0.18615847826004028, 0.48437121510505676, 0.26918721199035645, -0.23323369026184082, -0.0390496701002121, -0.135867640376091, 0.2645591199398041, -0.09071209281682968, 0.1131150871515274, -0.24420121312141418, 0.7446885704994202, 0.1822924166917801, 0.06952842324972153, 0.21595653891563416, -0.26590773463249207, -0.15913468599319458, -0.041104357689619064, -0.09104208648204803, 0.4749891459941864, -0.18081410229206085, -0.006814463529735804, 0.05913013219833374, 0.2906359136104584, 0.03909323364496231, -0.027175212278962135, 0.14846062660217285, -0.2909577786922455, -0.19021083414554596, 0.03647049143910408, -0.05435483902692795, -0.04888386279344559, 0.015341464430093765, -0.012162811122834682, 0.1328883171081543, 0.07755777984857559, 0.3599381148815155, -0.0988854244351387, 0.47297075390815735, -0.18677522242069244, -0.1142171248793602, 0.19036556780338287, -0.4353848695755005, -0.14591142535209656, 0.0237397663295269, 0.08914075046777725, 0.2961527705192566, -0.07612267136573792, -0.3045997619628906, 0.1621745228767395, 0.2738056778907776, 0.07737843692302704, -0.14795945584774017, -0.0597657673060894, 0.15936772525310516, 0.28773897886276245, 0.08851145207881927, 0.11739721894264221, 0.18770669400691986, 0.3436555862426758, -0.1360161155462265, 0.06924620270729065, 0.3682975172996521, -0.24129171669483185, -0.03540259599685669, 0.07313430309295654, 0.30452415347099304, -0.29306355118751526, -0.17055301368236542, -0.0294260885566473, 0.046390313655138016, -0.2991151213645935, -0.06221388280391693, -0.08023582398891449, -0.1530366837978363, 0.48428812623023987, 0.5556859970092773, 0.19158697128295898, -0.030037594959139824, 0.18250757455825806, -0.17628608644008636, -0.03639649227261543, -0.21092328429222107, -0.11958244442939758, 0.030618153512477875, 0.0915200263261795, -0.1784815490245819, 0.1878141313791275, 0.10906413942575455, 0.38345322012901306, -0.11944667249917984, 0.1925705373287201, -0.24867500364780426, 0.549100399017334, -0.07641713321208954, -0.06089755520224571, 0.5148212313652039, -0.04670910909771919, -0.3466867506504059, 0.3516945540904999, 0.24993668496608734, -0.2223575860261917, -0.06360746920108795, -0.5145109295845032, -0.2066110074520111, 0.21384292840957642, 0.3175988495349884, 0.3027259111404419, -0.0030034782830625772, 0.31091228127479553, 0.03823447972536087, -0.1359613835811615, -0.09996644407510757, 0.168594628572464, -0.0871194452047348, 0.21618640422821045, 0.10512407124042511, -0.08040936291217804, -0.1753847301006317, 0.06330560892820358, -0.02885858342051506, -0.7175924181938171, -0.22492466866970062, 0.2769964337348938, -0.22592793405056, -0.07582905888557434, 0.3080923855304718, -0.022499850019812584, -0.15261439979076385, 0.4153388440608978, -0.16894567012786865, 0.06704627722501755, -0.09439001232385635, 0.10321392863988876, -0.11368557810783386, 0.31907397508621216, -0.14791825413703918, 0.17455744743347168, -0.1633760929107666, -0.05597046762704849, -0.3719983398914337, -0.154034823179245, 0.12804721295833588, 0.07784795016050339, 0.09968931972980499, -0.5091150999069214, 0.055399030447006226, 0.18686465919017792, -0.07944248616695404, -0.13543833792209625, 0.08231964707374573, -0.1539939045906067, 0.1674790233373642, -0.20157304406166077, 0.10265658795833588, 0.12208976596593857, 0.5000876188278198, 0.36863237619400024, -0.14437907934188843, 0.2700347304344177, -0.1576869934797287, -0.6170281767845154, 0.1459367424249649, 0.05454574152827263, -0.2966539263725281, -0.19728706777095795, 0.14514699578285217, 0.007249548565596342, 0.048685621470212936, 0.351884126663208, -0.0412176176905632, 0.05947740748524666, -0.5488681197166443, 0.00835129152983427, 0.11443506181240082, -0.04277361184358597, 0.07217128574848175, 0.16404709219932556, 0.01231998298317194, -0.11779825389385223, 0.09278230369091034, -0.11337564885616302, 0.12153493613004684, 0.38718855381011963, -0.1640336960554123, 0.15471334755420685, 0.33357349038124084, 0.17622482776641846, -0.20685316622257233, 0.2693207561969757, 0.48299920558929443, -0.11729008704423904, -0.42349109053611755, 0.056179068982601166, 0.14391832053661346, 0.1617502123117447, 0.0921911746263504, -0.31263819336891174, 0.27948179841041565, 0.2475820630788803, 0.13991713523864746, 0.08979048579931259, 0.1345801055431366, 0.1865142434835434, -0.1264285296201706, -0.023812469094991684, -0.30613476037979126, 0.3677854537963867, 0.09915240854024887, -0.2364834100008011, 0.12547306716442108, -0.3691555857658386, 0.1297551989555359, 0.225815087556839, 0.037137556821107864, 0.5088663101196289, 0.0285336896777153, 0.06898012012243271, -0.11370773613452911, 0.04789913445711136, -0.048241738229990005, 0.020538093522191048, 0.27184823155403137, -0.1814345270395279, -0.16778521239757538, 0.3848777115345001, -0.01973968930542469, 0.331121027469635, 0.3204127252101898, -0.16227872669696808, -0.36969587206840515, -0.0010840566828846931, 0.16299262642860413, -0.08917968720197678, -0.14024841785430908, -0.05112391337752342, 0.04002179577946663, 0.028653208166360855, -0.0027245820965617895, -0.02639157883822918, -0.07196178287267685, 0.18805165588855743, 0.36616700887680054, -0.011404040269553661, -0.28408125042915344, 0.28569844365119934, -0.003009369596838951, -0.2787979245185852, 0.06854138523340225, -0.01605529896914959, 0.45372480154037476, 0.0016766937915235758, -0.14836035668849945, -0.37280115485191345, -0.03484363853931427, -0.1165480986237526, 0.1908809244632721, -0.1309206187725067, 0.24782401323318481, 0.4287097156047821, 0.028160225600004196, 0.19807720184326172, 0.12352807819843292, -0.6145427227020264, 0.3266977369785309, 0.011740751564502716, -0.25268369913101196, 0.3750714063644409, -0.14275473356246948, -0.22067683935165405, 0.005769345909357071, -0.035286568105220795, 0.020448310300707817, -0.3096896708011627, -0.13517779111862183, -0.15566857159137726, 0.3414868116378784, 0.01983317732810974, 0.12768885493278503, -0.28765761852264404, -0.24566735327243805, -0.2918740212917328, 0.002040047198534012, 0.24049332737922668, -0.3493894338607788, -0.5119720101356506, 0.2507980763912201, -0.33875685930252075, 0.4132497310638428, -0.10130852460861206, 0.08909982442855835, -0.14904548227787018, -0.2321067452430725, 0.05460910126566887, 0.07238983362913132, -0.2580253481864929, 0.1087641492486, -0.0037408540956676006, 0.1117749959230423, 0.03510238975286484, -0.014938966371119022, -0.20482580363750458, 0.4142448902130127, -0.43583178520202637, 0.5996449589729309, 0.05168034881353378, -0.24783878028392792, -0.12805530428886414, -0.2831938862800598, -0.24871090054512024, 0.06285323202610016, 0.32313773036003113, -0.4157523810863495, 0.16816867887973785, -0.15823490917682648, 0.6598778367042542, -0.4477243423461914, 0.2302836924791336, 0.16555961966514587, 0.27299821376800537, -0.033686067909002304, -0.004736153408885002, -0.15986749529838562, -0.3453426957130432, 0.16286155581474304, -0.13326312601566315, 0.4230291247367859, -0.04204753041267395, -0.05386114865541458, -0.10231652855873108, 0.2082633525133133, -0.4647720456123352, -0.24664908647537231, -0.03336213156580925, 0.5388520359992981, 0.3236202299594879, -0.12339038401842117, -0.03905496373772621, -0.04418015852570534, -0.12520167231559753, -0.3283724784851074, 0.32803672552108765, -0.5363350510597229, -0.14288389682769775, -0.2949160635471344, -0.2624743580818176, -0.0504305362701416, 0.3673688471317291, -0.12073621153831482, -0.13906891644001007, -0.13736243546009064, -0.004885985981673002, 0.04764775559306145, 0.0006983751081861556, 0.7186318039894104, -0.013384964317083359, -0.06277678161859512, 0.011203963309526443, -0.5455659031867981, 0.10904951393604279, 0.1496889889240265, -0.3095461428165436, 0.19614869356155396, 0.48961135745048523, 0.236758753657341, -0.09609225392341614, -0.3052596151828766, 0.2653505206108093, -0.4639156758785248, -0.024626366794109344, -0.04377826303243637, -0.005296282470226288, -0.32133716344833374, 0.24467669427394867, 0.08001197874546051, -0.08974846452474594, 0.24255211651325226, -0.06784281134605408, -0.06629355251789093, 0.06534890085458755, -0.1943586766719818, 0.2540234923362732, -0.11114770919084549, 0.10953281074762344, 0.14509570598602295, -0.15338696539402008, -0.15225304663181305, 0.15365637838840485, 0.14724934101104736, 0.1174621656537056, -0.045020971447229385, -0.20002223551273346, 0.22004102170467377, -0.2620091438293457, 0.1272580772638321, 0.15381155908107758, 0.09060047566890717, -0.11589579284191132, -0.2092222422361374, -0.002899882383644581, 0.418565034866333, 0.13375554978847504, -0.02732592076063156, 0.20668968558311462, -0.25116848945617676, 0.1581028699874878, 0.17284546792507172, -0.08600746095180511, -0.3511877655982971, 0.34225472807884216, 0.028868673369288445, -0.3364108204841614, 0.37103238701820374, 0.331933856010437, 0.7822055816650391, -0.17455275356769562, 0.004586884286254644, 0.03869783878326416, 0.10973106324672699, 0.35656797885894775, -0.1398971825838089, 0.2279520183801651, 0.12960991263389587, -0.018486494198441505, -0.07073026150465012, -0.04416709020733833, 0.34643611311912537, 0.009300664067268372, -0.559940755367279, 0.06841545552015305, -0.05613187700510025, -0.21185486018657684, 0.3423925042152405, -0.06777672469615936, 0.08392473310232162, -0.22001701593399048, 0.19779449701309204, 0.2099219262599945, -0.09335330128669739, 0.16654618084430695, -0.13493846356868744, -0.06377612799406052, -0.017070868983864784, -0.20012766122817993, -0.044314194470644, -0.13590554893016815, -0.09241698682308197, -0.11986888945102692, -0.061309874057769775, 0.2759460508823395, -0.20675113797187805, -0.17972488701343536, 0.01671149954199791, -0.1625097095966339, -0.08854568004608154, 0.22398851811885834, 0.16830718517303467, -0.18533362448215485, -0.0659976452589035, 0.11967673152685165, 0.18060536682605743, -0.1129675805568695, 0.13479045033454895, 0.2204313427209854, -0.051654912531375885, -0.2830703556537628, -0.0908685252070427, 0.1526879519224167, 0.03911174088716507, 0.037366833537817, -0.3035393953323364, 0.02790035679936409, -0.6228909492492676, -0.09476988762617111, 0.19802126288414001, -0.002462392905727029, -0.27728211879730225, 0.06449153274297714, -0.08294038474559784, -0.22292061150074005, -0.014077197760343552, 0.05735718086361885, 0.5691556930541992, -0.07916848361492157, 0.23908855020999908, 0.04169205203652382, -0.1011221706867218, -0.5139788389205933, -0.10082687437534332, 0.030154474079608917, 0.03048551082611084, 0.27275440096855164, -0.16738662123680115, -0.5036711096763611, 0.5058086514472961, 0.20472997426986694, 0.07480056583881378, 0.06592707335948944, -0.3651038408279419, -0.23136799037456512, -0.03222903609275818, -0.006827816367149353, 0.27699899673461914, -0.06503567099571228, -0.07333845645189285, 0.17764732241630554, 0.33813968300819397, -0.25467678904533386, -0.38436973094940186, 0.03454962745308876, -0.41521939635276794, -0.06592738628387451, -0.10376805812120438, 0.024114828556776047, 0.14802077412605286, 0.20839980244636536, 0.1443081796169281, -0.015882892534136772, -0.3358352482318878, -0.3276212513446808, 0.1284576952457428, 0.04893042892217636, -0.012044448405504227, 0.21691326797008514, 0.10041488707065582, 0.11531242728233337, 0.058872297406196594, 0.04308474808931351, -0.24488776922225952, -0.24800251424312592, 0.14652062952518463, -0.22989319264888763, 0.218087300658226, 0.03549603745341301, 0.0993625596165657, -0.16081790626049042, 0.14222286641597748, -0.11076952517032623, 0.14603391289710999, 0.08396228402853012, -0.08571666479110718, -0.28397658467292786, 0.25130510330200195, 0.1706327199935913, -0.15593940019607544, -0.19849909842014313, 0.3251223564147949, 0.21265365183353424, -0.2662578225135803, 0.305318683385849, 0.0032309871166944504, 0.05328694358468056, -0.2520234286785126, -0.102426677942276, -0.3206500709056854, 0.31141239404678345, -0.30180349946022034, 0.10777396708726883, 0.11742957681417465, 0.4683787524700165, 0.17291824519634247, 0.11234651505947113, -0.061355218291282654, 0.2394009381532669, 0.6819330453872681, 0.18635015189647675, 0.444253534078598, 0.16648706793785095, 0.5240810513496399, 0.07226749509572983, 0.08266734331846237, 0.22390693426132202, 0.4785580337047577, 0.1272718608379364, 0.16005058586597443, -0.08986463397741318, 0.1544821858406067, 0.5488521456718445, -0.19600479304790497, 0.16345489025115967, 0.49666258692741394, -0.17116862535476685, -0.00824398547410965, 0.3653886318206787, 0.03951137512922287, 0.27067047357559204, -0.17094480991363525, -0.2606445848941803, -0.027573183178901672, -0.16674871742725372, -0.3597702085971832, -0.18670803308486938, -0.019668584689497948, 0.26027360558509827, -0.4905850887298584, -0.0826672688126564, 0.05099498853087425, -0.47804689407348633, 0.16511064767837524, -0.06643163412809372, -0.17128372192382812, -0.26717260479927063, -0.09863493591547012, -0.49501609802246094, -0.4606642425060272, 0.017234232276678085, -0.11202912777662277, -0.10047171264886856, -0.020324094220995903, -0.04504150152206421, -0.07248801738023758, 0.28295764327049255, 0.25088128447532654, -0.2411593496799469, 0.22887472808361053, -0.043889641761779785, -0.16212281584739685, -0.3046775162220001, -0.21801216900348663, -0.1989419013261795, -0.23382340371608734, 0.244450181722641, 0.26251164078712463, -0.09805825352668762, 0.20692510902881622, -0.1975291520357132, -0.022214030846953392, 0.28537964820861816, 0.0003457023703958839, -0.09860437363386154, 0.10138058662414551, 0.3440375030040741, 0.07689457386732101, 0.031728778034448624, 0.1255483627319336, -0.531104564666748, -0.09813231974840164, 0.2825412154197693, -0.19286194443702698, 0.049962371587753296, 0.18019677698612213, 0.12353581935167313, 0.07018662244081497, 0.06331537663936615, -0.007215673103928566, 0.2899405062198639, -0.17361605167388916, -0.28706613183021545, -0.047556426376104355, -0.08942458778619766, -0.039636995643377304, -0.021041253581643105, 0.389091432094574, 0.13118015229701996, 0.25274768471717834, -0.05259884521365166, 0.1266525238752365, -0.3956606090068817, -0.2330433875322342, -0.3117995858192444, -0.06274139881134033, -0.018166325986385345, -0.0856744721531868, 0.2637602984905243, 0.14829443395137787, -0.08536242693662643, 0.0921570211648941, -0.14403113722801208, 0.14099884033203125, -0.11925363540649414, -0.20558257400989532, 0.2105148732662201, 0.09361350536346436, 0.21345515549182892, -0.17233429849147797, 0.2394174039363861, -0.24582256376743317, 0.5217851400375366, 0.2910515367984772, 0.07685752213001251, -0.1325525939464569, -0.0010039465269073844, 0.07512066513299942, -0.15380889177322388, -0.23425839841365814, -0.12171316146850586, 0.12596556544303894, 0.05373659357428551, 0.10479037463665009, -0.37126997113227844, 0.09909065812826157, -0.05474298447370529, -0.05275919660925865, -0.127473846077919, 0.0857827365398407, 0.17986556887626648, 0.1758226603269577, -0.16942349076271057, -0.15889781713485718, 0.13174057006835938, 0.3008851408958435, -0.25109726190567017, -0.15001870691776276, -0.3412296175956726, 0.28651943802833557, -0.21416021883487701, 0.07734236121177673, 0.14069809019565582, -0.1253795474767685, 0.30401748418807983, 0.0983358696103096, -0.04937724024057388, -0.009049871005117893, 0.13608427345752716, 0.04308605194091797, -0.32143285870552063, -0.2756870687007904, 0.36786404252052307, 0.10902620106935501, -0.3098616302013397, -0.10034312307834625 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Agent#working-with-order-agent
Working with Order Agent The Order Agent is a one stop API for working with orders, e.g. changing state of orders, modifying quantity of items, etc. and keeps track of these changes in a change log. See following examples for how Order Agent can be used:
Working with Order Agent
[ 0.3905736207962036, -0.08010922372341156, -0.21773667633533478, -0.0779993087053299, -0.11431849747896194, -0.17365585267543793, 0.1919330656528473, -0.23711343109607697, 0.24029158055782318, 0.03900519013404846, 0.14650914072990417, 0.2030913233757019, -0.0422854982316494, 0.38791757822036743, 0.1001943051815033, 0.12617790699005127, 0.09828369319438934, 0.2363642454147339, -0.1321844607591629, 0.06986455619335175, 0.033211540430784225, -0.28511613607406616, 0.0743950605392456, 0.26529619097709656, 0.1325458288192749, -0.5061296820640564, -0.2179858237504959, -0.15610162913799286, -0.13775254786014557, 0.04023684933781624, 0.054756321012973785, 0.17727132141590118, 0.04207330569624901, 0.3486391305923462, -0.00010317377018509433, -0.03516589477658272, 0.2478412687778473, 0.19856134057044983, -0.496420294046402, -0.23093275725841522, -0.3127763569355011, -0.2753041088581085, 0.1548687070608139, -0.12956400215625763, 0.36574769020080566, -0.11191564798355103, 0.48631495237350464, 0.1028134822845459, 0.4581245183944702, 0.1689435839653015, 0.2468559443950653, 0.001086143427528441, 0.2317473292350769, 0.046638790518045425, 0.1194952204823494, -0.17765238881111145, 0.22636888921260834, -0.47059857845306396, 0.546657919883728, 0.0662894919514656, 0.12418869882822037, -0.21191276609897614, -0.25825035572052, -0.2183181345462799, 0.22466538846492767, -0.23194967210292816, 0.10223192721605301, -0.24644063413143158, 0.13091236352920532, -0.01330037321895361, 0.38834208250045776, -0.03763396665453911, -0.0020785254891961813, -0.1705097258090973, 0.16698364913463593, -0.025455504655838013, -0.0697091594338417, 0.06303670257329941, 0.34227246046066284, -0.009917385876178741, 0.05430468171834946, -0.1409914791584015, 0.0968373715877533, 0.2956271469593048, -0.13143108785152435, 0.2585148811340332, -0.21252615749835968, 0.046685487031936646, -0.08847358077764511, -0.04492375627160072, -0.030126530677080154, -0.05424101650714874, 0.040594883263111115, 0.209626242518425, -0.6961777806282043, -0.15990518033504486, 0.05213521420955658, 0.4484211802482605, -0.3471968472003937, 0.26890119910240173, -0.03982175141572952, 0.34191590547561646, -0.35410189628601074, 0.13867811858654022, 0.44983476400375366, 0.2823862135410309, 0.30389997363090515, 0.24701102077960968, 0.1691700965166092, 0.20458398759365082, 0.07751709967851639, -0.09572286903858185, -0.09808532893657684, 0.17799310386180878, -0.1406531035900116, -0.20665575563907623, -0.039920393377542496, 0.06428505480289459, -0.2510925829410553, 0.10303527861833572, -0.2974563241004944, 0.19056054949760437, 0.16856278479099274, 0.13261502981185913, -0.2532707154750824, -0.09500430524349213, 0.05995706841349602, -0.07594309747219086, 0.24656367301940918, 0.04379548132419586, -0.07205957174301147, -0.18275578320026398, 0.16714967787265778, 0.3168462812900543, -0.42830896377563477, 0.07334896922111511, 0.2339065670967102, -0.013171344064176083, -0.09602577239274979, 0.0055576409213244915, 0.6434815526008606, -0.19087517261505127, -0.26548469066619873, 0.14297424256801605, 0.2348584681749344, -0.24429848790168762, -0.008116185665130615, 0.011486317031085491, -0.21168290078639984, -0.007264908403158188, -0.34104523062705994, -0.18416355550289154, 0.14936348795890808, 0.25478652119636536, -0.03659478947520256, -0.3716025650501251, 0.028421707451343536, -0.17935669422149658, -0.04040926694869995, 0.06045264005661011, 0.5667732954025269, 0.2657943665981293, 0.1516357958316803, 0.09053045511245728, -0.612714409828186, -0.1942768096923828, 0.2541466951370239, -0.21434178948402405, -0.4303973913192749, -0.0662483423948288, 0.007089618593454361, -0.3825000524520874, -0.0219868216663599, 0.1013418510556221, 0.24357694387435913, -0.13808989524841309, 0.295234352350235, -0.1661919355392456, 0.03890429437160492, 0.04906672611832619, -0.20790114998817444, 0.03516356647014618, 0.19172289967536926, 0.13301993906497955, 0.2842186689376831, -0.3301863968372345, -0.24755333364009857, 0.025904810056090355, -0.04558561369776726, -0.011792542412877083, 0.21697558462619781, -0.26254814863204956, -0.2013411968946457, 0.2214023768901825, -0.19996345043182373, -0.0626363456249237, 0.01929304003715515, -0.07382697612047195, -0.1538534015417099, 0.3774532675743103, 0.14660966396331787, -0.2933136224746704, 0.0021293903701007366, 0.6339770555496216, 0.16162118315696716, -0.10072514414787292, 0.019864724949002266, -0.12691345810890198, -0.35467150807380676, 0.174378901720047, 0.2538713216781616, -0.2682696580886841, -0.044921211898326874, -0.03652510046958923, 0.014600506983697414, -0.03766333684325218, 0.19180621206760406, -0.31370434165000916, -0.1776607632637024, -0.2750365734100342, -0.30792897939682007, 0.1794266700744629, -0.1411403864622116, -0.10507464408874512, -0.08499553799629211, -0.4178563952445984, 0.22202123701572418, 0.30662497878074646, -0.20923015475273132, 0.12746040523052216, -0.3314628601074219, -0.029384825378656387, 0.14199860394001007, 0.2575852870941162, -0.2351207435131073, 0.25869080424308777, 0.3577955663204193, 0.5420167446136475, 0.19844461977481842, 0.45385029911994934, -0.05329727381467819, 0.28770455718040466, 0.29216480255126953, -0.12627044320106506, -0.22390902042388916, 0.19916044175624847, 0.18042151629924774, 0.238325297832489, -0.012091784738004208, 0.07935666292905807, -0.05158210173249245, -0.11492475867271423, -0.1417052000761032, 0.08923368155956268, -0.12059148401021957, -0.14848071336746216, 0.5200674533843994, -0.23236386477947235, 0.20311228930950165, 0.36167383193969727, 0.2930437922477722, -0.21626321971416473, 0.3191450536251068, 0.10005225241184235, -0.27888497710227966, -0.16870610415935516, -0.29515278339385986, 0.2691299021244049, 0.04290163889527321, 0.20017825067043304, -0.11105339229106903, -0.10780469328165054, 0.30342110991477966, -0.06361140310764313, 0.1220955178141594, 0.28213736414909363, 0.1497514545917511, -0.22052626311779022, -0.11223939806222916, 0.11364525556564331, 0.32861432433128357, -0.2906111776828766, -0.05766715481877327, 0.2907693088054657, 0.14925731718540192, -0.19780275225639343, -0.2566397190093994, -0.2290048897266388, -0.14186517894268036, 0.041535306721925735, -0.0951518639922142, -0.21672843396663666, 0.14191368222236633, -0.42096707224845886, -0.1543699949979782, -0.09225974977016449, -0.007287467364221811, 0.5231406092643738, -0.18791791796684265, 0.3151601254940033, -0.1544063836336136, -0.2984759211540222, -0.21630437672138214, 0.21018393337726593, 0.1593165397644043, 0.32316043972969055, 0.36091068387031555, 0.11956300586462021, -0.08257310837507248, -0.10319545865058899, -0.11978737264871597, 0.22729898989200592, 0.15007981657981873, -0.35237228870391846, 0.20988236367702484, -0.21956953406333923, 0.07816614210605621, 0.4485652446746826, -0.43487346172332764, -0.20494604110717773, -0.0822693407535553, -0.20726272463798523, -0.039279188960790634, 0.10267652571201324, -0.035231493413448334, 0.2084929347038269, -0.2148255705833435, -0.1284141093492508, 0.1363120824098587, 0.1416737139225006, 0.17480537295341492, -0.3435634672641754, -0.33471107482910156, 0.5950366854667664, 0.22306884825229645, 0.06403420865535736, -0.22212561964988708, -0.27835097908973694, -0.13036902248859406, -0.07494547218084335, 0.10562316328287125, -0.03763695806264877, 0.13153760135173798, -0.24892647564411163, -0.1671890765428543, -0.11016212403774261, -0.5123753547668457, -0.15060213208198547, -0.24860568344593048, 0.18116290867328644, 0.048927031457424164, 0.5999616384506226, -0.21868638694286346, -0.21340051293373108, -0.11684919893741608, -0.3970850110054016, 0.044821564108133316, 0.042872849851846695, 0.13166069984436035, -0.05004683881998062, 0.12926210463047028, -0.24735373258590698, 0.27018702030181885, -0.4901549816131592, -0.21355265378952026, -0.15688832104206085, -0.0009773961501196027, -0.025439199060201645, -0.08993098139762878, 0.21795344352722168, -0.3763390779495239, -0.32172736525535583, -0.0925496369600296, 0.15491683781147003, 0.09636595845222473, 0.02384626865386963, 0.0735483169555664, -0.03212447464466095, -0.41532570123672485, 0.07935936003923416, -0.08241581171751022, 0.030043410137295723, 0.19978751242160797, -0.11699365079402924, -0.1559543013572693, -0.04530778154730797, -0.0821441262960434, 0.11056636273860931, 0.27482274174690247, -0.010273521766066551, -0.17686937749385834, -0.17177321016788483, -0.14300617575645447, 0.27955737709999084, 0.44423535466194153, -0.31159865856170654, -0.20141221582889557, 0.20869296789169312, -0.22355660796165466, 0.24172835052013397, -0.29024532437324524, 0.17646706104278564, 0.24179238080978394, -0.285259485244751, -0.2819293737411499, -0.04747987911105156, 0.41361865401268005, 0.04400518536567688, -0.33583468198776245, 0.21840547025203705, 0.10450055450201035, 0.601115882396698, -0.15743787586688995, -0.2395595908164978, -0.15673471987247467, -0.09022558480501175, -0.1158209815621376, 0.05378159508109093, -0.16436946392059326, -0.1532977968454361, -0.18149563670158386, 0.18204937875270844, -0.36463290452957153, -0.20032984018325806, -0.05010640248656273, 0.09141914546489716, -0.27325379848480225, 0.2366003543138504, -0.008037034422159195, -0.2684321999549866, -0.2891002893447876, -0.08281297981739044, -0.11399806290864944, 0.10686439275741577, 0.2389092743396759, -0.023085368797183037, 0.35684654116630554, 0.2596457600593567, -0.02219376154243946, 0.1662905216217041, -0.11037541925907135, -0.041884858161211014, 0.13771775364875793, 0.6639960408210754, 0.47850534319877625, 0.07325592637062073, 0.4077792763710022, 0.2697122097015381, -0.4913795292377472, 0.10524003207683563, 0.29754313826560974, -0.19466310739517212, -0.2494395524263382, 0.2898780107498169, -0.02128170058131218, -0.1918606460094452, -0.14630980789661407, 0.18442289531230927, -0.026059962809085846, 0.14517362415790558, 0.5137302279472351, 0.7892084121704102, 0.06071566045284271, 0.18048782646656036, 0.11226937919855118, -0.5272104144096375, 0.25970908999443054, -0.1946272850036621, 0.11667248606681824, -0.09197065234184265, 0.11736597120761871, -0.15193933248519897, 0.1659996211528778, 0.07466195523738861, 0.023849042132496834, -0.535111665725708, 0.04945627972483635, -0.021437807008624077, 0.02662629634141922, 0.12192095816135406, -0.07201013714075089, -0.1979115754365921, -0.10318133980035782, -0.0014437802601605654, 0.2547590434551239, 0.4288323223590851, -0.06746581196784973, -0.1026359274983406, -0.016002388671040535, 0.09482737630605698, 0.00616614893078804, -0.07293733954429626, -0.2896180748939514, 0.12991859018802643, -0.08315035700798035, 0.23601137101650238, 0.20790508389472961, 0.008703580126166344, -0.26531389355659485, -0.09736032038927078, -0.22476467490196228, 0.12771397829055786, 0.0786004289984703, 0.1317698359489441, 0.08974342793226242, 0.2517840266227722, -0.2217862606048584, 0.5000326633453369, -0.2043033093214035, 0.0537894144654274, 0.2996039092540741, 0.025869742035865784, -0.2852223515510559, -0.4888190031051636, 0.5187550783157349, -0.12336111813783646, 0.1074196845293045, -0.046657729893922806, 0.3390663266181946, -0.1416831910610199, -0.08959613740444183, 0.19914041459560394, 0.0042288638651371, 0.058433648198843, 0.2963058054447174, -0.21021243929862976, -0.12290314584970474, -0.19498997926712036, -0.10085660219192505, 0.16051435470581055, -0.23517456650733948, 0.6071155071258545, -0.241012305021286, 0.09942948818206787, -0.3007338345050812, -0.007052283268421888, 0.03310992196202278, 0.021950311958789825, 0.22943660616874695, -0.17651592195034027, -0.29336118698120117, 0.38310325145721436, -0.15005570650100708, 0.03395772725343704, 0.34482064843177795, -0.4065188467502594, -0.42764803767204285, 0.0660090446472168, 0.016975345090031624, 0.5611042976379395, -0.03169684112071991, -0.40788373351097107, -0.17046906054019928, -0.07541537284851074, 0.3287988007068634, -0.3493681252002716, 0.04265517741441727, -0.29305821657180786, 0.2062041312456131, 0.11238236725330353, 0.03245829790830612, -0.199849933385849, 0.0726408138871193, 0.09045348316431046, -0.12990087270736694, -0.07183682918548584, -0.2784554362297058, -0.07251686602830887, 0.09025133401155472, -0.12165037542581558, 0.20701062679290771, 0.038134053349494934, 0.0538930669426918, 0.038612302392721176, 0.1556464582681656, -0.11964129656553268, -0.14625781774520874, -0.005284383427351713, -0.3610384166240692, 0.469046413898468, 0.2881210446357727, 0.06312420219182968, -0.20341593027114868, 0.23932841420173645, -0.23094722628593445, 0.029977872967720032, 0.04991663619875908, -0.06060558930039406, -0.11540716886520386, 0.3263815641403198, 0.28191980719566345, 0.528191089630127, -0.1556462049484253, 0.17637957632541656, 0.1436799317598343, 0.262608140707016, 0.12851333618164062, -0.1540873944759369, 0.25000056624412537, 0.16963855922222137, -0.3766412138938904, 0.46934273838996887, 0.21634328365325928, 0.04619722068309784, 0.2373930960893631, 0.013607573695480824, -0.21672670543193817, -0.2964206039905548, 0.16100068390369415, -0.27615052461624146, 0.444988876581192, 0.1638183444738388, 0.1944425106048584, -0.06961776316165924, -0.24613633751869202, 0.15932998061180115, -0.18182015419006348, -0.2844011187553406, -0.13569658994674683, 0.3209858238697052, -0.1516650766134262, 0.26036667823791504, -0.16645635664463043, 0.10508862137794495, 0.4705454707145691, 0.28727951645851135, 0.030101317912340164, 0.2727033495903015, -0.16593290865421295, 0.07692840695381165, 0.20347778499126434, -0.16531535983085632, 0.11969942599534988, 0.2804086208343506, 0.32783782482147217, 0.021571604534983635, 0.3948109447956085, -0.11418713629245758, 0.1029006838798523, 0.31241506338119507, 0.08508406579494476, -0.16893886029720306, -0.1188102662563324, -0.13855192065238953, -0.2613605856895447, 0.27990463376045227, 0.059785373508930206, 0.04704252630472183, -0.1471959501504898, -0.07429655641317368, -0.08788114786148071, -0.5676479339599609, -0.017030930146574974, 0.17985226213932037, -0.05585972219705582, -0.5170421004295349, 0.04836795851588249, 0.16906973719596863, 0.07490172982215881, -0.007052016444504261, 0.09842425584793091, 0.3099307715892792, -0.40789172053337097, 0.5393470525741577, -0.014926903881132603, -0.07814232259988785, -0.1213059350848198, 0.08562523871660233, 0.06834003329277039, -0.3271802067756653, -0.24115805327892303, 0.11074431985616684, -0.19724588096141815, 0.3019728362560272, -0.1626056730747223, -0.05721592158079147, -0.1544780433177948, 0.6021090745925903, 0.33575084805488586, -0.15801411867141724, -0.11290787160396576, 0.3435479998588562, -0.31426677107810974, 0.24481666088104248, -0.0682554692029953, -0.12943901121616364, 0.022883499041199684, -0.06719006597995758, 0.11764626204967499, -0.13999634981155396, 0.43969979882240295, 0.319369375705719, 0.36349907517433167, 0.49895763397216797, 0.006253970321267843, 0.003551361383870244, 0.2556896507740021, -0.04437349736690521, -0.48562929034233093, 0.07206539064645767, -0.2129727452993393, 0.0498696006834507, -0.09864028543233871, -0.015094869770109653, -0.5737884640693665, 0.2088179737329483, 0.04040764272212982, 0.010168613865971565, 0.08878535032272339, 0.01836845651268959, 0.28118160367012024, 0.12316767871379852, -0.28312796354293823, -0.28294888138771057, 0.16269227862358093, 0.20740798115730286, -0.04175283759832382, 0.044509053230285645, 0.04519534483551979, -0.3297787606716156, 0.3643765151500702, -0.16549815237522125, -0.14069411158561707, -0.13797064125537872, 0.24575871229171753, -0.11336945742368698, 0.27992644906044006, -0.4048686623573303, -0.02086668275296688, 0.09008296579122543, -0.538847029209137, 0.15712103247642517, -0.07085469365119934, 0.1442677080631256, 0.08993736654520035, -0.030458226799964905, 0.11725921183824539, 0.0792834684252739, -0.15182006359100342, -0.14103904366493225, -0.2563451826572418, 0.043733954429626465, 0.26194635033607483, 0.35066208243370056, -0.31065189838409424, -0.20648828148841858, 0.27626174688339233, 0.04680938273668289, -0.2767255902290344, -0.02954075299203396, -0.22544832527637482, 0.25436994433403015, -0.2036689668893814, -0.4488619863986969, -0.10496547818183899, -0.31860843300819397, 0.22743728756904602, -0.127518892288208, 0.045684825628995895, 0.1627998799085617, 0.4422282874584198, 0.08897966146469116, -0.17433728277683258, -0.05533638224005699, 0.05730592459440231, -0.031610507518053055, -0.1579577922821045, -0.23047901690006256 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Agent#change-item-quantity
Change item quantity <?php // load order item $orderItem = DataObject\OnlineShopOrderItem::getById($this->getParam('id')); $order = $orderItem->getOrder(); // create new order agent $orderManager = Factory::getInstance()->getOrderManager(); $orderAgent = $orderManager->createOrderAgent($order); // change amount to 5 /** @var \Pimcore\Model\Element\Note $log */ $log = $orderAgent->itemChangeAmount($orderItem, 5); // add user comment $log->addData('message', 'text', 'customer has changed the order by phone'); $log->save();
Change item quantity
[ -0.006381919141858816, -0.13481660187244415, -0.2943364679813385, 0.23469802737236023, 0.19000180065631866, -0.2930213212966919, 0.3959769606590271, -0.21637673676013947, -0.12575754523277283, 0.4139012098312378, -0.10432231426239014, 0.2068529725074768, 0.14279507100582123, 0.2669014036655426, -0.21665535867214203, 0.20154690742492676, -0.16983072459697723, 0.20120970904827118, -0.2358965426683426, 0.06672344356775284, -0.0441913865506649, 0.05363665893673897, 0.25155916810035706, 0.07900050282478333, 0.18488667905330658, -0.09227218478918076, -0.011796707287430763, -0.2827970087528229, -0.3380112051963806, -0.3302960991859436, -0.39507806301116943, 0.2697142958641052, -0.03901902958750725, 0.1327037811279297, -0.00010360217129345983, -0.1785457879304886, 0.11344674229621887, 0.1113329753279686, -0.4651135504245758, 0.06673089414834976, -0.3490125834941864, -0.21002259850502014, -0.04124917462468147, -0.2297055870294571, 0.14904256165027618, 0.2357460856437683, -0.09262457489967346, 0.3921642601490021, 0.32386770844459534, 0.5048083662986755, 0.2707254886627197, -0.06519414484500885, 0.42428332567214966, -0.11837799847126007, 0.1441119909286499, 0.11166263371706009, 0.22591432929039001, 0.01649606227874756, 0.2642051577568054, 0.2587824761867523, 0.05384237319231033, 0.1242315024137497, -0.0028410982340574265, -0.16492661833763123, -0.061742257326841354, -0.12720270454883575, 0.39817896485328674, -0.07105961441993713, 0.2879500985145569, -0.015533750876784325, 0.3306436836719513, -0.09125204384326935, -0.0029124144930392504, -0.018768921494483948, 0.18657146394252777, -0.21002760529518127, -0.14802591502666473, -0.12877385318279266, 0.10788732022047043, 0.038140758872032166, -0.050466448068618774, -0.07354497909545898, -0.00293890293687582, 0.4103020429611206, -0.04920864477753639, 0.2751237154006958, -0.22929151356220245, 0.005249084439128637, -0.104757159948349, -0.387541800737381, -0.2501654624938965, 0.21847955882549286, -0.06264748424291611, -0.05352900177240372, 0.04432101175189018, -0.268390953540802, 0.19333487749099731, -0.0924336165189743, 0.14247943460941315, -0.25196373462677, 0.21213111281394958, 0.2503047287464142, 0.13835513591766357, 0.05985036492347717, 0.04320856183767319, 0.5340773463249207, 0.2688782215118408, 0.08935384452342987, -0.1546017974615097, 0.6355555653572083, 0.07102678716182709, -0.17081204056739807, -0.02096475102007389, -0.19995087385177612, -0.048309069126844406, 0.11357790976762772, 0.0718868151307106, 0.038919948041439056, -0.017182715237140656, -0.10481689870357513, -0.07539501786231995, 0.20666281878948212, 0.21033713221549988, 0.4068142771720886, -0.10309948772192001, 0.15749520063400269, 0.1438329964876175, 0.07756847143173218, 0.017747368663549423, -0.34297317266464233, -0.110785573720932, -0.07446800917387009, 0.0656685158610344, 0.24218668043613434, -0.052250947803258896, 0.4970628321170807, 0.06435845047235489, 0.08624470978975296, 0.10052035003900528, -0.31476736068725586, 0.1298457831144333, -0.16922308504581451, -0.23428618907928467, -0.034860171377658844, 0.04454139247536659, -0.14903344213962555, -0.02173653058707714, 0.3479465842247009, -0.00766452681273222, 0.3436339795589447, -0.1276378482580185, -0.30669859051704407, -0.1844426840543747, 0.34697386622428894, 0.38600751757621765, -0.2116551250219345, 0.195973739027977, -0.14349253475666046, 0.42565301060676575, -0.11846087872982025, 0.40257489681243896, 0.01997479423880577, -0.35607457160949707, -0.21234147250652313, -0.020687628537416458, 0.35467830300331116, 0.18320322036743164, -0.22084082663059235, -0.7278461456298828, -0.03919895738363266, 0.07615086436271667, -0.39282137155532837, -0.17675115168094635, 0.20272286236286163, -0.031147388741374016, -0.01960195228457451, 0.2277899831533432, -0.1730254590511322, -0.4264991879463196, 0.08718756586313248, -0.40394484996795654, -0.23068983852863312, 0.17709261178970337, -0.23526334762573242, 0.2958310544490814, 0.005338914226740599, 0.06666626781225204, -0.3457012176513672, -0.03893722593784332, 0.3786298334598541, -0.17981864511966705, -0.32284700870513916, -0.12021053582429886, -0.11840047687292099, 0.19830413162708282, 0.16215966641902924, 0.23827926814556122, 0.08322621881961823, 0.2826700806617737, 0.22039462625980377, 0.12632885575294495, 0.25316497683525085, 0.5474380254745483, 0.18404565751552582, 0.09615134447813034, 0.07071124017238617, 0.1429775208234787, -0.07351166754961014, -0.5336878895759583, -0.10524140298366547, 0.08394989371299744, -0.11820618808269501, -0.5422279238700867, -0.03938605263829231, -0.013010633178055286, -0.15834912657737732, 0.312068909406662, 0.0932064801454544, -0.11132556200027466, -0.42599010467529297, 0.22340573370456696, 0.19366170465946198, 0.06138365715742111, 0.08831889182329178, 0.00561902392655611, -0.21450680494308472, -0.13180123269557953, -0.23692665994167328, -0.11072907596826553, 0.08179725706577301, 0.2909490168094635, 0.09261996299028397, -0.16842840611934662, 0.49734869599342346, -0.21305681765079498, 0.03903409093618393, -0.017831899225711823, 0.19895286858081818, 0.0833578035235405, 0.10221698135137558, 0.2716151773929596, -0.05670853331685066, 0.13968242704868317, 0.16067621111869812, -0.17760513722896576, 0.3273232579231262, 0.13315479457378387, -0.14901484549045563, -0.12800078094005585, -0.1056094840168953, -0.05155651643872261, -0.1697564274072647, 0.046865321695804596, -0.33157894015312195, -0.16589845716953278, 0.1679525375366211, 0.41725173592567444, -0.06181024760007858, 0.18158474564552307, 0.4703408479690552, 0.15828052163124084, 0.2933503985404968, 0.2710649073123932, 0.15097437798976898, -0.12733770906925201, -0.16605724394321442, -0.09821782261133194, -0.18414369225502014, 0.3924846351146698, 0.32997769117355347, -0.1946096271276474, -0.12346022576093674, 0.41435056924819946, -0.08288658410310745, 0.1028110608458519, -0.04771072790026665, -0.02582823671400547, 0.27878811955451965, 0.3924235999584198, -0.07689639180898666, 0.09537503868341446, 0.031984273344278336, 0.012736262753605843, 0.0585876889526844, -0.09261734038591385, -0.23618155717849731, 0.06334395706653595, 0.12562069296836853, -0.3186592757701874, -0.1779620349407196, -0.16379068791866302, -0.05157802253961563, 0.18073514103889465, 0.02609475702047348, 0.07596080005168915, 0.019495684653520584, 0.4058675467967987, 0.23306356370449066, 0.08683998882770538, 0.35475248098373413, -0.18864372372627258, 0.25983452796936035, -0.22038258612155914, 0.2210233509540558, -0.22165411710739136, 0.21114973723888397, 0.10747897624969482, 0.030388429760932922, -0.06066388264298439, -0.044716693460941315, -0.13541279733181, 0.1047249436378479, 0.4131864607334137, -0.20192235708236694, 0.15973950922489166, -0.24012376368045807, 0.23292537033557892, 0.3171936869621277, 0.05410442873835564, 0.15176577866077423, -0.24583351612091064, 0.06555687636137009, -0.17235669493675232, 0.1301148682832718, -0.013566317036747932, -0.14289385080337524, -0.26912999153137207, -0.2217443436384201, -0.08115413039922714, 0.3071310222148895, 0.13017289340496063, -0.2399400770664215, 0.3465260863304138, 0.246863454580307, 0.0006829712656326592, 0.35146206617355347, -0.10360928624868393, -0.005058767274022102, -0.18453198671340942, -0.1813991218805313, -0.04139643535017967, -0.3099936544895172, 0.00039460865082219243, -0.06494857370853424, -0.1538044661283493, -0.01024478767067194, -0.24634921550750732, -0.2778013050556183, -0.19146230816841125, -0.24818570911884308, -0.12221910804510117, 0.7293931245803833, 0.03801204264163971, -0.277003675699234, -0.05626283586025238, -0.08613476902246475, -0.027087777853012085, 0.1795244663953781, 0.29720765352249146, -0.47290927171707153, 0.21985283493995667, 0.12608802318572998, 0.3272804021835327, -0.3770434260368347, -0.12293364852666855, 0.10143879801034927, -0.2139776349067688, 0.0030447449535131454, -0.13962975144386292, -0.20873723924160004, -0.001190848066471517, 0.007557878270745277, -0.04941703751683235, 0.22254888713359833, -0.21457652747631073, 0.14064371585845947, 0.1893777996301651, -0.10346271842718124, -0.4683835506439209, -0.23175814747810364, -0.040395092219114304, 0.24358609318733215, 0.1551128625869751, -0.18241049349308014, -0.24624118208885193, -0.3526689410209656, -0.07441428303718567, -0.17654010653495789, 0.0312553234398365, -0.3668552041053772, -0.1126599982380867, 0.10649554431438446, 0.05206912383437157, -0.03738299012184143, 0.32240986824035645, -0.14061066508293152, 0.04240894317626953, 0.04383454844355583, -0.08735617250204086, 0.14120931923389435, -0.3295314908027649, 0.28543826937675476, 0.3587515652179718, 0.2297133356332779, 0.021184369921684265, -0.10424037277698517, 0.22122928500175476, -0.03940372169017792, -0.4075947701931, -0.28442302346229553, 0.33555230498313904, 0.39739131927490234, -0.27970996499061584, 0.0007835055002942681, 0.2088097482919693, -0.16998286545276642, -0.14934042096138, -0.025011327117681503, -0.1455530822277069, 0.03465460240840912, -0.42115622758865356, 0.22584587335586548, -0.28512445092201233, 0.3693971633911133, 0.04053054377436638, -0.09837228804826736, 0.09513149410486221, -0.1976945698261261, -0.24466924369335175, -0.20426326990127563, -0.04704912751913071, 0.10311765968799591, -0.1127874031662941, -0.19320255517959595, 0.1769741177558899, 0.34913113713264465, 0.0011857616482302547, 0.2783070206642151, -0.050312820822000504, -0.004541527945548296, -0.14129872620105743, -0.1851707249879837, 0.18438082933425903, 0.23438459634780884, -0.07804124057292938, 0.25047335028648376, 0.45190709829330444, 0.5791143178939819, 0.23658722639083862, -0.052948202937841415, 0.12443771958351135, -0.07080052047967911, 0.2461577206850052, 0.05474923923611641, -0.2065628468990326, -0.053220849484205246, -0.2379092574119568, -0.20743466913700104, -0.12778878211975098, 0.1731601506471634, 0.4068666696548462, 0.7637389302253723, -0.00132067094091326, 0.0814000815153122, 0.033600952476263046, -0.516578197479248, -0.09027620404958725, -0.36351603269577026, -0.020849930122494698, -0.27779480814933777, 0.09079480171203613, 0.1371818333864212, 0.05313795804977417, 0.17714586853981018, 0.2676528990268707, -0.5638664364814758, -0.0526823028922081, -0.2166278213262558, -0.14766982197761536, -0.01704360544681549, -0.08164072036743164, -0.2029353231191635, -0.1469789743423462, 0.3661135137081146, 0.2937702536582947, 0.15785297751426697, 0.09607435017824173, -0.13309061527252197, -0.06265665590763092, -0.05334840342402458, -0.34225454926490784, 0.0826849415898323, -0.04387490823864937, -0.5502444505691528, 0.004523535259068012, 0.1051521822810173, 0.18862585723400116, -0.3405165374279022, 0.10927601158618927, 0.016919303685426712, 0.051122795790433884, 0.2280215471982956, -0.019700614735484123, 0.18146269023418427, -0.0012732049217447639, -0.04606778919696808, 0.07456592470407486, 0.2625165581703186, -0.1331723928451538, -0.1544817090034485, 0.04986489564180374, 0.1693631112575531, -0.0017062330152839422, -0.2707775831222534, 0.07125687599182129, 0.1558590531349182, -0.48349884152412415, -0.23559540510177612, 0.07763081043958664, -0.2998162508010864, -0.17283883690834045, 0.24303755164146423, -0.0509820431470871, -0.29226189851760864, 0.05943722277879715, -0.05180951952934265, -0.1301487386226654, -0.24818798899650574, 0.3121403157711029, 0.06508515030145645, -0.1649664044380188, 0.2899010181427002, -0.07220101356506348, -0.017582200467586517, -0.39390406012535095, 0.04561874642968178, 0.12293064594268799, -0.21266797184944153, 0.027994731441140175, -0.0683024600148201, -0.24138765037059784, 0.14465069770812988, 0.02871461771428585, -0.10307816416025162, 0.3617648482322693, -0.12908224761486053, -0.08201953768730164, -0.3992874026298523, -0.1461065411567688, 0.49871882796287537, -0.021502984687685966, -0.1627899408340454, 0.226552814245224, 0.05188843980431557, 0.12929564714431763, -0.4138907492160797, 0.022236866876482964, -0.32908865809440613, 0.09121094644069672, 0.2896992862224579, -0.23663659393787384, -0.1924876719713211, 0.14688549935817719, 0.21759997308254242, 0.29085037112236023, -0.14154858887195587, -0.39928534626960754, -0.07999847829341888, 0.049475543200969696, 0.04930957034230232, 0.21088242530822754, 0.02315482497215271, 0.30672895908355713, 0.029329758137464523, 0.033960625529289246, 0.035989973694086075, 0.06060236319899559, 0.04911709204316139, 0.017749996855854988, 0.18698528409004211, 0.34408172965049744, 0.05302637815475464, -0.1688445657491684, 0.1588985174894333, -0.16702523827552795, -0.13171423971652985, 0.16423553228378296, 0.05903816223144531, -0.12551820278167725, 0.0439874529838562, 0.04271969199180603, 0.36364835500717163, 0.016187921166419983, -0.038239847868680954, 0.09111076593399048, -0.008802538737654686, 0.03797724097967148, 0.019460946321487427, -0.20003743469715118, -0.009237535297870636, -0.10037434101104736, 0.03938108682632446, 0.3833249807357788, -0.17883773148059845, 0.12725533545017242, -0.038524918258190155, -0.5087853670120239, 0.08917462080717087, 0.19780302047729492, -0.2739562392234802, 0.19020888209342957, 0.2957025170326233, 0.2461337149143219, -0.16027987003326416, -0.3422084152698517, -0.024769047275185585, 0.052498046308755875, -0.35994112491607666, -0.024647148326039314, 0.5146356821060181, 0.12807682156562805, 0.2835496962070465, 0.18672162294387817, -0.09351685643196106, 0.4865677058696747, 0.20403526723384857, 0.09443898499011993, 0.2694469392299652, -0.0487670861184597, 0.16434034705162048, 0.5240545868873596, 0.30428189039230347, -0.13042117655277252, 0.09863600134849548, 0.013881332240998745, 0.07695658504962921, 0.053486600518226624, -0.03701617196202278, 0.1409456580877304, -0.11678951233625412, 0.07306206971406937, -0.2984318733215332, -0.04015186429023743, -0.6451977491378784, -0.286649614572525, 0.07356654107570648, 0.06396132707595825, -0.10221558809280396, -0.05862673372030258, -0.32938405871391296, -0.44996339082717896, -0.5033165216445923, 0.28196629881858826, -0.12408564239740372, -0.4133346378803253, -0.07788550108671188, -0.11042263358831406, 0.09959385544061661, 0.019581133499741554, 0.183010995388031, 0.04881395399570465, 0.3037039339542389, 0.14496563374996185, 0.23540684580802917, 0.07044284045696259, -0.09548353403806686, -0.19108884036540985, -0.3530624806880951, 0.3076670169830322, 0.3828233778476715, -0.2534440755844116, 0.2250022292137146, -0.4916403889656067, 0.07163941860198975, 0.1263030767440796, -0.19802947342395782, -0.17013807594776154, 0.3121371865272522, 0.19790583848953247, -0.35762685537338257, -0.26346248388290405, 0.10124655812978745, -0.6109414100646973, 0.2631606161594391, -0.13234570622444153, 0.07374164462089539, 0.2220473736524582, -0.06350639462471008, 0.11890246719121933, 0.035033419728279114, -0.35603293776512146, 0.03900885581970215, -0.17051784694194794, 0.026624660938978195, 0.031267326325178146, -0.07912243157625198, 0.3072706162929535, 0.46984174847602844, 0.0301700159907341, -0.07850827276706696, 0.003295270027592778, -0.16516093909740448, 0.05327560752630234, 0.3814826011657715, -0.21945656836032867, -0.023993177339434624, 0.14055310189723969, 0.022295847535133362, 0.24720604717731476, -0.09103352576494217, 0.17074769735336304, 0.35715675354003906, -0.1889750361442566, -0.04887942969799042, 0.04660692811012268, 0.3054750859737396, -0.2230692207813263, -0.26985567808151245, 0.011862913146615028, -0.2551286518573761, 0.32160475850105286, -0.14837321639060974, -0.06886991858482361, -0.3371956944465637, 0.0972849577665329, 0.11987500637769699, 0.184803768992424, -0.20086193084716797, 0.0963515117764473, 0.1858106404542923, 0.061430346220731735, 0.16398724913597107, -0.05651649460196495, -0.21191814541816711, 0.03635888919234276, 0.10936954617500305, -0.3127113878726959, 0.06264230608940125, 0.01079608965665102, 0.2455580085515976, -0.31888651847839355, -0.10399670153856277, 0.2416420727968216, 0.14101721346378326, -0.000013407000551524106, -0.3363046944141388, -0.07155092060565948, 0.1121915802359581, 0.08519896119832993, -0.21599002182483673, -0.26309242844581604, 0.5382842421531677, -0.23577670753002167, -0.3984073996543884, -0.12650428712368011, 0.17809037864208221, 0.1761702299118042, -0.039798785001039505, 0.019168568775057793, 0.2672845423221588, 0.12007222324609756, 0.08049246668815613, -0.12729963660240173, 0.31710994243621826, 0.19837041199207306, 0.41365131735801697, -0.22089388966560364, -0.1717054843902588 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager/Working_with_Order_Agent#changelog-usage
Changelog Usage <?php // load order $order = DataObject\OnlineShopOrder::getById($this->getParam('id')); // create new order agent $orderManager = Factory::getInstance()->getOrderManager(); $orderAgent = $orderManager->createOrderAgent($order); // get changelog /** @var \Pimcore\Model\Element\Note $log */ foreach($orderAgent->getFullChangeLog() as $log) { ... }
Changelog Usage
[ -0.20330128073692322, -0.04791616275906563, -0.14435645937919617, 0.2142622321844101, 0.05174560472369194, -0.22458505630493164, 0.45225876569747925, 0.07960844784975052, 0.028333768248558044, 0.12176722288131714, 0.01784844882786274, 0.22265496850013733, -0.07021117210388184, 0.20175831019878387, -0.054208893328905106, 0.2794843316078186, -0.09147030860185623, 0.12525665760040283, -0.14260898530483246, -0.07069399952888489, -0.10420651733875275, 0.051498230546712875, 0.038340214639902115, 0.3308357298374176, 0.012222287245094776, -0.15190958976745605, -0.06020873785018921, -0.08401352912187576, -0.09270831197500229, -0.21670816838741302, -0.3384377360343933, 0.18358466029167175, 0.017257949337363243, 0.2620384395122528, -0.0001070084108505398, 0.05240786448121071, 0.28908973932266235, 0.0823667049407959, -0.5874109864234924, 0.17572449147701263, -0.549001157283783, -0.19768264889717102, -0.008486011996865273, -0.4618922770023346, 0.28606677055358887, 0.22018961608409882, 0.05601142719388008, 0.191844642162323, 0.28055572509765625, 0.45831170678138733, 0.2503786087036133, 0.009509820491075516, -0.018815450370311737, -0.22832785546779633, 0.30106252431869507, 0.4276377856731415, 0.018188273534178734, -0.26167982816696167, 0.3530965745449066, 0.08448715507984161, -0.2401328980922699, 0.46176573634147644, -0.08253715932369232, -0.34416481852531433, -0.05058151111006737, -0.05457128956913948, 0.7213436365127563, 0.22724281251430511, 0.24335582554340363, 0.15195976197719574, 0.30760812759399414, -0.1679409295320511, 0.08639343827962875, -0.09794288128614426, 0.06847206503152847, -0.0907379537820816, -0.07406868785619736, -0.07891951501369476, 0.0041881464421749115, 0.08536999672651291, 0.10169762372970581, -0.03017232194542885, 0.022655867040157318, 0.03040909767150879, -0.021238738670945168, 0.33615463972091675, -0.09519052505493164, 0.03780520334839821, -0.22792133688926697, -0.19952479004859924, 0.00020450497686397284, 0.09438878297805786, -0.11206929385662079, -0.2011328935623169, -0.00834202766418457, -0.10908597707748413, 0.17255888879299164, -0.03121383674442768, 0.04377668350934982, -0.21414318680763245, 0.1089484766125679, 0.007333234418183565, 0.3123745024204254, 0.06370539218187332, 0.14522325992584229, 0.5594741106033325, 0.5332688689231873, 0.21605204045772552, -0.07605767250061035, 0.373100608587265, -0.09677821397781372, 0.05857421085238457, 0.17890168726444244, -0.22385574877262115, 0.1395229548215866, 0.06148204207420349, 0.3303925395011902, 0.1003040075302124, -0.0962003543972969, 0.003100831527262926, -0.10010845959186554, -0.007241804618388414, 0.23054558038711548, 0.44906359910964966, 0.037376709282398224, -0.06288129836320877, 0.21528711915016174, -0.12193814665079117, 0.001136640552431345, -0.2850764989852905, -0.24020254611968994, -0.12263307720422745, -0.022813916206359863, 0.2690633237361908, -0.032588016241788864, 0.561579167842865, 0.17320600152015686, -0.07627415657043457, 0.15465803444385529, -0.15009891986846924, 0.22300374507904053, 0.11605969816446304, -0.1085444763302803, 0.007570426445454359, 0.22410140931606293, -0.1913989931344986, 0.16001488268375397, 0.11521785706281662, 0.06301175802946091, 0.15430907905101776, -0.09317822009325027, -0.4853149652481079, -0.10286534577608109, 0.3391890525817871, 0.2584052085876465, 0.12160655856132507, 0.1436096578836441, -0.09942717850208282, 0.4497339129447937, -0.2989874482154846, 0.3428020477294922, -0.031578462570905685, -0.12587325274944305, -0.05050770565867424, -0.3134206533432007, 0.4638192653656006, 0.2580389678478241, -0.13787081837654114, -0.7137073874473572, -0.18098850548267365, 0.1053607165813446, -0.44669485092163086, -0.08520643413066864, 0.3003162741661072, -0.029378196224570274, -0.2585906684398651, 0.46051764488220215, -0.4635934829711914, 0.005371909588575363, 0.08473052829504013, -0.47357872128486633, -0.07760372757911682, 0.4114803969860077, -0.1953192949295044, 0.2524806261062622, -0.13192218542099, -0.15378692746162415, -0.3857330083847046, 0.14652538299560547, 0.2779395580291748, -0.1592632234096527, -0.013691684231162071, -0.23538537323474884, 0.03899777680635452, -0.010221260599792004, 0.1497969627380371, 0.09356343001127243, 0.2031324803829193, 0.24517852067947388, 0.11481110751628876, 0.11803731322288513, 0.11419995129108429, 0.4157677888870239, 0.19636565446853638, 0.2979787588119507, 0.22837001085281372, -0.11104301363229752, -0.12818796932697296, -0.43038710951805115, -0.13019229471683502, 0.17706836760044098, -0.19053499400615692, -0.3535267114639282, 0.22324365377426147, -0.1313720941543579, -0.2132672518491745, 0.3498632609844208, 0.18251217901706696, -0.18089942634105682, -0.43319982290267944, 0.07381705194711685, 0.2918442189693451, -0.2700429856777191, 0.013189340010285378, -0.2654223144054413, -0.14400042593479156, -0.19938579201698303, -0.13352219760417938, -0.13445903360843658, 0.13271524012088776, 0.2640690505504608, 0.22456346452236176, -0.025618387386202812, 0.3915519118309021, -0.21882785856723785, 0.37170398235321045, 0.2577158212661743, 0.0824846625328064, -0.030746132135391235, -0.16600315272808075, 0.16331465542316437, -0.16525177657604218, 0.17140305042266846, -0.09462512284517288, -0.13834679126739502, 0.24887731671333313, 0.15859800577163696, 0.16459627449512482, -0.07817739248275757, -0.1335645616054535, -0.10742872208356857, -0.26517346501350403, -0.06274889409542084, -0.3370055854320526, 0.13151609897613525, 0.23209436237812042, 0.376226544380188, -0.07116668671369553, 0.12708692252635956, 0.4720294773578644, 0.41815245151519775, 0.045800089836120605, 0.20212578773498535, 0.25230735540390015, -0.30040889978408813, -0.31774500012397766, 0.007137407083064318, -0.1254410445690155, 0.3693079650402069, 0.28743091225624084, -0.20698997378349304, -0.11177710443735123, 0.01210797019302845, 0.031430188566446304, 0.32458069920539856, -0.0973813608288765, 0.09523339569568634, 0.1263519525527954, 0.28893375396728516, -0.06046567112207413, 0.02264517918229103, -0.1108950600028038, -0.04220407456159592, 0.10334378480911255, -0.20825575292110443, -0.04975055158138275, 0.04510362446308136, 0.23979951441287994, -0.2501182556152344, -0.015427989885210991, -0.03331178054213524, -0.20838385820388794, 0.1784432977437973, 0.05988631024956703, -0.007640285417437553, 0.015613849274814129, 0.40841981768608093, 0.2296936810016632, 0.30115196108818054, 0.5527859926223755, -0.4063895344734192, -0.20964694023132324, -0.17840693891048431, 0.10997269302606583, -0.1274067908525467, 0.32086116075515747, 0.12454413622617722, -0.0761001780629158, 0.10023213177919388, -0.14803633093833923, -0.2556636333465576, 0.149409219622612, 0.2968217134475708, -0.25200918316841125, 0.18605954945087433, -0.31389081478118896, 0.2337970733642578, 0.05425626412034035, 0.021779920905828476, 0.005406221374869347, -0.20775234699249268, 0.10130199790000916, -0.5365141034126282, 0.22047969698905945, -0.026591841131448746, -0.07944528013467789, -0.315543532371521, -0.16605910658836365, -0.20160254836082458, 0.04652255028486252, 0.08382900059223175, -0.12163893133401871, -0.05756330490112305, 0.3911353647708893, -0.29066523909568787, 0.4241971969604492, -0.09509487450122833, 0.011632448062300682, -0.3191593885421753, -0.19957616925239563, 0.08149207383394241, -0.06025725603103638, -0.078996941447258, -0.24650830030441284, -0.25297465920448303, -0.20161938667297363, -0.4239588677883148, -0.07896570861339569, -0.1772412210702896, -0.11676741391420364, -0.36738717555999756, 0.6871271729469299, 0.18653590977191925, -0.22589683532714844, -0.12152577191591263, -0.18636323511600494, 0.02169414423406124, -0.19291117787361145, 0.4581538438796997, -0.6460813283920288, 0.22588999569416046, 0.1599900871515274, 0.3741172254085541, -0.28867092728614807, -0.22179879248142242, -0.3359324634075165, -0.26772263646125793, -0.07191412895917892, -0.09561378508806229, -0.3205053508281708, -0.19682453572750092, -0.11086652427911758, -0.24860137701034546, 0.20643964409828186, -0.1477329134941101, -0.18016482889652252, 0.01810341328382492, 0.2683573067188263, -0.358724981546402, -0.2502141296863556, -0.29300597310066223, 0.5289238095283508, 0.22771409153938293, 0.012941360473632812, 0.0666792243719101, -0.45155298709869385, -0.0455622524023056, 0.041418470442295074, 0.2801988124847412, -0.28397709131240845, -0.23013177514076233, 0.05084247514605522, -0.14371667802333832, 0.031710587441921234, 0.18520301580429077, -0.19940373301506042, -0.21705451607704163, -0.0518931970000267, -0.3466957211494446, 0.13248275220394135, -0.28648266196250916, 0.38361939787864685, 0.26685547828674316, 0.38764914870262146, 0.26560232043266296, -0.1751829981803894, 0.12513180077075958, 0.12967248260974884, -0.4699449837207794, -0.23129765689373016, 0.6183386445045471, 0.32840463519096375, -0.25652167201042175, 0.059286754578351974, 0.12793196737766266, -0.2305530309677124, -0.24232791364192963, -0.02068224921822548, -0.09288608282804489, 0.16920645534992218, -0.3677402436733246, 0.03964395076036453, -0.5003396272659302, 0.07985124737024307, -0.3446933627128601, 0.04000644013285637, 0.18230104446411133, -0.0022217347286641598, -0.24944375455379486, -0.0005814419710077345, -0.1047033816576004, -0.005081454291939735, 0.011323857121169567, -0.07056780904531479, 0.44884854555130005, 0.22058087587356567, -0.18280071020126343, 0.2644311189651489, 0.08110132068395615, -0.019006341695785522, 0.06442736834287643, -0.16856101155281067, 0.31901201605796814, 0.22714854776859283, -0.19352227449417114, 0.0185711607336998, 0.17409604787826538, 0.4451642632484436, 0.24161863327026367, -0.012114031240344048, -0.025295736268162727, -0.24473506212234497, 0.3417212963104248, 0.13779018819332123, 0.005044822581112385, -0.1838047057390213, 0.12499675899744034, -0.20663034915924072, -0.15362629294395447, 0.2391050010919571, 0.21351765096187592, 0.8969384431838989, 0.08557789772748947, 0.19079254567623138, 0.44280481338500977, -0.34843334555625916, -0.3246435523033142, -0.03671136125922203, -0.06813354045152664, -0.29398253560066223, 0.07019678503274918, 0.1305326223373413, -0.03894516080617905, 0.22859390079975128, 0.04180553928017616, -0.6012392044067383, -0.18597489595413208, -0.043818164616823196, 0.05404325947165489, -0.03963802382349968, -0.07893849164247513, -0.10275506973266602, -0.2663521468639374, 0.1110306903719902, 0.21471984684467316, -0.01718243770301342, -0.047878701239824295, 0.003539574798196554, -0.11464967578649521, 0.1961887776851654, -0.07695522159337997, 0.11769209802150726, 0.0217751432210207, -0.05173315480351448, -0.07559263706207275, -0.22967369854450226, -0.11065123230218887, -0.3822512626647949, 0.0804840475320816, -0.042920488864183426, -0.004907476250082254, 0.22960403561592102, 0.09433121979236603, 0.36674273014068604, 0.1750754863023758, -0.14400312304496765, -0.08543074876070023, 0.14681491255760193, -0.15710577368736267, -0.1284068524837494, 0.32929641008377075, -0.05268753692507744, -0.21886980533599854, -0.19535884261131287, 0.19300894439220428, -0.027636678889393806, -0.37071341276168823, 0.07220541685819626, 0.3430870473384857, -0.4567034840583801, -0.31461024284362793, 0.21529901027679443, -0.0046104262582957745, -0.37257349491119385, -0.013956484384834766, -0.2151259481906891, -0.314781129360199, -0.22856062650680542, 0.19581075012683868, 0.232581228017807, 0.04897281900048256, 0.2916232645511627, 0.005042401608079672, -0.072065569460392, -0.40345725417137146, 0.20340371131896973, 0.04131978377699852, -0.3867223262786865, 0.06358469277620316, -0.05835208296775818, -0.16962508857250214, 0.37560877203941345, 0.21256199479103088, -0.17984966933727264, 0.1613972783088684, -0.09950080513954163, -0.01723629981279373, -0.3486543893814087, -0.10705956816673279, 0.2652661204338074, -0.05831795185804367, 0.059835419058799744, 0.255791574716568, -0.17324529588222504, 0.1757500022649765, -0.411922425031662, -0.16017261147499084, -0.17600782215595245, 0.1591455638408661, 0.1958295702934265, -0.3125646710395813, -0.11288867890834808, 0.22203759849071503, 0.23112039268016815, 0.26504918932914734, -0.05456395819783211, -0.37730249762535095, 0.14834237098693848, 0.041052717715501785, 0.06336216628551483, 0.27972543239593506, -0.04994781315326691, 0.12858283519744873, 0.033503029495477676, 0.16306950151920319, -0.011828045360744, 0.15611134469509125, 0.06920501589775085, -0.15314419567584991, -0.013014486990869045, 0.33158615231513977, 0.10622240602970123, -0.2393990308046341, 0.15834277868270874, -0.23837772011756897, -0.29343315958976746, 0.22006605565547943, -0.2833411395549774, -0.18919090926647186, 0.07553379237651825, 0.02180940844118595, 0.09684593230485916, 0.3785363733768463, 0.3121536374092102, 0.10902845114469528, -0.21654781699180603, 0.20450806617736816, 0.05138121172785759, -0.24634291231632233, -0.08635812252759933, -0.15584342181682587, -0.22405533492565155, 0.32697927951812744, -0.09801428765058517, 0.13143794238567352, 0.01340184174478054, -0.40387794375419617, 0.0710148885846138, 0.18817268311977386, -0.29523926973342896, 0.08900777995586395, 0.5175029039382935, 0.36016085743904114, -0.125429168343544, -0.3327173888683319, 0.021161038428544998, 0.27560868859291077, -0.3192988932132721, 0.04068475589156151, 0.5026002526283264, 0.3553507924079895, 0.41538292169570923, 0.22264008224010468, 0.11721614748239517, 0.701378345489502, 0.27695146203041077, 0.2305997908115387, 0.31300851702690125, 0.010138405486941338, 0.15670914947986603, 0.37974900007247925, -0.03272630646824837, 0.03064858913421631, -0.049258310347795486, -0.1277477741241455, -0.1295749396085739, 0.323315292596817, -0.3821879029273987, 0.23519372940063477, -0.12101035565137863, 0.0717773586511612, -0.3458141088485718, -0.006334814243018627, -0.2220848947763443, -0.16076353192329407, 0.12771883606910706, 0.26727721095085144, -0.28212010860443115, -0.11448401212692261, -0.2559036314487457, -0.2862670421600342, -0.1950828582048416, 0.09415124356746674, 0.00269250082783401, -0.26889029145240784, -0.11929922550916672, -0.012225013226270676, 0.04650920256972313, 0.23378126323223114, 0.2634393572807312, 0.172580286860466, 0.1399274617433548, 0.050228241831064224, 0.21842192113399506, 0.04966486990451813, -0.20147886872291565, -0.26557081937789917, -0.12388873100280762, 0.341048002243042, -0.008364544250071049, -0.01878589205443859, 0.18247532844543457, -0.34647244215011597, 0.10662291944026947, 0.13080450892448425, 0.12281070649623871, -0.07983680069446564, 0.3349784314632416, 0.16042247414588928, -0.2373260259628296, -0.2010451704263687, 0.27248165011405945, -0.5865597724914551, 0.19206304848194122, 0.023811230435967445, 0.19508644938468933, 0.0728280171751976, -0.20559315383434296, 0.1251264214515686, -0.03653173893690109, -0.19384069740772247, 0.019262002781033516, -0.4300197958946228, 0.10608997941017151, -0.08658266812562943, -0.09569589048624039, 0.3374078571796417, 0.31720125675201416, 0.012376892380416393, -0.1029852032661438, 0.03631380572915077, -0.18769343197345734, -0.09074065834283829, 0.28673285245895386, -0.5196527242660522, 0.16981185972690582, 0.172404944896698, -0.04694297909736633, -0.06533794105052948, 0.012829109095036983, 0.07255703210830688, 0.15704186260700226, -0.18604989349842072, 0.08763765543699265, 0.07880298048257828, 0.29291239380836487, -0.05037003010511398, -0.4657280445098877, 0.23671729862689972, 0.16732323169708252, 0.34746265411376953, -0.12380160391330719, -0.09076108038425446, -0.17647840082645416, 0.05762331187725067, 0.09823721647262573, -0.05512813478708267, 0.021775253117084503, -0.15080779790878296, 0.22180716693401337, -0.07878968119621277, 0.16160741448402405, 0.015842966735363007, 0.011959985829889774, 0.24334800243377686, 0.19679906964302063, -0.6165852546691895, -0.1428992748260498, -0.022073877975344658, 0.065672367811203, -0.3253282904624939, 0.06972738355398178, 0.3328767418861389, 0.19665563106536865, 0.07763033360242844, -0.2629581391811371, -0.08995571732521057, 0.2682701051235199, -0.23122598230838776, -0.29898709058761597, -0.21882247924804688, 0.3902483582496643, -0.17821362614631653, -0.23306229710578918, 0.02183884009718895, -0.010987642221152782, 0.23853544890880585, -0.19287194311618805, 0.2798220217227936, 0.056519512087106705, 0.18047572672367096, 0.08417310565710068, -0.15033580362796783, 0.19972477853298187, 0.2298019379377365, 0.15641477704048157, -0.16143733263015747, -0.026795174926519394 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager#order-manager
Order Manager The Order Manager is responsible for all aspects of working with orders except committing them (which is the responsibility of the Commit Order Processor). These aspects contain among other things: Creating orders based on carts Order Storage (by default as Pimcore objects) Loading orders Loading order lists and filter them (Order List) Working with orders after order commit (Order Agent)
Order Manager
[ 0.33883097767829895, -0.007745718117803335, -0.1556173413991928, -0.030158860608935356, 0.04738813266158104, 0.13763710856437683, 0.14546619355678558, -0.3946700394153595, -0.062061045318841934, 0.17050008475780487, 0.028650909662246704, 0.12037994712591171, 0.0626540333032608, 0.017737409099936485, -0.011726302094757557, -0.06855879724025726, 0.10810764878988266, 0.04261200875043869, -0.2746530771255493, -0.09506190568208694, -0.12195853888988495, -0.13094136118888855, 0.30234453082084656, 0.15429982542991638, -0.10047698765993118, -0.157486230134964, -0.12315263599157333, -0.07115776091814041, -0.15378119051456451, -0.1373850256204605, -0.20106345415115356, 0.2542715072631836, 0.09914504736661911, 0.0929454118013382, -0.00011284807260381058, -0.043646398931741714, 0.28786709904670715, 0.005512676201760769, -0.16104042530059814, -0.31184178590774536, -0.4634190499782562, -0.34436461329460144, 0.08877089619636536, 0.028887443244457245, 0.6025634407997131, 0.5223317742347717, 0.3907686173915863, 0.3746411204338074, 0.08911701291799545, 0.0165947824716568, 0.21698921918869019, -0.00016568638966418803, 0.14900697767734528, -0.11237026751041412, 0.11763128638267517, -0.18295042216777802, 0.11166813969612122, -0.10881389677524567, 0.48001599311828613, 0.23602759838104248, -0.09947434067726135, -0.26450976729393005, -0.22606658935546875, -0.23948442935943604, 0.31700602173805237, -0.147237628698349, 0.684049129486084, -0.1615617275238037, 0.05567352846264839, -0.16698667407035828, 0.2555067241191864, -0.053174614906311035, 0.09404084086418152, -0.07672061771154404, 0.022365719079971313, 0.2084421068429947, 0.06152500584721565, 0.501143217086792, 0.14908210933208466, 0.05583152920007706, -0.08484769612550735, 0.15644113719463348, 0.10897035896778107, 0.2504560053348541, -0.4955797493457794, 0.3586795926094055, -0.19162298738956451, -0.033293820917606354, 0.5129427313804626, 0.17738202214241028, -0.08005554229021072, 0.035884350538253784, -0.0038378273602575064, 0.1946103870868683, -0.505078136920929, -0.02088038995862007, 0.16638301312923431, 0.042716216295957565, -0.26046258211135864, 0.23424889147281647, -0.2515413761138916, 0.17253477871418, 0.08202565461397171, 0.15336120128631592, 0.38331350684165955, 0.40940186381340027, 0.01604635640978813, 0.4045741856098175, 0.1691541224718094, 0.13817688822746277, 0.08335951715707779, -0.28372421860694885, 0.12934339046478271, 0.1554901897907257, -0.057964812964200974, 0.08764883130788803, 0.04677568003535271, -0.008606338873505592, -0.30779212713241577, 0.33362096548080444, -0.06787440925836563, -0.01043762732297182, -0.018393361940979958, 0.29653429985046387, -0.05523771792650223, 0.13026417791843414, -0.0994124710559845, -0.07851941138505936, 0.16295433044433594, 0.2201848328113556, -0.11515630781650543, -0.37697815895080566, 0.02891034632921219, 0.29241254925727844, -0.25418543815612793, -0.010930968448519707, 0.23005947470664978, 0.12538288533687592, 0.21194373071193695, -0.21761061251163483, 0.4468875527381897, -0.2697558104991913, -0.25827133655548096, 0.5286949872970581, 0.07511512190103531, -0.21287670731544495, -0.14506429433822632, 0.38091349601745605, 0.008897898718714714, 0.3777894675731659, -0.14967726171016693, -0.39801687002182007, 0.18286333978176117, 0.2694050371646881, 0.040149543434381485, 0.0919213816523552, 0.017254026606678963, -0.4286055266857147, -0.12915197014808655, 0.08680770546197891, 0.4981232285499573, 0.14881007373332977, 0.5651825070381165, -0.0685502216219902, -0.4531846046447754, 0.06722573935985565, 0.5022740364074707, -0.15395809710025787, -0.734814465045929, -0.2763298749923706, 0.3939417898654938, -0.16568908095359802, -0.044033050537109375, 0.2372027486562729, 0.07083504647016525, -0.33461815118789673, -0.09268993884325027, -0.08662684261798859, 0.259011447429657, -0.07058649510145187, -0.005256690084934235, 0.1280788630247116, -0.012158157303929329, 0.0346171073615551, 0.15058505535125732, -0.30797135829925537, -0.5204468965530396, -0.021699529141187668, -0.39702078700065613, -0.01536597590893507, 0.2480420619249344, 0.131971538066864, -0.3734780251979828, 0.18448805809020996, 0.09853852540254593, 0.26022058725357056, -0.14012275636196136, -0.12859131395816803, -0.3940723240375519, 0.2678544521331787, -0.14910811185836792, 0.15607993304729462, 0.010211935266852379, 0.39748138189315796, 0.05400850623846054, 0.002220151014626026, -0.07530422508716583, -0.1323195844888687, -0.5855213403701782, 0.16079725325107574, 0.05902507156133652, -0.11479507386684418, -0.17165352404117584, 0.3211292624473572, -0.1137525662779808, 0.21700558066368103, 0.17509303987026215, -0.29849928617477417, -0.3040686547756195, -0.19754242897033691, -0.16670958697795868, 0.23585666716098785, -0.264962375164032, 0.019468877464532852, 0.20870515704154968, -0.3176978528499603, -0.2610274851322174, 0.2614848017692566, -0.09235483407974243, 0.1766151636838913, -0.04734642803668976, -0.14900194108486176, 0.1702655851840973, 0.3669344186782837, 0.18172405660152435, 0.11725863814353943, -0.20104071497917175, 0.4415758550167084, 0.19822144508361816, 0.29029959440231323, -0.23739132285118103, -0.002966848202049732, 0.06700421869754791, -0.27362295985221863, -0.039375655353069305, 0.1977432817220688, -0.05416269227862358, 0.24018973112106323, -0.05703820660710335, -0.0006167175597511232, -0.3426761329174042, 0.055090270936489105, 0.04552324861288071, -0.14968524873256683, 0.29982951283454895, 0.22057528793811798, 0.3438146710395813, 0.18615411221981049, 0.05664297938346863, 0.10129093378782272, 0.33321884274482727, -0.31539198756217957, 0.01413800660520792, 0.04830477386713028, -0.03571407496929169, 0.06478908658027649, -0.3149263560771942, 0.08269402384757996, 0.032615989446640015, 0.0773826315999031, -0.23392228782176971, 0.03364388644695282, 0.4493018388748169, -0.12854917347431183, 0.15310543775558472, 0.3154650926589966, 0.13427770137786865, -0.16351749002933502, -0.11608805507421494, 0.15281450748443604, 0.30705466866493225, 0.10307424515485764, 0.031142741441726685, 0.17459280788898468, 0.02976805530488491, -0.19016136229038239, -0.10445301234722137, -0.23532582819461823, 0.08245068788528442, 0.2539478540420532, -0.5469224452972412, -0.3636268079280853, -0.14864066243171692, -0.009899310767650604, -0.3670041561126709, -0.31989482045173645, 0.20248280465602875, 0.2897800803184509, -0.25121352076530457, 0.3433345556259155, -0.19585418701171875, -0.48707684874534607, -0.09818219393491745, 0.117266945540905, 0.170638769865036, -0.25907832384109497, 0.1439460664987564, -0.0625828206539154, -0.009755636565387249, 0.21491481363773346, -0.14635470509529114, 0.21947550773620605, 0.21114201843738556, -0.37109532952308655, 0.2194206714630127, -0.01606646366417408, 0.09319355338811874, 0.22474467754364014, -0.22460819780826569, 0.13639874756336212, -0.3403974175453186, -0.06270836293697357, -0.028587808832526207, 0.029375683516263962, 0.005373097024857998, 0.15027152001857758, -0.4135300815105438, -0.24516768753528595, 0.08119397610425949, -0.05309503152966499, 0.32942995429039, -0.5461993217468262, -0.6659404039382935, -0.0028234217315912247, -0.1704748272895813, 0.05766117945313454, -0.09568589180707932, -0.16886158287525177, -0.05368738994002342, -0.35279741883277893, 0.04692355543375015, -0.06707355380058289, 0.3616626262664795, -0.04224880412220955, -0.4667539894580841, 0.028984591364860535, -0.1899654120206833, -0.033087410032749176, -0.17425751686096191, -0.03162730112671852, 0.160853773355484, 0.13738976418972015, 0.0012842051219195127, -0.07560887932777405, -0.022632000967860222, -0.3362157344818115, -0.23763228952884674, 0.29603639245033264, 0.1490669995546341, -0.21236597001552582, 0.1975993812084198, -0.3016616404056549, 0.6781095862388611, -0.740997314453125, 0.18501877784729004, 0.04933955892920494, 0.41767454147338867, 0.043617237359285355, -0.12567876279354095, 0.05702178180217743, 0.09379197657108307, -0.06355366110801697, -0.24822983145713806, 0.24096974730491638, 0.11263984441757202, 0.13635952770709991, 0.08758366852998734, 0.2641192674636841, -0.3601398169994354, -0.14310021698474884, 0.17077700793743134, 0.23764006793498993, 0.407131165266037, -0.16877232491970062, 0.012710762210190296, -0.0720103457570076, 0.04146402329206467, -0.039212945848703384, 0.29390570521354675, 0.10693187266588211, -0.0027400837279856205, -0.34592652320861816, -0.46041619777679443, 0.15870773792266846, 0.14901384711265564, -0.21508218348026276, 0.023109285160899162, 0.0735497772693634, -0.22141733765602112, 0.14009961485862732, -0.14091652631759644, 0.4624282419681549, 0.5631908178329468, -0.26395097374916077, -0.16439229249954224, -0.46925660967826843, 0.3145465850830078, -0.16160798072814941, 0.06637319177389145, 0.3563051223754883, 0.21930553019046783, 0.09663457423448563, -0.3329383432865143, -0.3226693272590637, -0.07042983919382095, -0.12399939447641373, -0.08681104332208633, -0.31552854180336, -0.37651145458221436, -0.04971813037991524, 0.23336124420166016, 0.036072228103876114, -0.22888708114624023, 0.027389448136091232, -0.2110348641872406, 0.2021496742963791, -0.07712988555431366, -0.09763414412736893, 0.16371212899684906, -0.13747897744178772, -0.26847681403160095, -0.20185518264770508, -0.24978554248809814, 0.14073465764522552, 0.015624886378645897, 0.26848095655441284, 0.15335054695606232, 0.2008376121520996, 0.09650879353284836, 0.35600799322128296, -0.08278334885835648, 0.2261703461408615, -0.08496540784835815, 0.5763075947761536, 0.008088373579084873, 0.12048705667257309, -0.10287337750196457, 0.12421014159917831, -0.2966211438179016, -0.24329037964344025, 0.3172750473022461, -0.2557334899902344, 0.13798537850379944, 0.12837307155132294, 0.13205908238887787, -0.1657072901725769, -0.26529255509376526, -0.0019997062627226114, 0.0011106362799182534, -0.007703861687332392, 0.502871036529541, 0.9081180691719055, -0.19431914389133453, 0.11788377910852432, -0.1843997687101364, -0.32401028275489807, 0.15776745975017548, -0.40385788679122925, 0.18689125776290894, -0.3403667211532593, 0.10677628964185715, -0.2069837898015976, -0.30696961283683777, 0.06214367225766182, -0.1337905377149582, -0.3828119933605194, -0.09353862702846527, -0.41697990894317627, -0.030627621337771416, 0.5265522599220276, 0.05862615257501602, -0.04469626024365425, -0.08855295181274414, 0.3143969476222992, 0.1658436357975006, 0.050074804574251175, -0.016852177679538727, -0.5504165887832642, 0.07334856688976288, 0.36588054895401, 0.2458939105272293, -0.034564096480607986, -0.2047019749879837, -0.30969518423080444, -0.0804005116224289, 0.0643981397151947, 0.3863472640514374, -0.06090545654296875, -0.1745658963918686, -0.005770821589976549, -0.022291220724582672, 0.4830937385559082, 0.11255895346403122, 0.09454154223203659, 0.4009999632835388, 0.2255411595106125, 0.02856677584350109, 0.3593458831310272, -0.2506764531135559, 0.08532734215259552, 0.17829234898090363, -0.18829311430454254, -0.41367992758750916, -0.39592382311820984, 0.42582055926322937, -0.08662225306034088, 0.15605032444000244, -0.2774856388568878, 0.11203589290380478, -0.18159990012645721, 0.027860553935170174, 0.09480355679988861, 0.011565390042960644, -0.05488959327340126, 0.39060521125793457, -0.3510318100452423, -0.296324223279953, -0.13966450095176697, -0.3141421377658844, 0.337504118680954, -0.2523314654827118, 0.039070624858140945, -0.04182413965463638, 0.07199117541313171, -0.2024582326412201, -0.08340001851320267, -0.2130710631608963, 0.11909347772598267, 0.48656970262527466, -0.18688970804214478, -0.46526575088500977, 0.20097550749778748, 0.041339341551065445, 0.20207619667053223, -0.10670722275972366, -0.4062637686729431, -0.32718023657798767, -0.221499502658844, -0.11627509444952011, 0.5214695930480957, -0.10311656445264816, -0.22144080698490143, 0.20980893075466156, -0.1607864797115326, 0.2526416778564453, -0.27717164158821106, -0.155048668384552, -0.5911538004875183, 0.1529986411333084, 0.11994368582963943, -0.2592242956161499, -0.18891699612140656, -0.044575538486242294, 0.020938517525792122, -0.15159209072589874, -0.15943169593811035, -0.24501118063926697, 0.1520884484052658, 0.10832110047340393, 0.11672311276197433, 0.10084841400384903, 0.047972481697797775, 0.14369641244411469, 0.20688150823116302, 0.07729556411504745, 0.1376233547925949, -0.09129220247268677, 0.006552684120833874, -0.1591184437274933, 0.09582794457674026, 0.19023537635803223, -0.12187349796295166, -0.14397400617599487, 0.39163318276405334, -0.12076272815465927, 0.1084112599492073, 0.16501523554325104, 0.036474768072366714, -0.10845139622688293, 0.1590690016746521, 0.19633084535598755, 0.4070366322994232, -0.1698695719242096, 0.309792697429657, 0.1054038405418396, -0.1065458208322525, 0.101657934486866, -0.22408713400363922, 0.17863129079341888, 0.13679280877113342, -0.23821699619293213, 0.060188114643096924, 0.16922757029533386, 0.2464158982038498, 0.13906821608543396, 0.04784919321537018, -0.008034182712435722, -0.120265893638134, 0.12045241892337799, -0.02092396654188633, 0.4760555326938629, 0.1549995243549347, 0.2110045701265335, 0.20622938871383667, 0.27367401123046875, 0.4590117335319519, -0.22856301069259644, 0.0755254477262497, 0.18539395928382874, 0.5759419202804565, -0.3597182035446167, 0.1545967012643814, -0.47334766387939453, 0.30684545636177063, 0.6756365895271301, 0.6156631112098694, -0.12864786386489868, 0.8749115467071533, -0.21478471159934998, -0.16330526769161224, 0.33010923862457275, 0.06338027864694595, 0.18500776588916779, 0.24614697694778442, -0.11301421374082565, 0.13175605237483978, -0.5025064945220947, -0.1602213978767395, -0.05394727736711502, -0.10016199201345444, 0.2515864968299866, -0.37267959117889404, -0.08926663547754288, 0.24850375950336456, -0.06236916035413742, 0.14545077085494995, -0.25112059712409973, 0.3185083866119385, 0.07595613598823547, -0.20755985379219055, -0.21328233182430267, -0.4713534414768219, 0.008021309040486813, 0.1406080722808838, 0.11246952414512634, -0.30987828969955444, 0.06702520698308945, 0.024604104459285736, 0.22064542770385742, 0.12968809902668, 0.07702672481536865, 0.21540647745132446, -0.1659420281648636, 0.0892462432384491, 0.019974395632743835, -0.004321886692196131, -0.0913131982088089, 0.09028853476047516, 0.21830061078071594, 0.15294453501701355, -0.29614996910095215, 0.08070310950279236, -0.15471723675727844, -0.1948310285806656, 0.11501792073249817, -0.21602147817611694, 0.02262505702674389, 0.48848533630371094, 0.1357022225856781, -0.16281433403491974, 0.1711089313030243, 0.522560179233551, -0.29383695125579834, 0.2324589639902115, 0.12101994454860687, -0.2180958241224289, -0.062475163489580154, 0.2196725606918335, 0.0738711804151535, 0.10502372682094574, 0.16188006103038788, 0.304420530796051, 0.17927975952625275, 0.09820357710123062, -0.14745458960533142, -0.004131107125431299, 0.1534069925546646, 0.3255821168422699, 0.030670275911688805, 0.43200984597206116, -0.2346830815076828, 0.04638412967324257, -0.11425208300352097, 0.05758301541209221, -0.46418166160583496, -0.04811849072575569, -0.026549536734819412, 0.0016993099125102162, 0.17036062479019165, -0.30369266867637634, -0.1927960216999054, -0.12412510812282562, -0.05415872111916542, -0.06893451511859894, -0.22627194225788116, 0.1553916186094284, -0.09376005828380585, 0.2723393738269806, 0.1763966828584671, 0.012153849005699158, 0.44860538840293884, 0.05166877433657646, -0.036479849368333817, 0.11708119511604309, 0.10589195787906647, 0.20513492822647095, 0.17925353348255157, -0.0254585612565279, -0.07882250845432281, -0.060581136494874954, -0.32796066999435425, 0.03490930795669556, 0.16286346316337585, -0.17531663179397583, 0.06330564618110657, 0.06019999459385872, 0.2856543958187103, -0.1505693644285202, -0.14293749630451202, -0.24437443912029266, -0.23445887863636017, 0.2893677055835724, 0.4642496407032013, 0.2854205369949341, -0.34301432967185974, -0.4171287417411804, 0.4552188813686371, -0.11483775079250336, 0.10058026015758514, -0.11590205878019333, -0.2426401823759079, 0.23357678949832916, -0.13938412070274353, -0.049997374415397644, -0.23602911829948425, -0.3244261145591736, 0.14908914268016815, -0.2762087285518646, -0.1616307646036148, 0.13034729659557343, 0.0907331332564354, -0.057132523506879807, -0.19329701364040375, -0.2692074775695801, 0.01125290710479021, -0.27477118372917175, -0.18817296624183655, -0.023222049698233604 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Order_Manager#configuration
Configuration The configuration takes place in the pimcore_ecommerce_framework.order_manager config section and is tenant aware. pimcore_ecommerce_framework: order_manager: tenants: _defaults: # service ID of order manager implementation order_manager_id: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager # options for oder manager options: # Pimcore object class for orders order_class: \Pimcore\Model\DataObject\OnlineShopOrder # Pimcore object class for order items order_item_class: \Pimcore\Model\DataObject\OnlineShopOrderItem # Class for order listing list_class: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\Listing # Class for order item listing list_item_class: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\Listing\Item # Default parent folder for new orders parent_order_folder: /order/%%Y/%%m/%%d # Options for oder agent order_agent: # service ID of order agent factory - builds order agents individual to each order factory_id: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory # options for order agent factory - available options vary by factory implementation factory_options: agent_class: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderAgent # inherits from _defaults default: ~ # inherits from _defaults, but sets another order folder otherFolder: options: parent_order_folder: /order_otherfolder/%%Y/%%m/%%d
Configuration
[ -0.044209036976099014, -0.06493769586086273, -0.17683908343315125, 0.09829571843147278, 0.2696461081504822, -0.24434423446655273, 0.21570131182670593, -0.19617697596549988, -0.11482156813144684, 0.2016373723745346, -0.12660683691501617, 0.2414843887090683, -0.01662443019449711, 0.06538579612970352, -0.2765059471130371, 0.16364194452762604, -0.1278315633535385, 0.06527330726385117, -0.6822261810302734, -0.06293037533760071, -0.1718078851699829, 0.3286537826061249, 0.1622127890586853, 0.12688353657722473, 0.1026783287525177, -0.030068013817071915, -0.15575115382671356, 0.11296499520540237, -0.4327492117881775, -0.1204710379242897, 0.11182285100221634, 0.21154074370861053, -0.03516998514533043, 0.306789755821228, -0.00010103035310748965, 0.26249226927757263, 0.09379146248102188, -0.14086776971817017, -0.27936455607414246, -0.12546098232269287, -0.28001388907432556, -0.20278224349021912, 0.12261193990707397, -0.14795233309268951, 0.028716782107949257, 0.06867820769548416, 0.10815371572971344, 0.49360790848731995, -0.06786592304706573, 0.3732152283191681, 0.3340917229652405, 0.038779791444540024, 0.07392717897891998, -0.3568902909755707, -0.08896490931510925, 0.025662822648882866, -0.05120164528489113, -0.18151706457138062, 0.26286834478378296, 0.350318968296051, -0.2031954675912857, -0.1142919659614563, 0.04222457855939865, -0.20840179920196533, -0.057638492435216904, -0.09140073508024216, 0.7534010410308838, 0.13382987678050995, -0.1367926448583603, -0.035153716802597046, 0.262627512216568, 0.06841442734003067, 0.10174480080604553, 0.05795000120997429, 0.08217227458953857, 0.015531614422798157, 0.29159942269325256, -0.023729512467980385, 0.20773330330848694, 0.16137351095676422, 0.24217185378074646, 0.014113646000623703, -0.017514165490865707, 0.304375559091568, -0.2779121398925781, 0.7615219354629517, -0.2251061201095581, -0.22120822966098785, 0.13770563900470734, -0.327359139919281, -0.0012633627047762275, 0.07720225304365158, -0.09601466357707977, -0.10666237026453018, -0.07558465749025345, -0.18727295100688934, 0.2481534481048584, 0.06877858936786652, -0.09050939977169037, 0.28085026144981384, -0.052622608840465546, 0.12072057276964188, 0.011462509632110596, 0.0392487570643425, -0.08750356733798981, 0.6104163527488708, 0.10200561583042145, 0.3301627039909363, -0.013996079564094543, 0.7305088043212891, -0.09947183728218079, 0.01618303917348385, 0.1271967738866806, -0.18010324239730835, -0.4158953130245209, -0.08894257247447968, 0.07229210436344147, 0.2278049886226654, -0.16998258233070374, -0.1188535988330841, -0.11132575571537018, 0.0301543939858675, 0.5063861608505249, 0.4197571575641632, 0.056771524250507355, -0.0600363127887249, -0.021226607263088226, 0.07297911494970322, -0.0660337284207344, -0.0211909431964159, -0.32594332098960876, -0.11481049656867981, -0.03426387906074524, 0.05336477980017662, -0.06604761630296707, 0.11468362808227539, 0.3410757780075073, 0.1468406766653061, 0.2982100546360016, -0.11450908333063126, 0.3706958591938019, 0.16065935790538788, -0.09243889898061752, 0.32315850257873535, 0.011503023095428944, -0.09509475529193878, 0.19774462282657623, 0.22365012764930725, -0.08422983437776566, -0.13170887529850006, -0.32529541850090027, -0.6427249908447266, 0.044067688286304474, 0.3420097529888153, 0.25201067328453064, 0.013643668964505196, 0.1601332575082779, -0.20610862970352173, 0.06715771555900574, 0.010380258783698082, 0.19371536374092102, -0.012935316190123558, 0.17529138922691345, -0.0785505473613739, -0.03659026697278023, 0.14339947700500488, 0.47678622603416443, 0.012186681851744652, -0.5850951075553894, -0.1829105019569397, 0.16502748429775238, -0.31398364901542664, -0.17742027342319489, 0.1677493005990982, -0.33422422409057617, -0.08315450698137283, 0.22942551970481873, -0.20908807218074799, -0.17490075528621674, 0.00019962828082498163, -0.4552361071109772, -0.06506781280040741, 0.3113071024417877, -0.17789776623249054, 0.08466791361570358, -0.19912244379520416, -0.22022312879562378, -0.029024695977568626, 0.19655495882034302, 0.21131186187267303, -0.20414383709430695, -0.13609130680561066, -0.39913296699523926, -0.08626674115657806, -0.08235962688922882, 0.22121693193912506, -0.09425617009401321, -0.04325299710035324, -0.0672268494963646, 0.05946059897542, 0.051608651876449585, 0.14319975674152374, 0.06623559445142746, 0.3885023593902588, 0.1360587626695633, 0.28632116317749023, -0.009896885603666306, -0.07293928414583206, -0.44911134243011475, 0.22182023525238037, -0.04164411127567291, -0.07138267159461975, -0.138540118932724, -0.042686980217695236, -0.3663152754306793, -0.15990068018436432, 0.4275522828102112, 0.12475740164518356, -0.06249994784593582, -0.46329936385154724, 0.18534468114376068, 0.1648883819580078, -0.1753775030374527, 0.23121199011802673, 0.09266700595617294, -0.08959093689918518, -0.21711695194244385, 0.20022569596767426, -0.036106888204813004, 0.07413900643587112, 0.16355670988559723, -0.16373693943023682, 0.07948591560125351, 0.5260021090507507, 0.02273431420326233, 0.10886996239423752, 0.1251523792743683, 0.2745417654514313, 0.07800403237342834, 0.17294315993785858, 0.03886833041906357, 0.23234060406684875, -0.10041531175374985, 0.1215992197394371, -0.08954793959856033, 0.27003809809684753, 0.1910935938358307, 0.2277081459760666, 0.1720626950263977, 0.03998202830553055, 0.17582282423973083, 0.026005558669567108, -0.026607099920511246, -0.5607767701148987, 0.2173275351524353, 0.2907350957393646, 0.3316151201725006, 0.14831498265266418, -0.061764199286699295, 0.39210963249206543, -0.04622088745236397, 0.13543514907360077, 0.38666388392448425, -0.07393742352724075, -0.04720235615968704, -0.10000935941934586, -0.06062569096684456, 0.14424468576908112, 0.2681182324886322, 0.3437914252281189, -0.0035582478158175945, -0.2720773220062256, -0.032030824571847916, -0.33901435136795044, 0.29498884081840515, -0.021224066615104675, 0.2900252044200897, 0.07463014125823975, 0.2353692650794983, -0.14376597106456757, -0.20831571519374847, -0.31350430846214294, -0.006803120020776987, 0.09633620083332062, -0.19614574313163757, -0.2590932846069336, -0.33722859621047974, 0.187279611825943, -0.002408397849649191, 0.21958084404468536, -0.10669892281293869, -0.3188672959804535, 0.1682131141424179, 0.0898708701133728, -0.3955002427101135, 0.05157739669084549, 0.06306415051221848, 0.22078925371170044, -0.18064996600151062, -0.022295020520687103, 0.03906225040555, 0.12642957270145416, -0.16120845079421997, 0.1945057511329651, -0.041333526372909546, -0.00838178489357233, 0.0690273568034172, 0.016089364886283875, -0.13683928549289703, -0.11815369874238968, -0.347322553396225, 0.25121378898620605, 0.24902480840682983, -0.3085255026817322, 0.2810628414154053, -0.10184511542320251, 0.023431986570358276, 0.15427346527576447, 0.015060248784720898, 0.3219701051712036, -0.3592997193336487, -0.11676357686519623, -0.13167507946491241, 0.2209881991147995, -0.1656840294599533, -0.0802568569779396, -0.21751669049263, -0.39371007680892944, -0.15001080930233002, 0.12396562844514847, 0.22662721574306488, -0.3087969720363617, -0.20576198399066925, -0.023102741688489914, -0.2665877938270569, 0.16109177470207214, -0.21086379885673523, -0.228003591299057, 0.2770480811595917, -0.5600501298904419, -0.034176211804151535, -0.18907199800014496, -0.13545894622802734, -0.02949441224336624, -0.39004287123680115, 0.03517594188451767, -0.5273686647415161, -0.21408617496490479, -0.1328268051147461, -0.04102109745144844, -0.06103421747684479, 0.7998005747795105, 0.17909151315689087, -0.27103063464164734, -0.14235620200634003, -0.010448071174323559, 0.18317043781280518, 0.29819372296333313, 0.27158716320991516, -0.5715041160583496, -0.08327224105596542, -0.15103484690189362, 0.47452303767204285, -0.21544986963272095, 0.18214653432369232, 0.1446043998003006, -0.11211512237787247, 0.33031535148620605, -0.1341163069009781, 0.0982297882437706, -0.177938312292099, 0.24296332895755768, 0.030719975009560585, 0.26978474855422974, 0.11779582500457764, 0.2885572612285614, 0.1230878010392189, 0.2965339720249176, -0.20961196720600128, -0.36680662631988525, -0.08940189331769943, 0.2099873572587967, 0.2598528265953064, -0.07460430264472961, 0.10787121951580048, -0.15309616923332214, 0.053569626063108444, 0.06432835757732391, 0.39766573905944824, -0.31448355317115784, -0.12174061685800552, -0.1144179254770279, -0.18200133740901947, -0.05230210721492767, 0.08708775043487549, -0.14628854393959045, -0.1578211933374405, 0.038763854652643204, -0.3448028862476349, 0.16433317959308624, -0.1398015171289444, 0.5247395038604736, 0.11052384227514267, 0.018803805112838745, 0.03551967814564705, -0.19352474808692932, 0.057407744228839874, -0.22574864327907562, -0.010426961816847324, -0.11320587247610092, 0.1632891297340393, 0.20079229772090912, -0.20058023929595947, -0.21885496377944946, -0.08693619072437286, -0.3415699601173401, -0.07201142609119415, -0.12803125381469727, 0.04157385230064392, -0.27498191595077515, -0.05084867775440216, 0.1859632283449173, -0.20188036561012268, 0.30064651370048523, -0.17039375007152557, 0.06324542313814163, 0.1527475118637085, -0.2173634171485901, -0.002626844448968768, -0.14723192155361176, 0.2127629518508911, -0.009155446663498878, -0.16083590686321259, 0.03640924394130707, 0.17010796070098877, 0.37496376037597656, 0.3776859641075134, 0.11463502794504166, 0.16277430951595306, 0.25924721360206604, -0.17309091985225677, -0.07908543944358826, 0.15359674394130707, 0.07966650277376175, -0.14483514428138733, -0.25679275393486023, 0.14020101726055145, 0.3278784453868866, -0.026097191497683525, 0.1286207139492035, -0.0329924114048481, 0.16840064525604248, 0.24850068986415863, 0.020078174769878387, -0.25788170099258423, -0.16274042427539825, -0.19764196872711182, 0.1185818612575531, -0.2734447419643402, 0.31397607922554016, 0.34291723370552063, 0.5967409610748291, 0.17767098546028137, 0.36476996541023254, 0.3860238492488861, 0.13218417763710022, 0.21521054208278656, -0.2760773003101349, 0.26039162278175354, -0.19192415475845337, -0.05289669707417488, 0.21582219004631042, -0.008448699489235878, 0.12762552499771118, 0.18010206520557404, -0.3039358854293823, -0.16216278076171875, -0.36512935161590576, 0.15641531348228455, -0.040173038840293884, -0.11196994036436081, -0.1985226422548294, -0.37866148352622986, 0.051371049135923386, 0.3118102252483368, 0.42227134108543396, 0.046969298273324966, -0.20130440592765808, 0.04420652613043785, -0.2528262138366699, -0.03574659302830696, 0.14308354258537292, 0.037963349372148514, -0.16755466163158417, 0.08912893384695053, 0.08391979336738586, 0.24554979801177979, -0.23836782574653625, -0.1523894965648651, -0.005022924393415451, -0.06511732190847397, 0.2269737869501114, 0.1613387167453766, 0.3739495575428009, -0.08097857236862183, -0.050029002130031586, 0.08003605902194977, 0.10325103998184204, -0.214222252368927, 0.13592839241027832, -0.2102431058883667, -0.0026981078553944826, -0.1667165607213974, -0.20038773119449615, 0.05327705293893814, -0.11825547367334366, -0.09902575612068176, -0.18870510160923004, 0.31982073187828064, -0.33403152227401733, -0.20112267136573792, 0.23449210822582245, -0.08649193495512009, -0.23490889370441437, 0.09431245923042297, -0.08871788531541824, -0.10951969772577286, -0.17532306909561157, 0.19591717422008514, 0.27170172333717346, -0.23299895226955414, 0.2445032298564911, -0.05870937928557396, -0.07472459226846695, -0.4160531759262085, 0.288313627243042, -0.1110365018248558, 0.01900317706167698, 0.1938002109527588, -0.08907286077737808, -0.4573434889316559, 0.3541293740272522, 0.2636631429195404, 0.07766668498516083, 0.29336827993392944, -0.3645368814468384, -0.06811647862195969, -0.22377917170524597, -0.11826726794242859, 0.04559292644262314, -0.12339644879102707, -0.3435431122779846, 0.33134570717811584, -0.007018068805336952, -0.010632842779159546, -0.4686315953731537, -0.10673508793115616, -0.33370882272720337, -0.030576758086681366, 0.22483855485916138, -0.08135060220956802, 0.3121633231639862, 0.2862154543399811, 0.21118032932281494, -0.15706107020378113, -0.39256229996681213, -0.4027164578437805, 0.029916968196630478, 0.05592481046915054, 0.16340787708759308, 0.1832914501428604, 0.08900643140077591, -0.033663395792245865, -0.16034063696861267, 0.0936412438750267, -0.1517956554889679, -0.1004989892244339, 0.017436083406209946, -0.32019495964050293, -0.018302947282791138, 0.16087518632411957, -0.1788429170846939, -0.22268159687519073, 0.19807977974414825, -0.13225781917572021, 0.05570134520530701, 0.05978257209062576, -0.31075024604797363, -0.19231468439102173, 0.28513097763061523, 0.25832879543304443, -0.0024718027561903, 0.26773905754089355, 0.2529088854789734, 0.1144806444644928, -0.17383509874343872, 0.08121926337480545, -0.04254314675927162, -0.12937642633914948, 0.052917227149009705, -0.3252130448818207, -0.08175448328256607, 0.3892019987106323, -0.14454783499240875, 0.14297722280025482, 0.14477667212486267, 0.08830178529024124, 0.30066123604774475, 0.2643986642360687, -0.13838401436805725, 0.24607640504837036, 0.2238430231809616, 0.4692153334617615, -0.14393922686576843, -0.1249743103981018, 0.2820597290992737, 0.040842100977897644, -0.28084638714790344, 0.2064615786075592, 0.6950415372848511, -0.09577071666717529, 0.36228707432746887, 0.14792250096797943, 0.27134525775909424, 0.5509876012802124, 0.046036556363105774, 0.09199804812669754, 0.42023810744285583, -0.3001820743083954, 0.05713070183992386, 0.16307035088539124, 0.38602501153945923, -0.15393812954425812, 0.01234064344316721, -0.03955986350774765, -0.2721007764339447, -0.09572327136993408, -0.31951186060905457, 0.06812943518161774, -0.2633368670940399, -0.09731104969978333, -0.5208012461662292, -0.13393159210681915, -0.0837511271238327, -0.2982199788093567, 0.08573123067617416, -0.0781766027212143, 0.07440568506717682, -0.20580559968948364, -0.06324876844882965, -0.4705992043018341, -0.46319830417633057, 0.10380349308252335, 0.10509242862462997, -0.05816127359867096, 0.22291696071624756, 0.021707382053136826, -0.18220314383506775, 0.06363131105899811, 0.1916569322347641, 0.060129668563604355, 0.22001758217811584, 0.17102111876010895, 0.045412272214889526, -0.04196399450302124, -0.056564509868621826, -0.29957321286201477, -0.29126158356666565, 0.22045117616653442, -0.1284545511007309, 0.16052013635635376, 0.20744027197360992, -0.37393733859062195, 0.09201281517744064, 0.2991122603416443, 0.0020660683512687683, 0.2778702676296234, 0.430583119392395, 0.38131794333457947, -0.10409142822027206, 0.09047190845012665, 0.2533690631389618, -0.5137953162193298, -0.029208850115537643, 0.05326814949512482, -0.06959594041109085, 0.07101075351238251, -0.12952961027622223, 0.15778221189975739, 0.3005262613296509, 0.08353183418512344, 0.011765205301344395, -0.4312756657600403, -0.004686874337494373, -0.23268082737922668, -0.25916552543640137, 0.2695405185222626, 0.07451047003269196, 0.07057521492242813, -0.10048816353082657, 0.15936221182346344, 0.16703355312347412, -0.0563185028731823, 0.15822848677635193, -0.1122937947511673, 0.09934119880199432, 0.07817503809928894, -0.015968026593327522, 0.19289885461330414, -0.058295030146837234, 0.013113589957356453, 0.14092884957790375, -0.11728914827108383, -0.08515378832817078, -0.2712857127189636, 0.27072927355766296, 0.10592494904994965, -0.027753880247473717, 0.010614804923534393, -0.2598882019519806, 0.2456100434064865, 0.01761709526181221, -0.18632490932941437, -0.23669111728668213, 0.00908876582980156, -0.13665837049484253, 0.05132697895169258, -0.2661762535572052, -0.10701822489500046, 0.25325679779052734, 0.10554104298353195, -0.20461180806159973, -0.0492355041205883, -0.19444696605205536, 0.0755232647061348, 0.1877240091562271, 0.07703576982021332, -0.05807449668645859, 0.32575666904449463, -0.06441131979227066, -0.17745038866996765, 0.04805997386574745, 0.2933327257633209, 0.27739664912223816, -0.15198810398578644, -0.1512804925441742, -0.14934076368808746, 0.08248845487833023, -0.19450417160987854, -0.12445646524429321, -0.3219110667705536, 0.38760465383529663, -0.17835482954978943, -0.16688422858715057, 0.10276380181312561, 0.06881259381771088, 0.10588160157203674, -0.1621837615966797, -0.09065622836351395, 0.020567871630191803, 0.06245124340057373, 0.041186731308698654, -0.30733853578567505, 0.12304946035146713, 0.17119066417217255, -0.012394332326948643, -0.2471722960472107, -0.11350250989198685 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#tracking-manager
Tracking Manager The Tracking Manager enables e-commerce transaction tracking for e-commerce websites built with the framework. Due to different tracker implementations, it supports different tracking services. Current implementations of trackers are Google Tag Manager (GTM): \\Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\GoogleTagManager Google Analytics Classic: \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\Ecommerce Google Analytics Universal: \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\UniversalEcommerce Google Analytics Enhanced E-Commerce: \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce
Tracking Manager
[ -0.258571594953537, -0.3199867308139801, -0.12445652484893799, 0.1269034445285797, 0.14868773519992828, 0.10817886888980865, 0.12369876354932785, -0.04289717227220535, 0.009379415772855282, 0.023505285382270813, 0.04133201390504837, 0.013409345410764217, -0.1479630172252655, 0.608409583568573, 0.2507753372192383, 0.06337656825780869, 0.06606488674879074, 0.01034687552601099, -0.2624209225177765, 0.2555391192436218, 0.12175644934177399, 0.03730115666985512, 0.1809445172548294, 0.08635137975215912, -0.12016026675701141, 0.02722766064107418, -0.30960679054260254, -0.25545233488082886, -0.11292096227407455, -0.340509831905365, -0.07924903929233551, 0.11153926700353622, -0.0860927477478981, 0.43253880739212036, -0.00010974238102789968, -0.12430497258901596, 0.01417548954486847, -0.18273137509822845, -0.31618306040763855, -0.0812518298625946, -0.2913080155849457, 0.05287741869688034, 0.4134041965007782, -0.06826360523700714, 0.13112512230873108, -0.07710476964712143, 0.27219098806381226, 0.08408748358488083, -0.14381225407123566, 0.04562785476446152, 0.2031564712524414, -0.2745194733142853, 0.016865277662873268, -0.19025780260562897, 0.25123247504234314, -0.23248565196990967, 0.1598215103149414, -0.07060419768095016, 0.15921874344348907, 0.47180822491645813, -0.02512321062386036, -0.03832189738750458, -0.314336895942688, 0.058388128876686096, 0.44945886731147766, -0.0055519030429422855, 0.6110586524009705, -0.2615620493888855, -0.020895300433039665, 0.06671669334173203, 0.710407018661499, -0.18468394875526428, 0.19908392429351807, -0.04557967931032181, -0.1525028944015503, -0.10485996305942535, -0.08021171391010284, 0.11555865406990051, 0.10128294676542282, 0.022847458720207214, -0.22274737060070038, 0.007487320341169834, 0.21482490003108978, 0.09346102178096771, -0.5709203481674194, 0.16018904745578766, -0.08985643088817596, -0.026766205206513405, 0.15443755686283112, 0.11466474831104279, -0.13074451684951782, 0.13805913925170898, -0.06827349215745926, -0.0399349071085453, -0.10745350271463394, -0.26063358783721924, 0.2134041041135788, 0.11126286536455154, -0.0747581198811531, 0.3596198260784149, -0.15741433203220367, 0.10139476507902145, 0.33808672428131104, 0.40674474835395813, 0.04529241472482681, 0.2245592474937439, -0.052645158022642136, -0.25712642073631287, 0.47217798233032227, -0.12804237008094788, 0.06886033713817596, 0.07060328125953674, 0.21485920250415802, 0.15959231555461884, 0.12779995799064636, -0.027114102616906166, -0.3789357841014862, 0.13947300612926483, -0.31937167048454285, -0.051896627992391586, -0.45020008087158203, -0.1150592565536499, 0.22326181828975677, -0.007743770256638527, 0.09823779761791229, -0.2876473367214203, -0.08603034168481827, -0.2844807803630829, 0.38620707392692566, 0.08673030883073807, -0.03125075623393059, 0.11310755461454391, 0.0710405558347702, 0.03510209918022156, 0.11529424041509628, -0.21659721434116364, 0.18681344389915466, -0.015417360700666904, -0.17088453471660614, -0.12648268043994904, 0.029806949198246002, -0.16020917892456055, -0.07164733856916428, 0.08501923829317093, 0.2266005575656891, -0.11443580687046051, -0.19634118676185608, 0.2671503722667694, -0.3601793050765991, -0.13160493969917297, -0.536529004573822, -0.19449074566364288, 0.29780226945877075, 0.2383268177509308, 0.09964311867952347, -0.2825344204902649, 0.1779548078775406, 0.17673936486244202, -0.3996157944202423, -0.136445090174675, 0.5147701501846313, 0.16136732697486877, 0.03257260471582413, -0.05290362611413002, -0.10288560390472412, 0.23122428357601166, 0.0005237793084233999, -0.23003564774990082, -0.19717958569526672, -0.5498363971710205, -0.1286732256412506, -0.22481375932693481, 0.06525222957134247, 0.5263141989707947, 0.0008681056788191199, -0.042589038610458374, 0.03129461035132408, -0.004299283027648926, 0.11367335915565491, -0.4725961983203888, -0.15194542706012726, -0.1637202650308609, 0.18774230778217316, -0.05895785242319107, -0.011597581207752228, -0.4178149104118347, -0.4421883821487427, -0.00019833591068163514, -0.18080630898475647, 0.1383056938648224, 0.36223527789115906, -0.2347806990146637, 0.05973859131336212, 0.08765026926994324, 0.25788745284080505, -0.31680116057395935, 0.13020281493663788, -0.12193743884563446, -0.42122113704681396, 0.05696180835366249, 0.04596889764070511, 0.08008881658315659, 0.11227133125066757, 0.07067672163248062, 0.024626582860946655, -0.18800541758537292, -0.2858697772026062, -0.23482267558574677, -0.6105705499649048, 0.020507412031292915, -0.14236761629581451, 0.002044416032731533, -0.04963988438248634, -0.019668571650981903, 0.13767971098423004, -0.06574365496635437, 0.19362196326255798, 0.061683349311351776, 0.07150475680828094, -0.05047419294714928, 0.030876178294420242, 0.16220414638519287, 0.49425461888313293, 0.1429547667503357, 0.5941385626792908, -0.15544818341732025, -0.09338365495204926, -0.04448558762669563, 0.1058654859662056, 0.17456957697868347, 0.26371628046035767, -0.297269344329834, 0.07662873715162277, 0.43624311685562134, -0.00913365837186575, 0.18711450695991516, 0.3714732527732849, 0.7083830833435059, 0.22318591177463531, 0.12712842226028442, -0.03415564075112343, 0.13775324821472168, 0.2176596075296402, -0.17040015757083893, -0.07575913518667221, 0.02341172844171524, 0.27521753311157227, 0.018591364845633507, -0.07383089512586594, -0.0032134864013642073, -0.18854597210884094, 0.24595095217227936, 0.2900204360485077, -0.1465209424495697, 0.1379881054162979, 0.4094458222389221, -0.004754887893795967, 0.0032080435194075108, -0.017264949157834053, 0.2589775025844574, 0.5566986799240112, 0.214821457862854, 0.34900152683258057, 0.32712534070014954, -0.35212209820747375, -0.15195466578006744, -0.13203571736812592, -0.20056761801242828, 0.052589911967515945, 0.16894648969173431, 0.1540893316268921, 0.18993251025676727, 0.2043018341064453, -0.11264573782682419, 0.5318640470504761, 0.3282935917377472, -0.09696239233016968, -0.05757082626223564, -0.03884302079677582, 0.0025180859956890345, 0.11252124607563019, -0.2003358155488968, 0.017641790211200714, 0.13864602148532867, 0.18067334592342377, 0.07041150331497192, -0.6131143569946289, -0.4882364869117737, 0.0012089229421690106, -0.1660143882036209, -0.28338903188705444, -0.268813818693161, 0.19424813985824585, 0.05966648459434509, -0.06932460516691208, -0.030905768275260925, 0.31163811683654785, 0.4135850667953491, -0.2948531210422516, 0.20887978374958038, -0.531467854976654, -0.5789745450019836, -0.22749583423137665, 0.11190933734178543, 0.09761267900466919, -0.23060481250286102, 0.23938550055027008, -0.10670094937086105, 0.33932238817214966, 0.05925951153039932, -0.2341403216123581, 0.4452987313270569, 0.06713607162237167, -0.31537097692489624, 0.22945070266723633, -0.3472931385040283, -0.19053474068641663, 0.37984028458595276, -0.06505084782838821, -0.20335519313812256, -0.1338185966014862, -0.2316679209470749, -0.004770906176418066, 0.04677414894104004, -0.21961280703544617, 0.09001389890909195, -0.2421119213104248, -0.22938795387744904, -0.16133081912994385, 0.07029900699853897, 0.21855148673057556, -0.39820408821105957, -0.4850864112377167, 0.40557384490966797, -0.09796250611543655, 0.48101377487182617, -0.13132375478744507, 0.020320553332567215, 0.24432912468910217, -0.13619966804981232, 0.3627532720565796, 0.3075474500656128, 0.21230337023735046, -0.05581986904144287, 0.1491081863641739, 0.01848483644425869, -0.03282451257109642, 0.31416285037994385, -0.2463892102241516, 0.1959492564201355, 0.15316416323184967, 0.418573796749115, 0.23110482096672058, -0.2525322437286377, 0.04079613834619522, -0.2884301543235779, -0.47104835510253906, -0.18417611718177795, 0.10799139738082886, -0.2366868257522583, 0.15700936317443848, 0.12668859958648682, 0.5289902091026306, -0.3216952383518219, -0.08151277154684067, 0.03270307555794716, 0.15601013600826263, -0.022319870069622993, -0.09940029680728912, 0.1490694284439087, -0.05589385703206062, -0.3515010178089142, -0.012569255195558071, 0.44588133692741394, -0.11339890956878662, -0.26688897609710693, -0.38655051589012146, 0.20614731311798096, -0.3304343521595001, -0.13115745782852173, -0.2295808494091034, 0.25274133682250977, 0.33029112219810486, -0.27690237760543823, 0.13676656782627106, 0.10728468000888824, -0.13924315571784973, 0.22550083696842194, 0.2511981725692749, -0.27380746603012085, 0.1426047533750534, 0.12360268831253052, -0.13704559206962585, 0.019523466005921364, 0.5334960222244263, -0.12596583366394043, -0.2014118880033493, -0.10727551579475403, -0.008700019679963589, 0.2016427218914032, -0.07651050388813019, 0.16227252781391144, 0.011808261275291443, -0.35286980867385864, -0.1480402797460556, -0.11298073083162308, 0.31923604011535645, -0.15788400173187256, -0.15595272183418274, 0.13848766684532166, 0.2765224575996399, -0.09278092533349991, -0.3628733158111572, -0.1898195445537567, 0.12611055374145508, -0.18272502720355988, -0.06416529417037964, 0.12170529365539551, 0.07454138994216919, -0.0925941988825798, 0.05599794536828995, 0.12950727343559265, -0.12780477106571198, 0.056363776326179504, 0.25394904613494873, 0.1603994220495224, -0.025494180619716644, -0.14124564826488495, 0.03692379593849182, 0.03454725816845894, -0.09700828045606613, -0.025077953934669495, -0.29808419942855835, 0.05069703608751297, 0.43127143383026123, 0.419667512178421, -0.009360259398818016, 0.2882787585258484, 0.18080447614192963, 0.23283888399600983, -0.17896588146686554, 0.3729149401187897, 0.055789798498153687, 0.33966025710105896, 0.36891475319862366, -0.25867605209350586, -0.0923827514052391, 0.1567467749118805, -0.4039773941040039, -0.04834037274122238, 0.24602879583835602, -0.013295373879373074, 0.4327782094478607, 0.22717885673046112, 0.5211556553840637, -0.08891362696886063, 0.12898418307304382, -0.20923355221748352, -0.29290443658828735, -0.4691201150417328, 0.46534261107444763, 0.885054886341095, 0.12734510004520416, -0.08526147156953812, -0.0839976891875267, -0.9012702107429504, 0.1741780936717987, -0.24383215606212616, 0.3275647461414337, -0.07241933792829514, 0.1885061115026474, -0.2704164981842041, -0.13379710912704468, 0.1399834156036377, -0.19316914677619934, -0.5274372100830078, 0.2894937992095947, -0.37642577290534973, 0.3701864182949066, 0.1871887892484665, 0.10351204127073288, 0.05603984370827675, -0.29311665892601013, 0.4144198000431061, 0.16351355612277985, -0.1791670322418213, 0.22483980655670166, -0.35649147629737854, 0.03442320227622986, 0.2749844789505005, 0.2568094730377197, -0.2005227655172348, -0.26081177592277527, -0.07675335556268692, -0.13707323372364044, -0.18710669875144958, -0.12894995510578156, -0.10253448039293289, -0.6030938029289246, -0.012949442490935326, -0.30360275506973267, 0.027281560003757477, 0.042893923819065094, -0.02310832031071186, 0.26129189133644104, -0.028619922697544098, -0.05766426771879196, 0.40861475467681885, -0.1298748254776001, 0.11368871480226517, 0.5861423015594482, -0.01795334927737713, -0.10160046815872192, -0.1901908963918686, 0.32949328422546387, -0.01588481105864048, 0.4767795205116272, 0.3119833171367645, 0.18799829483032227, -0.035268042236566544, -0.21743591129779816, 0.13822923600673676, -0.04691610857844353, 0.09905422478914261, 0.360463410615921, -0.4860638976097107, -0.10010505467653275, -0.3125765919685364, 0.03948162496089935, 0.1148119792342186, 0.01868956908583641, 0.08166185021400452, -0.045006416738033295, -0.31851068139076233, -0.20388855040073395, -0.011700020171701908, -0.14821535348892212, 0.007019937504082918, 0.30152881145477295, -0.25615090131759644, -0.10197000950574875, 0.17121504247188568, 0.013499150052666664, 0.017228443175554276, 0.19021748006343842, -0.3704080581665039, -0.12443594634532928, -0.01980092003941536, -0.1924431174993515, 0.44248613715171814, 0.03346824645996094, -0.04019773378968239, 0.02958652749657631, 0.3542555570602417, -0.041646894067525864, -0.29432767629623413, 0.01604733243584633, -0.09009868651628494, -0.125234454870224, -0.02034328132867813, -0.07956027239561081, 0.036970626562833786, 0.2455921322107315, 0.030903322622179985, 0.025609321892261505, -0.5234833359718323, -0.1594594120979309, -0.020826682448387146, 0.0841369777917862, -0.05317378789186478, -0.043804831802845, 0.18758107721805573, 0.03877773880958557, 0.197581946849823, -0.002566188108175993, -0.10006639361381531, -0.039743419736623764, 0.1369502693414688, -0.2172061949968338, 0.025125281885266304, 0.07074691355228424, -0.17157672345638275, -0.30144771933555603, 0.3568209111690521, 0.06121618673205376, 0.08343679457902908, 0.1566876471042633, -0.4006757438182831, -0.16235044598579407, 0.08297868072986603, 0.3618747293949127, 0.4612714648246765, -0.1617652326822281, 0.27870500087738037, 0.22261062264442444, -0.1727888286113739, 0.22692492604255676, 0.046983491629362106, 0.13922889530658722, 0.017336534336209297, -0.23218625783920288, 0.20379707217216492, 0.11059316247701645, 0.020350730046629906, -0.03868730366230011, 0.09886645525693893, 0.2889096140861511, -0.01772245392203331, 0.03697986528277397, 0.452007532119751, 0.31939929723739624, 0.3667813837528229, 0.006936844903975725, 0.2808336317539215, -0.03892643004655838, 0.24491028487682343, -0.21479511260986328, -0.046314939856529236, 0.26376810669898987, 0.7060746550559998, -0.012970435433089733, 0.3906960189342499, -0.39464324712753296, 0.10665715485811234, 0.09779886156320572, 0.05570090934634209, -0.3324490189552307, 0.3904433250427246, 0.2700318992137909, -0.15371821820735931, 0.13377128541469574, 0.2897833585739136, 0.18035830557346344, 0.2984705865383148, 0.3562886714935303, -0.15905249118804932, -0.25958195328712463, -0.31544652581214905, 0.03534119203686714, -0.05792965367436409, 0.16737407445907593, -0.38426128029823303, -0.06933427602052689, -0.24625055491924286, 0.13398779928684235, 0.07119631767272949, -0.2784578204154968, 0.26656273007392883, 0.07608404010534286, -0.04866696521639824, -0.3149043321609497, -0.5255780816078186, -0.08151788264513016, 0.2728549838066101, -0.15446113049983978, -0.32838740944862366, -0.05657573044300079, -0.389781653881073, -0.08349540084600449, 0.22072157263755798, -0.02235020510852337, -0.21986937522888184, -0.27848976850509644, -0.3857342004776001, -0.25827842950820923, 0.048411596566438675, -0.08914712071418762, 0.0691349059343338, 0.043580763041973114, -0.3522321581840515, -0.12859226763248444, 0.0968674048781395, -0.15500898659229279, 0.27666038274765015, 0.2492661029100418, -0.05186917632818222, -0.22939258813858032, -0.020533910021185875, 0.22760628163814545, 0.27881085872650146, 0.20170846581459045, 0.12732060253620148, -0.17628799378871918, 0.0022101423237472773, 0.2598138749599457, -0.16021177172660828, -0.13037392497062683, -0.0020761340856552124, 0.10333094745874405, 0.3332780599594116, 0.2810370624065399, 0.20102283358573914, 0.0970548763871193, 0.1860627979040146, 0.05798857659101486, 0.009935107082128525, -0.0026478832587599754, 0.23302383720874786, 0.006331584881991148, 0.08389851450920105, 0.05833672732114792, -0.03894028440117836, 0.21038860082626343, 0.6105543375015259, -0.06364089250564575, 0.16251295804977417, -0.07932782173156738, -0.07892559468746185, 0.2109212577342987, -0.553290069103241, -0.28092893958091736, 0.1076778694987297, 0.09435440599918365, -0.028047790750861168, -0.621543824672699, 0.19287288188934326, -0.34888648986816406, -0.17229530215263367, -0.04457690194249153, -0.08895210921764374, 0.8751736283302307, -0.2836611270904541, -0.016363350674510002, -0.044506870210170746, 0.21398307383060455, 0.1639862358570099, 0.2816879451274872, -0.060327231884002686, 0.19305643439292908, -0.11034172028303146, -0.4784140884876251, -0.2971861958503723, -0.184166818857193, -0.04048497602343559, 0.2287975698709488, -0.003854998154565692, 0.12519140541553497, 0.1339462697505951, -0.16461172699928284, -0.27349942922592163, -0.2850731611251831, 0.328578919172287, 0.05358566343784332, 0.11818277090787888, -0.28653889894485474, -0.277744859457016, 0.2960108816623688, -0.006772805470973253, 0.13343767821788788, 0.01341333519667387, -0.36512041091918945, 0.039080820977687836, 0.14292208850383759, 0.2668592035770416, 0.10134787857532501, -0.24822860956192017, 0.19187363982200623, 0.07341606169939041, -0.27416855096817017, 0.22898632287979126, 0.16555726528167725, -0.12436322867870331, -0.30964183807373047, -0.138988196849823, 0.09325726330280304, 0.08235824853181839, -0.3586968779563904, -0.0007090756553225219 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#supported-tracking-actions
Supported Tracking Actions The Tracking Manager supports several tracking actions that can be used. These tracking actions are delegated to the trackers. Product Impression Tracks product impression $trackingManager->trackProductImpression($product) Product View Tracks product view (of detail page) $trackingManager->trackProductView($product) Category View Tracks a category page view $trackingManager->trackCategoryPageView($category) Cart Product Action Add Tracks action for adding product to cart $trackingManager->trackCartProductActionAdd($cart, $product, $quantity) Cart Product Action Remove Tracks action for removing product from cart $trackingManager->trackProductActionRemove($cart, $product, $quantity) Cart Update Tracks a generic cart update for trackers not supporting add/remove. This can be sent on every cart list or cart change. $trackingManager->trackProductActionRemove($cart, $product, $quantity) Checkout Tracks start of checkout with first step $trackingManager->trackCheckout($cart) Checkout Step Tracks checkout step $trackingManager->trackCheckoutStep($step, $cart, $stepNumber, $checkoutOption) Checkout Complete Tracks checkout complete $trackingManager->trackCheckoutComplete($order) There are 2 deprecated actions which are still supported by should be replaced with their new counterparts: Product Action Add (use trackCartProductActionAdd instead) Tracks action for adding product to cart $trackingManager->trackProductActionAdd($product, $quantity) Product Action Remove (use trackCartProductActionRemove instead) Tracks action for removing product from cart $trackingManager->trackProductActionRemove($product, $quantity) Be aware: Depending on the used tracking service some of these actions might not be available. If so, the tracking action is ignored for this tracker.
Supported Tracking Actions
[ -0.2728414237499237, -0.08797945082187653, -0.1410089135169983, -0.20957481861114502, 0.047151558101177216, -0.06283053755760193, 0.48398932814598083, 0.011581368744373322, 0.00038780871545895934, 0.1557447612285614, 0.19598440825939178, 0.08393169939517975, -0.1683807224035263, 0.27893567085266113, -0.020123761147260666, 0.2721874713897705, 0.0979858934879303, 0.05300984904170036, -0.2579476535320282, 0.09213071316480637, -0.08220778405666351, -0.10513515025377274, 0.03434136137366295, 0.00892333872616291, -0.10381551086902618, -0.012686273083090782, -0.11597890406847, -0.2934611737728119, -0.07787277549505234, -0.30052509903907776, -0.15800301730632782, 0.20344161987304688, 0.02226010151207447, 0.2566940188407898, -0.00009805995796341449, -0.11777496337890625, 0.3156422972679138, -0.07438717782497406, -0.3992001414299011, -0.058373067528009415, -0.4101012945175171, -0.25815796852111816, 0.2729948163032532, -0.11098939180374146, 0.41934680938720703, 0.0226387158036232, -0.00834568589925766, 0.2512204945087433, 0.3793432116508484, 0.3219347298145294, 0.3573400378227234, 0.05687612295150757, -0.09994645416736603, -0.28039276599884033, 0.490787148475647, 0.1404390186071396, 0.029343871399760246, -0.0999995544552803, 0.049170345067977905, 0.2212819904088974, -0.0872686356306076, -0.023822618648409843, -0.37932395935058594, 0.08117054402828217, 0.2272302657365799, -0.004302445333451033, 0.5011706948280334, -0.12069197744131088, 0.15568679571151733, 0.0659317821264267, 0.2880106568336487, -0.15911434590816498, 0.01044861413538456, -0.25452670454978943, 0.02878735400736332, -0.3397758901119232, -0.11217710375785828, -0.17970992624759674, 0.14316488802433014, 0.05149247497320175, -0.23133157193660736, 0.14466160535812378, 0.1962963193655014, -0.14439094066619873, -0.10293949395418167, 0.26319023966789246, -0.10294420272111893, -0.08646900206804276, 0.16155138611793518, -0.0719606801867485, 0.18183352053165436, 0.14224626123905182, -0.09180037677288055, 0.0865551307797432, 0.10841376334428787, -0.05432865023612976, 0.14577648043632507, 0.046457987278699875, 0.018892589956521988, 0.30627602338790894, -0.10651903599500656, 0.31484442949295044, 0.3663264811038971, 0.2855593264102936, -0.10447229444980621, 0.5069712400436401, -0.060784246772527695, -0.14352329075336456, 0.21980194747447968, 0.3858604431152344, 0.2085411250591278, -0.07961133867502213, 0.16347119212150574, 0.0038672792725265026, 0.15376779437065125, -0.09808491915464401, -0.08481553196907043, -0.14088314771652222, -0.16100095212459564, -0.22975373268127441, -0.10482033342123032, -0.19798852503299713, 0.15490759909152985, 0.11814412474632263, 0.1732885241508484, -0.08553959429264069, -0.215560644865036, -0.11660456657409668, 0.11367995291948318, 0.25070372223854065, -0.11996044963598251, -0.12539967894554138, -0.011160379275679588, 0.10867463797330856, 0.2771977186203003, 0.09865055233240128, 0.14633333683013916, -0.14510366320610046, -0.04460107535123825, -0.1539795696735382, 0.0485260970890522, -0.02382260374724865, 0.022692332044243813, 0.0677654817700386, 0.0813898891210556, -0.09418349713087082, -0.07460726052522659, 0.23569753766059875, -0.32154035568237305, 0.17082026600837708, -0.39989444613456726, -0.26327136158943176, 0.22521722316741943, 0.3331716060638428, -0.23026657104492188, -0.2126237154006958, 0.2096891850233078, 0.18389776349067688, -0.24036872386932373, 0.11250446736812592, 0.2198295295238495, -0.008996784687042236, -0.14475345611572266, -0.08907291293144226, 0.033676836639642715, 0.19175338745117188, -0.016309168189764023, -0.24199213087558746, -0.5053092837333679, -0.2992541193962097, 0.2042246162891388, -0.17964275181293488, -0.3132278323173523, 0.37321674823760986, 0.07370618730783463, -0.09176941961050034, 0.21552370488643646, -0.18206040561199188, 0.09681396186351776, -0.5027418732643127, -0.13676495850086212, -0.08509742468595505, -0.0347273126244545, -0.2685377597808838, 0.1915026605129242, -0.22317691147327423, -0.5482975840568542, -0.23177511990070343, -0.07898809760808945, 0.08733073621988297, 0.04495500400662422, -0.2952461242675781, 0.27951303124427795, 0.16641776263713837, 0.24802175164222717, -0.05802832543849945, 0.128983274102211, 0.1762128472328186, -0.32987165451049805, 0.005575893446803093, 0.20362162590026855, 0.04716920107603073, 0.6189159154891968, -0.03502949699759483, 0.14853960275650024, -0.01052046474069357, -0.4658072590827942, -0.07740091532468796, -0.43698424100875854, -0.08353171497583389, 0.13627497851848602, 0.0316941998898983, -0.20753394067287445, -0.1306883841753006, -0.04151398316025734, -0.01982051506638527, 0.3265749514102936, 0.14455966651439667, -0.09808379411697388, -0.16734036803245544, -0.1521426886320114, 0.10356386005878448, 0.0737452507019043, 0.0771288201212883, 0.5790746212005615, -0.2990182042121887, -0.1873963326215744, -0.1477036327123642, 0.059800393879413605, 0.34253981709480286, 0.39306914806365967, -0.12636761367321014, 0.12834438681602478, 0.33063963055610657, 0.06871942430734634, 0.17538806796073914, 0.2931586503982544, 0.3849978446960449, 0.12883608043193817, 0.24686244130134583, -0.02257307432591915, -0.04604601114988327, 0.12957412004470825, -0.22568932175636292, -0.4872785806655884, 0.20786012709140778, 0.005296696443110704, 0.23425306379795074, -0.04607117176055908, -0.05554088205099106, 0.02391195483505726, -0.05314652994275093, 0.2221531718969345, -0.15019725263118744, -0.17266035079956055, 0.27694931626319885, 0.30785420536994934, -0.019669264554977417, 0.31720075011253357, 0.3459637463092804, 0.4360504746437073, 0.016071360558271408, 0.14191728830337524, 0.36528825759887695, -0.13165640830993652, -0.3125002682209015, 0.013929562643170357, 0.34289297461509705, 0.0659879520535469, 0.31175753474235535, 0.34581485390663147, -0.018412066623568535, 0.0032205176539719105, -0.1923942267894745, 0.3463026285171509, 0.08078067004680634, -0.1827007532119751, 0.04978449270129204, 0.05647784844040871, -0.09585661441087723, 0.1297558695077896, -0.16986539959907532, 0.09516197443008423, 0.38524770736694336, 0.0549418143928051, -0.4969320595264435, -0.4184122681617737, -0.028875429183244705, -0.14089366793632507, 0.13712772727012634, -0.04464203119277954, -0.40752774477005005, 0.15491482615470886, 0.10360817611217499, -0.25698912143707275, 0.03768613561987877, -0.17969325184822083, 0.40068137645721436, -0.4994770288467407, 0.40874817967414856, -0.506987452507019, -0.2310701459646225, -0.17681550979614258, 0.30271202325820923, 0.04037380963563919, 0.0559430792927742, 0.055069368332624435, 0.14587682485580444, 0.1699235886335373, -0.21937845647335052, -0.24009808897972107, 0.22942128777503967, 0.08792673796415329, -0.2716004252433777, -0.0608937032520771, -0.39850589632987976, -0.13797475397586823, 0.15177810192108154, -0.019231382757425308, -0.0355818048119545, -0.09648529440164566, -0.2015806883573532, -0.20405377447605133, -0.014426377601921558, -0.39873984456062317, 0.187163844704628, -0.11486122757196426, -0.2963685691356659, -0.05478436127305031, 0.18119464814662933, 0.0699753686785698, -0.1743728369474411, -0.413307249546051, 0.43132254481315613, -0.24678204953670502, 0.15173141658306122, -0.1028476431965828, 0.09831070154905319, 0.15904097259044647, -0.11503007262945175, 0.12339653819799423, 0.30942302942276, 0.3417411744594574, -0.08097176998853683, 0.02206503041088581, -0.09513051807880402, -0.16659030318260193, 0.004348829388618469, 0.03663918003439903, 0.2590342164039612, -0.08543384820222855, 0.5523162484169006, 0.4979581832885742, -0.2678969204425812, -0.03832748532295227, -0.33508944511413574, -0.15019622445106506, 0.11472304910421371, 0.04263128712773323, -0.2689402103424072, -0.17103853821754456, 0.11635058373212814, 0.6815313100814819, -0.030043568462133408, -0.020593708381056786, 0.024535682052373886, 0.16849002242088318, 0.2374449074268341, -0.18934564292430878, 0.18498243391513824, -0.13196974992752075, -0.06475504487752914, -0.017284128814935684, 0.34564027190208435, -0.14595180749893188, -0.3418944180011749, -0.1311383694410324, 0.2738916277885437, -0.41353678703308105, -0.29829636216163635, -0.22547809779644012, 0.29202204942703247, 0.30519455671310425, -0.034192658960819244, 0.054837316274642944, 0.08416512608528137, -0.15360070765018463, 0.2184866964817047, -0.023488769307732582, -0.11735174804925919, 0.0632992833852768, -0.4336126148700714, -0.28619882464408875, -0.018104754388332367, 0.4184539318084717, -0.1310110092163086, 0.04277860373258591, -0.16172729432582855, -0.30124276876449585, -0.1951712965965271, -0.17543387413024902, -0.1625066101551056, -0.1287085860967636, -0.1851443499326706, 0.135895773768425, 0.08769170194864273, 0.41440582275390625, -0.22289800643920898, -0.28284502029418945, 0.1179976761341095, -0.024093177169561386, -0.09420834481716156, -0.18338346481323242, -0.2512648105621338, 0.2708338797092438, -0.12893880903720856, 0.05125610530376434, 0.2182336449623108, 0.1960902363061905, -0.1699906885623932, -0.031518593430519104, 0.020545456558465958, -0.33820050954818726, -0.1483658403158188, -0.3619838058948517, -0.053929395973682404, 0.05544780567288399, -0.2673093378543854, -0.22110462188720703, -0.09948977828025818, 0.05971844866871834, 0.09859613329172134, -0.001216396107338369, 0.14466756582260132, 0.33598995208740234, 0.26158469915390015, 0.0388718843460083, 0.15450303256511688, 0.03184933587908745, 0.02400195598602295, -0.2501279413700104, 0.19864757359027863, 0.3116747736930847, 0.30437877774238586, 0.27630460262298584, 0.021550282835960388, 0.028361890465021133, 0.3618471026420593, -0.21788348257541656, 0.04268182814121246, 0.11601626873016357, 0.22023886442184448, 0.3930284380912781, -0.08908433467149734, 0.031865160912275314, -0.17258846759796143, -0.04875553399324417, -0.2212730497121811, -0.23241282999515533, -0.14284126460552216, 0.28044047951698303, 1.0275627374649048, 0.11133717000484467, -0.04779175668954849, 0.02403632178902626, -0.6928431391716003, -0.08475612103939056, 0.35664689540863037, 0.07097363471984863, 0.044267646968364716, 0.3542066812515259, 0.06943294405937195, 0.03474701568484306, -0.030969809740781784, -0.15538570284843445, -0.38471749424934387, 0.1430370807647705, -0.2355605959892273, 0.41774019598960876, -0.07740690559148788, -0.2079780399799347, 0.056892819702625275, -0.2832546830177307, 0.5076307058334351, 0.32906574010849, -0.10438966006040573, -0.1567724496126175, -0.19260066747665405, 0.0942932665348053, 0.3193594813346863, -0.0065872943960130215, -0.06316584348678589, -0.22704090178012848, -0.10877540707588196, -0.11478116363286972, -0.3558056652545929, -0.2098992019891739, -0.30314818024635315, -0.34960055351257324, -0.00016576731286477298, -0.2096729725599289, -0.22786477208137512, 0.17275425791740417, -0.13675889372825623, 0.3092138469219208, -0.1090780720114708, 0.11539014428853989, 0.06348158419132233, -0.14800862967967987, 0.022889038547873497, 0.015830179676413536, -0.28900426626205444, -0.18462593853473663, -0.4409863352775574, 0.21543817222118378, -0.03545740619301796, 0.14770573377609253, 0.01888081803917885, 0.40474745631217957, -0.302269846200943, -0.27592748403549194, 0.3337323069572449, -0.20544619858264923, 0.1050795242190361, 0.46704620122909546, -0.33240360021591187, -0.09993157535791397, -0.31187233328819275, -0.09208904206752777, 0.12279515713453293, -0.13492479920387268, 0.1548641473054886, -0.24866080284118652, -0.3053807020187378, -0.28714537620544434, -0.05501763895153999, -0.05405906215310097, -0.013453640975058079, 0.07834967225790024, -0.24006089568138123, -0.029584024101495743, 0.18059174716472626, 0.22402819991111755, -0.09315022826194763, 0.1859748214483261, -0.4367738962173462, 0.13771271705627441, -0.1711917370557785, 0.1016550287604332, 0.41009384393692017, 0.24560949206352234, -0.434120237827301, -0.07267655432224274, 0.10636872798204422, -0.1974806934595108, -0.4779928922653198, 0.030147481709718704, -0.06606864184141159, 0.14874054491519928, -0.04743266478180885, -0.13021309673786163, 0.051462288945913315, 0.15314534306526184, 0.15814408659934998, 0.15322646498680115, -0.07135020196437836, -0.33378541469573975, 0.04667980223894119, 0.0661395937204361, 0.13606223464012146, 0.021477289497852325, -0.15549105405807495, 0.10142089426517487, -0.058430541306734085, 0.016690079122781754, -0.07582654058933258, 0.013463747687637806, -0.018592506647109985, 0.003962567541748285, 0.10075994580984116, 0.28037020564079285, 0.10847733169794083, -0.16619420051574707, 0.2943841814994812, 0.0195609200745821, -0.017951034009456635, 0.0840366929769516, -0.17311541736125946, -0.0723254531621933, 0.23289178311824799, 0.11483961343765259, 0.4532310962677002, 0.13425137102603912, 0.16068504750728607, 0.2734401524066925, -0.06482519209384918, 0.12457509338855743, 0.17963846027851105, 0.06050163507461548, 0.14063231647014618, -0.34300729632377625, 0.4698227643966675, 0.30565717816352844, -0.12147799879312515, 0.1242654100060463, -0.2165050208568573, 0.01861386187374592, 0.1805676519870758, 0.1591639220714569, 0.17144744098186493, 0.18061983585357666, 0.736489474773407, 0.2198801040649414, 0.20733042061328888, -0.28939300775527954, 0.0662020742893219, -0.2510802447795868, -0.15754437446594238, 0.14578169584274292, 0.5786629915237427, 0.08320306241512299, 0.4041236340999603, -0.08547020703554153, -0.06356873363256454, 0.42909306287765503, 0.21909122169017792, -0.013173283077776432, 0.3674719035625458, 0.08206474035978317, 0.10631769895553589, 0.28088077902793884, 0.23266160488128662, 0.3361038565635681, 0.11357928067445755, 0.3325451910495758, -0.10421091318130493, -0.10593904554843903, -0.20012645423412323, -0.13387234508991241, -0.1497410088777542, 0.13090869784355164, -0.24611316621303558, -0.15334653854370117, -0.24821825325489044, -0.10443354398012161, 0.2323967069387436, 0.11862781643867493, 0.23500461876392365, -0.037852272391319275, -0.11527980864048004, -0.13151584565639496, -0.2259552776813507, 0.029609132558107376, 0.31374192237854004, -0.07643572986125946, -0.2711625397205353, 0.18094725906848907, -0.27765899896621704, 0.04292069002985954, 0.2873289883136749, -0.022395625710487366, -0.057750165462493896, -0.15165996551513672, 0.006953748874366283, -0.05822278559207916, -0.16460733115673065, -0.14782202243804932, 0.16217181086540222, 0.021672746166586876, -0.254306435585022, -0.04603314772248268, 0.28245142102241516, -0.289955198764801, 0.367107629776001, -0.12001727521419525, -0.1861477941274643, -0.06839795410633087, 0.1544777899980545, 0.3758278489112854, -0.3380776345729828, 0.08600856363773346, -0.005491841584444046, -0.06930406391620636, 0.01532855536788702, 0.06434153020381927, -0.07472206652164459, -0.07694614678621292, -0.09082286804914474, 0.14507652819156647, 0.38628101348876953, 0.1501171737909317, -0.026466213166713715, 0.007878998294472694, 0.24663999676704407, -0.09135590493679047, -0.1684819906949997, 0.13305826485157013, -0.047068849205970764, 0.12169435620307922, 0.1744394153356552, -0.14882612228393555, -0.08699019253253937, 0.12489377707242966, 0.5740985870361328, -0.502735435962677, 0.24961327016353607, -0.27890482544898987, -0.058991022408008575, 0.20434583723545074, -0.0400814488530159, -0.3131489157676697, 0.08073117583990097, -0.13991661369800568, 0.23934096097946167, -0.19552835822105408, 0.21734167635440826, -0.11737465858459473, -0.046952035278081894, 0.013360386714339256, 0.09121337532997131, 0.5792933702468872, -0.1388464719057083, -0.07848396897315979, -0.06494797021150589, 0.2796369194984436, 0.0030633171554654837, 0.14194217324256897, 0.033525172621011734, -0.07436949759721756, -0.2622508108615875, -0.2790750563144684, -0.010747378692030907, -0.1132967621088028, -0.1467406004667282, 0.1147611066699028, 0.033426761627197266, -0.10152674466371536, -0.038701239973306656, -0.11353778839111328, -0.0767340287566185, -0.09400530159473419, 0.1646886169910431, -0.022905297577381134, 0.24945059418678284, -0.18402919173240662, -0.4102817177772522, 0.11854308843612671, -0.01823226921260357, 0.13038983941078186, -0.12512676417827606, -0.0916280746459961, 0.29847246408462524, -0.0271090567111969, -0.18722756206989288, -0.2949810028076172, -0.2734139859676361, 0.14703364670276642, 0.08940815925598145, -0.09305302053689957, 0.3001841604709625, -0.05900418385863304, -0.26712357997894287, -0.14850832521915436, 0.07249747216701508, 0.17659710347652435, 0.17707577347755432, -0.24671532213687897, -0.009247276932001114 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#configuration
Configuration The configuration takes place in the pimcore_ecommerce_framework.tracking_manager config section. If no TrackingItemBuilder is configured, the TrackingItemBuilder will fall back to the default implementation \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder. Further information about TrackingItemBuilder see below. pimcore_ecommerce_framework: # tracking manager - define which trackers (e.g. Google Analytics Universal Ecommerce) are active and should # be called when you track something via TrackingManager tracking_manager: # service ID of tracking manager - the following is the default value and can be omitted tracking_manager_id: Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager trackers: # enable the core enhanced_ecommerce tracker with default options enhanced_ecommerce: enabled: true my_custom_tracker: # use already defined enhanced ecommerce tracker id: Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce # options vary by tracker implementation options: template_prefix: App:Tracking/analytics/enhanced # service id for item builder item_builder_id: App\Ecommerce\Tracking\TrackingItemBuilder # List of assortment and checkout tenants where this tracker should be activated for. tenants: # Add list of assortment tenants where the tracker should be activated for. Empty array means activated for all tenants. assortment: [] # Add list of checkout tenants where the tracker should be activated for. Empty array means activated for all tenants. checkout: []
Configuration
[ -0.38510316610336304, -0.0009068211656995118, -0.07732358574867249, 0.0481015108525753, 0.17715167999267578, -0.14403702318668365, 0.273303747177124, -0.18294493854045868, -0.2511172890663147, 0.2644329369068146, 0.06435808539390564, 0.37453141808509827, 0.012432841584086418, 0.3000781834125519, -0.2994523048400879, 0.3935253322124481, -0.1003677174448967, 0.16173289716243744, -0.6331007480621338, 0.06523330509662628, -0.12436418980360031, 0.22738508880138397, -0.04353473335504532, -0.06149990111589432, -0.15215188264846802, 0.17672161757946014, -0.08809708058834076, 0.06620531529188156, -0.2158624529838562, -0.35006242990493774, 0.08259538561105728, 0.2817150354385376, -0.2027362734079361, 0.34473860263824463, -0.00010012942948378623, 0.0642470046877861, 0.17547714710235596, -0.31304416060447693, -0.3589594066143036, 0.01966487057507038, -0.01718447171151638, -0.1667461097240448, 0.4467909336090088, -0.08576549589633942, -0.07555287331342697, -0.11497680097818375, 0.04739471897482872, 0.18021690845489502, -0.2046034187078476, 0.2734664976596832, 0.31719595193862915, -0.07755246013402939, 0.09119518846273422, -0.2895340025424957, -0.01583419181406498, -0.2809823751449585, 0.009520994499325752, -0.1296677440404892, 0.036583900451660156, 0.5056260228157043, -0.11903319507837296, 0.08122802525758743, 0.13110899925231934, 0.24325433373451233, 0.33769547939300537, 0.000744419579859823, 0.6581907272338867, -0.1551499217748642, 0.045902740210294724, 0.004513896070420742, 0.4551697075366974, -0.12995098531246185, 0.20258983969688416, -0.09179926663637161, 0.13221649825572968, -0.0683555006980896, 0.17509403824806213, -0.20626841485500336, 0.05403224006295204, 0.2114666998386383, 0.01353006437420845, -0.00996393896639347, 0.055341191589832306, 0.12235242128372192, -0.34620293974876404, 0.44399744272232056, -0.06981454789638519, -0.07855089753866196, -0.012079660780727863, -0.22889328002929688, 0.13954493403434753, 0.11213001608848572, -0.11459905654191971, 0.034026697278022766, 0.17610840499401093, -0.23547221720218658, 0.3117567300796509, 0.027304908260703087, -0.05522231012582779, 0.39836767315864563, 0.10756760835647583, 0.24827729165554047, 0.10128387063741684, 0.201444610953331, -0.038081396371126175, 0.415626585483551, -0.04033508524298668, -0.11328093707561493, 0.23829185962677002, 0.3163188099861145, 0.13719317317008972, -0.017321422696113586, 0.3383960723876953, -0.21972574293613434, 0.039096858352422714, -0.12449406087398529, 0.04122338816523552, -0.01783566363155842, -0.11993508040904999, -0.2951798439025879, -0.23923872411251068, 0.015293775126338005, 0.3058943450450897, 0.18771342933177948, -0.0419006384909153, -0.27761903405189514, -0.23160390555858612, 0.00038078572833910584, -0.029597025364637375, 0.11752264946699142, -0.3114445209503174, -0.03758280724287033, -0.0059012253768742085, -0.12396489828824997, 0.2837461829185486, -0.10373042523860931, 0.4210352897644043, 0.10132820904254913, 0.10131646692752838, -0.09645270556211472, -0.0022231845650821924, 0.04071131721138954, -0.05543976277112961, 0.21692050993442535, 0.1938147246837616, -0.0276629738509655, 0.045093122869729996, 0.157663032412529, -0.177943155169487, -0.05981273576617241, -0.40093278884887695, -0.4118390679359436, 0.13912822306156158, 0.33583271503448486, -0.12932047247886658, -0.03422024846076965, 0.32416588068008423, 0.09660311043262482, -0.21630100905895233, -0.11954199522733688, 0.16943088173866272, -0.06113820523023605, 0.03389616683125496, -0.036383647471666336, 0.15984389185905457, 0.16802377998828888, -0.09031249582767487, -0.07990740239620209, -0.5114479064941406, -0.46982046961784363, 0.06320466846227646, -0.30204200744628906, -0.3071995973587036, 0.274829238653183, -0.2677568197250366, -0.06223447993397713, 0.22468608617782593, 0.06484201550483704, -0.270150750875473, -0.5009168386459351, -0.3899846374988556, 0.009935843758285046, 0.020899828523397446, -0.10213522613048553, -0.06875206530094147, -0.2129114270210266, -0.3089633584022522, -0.09466465562582016, 0.012767665088176727, 0.07770798355340958, -0.045091357082128525, -0.16491064429283142, 0.02300434000790119, -0.11447380483150482, 0.21456369757652283, 0.008401015773415565, 0.08551253378391266, -0.133942112326622, -0.21828848123550415, 0.0950341671705246, -0.0011220400920137763, 0.19329623878002167, 0.22494003176689148, -0.06184323877096176, 0.30643150210380554, 0.20879699289798737, -0.22336295247077942, 0.05192159116268158, -0.6317505240440369, 0.15962834656238556, -0.2581343948841095, -0.030756674706935883, -0.11324774473905563, -0.18054644763469696, -0.2119470089673996, -0.38109660148620605, 0.3692692816257477, 0.1422814577817917, 0.048473380506038666, -0.2821302115917206, 0.007655257824808359, 0.11980478465557098, 0.07535705715417862, 0.24562717974185944, 0.4591786563396454, -0.047163765877485275, -0.16329649090766907, -0.18606436252593994, 0.04865154251456261, 0.08868064731359482, 0.3338058292865753, -0.1093834638595581, 0.19256573915481567, 0.5697561502456665, 0.032524120062589645, 0.0781533494591713, 0.23426562547683716, 0.2040286660194397, -0.04046168550848961, -0.029215563088655472, -0.039744701236486435, 0.31787487864494324, 0.18223369121551514, -0.07960425317287445, -0.08248931914567947, 0.09035634249448776, -0.022035889327526093, 0.2529613971710205, 0.01911783590912819, -0.14255975186824799, 0.15659363567829132, 0.12321595102548599, -0.022128351032733917, -0.3643517792224884, -0.0045326524414122105, 0.344062477350235, 0.06599346548318863, 0.08165562152862549, -0.0856398195028305, 0.5749800205230713, 0.22837790846824646, 0.365291565656662, 0.2086879462003708, 0.02548258751630783, -0.34589338302612305, -0.22729815542697906, -0.001617719535715878, 0.136855810880661, 0.2651992440223694, 0.24897488951683044, 0.21521663665771484, 0.009890937246382236, -0.16783389449119568, -0.27722591161727905, 0.3552083373069763, 0.2354283630847931, 0.06023157760500908, 0.12896399199962616, 0.2064996063709259, -0.1870911866426468, -0.1773878037929535, -0.29257506132125854, 0.07294696569442749, 0.1631046086549759, -0.076899953186512, -0.16409580409526825, -0.44242504239082336, -0.08830307424068451, -0.03050241619348526, -0.097032330930233, -0.18654578924179077, -0.45943203568458557, 0.2813505232334137, 0.24861417710781097, -0.06311656534671783, 0.14927268028259277, 0.19762291014194489, 0.2714279890060425, -0.37675943970680237, 0.07921472936868668, -0.26491671800613403, -0.08447881788015366, -0.24917615950107574, 0.20917551219463348, -0.12444775551557541, 0.04160530865192413, -0.10284292697906494, 0.02273876965045929, 0.17274025082588196, -0.03854096680879593, -0.20747916400432587, 0.26863032579421997, 0.3570583462715149, -0.060407139360904694, 0.07534880936145782, -0.2075631320476532, -0.07132291793823242, 0.1533941924571991, 0.17834067344665527, 0.15488573908805847, -0.21189258992671967, -0.1958727091550827, -0.03862987086176872, 0.28535497188568115, -0.31537601351737976, 0.03388465568423271, -0.029556481167674065, -0.2597610056400299, -0.3639173209667206, 0.30370572209358215, 0.10497065633535385, -0.34555795788764954, -0.091974638402462, 0.3099881708621979, -0.06852752715349197, 0.14327014982700348, -0.20189130306243896, 0.1522872895002365, 0.512096643447876, -0.4237307906150818, 0.006878998130559921, 0.19949153065681458, -0.07679370790719986, 0.26275771856307983, -0.11186442524194717, -0.09126317501068115, -0.14580468833446503, 0.09430399537086487, -0.19351674616336823, 0.06539003551006317, 0.04410950839519501, 0.7191140651702881, 0.4687548577785492, -0.2969781756401062, -0.06650266796350479, -0.05760320648550987, -0.0726098120212555, -0.02833046205341816, 0.1350923776626587, -0.4199284315109253, -0.06624532490968704, -0.008022312074899673, 0.8824530243873596, -0.2143675684928894, 0.1716977059841156, 0.0956370085477829, 0.11769907921552658, 0.3514654338359833, -0.15050961077213287, 0.16171452403068542, -0.10312946885824203, 0.1913488507270813, 0.09612900018692017, 0.4126010537147522, -0.06035758927464485, -0.1282176971435547, -0.1845056414604187, 0.2977801263332367, -0.24030524492263794, -0.37439513206481934, -0.14042600989341736, 0.3521518111228943, 0.11148794740438461, -0.15611284971237183, 0.2489125281572342, -0.01892402023077011, -0.030080145224928856, 0.13538086414337158, 0.19569219648838043, -0.35364314913749695, 0.06823062151670456, -0.03845881670713425, -0.41758567094802856, -0.22653308510780334, 0.2977733314037323, -0.4041787385940552, -0.21091806888580322, 0.031203022226691246, -0.2090810090303421, 0.20025135576725006, -0.18829618394374847, 0.04446263611316681, 0.027322880923748016, -0.20474885404109955, 0.19581681489944458, -0.05366659164428711, 0.04987478256225586, -0.253175288438797, -0.15152479708194733, 0.24933788180351257, 0.021069152280688286, -0.06780938059091568, -0.18736575543880463, -0.17165441811084747, 0.15085242688655853, -0.2649777829647064, -0.08214616775512695, 0.025684231892228127, 0.07116146385669708, -0.2105225771665573, -0.0483749583363533, 0.04021009802818298, -0.19392171502113342, 0.29986727237701416, 0.025689387694001198, 0.09131234139204025, -0.18490950763225555, -0.406806617975235, -0.10530711710453033, 0.026899024844169617, 0.1808667778968811, 0.10079089552164078, -0.10729239135980606, 0.06393413245677948, 0.04970894753932953, 0.46133023500442505, 0.23748227953910828, 0.38992175459861755, 0.13004183769226074, 0.1386621594429016, -0.1714169830083847, 0.17000095546245575, 0.16496160626411438, 0.01758822612464428, 0.1562993973493576, -0.35440686345100403, 0.022023798897862434, 0.257416307926178, -0.07066946476697922, 0.000966486579272896, 0.04957572743296623, 0.2431967705488205, 0.2142217606306076, 0.09394664317369461, -0.026380764320492744, -0.11296207457780838, 0.24481654167175293, -0.07122471183538437, -0.24542094767093658, -0.1213914304971695, 0.3141626715660095, 0.7744962573051453, 0.3083392083644867, -0.14050307869911194, 0.1366560012102127, -0.3981528580188751, 0.14286896586418152, -0.06542756408452988, 0.38637077808380127, -0.12708412110805511, 0.1832280158996582, 0.10239976644515991, -0.016910267993807793, 0.24994540214538574, -0.06398088485002518, -0.2548513412475586, 0.15137434005737305, -0.454120934009552, -0.10945941507816315, -0.09706331044435501, -0.09546176344156265, -0.07945545762777328, -0.3198348581790924, 0.3748902678489685, 0.27562105655670166, -0.01616024039685726, 0.2749302387237549, -0.20068106055259705, 0.08291640132665634, 0.03384099900722504, 0.07147551327943802, 0.1191854402422905, -0.09216075390577316, -0.2826768457889557, -0.1312471330165863, -0.05200313776731491, -0.3164292871952057, -0.15376898646354675, -0.18764673173427582, 0.10473259538412094, -0.1503312587738037, 0.004672791808843613, 0.21590204536914825, 0.28844550251960754, -0.07791697978973389, -0.05589460954070091, 0.16507002711296082, 0.25393640995025635, -0.17243032157421112, 0.02940642647445202, 0.14738351106643677, -0.14489935338497162, 0.030956093221902847, 0.10580486804246902, 0.07552142441272736, 0.23193514347076416, 0.1476556360721588, 0.030671218410134315, 0.44026145339012146, 0.026011349633336067, -0.27408403158187866, 0.24140222370624542, 0.14511922001838684, -0.06138297915458679, 0.3134208917617798, -0.22253800928592682, -0.005944919306784868, -0.30454355478286743, 0.1970251053571701, 0.15069137513637543, -0.05720037966966629, 0.31991884112358093, -0.13819678127765656, -0.2237486094236374, -0.2686805725097656, 0.14992353320121765, 0.1327325999736786, -0.02355284057557583, 0.06338471174240112, 0.1018848642706871, -0.10658657550811768, 0.2353084534406662, 0.3941516876220703, -0.09849090129137039, 0.4413721263408661, -0.5147872567176819, 0.04636969417333603, -0.21421217918395996, -0.1822536438703537, 0.2159477025270462, 0.012164253741502762, -0.23426227271556854, -0.04654126241803169, 0.20252391695976257, -0.17916440963745117, -0.4849035441875458, 0.09014744311571121, -0.2589603364467621, -0.010453947819769382, -0.26556482911109924, -0.0886162519454956, 0.1327032744884491, 0.18376421928405762, 0.1593237966299057, -0.1694875955581665, -0.5681494474411011, -0.37106090784072876, 0.04922301322221756, 0.08077360689640045, 0.059265684336423874, -0.1325829178094864, 0.016254866495728493, -0.05469948798418045, -0.1686057150363922, 0.002053097588941455, -0.11033517867326736, -0.03646796569228172, 0.05011817812919617, -0.29664212465286255, 0.1057158038020134, 0.022459102794528008, -0.29726529121398926, -0.374579519033432, 0.2429107427597046, 0.02460203506052494, 0.05978690832853317, 0.0887354165315628, -0.42887285351753235, -0.07384394854307175, 0.2732807695865631, 0.24267230927944183, -0.09391642361879349, 0.22683413326740265, 0.21172739565372467, 0.004128957632929087, -0.13128240406513214, 0.09193307161331177, 0.13820235431194305, -0.045981515198946, -0.004044502507895231, -0.3928161859512329, 0.28565460443496704, 0.3269619643688202, -0.28616175055503845, 0.04672101512551308, 0.004012072458863258, 0.21868276596069336, 0.36281266808509827, 0.23202693462371826, 0.09706360846757889, 0.07536499947309494, 0.4208892583847046, 0.3712962865829468, 0.08796931803226471, -0.23963671922683716, 0.18531543016433716, -0.24211522936820984, -0.3011808395385742, 0.2100047618150711, 0.8018327951431274, 0.07721816003322601, 0.3775506913661957, -0.009320901706814766, -0.01646314561367035, 0.2847820222377777, 0.2078525871038437, -0.10808388143777847, 0.18108239769935608, -0.11588294804096222, 0.1398918479681015, 0.2682200074195862, 0.31318292021751404, -0.041671715676784515, 0.0830639973282814, 0.15158988535404205, -0.41590380668640137, -0.09981302171945572, -0.010086123831570148, -0.030137842521071434, -0.25125616788864136, 0.037994030863046646, -0.20520155131816864, -0.15404076874256134, -0.19070230424404144, -0.12836362421512604, 0.14643803238868713, -0.22744372487068176, 0.05888892337679863, -0.23447315394878387, -0.29545360803604126, -0.25523144006729126, -0.2482846975326538, -0.004219538997858763, 0.2834480404853821, -0.09220324456691742, -0.014506601728498936, -0.06094025820493698, -0.2426718920469284, -0.014636091887950897, 0.41530755162239075, -0.0957014411687851, -0.06635583937168121, 0.11050903052091599, -0.2516370713710785, 0.020503602921962738, -0.17038370668888092, -0.21072699129581451, -0.20617583394050598, 0.17263850569725037, -0.30534297227859497, 0.11509738862514496, 0.25561365485191345, -0.3745708167552948, 0.12793046236038208, 0.24743066728115082, 0.04087601974606514, -0.037802983075380325, 0.24605903029441833, 0.2350490838289261, 0.08458534628152847, 0.025434337556362152, -0.012088609859347343, -0.31764477491378784, -0.2764843702316284, 0.021118180826306343, -0.15168535709381104, -0.1493464708328247, -0.2318466156721115, 0.15830615162849426, 0.25800010561943054, 0.12422364205121994, 0.01362871564924717, -0.25006103515625, 0.08983112126588821, -0.175874724984169, -0.21111682057380676, 0.1134900376200676, 0.08218851685523987, 0.12985871732234955, 0.08550875633955002, 0.35046231746673584, -0.08067724108695984, 0.2608901560306549, 0.6213994026184082, 0.021386731415987015, 0.08933598548173904, -0.01345713809132576, -0.014737262390553951, 0.1508357673883438, -0.5806286931037903, -0.2433103322982788, 0.08235186338424683, 0.053106795996427536, -0.0014927297597751021, -0.5857541561126709, 0.2786770164966583, 0.2855408191680908, -0.1901118904352188, 0.10244429111480713, -0.3107382655143738, 0.6365068554878235, -0.20086413621902466, -0.2022753208875656, -0.00545699754729867, 0.21981966495513916, 0.11824069172143936, 0.14893458783626556, -0.14720134437084198, 0.14227651059627533, 0.02778780646622181, 0.0721575990319252, -0.23207812011241913, -0.2370651364326477, -0.10914161801338196, 0.18030360341072083, 0.270394891500473, 0.03216314688324928, 0.16005966067314148, 0.352192759513855, -0.16112960875034332, -0.04475785419344902, 0.15108861029148102, 0.04002029448747635, 0.2846681773662567, -0.14758528769016266, -0.3242886960506439, -0.08590395003557205, 0.19885802268981934, 0.10355377942323685, -0.1364118456840515, -0.3655102550983429, 0.384793221950531, 0.10000155866146088, -0.1046108528971672, -0.05748326703906059, -0.054495152086019516, 0.12715914845466614, -0.05008188262581825, -0.21302175521850586, -0.011977719143033028, -0.22166472673416138, -0.09971784055233002, -0.3445456027984619, 0.13031843304634094, 0.18124470114707947, 0.2101917862892151, -0.31730055809020996, -0.08132342249155045 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#tracking-manager-with-tenants
Tracking Manager With Tenants The Tracking Manager supports tenants in a different way than the other framework modules. While with the other modules, the tenant configuration takes place on the highest level of configuration and each configuration is only valid for one tenant, the tenant configuration in the tracking manager takes place within the trackers them self. There a list of assortment and checkout tenants for which the tracker should be enabled can be provided (see configuration above). If nothing is set or an empty array is provided, the tracker is active for all tenants.
Tracking Manager With Tenants
[ -0.12797413766384125, -0.017483001574873924, -0.09710261970758438, 0.11723330616950989, 0.32724377512931824, -0.182288259267807, 0.43660205602645874, -0.2998253107070923, 0.11061093211174011, 0.3217729330062866, 0.11363331228494644, 0.08812906593084335, -0.20877692103385925, 0.126743346452713, 0.010367325507104397, 0.409375935792923, 0.0635366216301918, -0.04547210410237312, -0.7564522624015808, 0.14872051775455475, 0.0243415255099535, 0.052759334444999695, 0.048318251967430115, -0.1935471147298813, -0.3040010333061218, 0.23309902846813202, -0.08361777663230896, 0.07211562991142273, 0.03855809196829796, -0.3217068910598755, 0.042831335216760635, 0.22599519789218903, 0.006330219563096762, 0.2868429720401764, -0.0001094648614525795, 0.17349804937839508, 0.17718249559402466, -0.18732646107673645, 0.13347835838794708, -0.006875832565128803, -0.2674647867679596, -0.1408398300409317, 0.23617631196975708, -0.23169180750846863, -0.012679966166615486, 0.13259083032608032, 0.10625939071178436, -0.1942981332540512, -0.2526053786277771, 0.04774579405784607, 0.21635305881500244, 0.12299381196498871, -0.1273537129163742, -0.12825240194797516, 0.17137591540813446, -0.13720574975013733, -0.0710441991686821, -0.17232400178909302, 0.2996431887149811, 0.509041965007782, -0.26081109046936035, -0.05797572806477547, -0.0385090708732605, 0.1313633769750595, 0.6222044825553894, -0.14360126852989197, 0.5651490092277527, -0.3523064851760864, -0.004313345067203045, 0.033980756998062134, 0.5353056788444519, 0.15542614459991455, 0.3982582986354828, -0.007197177968919277, -0.08916599303483963, 0.17045333981513977, 0.29315295815467834, -0.12112462520599365, 0.0931905210018158, 0.14007042348384857, -0.10489260405302048, 0.08307115733623505, 0.1640528291463852, 0.12612229585647583, -0.6366424560546875, 0.6207640767097473, -0.11806681752204895, 0.13622865080833435, 0.01384181808680296, 0.04721691459417343, 0.5083756446838379, -0.014789232984185219, 0.016105813905596733, 0.1132335513830185, -0.02901608869433403, -0.32483524084091187, 0.45200198888778687, 0.13058380782604218, 0.09125795215368271, 0.4034585654735565, -0.46012720465660095, 0.21733373403549194, -0.02337920293211937, 0.3571232259273529, 0.07907406240701675, 0.2277207225561142, -0.029812846332788467, 0.06353466957807541, 0.20559386909008026, 0.19894325733184814, -0.25770583748817444, 0.019610818475484848, 0.16349487006664276, -0.07294292747974396, -0.0077967531979084015, -0.024316314607858658, -0.05360584706068039, 0.059521473944187164, -0.049227435141801834, -0.1273382604122162, -0.42460399866104126, -0.17868754267692566, 0.2760983407497406, 0.23313003778457642, 0.48473355174064636, 0.018925808370113373, -0.4295670688152313, -0.3771911561489105, 0.21060791611671448, -0.06819649040699005, -0.12566502392292023, -0.03208775818347931, 0.005286768078804016, -0.21694941818714142, -0.18072059750556946, -0.3999835252761841, 0.2149564027786255, -0.15627098083496094, -0.05871128663420677, -0.014268338680267334, 0.25637438893318176, -0.08641935139894485, 0.11638172715902328, 0.07043132185935974, -0.10955924540758133, -0.09044378995895386, -0.11281120032072067, -0.0350458025932312, -0.2736523449420929, -0.022304320707917213, -0.28559309244155884, -0.239444762468338, 0.2384701371192932, 0.1637701392173767, -0.02538955584168434, 0.016295520588755608, 0.4628221392631531, 0.35537201166152954, -0.3764092028141022, 0.13250191509723663, 0.31367549300193787, 0.19816243648529053, 0.16452987492084503, -0.0592101626098156, -0.07025548070669174, 0.3675861358642578, 0.12712666392326355, 0.04527417570352554, -0.07753664255142212, -0.13536247611045837, -0.10547789931297302, -0.2503795921802521, -0.15251277387142181, 0.23041141033172607, -0.142878919839859, -0.0410178042948246, 0.5135085582733154, -0.25634700059890747, 0.1522403061389923, -0.02929685078561306, -0.398354709148407, -0.10294866561889648, 0.23357698321342468, 0.07075962424278259, -0.18470293283462524, -0.1433916687965393, -0.46745914220809937, 0.108329638838768, 0.16068071126937866, -0.03138796612620354, 0.09011486917734146, 0.10758738219738007, 0.1007816344499588, -0.00928660947829485, 0.08300358057022095, 0.10987813025712967, 0.06416285037994385, 0.11067206412553787, -0.1512334793806076, 0.12297464907169342, 0.40667131543159485, 0.22107401490211487, 0.2223982959985733, 0.02771010249853134, -0.03471732139587402, -0.06756538897752762, -0.13651899993419647, 0.018423384055495262, -0.42260485887527466, -0.24374918639659882, 0.4602091312408447, 0.2251771241426468, -0.045821696519851685, -0.16203603148460388, -0.13975539803504944, -0.10556240379810333, 0.23600178956985474, 0.11206008493900299, -0.09661460667848587, -0.15313787758350372, -0.2649579644203186, 0.10160842537879944, 0.07022442668676376, 0.08747593313455582, 0.42579150199890137, 0.1054573580622673, -0.15343554317951202, 0.057185012847185135, 0.0236895103007555, 0.0991770476102829, 0.12944990396499634, -0.27185651659965515, 0.20138145983219147, 0.2020995169878006, 0.16088765859603882, -0.20478050410747528, 0.2182718813419342, 0.5117336511611938, 0.07018867880105972, 0.6620098948478699, -0.1678505539894104, 0.29781442880630493, 0.1024993509054184, -0.026244301348924637, -0.20124728977680206, -0.1694071888923645, 0.33212390542030334, 0.31412333250045776, 0.01558374147862196, 0.024383889511227608, 0.0653957650065422, 0.010681752115488052, 0.032216716557741165, -0.438506156206131, 0.053208086639642715, 0.019013358280062675, 0.26033100485801697, 0.16774176061153412, -0.0586046539247036, 0.29942193627357483, 0.24114884436130524, 0.31081876158714294, 0.149926096200943, -0.19099518656730652, -0.2353830635547638, -0.031704701483249664, 0.21909070014953613, 0.2691583037376404, 0.45009082555770874, 0.15853779017925262, 0.2509242296218872, -0.24228216707706451, 0.12055356800556183, -0.28728047013282776, 0.2253112494945526, -0.06891786307096481, -0.1739729791879654, -0.012446538545191288, 0.16309678554534912, -0.022594360634684563, -0.21246926486492157, -0.6648659110069275, 0.136371910572052, 0.04211451858282089, 0.06564684212207794, -0.33250144124031067, -0.555107593536377, -0.45892205834388733, -0.13777898252010345, 0.1943044662475586, -0.09056181460618973, -0.47724783420562744, 0.03993489593267441, 0.11530954390764236, -0.2467334270477295, 0.022530820220708847, -0.13027462363243103, 0.23409414291381836, -0.4626447260379791, 0.6140566468238831, -0.2686295807361603, -0.10926605015993118, -0.12997226417064667, 0.12209979444742203, 0.16583646833896637, -0.1389179229736328, -0.08961278945207596, 0.0682317391037941, 0.2860153913497925, -0.44748395681381226, -0.3798064589500427, 0.34232088923454285, 0.07537543028593063, -0.19477081298828125, 0.10597923398017883, -0.155543252825737, -0.10257726162672043, 0.49072304368019104, 0.22241109609603882, 0.21764351427555084, -0.128203883767128, -0.22465191781520844, 0.16943392157554626, -0.10527648031711578, -0.33388766646385193, 0.28262093663215637, 0.223981112241745, -0.42371994256973267, -0.3592481017112732, 0.21062280237674713, 0.16615618765354156, -0.24424634873867035, -0.537696361541748, 0.16707485914230347, -0.5409157872200012, 0.06957075744867325, -0.1209743469953537, 0.09725473821163177, 0.5247343182563782, -0.38687077164649963, -0.17331276834011078, 0.20375540852546692, 0.10109734535217285, 0.1257053166627884, -0.28951624035835266, -0.07909156382083893, -0.45243653655052185, 0.0695120170712471, -0.29178959131240845, -0.1056138351559639, 0.027721969410777092, 0.4711066782474518, 0.45998865365982056, -0.156264990568161, -0.003868869971483946, -0.013929655775427818, -0.25181010365486145, 0.35731181502342224, 0.11784224212169647, -0.19740793108940125, -0.26513832807540894, -0.01982678472995758, 0.06422501057386398, -0.15339650213718414, 0.15178923308849335, 0.2768462300300598, -0.00553696695715189, 0.4296860098838806, -0.16669321060180664, 0.19373980164527893, 0.061269257217645645, 0.1670720875263214, 0.1287761926651001, 0.3028041124343872, 0.004556871484965086, -0.12543854117393494, -0.2767159044742584, -0.04461690038442612, 0.1994144469499588, -0.13659803569316864, -0.1976073831319809, -0.1961645781993866, 0.18184910714626312, 0.013575638644397259, 0.21096265316009521, 0.285977840423584, -0.027587534859776497, 0.189217671751976, 0.3874585032463074, 0.15970653295516968, 0.0010356197599321604, -0.20826847851276398, -0.25611528754234314, -0.142561137676239, 0.18326710164546967, -0.40878984332084656, -0.2953985631465912, -0.06049235537648201, -0.18787549436092377, 0.20626236498355865, -0.08953363448381424, -0.018363092094659805, 0.03815718740224838, -0.35435041785240173, 0.050691451877355576, 0.0981445163488388, -0.23609286546707153, -0.20914848148822784, -0.18754275143146515, -0.13813742995262146, -0.6914017200469971, -0.4150847792625427, 0.033606354147195816, -0.28740713000297546, -0.17253991961479187, -0.4643228352069855, -0.05636024847626686, -0.2990654408931732, -0.006086296401917934, -0.24238424003124237, -0.16057899594306946, -0.06957296282052994, -0.17890170216560364, -0.19895252585411072, 0.2702050805091858, -0.27575036883354187, 0.08660276979207993, -0.0891154557466507, -0.0737178772687912, -0.009983579628169537, 0.04549777880311012, 0.09617875516414642, -0.053055305033922195, -0.05170610174536705, 0.4068256914615631, 0.027470963075757027, 0.013653391972184181, 0.19139988720417023, 0.3075810372829437, 0.35825780034065247, -0.18625034391880035, 0.32114753127098083, 0.25822922587394714, -0.015981104224920273, 0.577351450920105, -0.46352753043174744, -0.003809478133916855, 0.13406683504581451, -0.24902713298797607, 0.26796475052833557, 0.10991406440734863, 0.32540181279182434, 0.2626817226409912, 0.1183418557047844, -0.11982276290655136, 0.07461739331483841, 0.03384910151362419, -0.2124866396188736, -0.1566222757101059, -0.07226063311100006, 0.23767367005348206, 0.724583089351654, 0.41106531023979187, 0.10417140275239944, 0.20940543711185455, -0.42349952459335327, 0.06837699562311172, 0.008423839695751667, 0.3209112882614136, -0.015326063148677349, 0.2279655635356903, -0.16468113660812378, -0.04327215999364853, 0.07140341401100159, 0.2276032418012619, -0.27176153659820557, 0.10369732975959778, -0.31073811650276184, 0.663782000541687, -0.30893567204475403, -0.13015146553516388, -0.1438727229833603, -0.15321382880210876, -0.051464930176734924, 0.2174765169620514, 0.1602906733751297, 0.33943572640419006, -0.158767968416214, 0.19005703926086426, 0.021325284615159035, 0.20751315355300903, 0.30264154076576233, -0.2622396945953369, 0.2695843279361725, 0.0646374374628067, 0.22066353261470795, 0.12600845098495483, 0.03908754512667656, -0.44090548157691956, -0.17552877962589264, -0.10023457556962967, 0.0007326387567445636, 0.10628591477870941, 0.4194738268852234, 0.08974094688892365, 0.07598783075809479, 0.04495039954781532, -0.07826870679855347, -0.24098578095436096, 0.07419022172689438, 0.22903777658939362, -0.3441406786441803, -0.0798046812415123, -0.32411834597587585, 0.613589346408844, 0.22668880224227905, 0.1321680098772049, 0.216734379529953, 0.40611299872398376, -0.13800133764743805, -0.10909291356801987, 0.18704435229301453, -0.08935002237558365, 0.1707960069179535, 0.3308675289154053, -0.19357417523860931, 0.18922975659370422, -0.02166891098022461, 0.03776126354932785, 0.13499821722507477, 0.21049930155277252, 0.03682170808315277, -0.3587794303894043, -0.2996557056903839, -0.10067432373762131, 0.30385810136795044, 0.026505617424845695, 0.2893248498439789, 0.06886507570743561, -0.0031853020191192627, -0.03413911908864975, 0.22229713201522827, 0.6058363318443298, 0.04571450129151344, 0.3290109932422638, -0.6351523399353027, -0.02548231929540634, -0.3058815896511078, -0.03179735317826271, -0.13999000191688538, -0.11012433469295502, -0.42361295223236084, -0.02625521831214428, 0.14956754446029663, 0.038904253393411636, -0.3595488965511322, -0.46939390897750854, -0.3404252231121063, -0.02737797237932682, 0.13134033977985382, -0.01579957827925682, -0.22960102558135986, 0.30925074219703674, 0.056452032178640366, -0.041940126568078995, -0.5430060625076294, -0.15406544506549835, 0.3502241373062134, 0.1229700893163681, 0.31382885575294495, 0.18741562962532043, 0.035693686455488205, -0.10723630338907242, -0.15632998943328857, -0.0343782864511013, -0.15289486944675446, -0.0749230906367302, -0.006065918132662773, -0.31398195028305054, 0.31229543685913086, -0.20836952328681946, -0.7386361956596375, 0.05531245842576027, 0.3229706883430481, -0.21266186237335205, -0.08365670591592789, -0.05630362033843994, -0.2066224366426468, 0.07659635692834854, 0.43986207246780396, 0.42988166213035583, 0.1753145158290863, 0.019054096192121506, 0.37766119837760925, 0.18353955447673798, 0.26904207468032837, 0.15010152757167816, -0.10175232589244843, 0.21262510120868683, 0.09155765920877457, -0.2308683544397354, 0.2381761521100998, 0.16702128946781158, -0.2160891443490982, -0.010966625064611435, 0.040450796484947205, 0.3345063030719757, 0.36972281336784363, 0.13636399805545807, 0.3367169201374054, 0.100520059466362, 0.4865367114543915, 0.25215837359428406, 0.14896143972873688, -0.19658932089805603, -0.24828405678272247, -0.4148799777030945, -0.05935852229595184, 0.08238978683948517, 0.8568245768547058, -0.08478497713804245, 0.3102344572544098, -0.07526598125696182, 0.20124764740467072, -0.022686615586280823, -0.21172663569450378, 0.0187974963337183, 0.23502998054027557, 0.02547362819314003, 0.022680118680000305, 0.27155619859695435, 0.30461248755455017, -0.18027977645397186, 0.018044698983430862, 0.1186254546046257, -0.13953548669815063, -0.1484442949295044, 0.24312664568424225, 0.0809580385684967, -0.08493756502866745, 0.18991871178150177, -0.3322274088859558, -0.11716976016759872, -0.3244534730911255, -0.08713398873806, 0.17098695039749146, -0.062310878187417984, 0.41791969537734985, -0.09408992528915405, -0.07408083230257034, 0.018089594319462776, -0.19465334713459015, 0.07046560943126678, 0.35779842734336853, -0.1486131250858307, 0.23281964659690857, 0.07249398529529572, -0.11477578431367874, 0.2161509245634079, 0.14398960769176483, -0.08505415171384811, -0.06863638013601303, 0.28714945912361145, -0.21808750927448273, -0.06313709169626236, -0.17058803141117096, -0.1113780289888382, 0.20584659278392792, -0.07549387961626053, -0.4421546757221222, 0.13860823214054108, 0.04360451176762581, -0.1898437738418579, 0.4006105661392212, -0.017562968656420708, 0.13751423358917236, -0.060361914336681366, 0.36325278878211975, 0.22333534061908722, 0.11811686307191849, -0.01172906719148159, -0.19015567004680634, -0.27386730909347534, -0.2772388458251953, 0.016768809407949448, -0.2447153627872467, -0.2055528163909912, -0.2765669822692871, 0.10706829279661179, 0.3099052309989929, 0.20352663099765778, 0.005235407035797834, -0.41661593317985535, -0.01619070954620838, -0.4826318025588989, -0.2856679856777191, 0.24388714134693146, -0.12049897015094757, -0.0488545298576355, -0.048821475356817245, -0.006071881856769323, 0.019631974399089813, 0.17485137283802032, 0.41898298263549805, 0.20236650109291077, 0.04683826491236687, -0.09501883387565613, -0.14288777112960815, 0.1317322701215744, -0.2090025097131729, -0.2741025984287262, -0.073915496468544, 0.11816167831420898, 0.31393787264823914, -0.5208893418312073, 0.0697154775261879, 0.252416729927063, -0.20098690688610077, 0.22027753293514252, -0.028715835884213448, 0.3884791135787964, -0.29510751366615295, -0.136557474732399, 0.13384339213371277, 0.0017525831935927272, -0.011526459828019142, 0.02265916019678116, -0.29425159096717834, -0.07019517570734024, 0.14986562728881836, -0.2647274136543274, -0.23466765880584717, 0.10742447525262833, -0.03983001783490181, 0.41886818408966064, -0.1444636732339859, 0.18445633351802826, 0.16403958201408386, -0.12965553998947144, -0.35016417503356934, 0.05272342264652252, 0.290198415517807, -0.006907551549375057, 0.4273000955581665, -0.37222957611083984, -0.5041623115539551, -0.2854923605918884, 0.16440676152706146, -0.029207734391093254, -0.2042694240808487, -0.26793333888053894, 0.05027839168906212, -0.2920551300048828, -0.19205234944820404, -0.011372081004083157, -0.3732038736343384, 0.16664192080497742, 0.05277951806783676, 0.07317850738763809, -0.045747771859169006, -0.1386926770210266, -0.08834702521562576, -0.3048619329929352, -0.2785843014717102, 0.20177797973155975, 0.209516704082489, -0.3966465890407562, 0.1194506585597992 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#working-with-tracking-manager
Working with Tracking Manager For utilizing the Tracking Manager, just call the corresponding methods of the TrackingManager in your controller. The framework does the rest (adding necessary code snippets to your view, etc.). See the following examples
Working with Tracking Manager
[ -0.16096006333827972, 0.015697428956627846, -0.16748039424419403, -0.025444582104682922, 0.008240936324000359, -0.2236579805612564, 0.25561273097991943, -0.01953170821070671, -0.12222932279109955, 0.23477904498577118, 0.029549548402428627, 0.28653091192245483, -0.2571087181568146, 0.46783629059791565, 0.06941031664609909, 0.17161855101585388, -0.036521345376968384, 0.12929140031337738, -0.37816888093948364, 0.2817719876766205, 0.12571246922016144, -0.10682383924722672, 0.1347537785768509, 0.056998126208782196, -0.2574410140514374, 0.008576233871281147, 0.032505642622709274, 0.1836540699005127, 0.08738377690315247, -0.2956535816192627, -0.28164225816726685, 0.1064709946513176, 0.1121625155210495, 0.36124876141548157, -0.00009075255366042256, 0.01649736613035202, -0.004566578660160303, -0.05752894654870033, 0.11335364729166031, 0.2549879550933838, -0.06564051657915115, -0.013959543779492378, 0.2494174987077713, -0.2831912934780121, -0.09915322065353394, 0.1030954048037529, -0.08775569498538971, 0.21652284264564514, 0.29469746351242065, 0.2123156636953354, 0.37680885195732117, 0.14740566909313202, 0.07661277055740356, -0.12132862210273743, -0.03700621798634529, -0.15407465398311615, 0.056862276047468185, -0.21507441997528076, 0.21985869109630585, 0.13812032341957092, -0.33583155274391174, 0.2668673098087311, 0.20012690126895905, -0.1450958400964737, 0.28437986969947815, 0.06283107399940491, 0.3596928119659424, 0.06651326268911362, 0.007204706780612469, -0.20047368109226227, 0.2535267472267151, -0.18429367244243622, 0.2562551498413086, -0.055243685841560364, -0.13150040805339813, -0.01932252012193203, 0.06023167818784714, -0.30138713121414185, -0.12955613434314728, 0.2845119535923004, -0.20924930274486542, -0.16915254294872284, -0.2694653272628784, -0.04577307030558586, -0.08644859492778778, 0.08940134197473526, -0.05353192612528801, -0.1375223696231842, 0.05920081585645676, -0.12758086621761322, 0.374652236700058, 0.13837431371212006, 0.03982832282781601, 0.13917043805122375, 0.1977614015340805, -0.29326122999191284, 0.18550953269004822, 0.26059332489967346, 0.04657583311200142, 0.14564694464206696, 0.08049274981021881, 0.2583197355270386, 0.012715999968349934, 0.27377641201019287, 0.11527946591377258, 0.1934235692024231, -0.1687726378440857, -0.08820279687643051, 0.40268874168395996, 0.09689489006996155, -0.0045867604203522205, -0.1477886289358139, 0.029820499941706657, 0.0343598946928978, -0.1683034598827362, -0.010964417830109596, -0.16053247451782227, -0.2563924789428711, 0.00483144773170352, -0.1857205033302307, -0.056397538632154465, -0.05526373162865639, 0.31241464614868164, 0.3242896497249603, -0.044839367270469666, -0.09215960651636124, -0.01715976558625698, -0.26569390296936035, 0.04315538704395294, -0.13168589770793915, -0.22497610747814178, 0.045621905475854874, -0.13088293373584747, 0.04413624852895737, -0.015616176649928093, 0.24744941294193268, -0.0639398843050003, -0.12946908175945282, 0.07627025246620178, 0.041501305997371674, 0.12776659429073334, 0.11461541801691055, -0.009659229777753353, -0.25716567039489746, 0.16143997013568878, -0.35392215847969055, -0.06927916407585144, -0.10129586607217789, -0.06392116844654083, -0.10794742405414581, -0.15242286026477814, -0.31385374069213867, -0.016595054417848587, 0.33430805802345276, 0.026081552729010582, -0.13922668993473053, 0.45708417892456055, 0.6218950748443604, -0.35652396082878113, -0.06456510722637177, 0.0799257680773735, 0.4943416118621826, 0.16583487391471863, -0.10518769174814224, 0.08106081187725067, 0.17956528067588806, -0.22748534381389618, -0.13755546510219574, -0.06136845797300339, -0.3598111569881439, -0.12235767394304276, -0.21480518579483032, -0.3683316111564636, 0.3150363564491272, 0.1428546905517578, 0.0861826092004776, 0.5774220824241638, -0.13554854691028595, 0.16098499298095703, -0.39428016543388367, -0.333601713180542, -0.10878434777259827, -0.060609448701143265, 0.05922570824623108, -0.09840492159128189, -0.21085180342197418, -0.1524994969367981, 0.28889480233192444, -0.17016467452049255, 0.08922348916530609, -0.027535371482372284, -0.04414667561650276, -0.15645676851272583, 0.3456967771053314, 0.21903635561466217, 0.00646470719948411, 0.3253788352012634, -0.10522128641605377, -0.0684375911951065, -0.24242299795150757, 0.05854998901486397, 0.07122130692005157, 0.17673316597938538, 0.062310684472322464, -0.12680624425411224, -0.13513745367527008, -0.10609379410743713, -0.11270079016685486, -0.17684920132160187, -0.1506441831588745, 0.1898212879896164, -0.10420600324869156, -0.1158258393406868, 0.02001655101776123, 0.06527339667081833, 0.020398352295160294, 0.4027593433856964, 0.09709446877241135, -0.015392366796731949, -0.07323918491601944, -0.16039861738681793, 0.03393035754561424, -0.03385566547513008, -0.024411899968981743, 0.15264707803726196, -0.03294745832681656, -0.1842796802520752, -0.07468818873167038, 0.011732623912394047, 0.1494205743074417, 0.02950003743171692, -0.10577255487442017, 0.17859621345996857, 0.28603827953338623, 0.0941242203116417, -0.07735678553581238, 0.5609732270240784, 0.5326352119445801, -0.020038101822137833, 0.10609067231416702, 0.08683890849351883, 0.05902082845568657, 0.11550946533679962, -0.04469701275229454, -0.4605071544647217, 0.2307148426771164, 0.009238848462700844, 0.1829875260591507, 0.023317622020840645, -0.0336572602391243, 0.07346051931381226, -0.13348349928855896, 0.17390987277030945, -0.06111100688576698, -0.04050322622060776, 0.10124313831329346, 0.06827572733163834, -0.1039586290717125, -0.20308206975460052, 0.4467218816280365, 0.3456419110298157, 0.2693948745727539, 0.12340469658374786, -0.039802368730306625, -0.17891892790794373, -0.03664149343967438, 0.033216528594493866, 0.06699652224779129, -0.16760538518428802, 0.2814296782016754, 0.1888159066438675, 0.10916101187467575, -0.037609539926052094, -0.04023255407810211, 0.13207286596298218, -0.05896274000406265, -0.1850283145904541, 0.0006210161373019218, -0.15511266887187958, -0.11291950196027756, -0.056792251765728, -0.3364414572715759, -0.20152778923511505, 0.014856393449008465, -0.04259125515818596, -0.14326882362365723, -0.11004911363124847, -0.33824530243873596, -0.024151189252734184, -0.07677076011896133, -0.004492752719670534, -0.021712081506848335, 0.28486284613609314, -0.03922233730554581, -0.0017505907453596592, 0.20782852172851562, -0.09036019444465637, 0.5691978335380554, -0.31530866026878357, 0.6020801663398743, -0.09363012760877609, -0.26453179121017456, -0.14317357540130615, 0.29590362310409546, 0.2302028387784958, 0.05269620567560196, 0.17068621516227722, 0.03702691197395325, 0.513182520866394, 0.010540688410401344, -0.31007108092308044, 0.25228774547576904, 0.18798430263996124, -0.10711796581745148, -0.012268132530152798, -0.058703549206256866, -0.04173879325389862, 0.2206997126340866, 0.10850707441568375, -0.050790514796972275, -0.1083240658044815, -0.3296735882759094, -0.10142509639263153, -0.05153924971818924, -0.17681927978992462, 0.18836887180805206, -0.19221730530261993, -0.36083292961120605, -0.001180445309728384, 0.3004607856273651, 0.08733496069908142, -0.09410707652568817, -0.06636272370815277, 0.3470444679260254, -0.32617154717445374, 0.07846943289041519, -0.07546980679035187, 0.07856948673725128, 0.3086889982223511, -0.33047160506248474, -0.0695558413863182, 0.15598571300506592, 0.17972838878631592, 0.02768181636929512, -0.027149414643645287, -0.018747521564364433, -0.42245975136756897, 0.2812948226928711, 0.054357096552848816, -0.09937318414449692, 0.19352057576179504, 0.37705758213996887, 0.24861614406108856, -0.28201091289520264, -0.1740274578332901, -0.14305658638477325, 0.004650974180549383, -0.23711341619491577, 0.16049684584140778, -0.19898945093154907, 0.15349219739437103, 0.04467548057436943, 0.613155722618103, -0.0710710808634758, -0.11252439767122269, 0.14845579862594604, -0.10021976381540298, 0.28843408823013306, 0.24741427600383759, 0.2629917562007904, -0.10562824457883835, -0.07230521738529205, 0.016454946249723434, 0.3792276382446289, -0.06784658133983612, -0.3387882709503174, -0.4103081226348877, 0.05037577450275421, -0.2840169370174408, -0.03344034031033516, 0.2076892852783203, 0.2508504092693329, 0.18876414000988007, -0.1014191210269928, 0.11561410874128342, -0.1063661053776741, -0.010815701447427273, 0.37950417399406433, -0.08213581889867783, -0.13215646147727966, -0.12279568612575531, -0.21332673728466034, -0.1739402860403061, -0.07299671322107315, 0.35807186365127563, -0.11374937742948532, -0.45612579584121704, 0.017938612028956413, -0.4233776330947876, 0.015232530422508717, -0.35966214537620544, 0.0998043343424797, 0.05525103583931923, -0.3608168959617615, -0.16540655493736267, -0.08515065163373947, 0.27598336338996887, 0.25487884879112244, -0.12576569616794586, 0.14650361239910126, -0.21693353354930878, -0.08966781198978424, -0.2207973152399063, -0.1829715073108673, 0.021884538233280182, -0.2978847026824951, -0.3045065999031067, 0.12822741270065308, 0.17045249044895172, -0.034554485231637955, -0.09290941804647446, 0.2103338986635208, -0.15703043341636658, -0.21937666833400726, 0.21900978684425354, -0.17210426926612854, 0.06198316067457199, 0.14796341955661774, -0.23058480024337769, 0.33965057134628296, 0.05733058974146843, 0.01317460648715496, -0.26239243149757385, 0.2427920252084732, 0.3499299883842468, 0.0033177663572132587, -0.009792916476726532, 0.024679802358150482, -0.0020308755338191986, -0.14475515484809875, 0.14024412631988525, 0.4019501209259033, 0.34750163555145264, 0.1783096343278885, 0.4575650990009308, 0.08597952127456665, 0.0972682535648346, 0.11583559215068817, -0.05928416922688484, 0.014118262566626072, -0.052646271884441376, 0.08930721133947372, 0.025295909494161606, 0.15617778897285461, -0.05924132838845253, -0.13306167721748352, 0.05573832988739014, -0.18645772337913513, -0.33028024435043335, -0.2936468720436096, 0.260664701461792, 0.9115590453147888, 0.2207312434911728, 0.10488896071910858, -0.07371730357408524, -0.6234130263328552, -0.06709292531013489, -0.25988736748695374, -0.04342705383896828, -0.2596902549266815, 0.14948821067810059, -0.07134870439767838, 0.13178862631320953, -0.18173672258853912, 0.07028267532587051, -0.23441186547279358, 0.11794758588075638, -0.34450265765190125, 0.3230516314506531, -0.16071465611457825, -0.21793629229068756, 0.17634612321853638, -0.1815773993730545, -0.11258598417043686, 0.40505993366241455, -0.13963676989078522, -0.3845760226249695, -0.3421114981174469, -0.18818579614162445, 0.04205629974603653, 0.004916585516184568, 0.29624032974243164, 0.054017409682273865, -0.10213463753461838, -0.1207723319530487, -0.07056861370801926, -0.04303256422281265, -0.2869921624660492, -0.342217355966568, 0.022500084713101387, -0.2219020575284958, -0.11833023279905319, 0.2621467113494873, 0.03907407820224762, 0.24099895358085632, -0.1481630951166153, 0.1439368724822998, 0.019230393692851067, -0.24493016302585602, 0.20655927062034607, 0.3872833251953125, -0.08008641004562378, -0.25422006845474243, -0.24116915464401245, 0.15035460889339447, 0.3179336488246918, 0.1999204307794571, 0.3552093505859375, 0.38706880807876587, -0.13280931115150452, -0.1988602578639984, 0.390279084444046, 0.017192715778946877, -0.1366177797317505, 0.2526646852493286, 0.13361485302448273, 0.21996529400348663, -0.10874079912900925, 0.0009225326357409358, -0.10978411138057709, 0.15237726271152496, -0.1134825050830841, 0.00490808580070734, -0.3149894177913666, -0.2642403244972229, -0.09898252785205841, 0.4503006935119629, -0.20385578274726868, 0.0291995070874691, 0.1566045880317688, -0.12609338760375977, 0.11144842207431793, 0.42868372797966003, 0.12047324329614639, 0.029044151306152344, -0.46581488847732544, 0.14245302975177765, -0.3234756886959076, 0.22030317783355713, 0.3593120872974396, 0.1799769550561905, -0.4419812560081482, 0.17451122403144836, -0.06157458573579788, 0.02038423717021942, -0.5600470304489136, -0.34464067220687866, -0.17842750251293182, 0.07393678277730942, -0.2667991518974304, -0.251389741897583, -0.007105066906660795, 0.31900447607040405, 0.2584691047668457, 0.006661662366241217, -0.2955877482891083, -0.3649480938911438, 0.04970065504312515, 0.036913346499204636, 0.0870128944516182, 0.006955295335501432, -0.2529337406158447, 0.03364915773272514, -0.2733601927757263, -0.01775945909321308, -0.08047480136156082, -0.15269385278224945, 0.026441030204296112, -0.24955898523330688, 0.18662358820438385, -0.013349729590117931, -0.19168667495250702, -0.21450814604759216, 0.4454890787601471, 0.09725809842348099, -0.0965019166469574, 0.018529200926423073, -0.47260192036628723, -0.09593059122562408, 0.5491116642951965, 0.4309394955635071, 0.5363695025444031, 0.08526396751403809, 0.0315801240503788, 0.18091319501399994, -0.0412193238735199, 0.12365908920764923, 0.1828257441520691, 0.2926419675350189, -0.11664656549692154, -0.0502941757440567, 0.33851757645606995, 0.4037015438079834, -0.15088456869125366, 0.023480838164687157, -0.10879804193973541, -0.48403021693229675, 0.171111062169075, 0.250040203332901, -0.031455621123313904, 0.16952553391456604, 0.3578610122203827, 0.09306903928518295, -0.1391700804233551, -0.19764187932014465, -0.3007930815219879, -0.18025991320610046, -0.14660035073757172, -0.04813003912568092, 0.5198035836219788, 0.3923405408859253, 0.38322770595550537, 0.09444860368967056, -0.04767246171832085, -0.04508362337946892, -0.007725822273641825, -0.059230562299489975, -0.018762841820716858, 0.06683315336704254, -0.029393315315246582, 0.07646745443344116, 0.31317636370658875, 0.09568432718515396, -0.02068988047540188, -0.03999003767967224, 0.002594799268990755, -0.18230241537094116, -0.2405482977628708, 0.10216296464204788, 0.03211849182844162, 0.29871001839637756, -0.08112645149230957, -0.22976046800613403, -0.2910807132720947, 0.018629340454936028, 0.2639036178588867, 0.1656094491481781, 0.02506742626428604, -0.1281159520149231, 0.10251794755458832, -0.052884358912706375, -0.17712129652500153, 0.22302360832691193, 0.3711683750152588, -0.05669365078210831, 0.04049927368760109, -0.01971708983182907, -0.11079216748476028, 0.02876720018684864, 0.019071610644459724, -0.22155845165252686, -0.006615556310862303, -0.017115697264671326, -0.11694642901420593, -0.06568629294633865, -0.1548071950674057, -0.1946987360715866, 0.02148701436817646, 0.1676931232213974, -0.2305716723203659, 0.030139753594994545, 0.2513618469238281, -0.3896999657154083, 0.1804388463497162, -0.22068437933921814, -0.10914501547813416, 0.07314637303352356, 0.03909637778997421, 0.31132352352142334, -0.05377769097685814, -0.1576247662305832, -0.17149367928504944, -0.27133315801620483, -0.16313567757606506, -0.0987902358174324, -0.3022729158401489, -0.11864567548036575, -0.1421540230512619, 0.19067220389842987, 0.3166942894458771, 0.3088546395301819, -0.14466819167137146, 0.15432752668857574, 0.23119159042835236, -0.392149418592453, -0.23106831312179565, 0.15921922028064728, 0.12730570137500763, -0.09437066316604614, -0.17003339529037476, -0.07161713391542435, -0.06138624623417854, 0.10815704613924026, 0.4838774502277374, -0.15899892151355743, 0.3223041594028473, -0.1501171588897705, -0.20403294265270233, 0.23584634065628052, -0.23828022181987762, -0.14530526101589203, 0.18139144778251648, 0.12696203589439392, -0.03608413413167, -0.09279827773571014, 0.35628634691238403, 0.15292324125766754, -0.14486464858055115, -0.02414749562740326, -0.09560801833868027, 0.47524312138557434, -0.46576306223869324, 0.03447014093399048, -0.14824055135250092, 0.130033940076828, 0.20632463693618774, -0.11526261270046234, -0.23234674334526062, -0.038038238883018494, -0.005294143687933683, -0.2446533590555191, -0.015584063716232777, -0.007036423776298761, -0.0850624144077301, 0.10046015679836273, 0.07118739187717438, -0.01635155826807022, 0.2524283230304718, -0.05527267977595329, -0.17359492182731628, 0.009629332460463047, 0.17624777555465698, 0.2583397626876831, 0.17878186702728271, -0.03124215453863144, -0.20883533358573914, 0.07806297391653061, 0.27354300022125244, 0.17081432044506073, -0.07880686223506927, 0.10870762914419174, 0.046706121414899826, -0.01271606795489788, -0.15484848618507385, -0.0914556235074997, -0.1938149482011795, 0.014313992112874985, -0.07771711051464081, -0.0477847084403038, 0.2564120292663574, -0.06403852999210358, -0.19027547538280487, -0.14553481340408325, 0.04064635932445526, 0.2163318544626236, 0.24247190356254578, -0.12491060048341751, -0.09553966671228409 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#product-impression
Product Impression <?php namespace App\Controller; use Knp\Component\Pager\PaginatorInterface; use Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager; use Pimcore\Controller\FrontendController; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; class ShopController extends FrontendController { public function listAction(Request $request, TrackingManager $trackingManager, PaginatorInterface $paginator): Response { // ... $paginator = $paginator->paginate($products, $request->get('page', 1)); foreach ($paginator as $product) { $trackingManager->trackProductImpression($product); } // ... } }
Product Impression
[ -0.2619472146034241, -0.2958398461341858, -0.25216540694236755, 0.0860801711678505, -0.03501930460333824, -0.20028109848499298, 0.10767059773206711, 0.13288584351539612, -0.2671374976634979, 0.1908329874277115, -0.16503582894802094, 0.11866231262683868, 0.11930735409259796, 0.3617967963218689, -0.010838925838470459, 0.10343579947948456, -0.12442443519830704, 0.23335906863212585, -0.5886968970298767, 0.11650621145963669, -0.15554367005825043, 0.11323509365320206, 0.11607835441827774, 0.28161606192588806, 0.30995234847068787, -0.059158921241760254, -0.1047571450471878, -0.08147656917572021, -0.1587498039007187, -0.07419649511575699, -0.15012434124946594, 0.22045519948005676, 0.1532629430294037, 0.2300763577222824, -0.00010379789455328137, 0.04726416990160942, 0.048555560410022736, -0.16119210422039032, -0.04362279921770096, 0.023523373529314995, -0.0696927160024643, -0.02647021785378456, -0.03376580402255058, -0.29711925983428955, 0.021136363968253136, -0.07309125363826752, -0.4121581017971039, 0.33355629444122314, 0.09379056096076965, 0.38457727432250977, 0.3590077757835388, -0.31274494528770447, -0.08286071568727493, -0.0999784842133522, 0.24855268001556396, 0.2249278873205185, 0.02801702916622162, -0.40494728088378906, 0.19210781157016754, 0.0319739393889904, -0.0852501317858696, 0.3913284242153168, -0.1760386824607849, -0.008394212462008, -0.02084387093782425, 0.03423403576016426, 0.8507428169250488, 0.06731322407722473, 0.27495041489601135, -0.015255825594067574, 0.21776962280273438, -0.07499218732118607, 0.054156508296728134, -0.02210153453052044, -0.011060589924454689, -0.24667198956012726, -0.17335018515586853, -0.3543597161769867, -0.05408156290650368, 0.1320531815290451, -0.16633951663970947, -0.026085369288921356, -0.15172089636325836, 0.16385851800441742, 0.05563320964574814, 0.08887270092964172, -0.14748357236385345, -0.025600723922252655, 0.23745661973953247, -0.4089537560939789, 0.07768809050321579, 0.11828383058309555, 0.11659759283065796, -0.021854564547538757, 0.2812131643295288, -0.1671721488237381, 0.25001177191734314, -0.3084152042865753, 0.37879908084869385, -0.22763316333293915, -0.27208417654037476, 0.13975116610527039, 0.36285400390625, -0.02658277004957199, 0.12597385048866272, 0.3663051426410675, -0.1453070491552353, -0.04670461267232895, -0.03726428002119064, 0.488921195268631, -0.05878148972988129, 0.09217501431703568, 0.2104918509721756, -0.046890709549188614, 0.0487743578851223, 0.013034863397479057, -0.34288525581359863, -0.1949736773967743, -0.2571600079536438, 0.006879485212266445, -0.18786175549030304, 0.006304612848907709, 0.22246192395687103, 0.4906200170516968, 0.14278772473335266, 0.4417991042137146, 0.10750029236078262, -0.18312035501003265, -0.09301701933145523, -0.18643762171268463, -0.2286178022623062, 0.11237393319606781, -0.059620391577482224, 0.12848185002803802, 0.20403213798999786, 0.4151485860347748, 0.1368579864501953, -0.2277582883834839, 0.0877692773938179, -0.3214254677295685, 0.21003687381744385, 0.007303278893232346, 0.19242176413536072, -0.0890858918428421, 0.22247819602489471, -0.13371996581554413, 0.2210434079170227, 0.42685404419898987, -0.14803802967071533, 0.13639500737190247, -0.418335884809494, -0.3014442026615143, 0.2697868049144745, 0.32978305220603943, 0.22215411067008972, 0.028933994472026825, 0.3042367696762085, 0.16057881712913513, -0.03325509652495384, -0.04899798333644867, 0.04670222848653793, 0.14955566823482513, -0.20814456045627594, -0.08491312712430954, 0.030312731862068176, 0.12295164912939072, 0.02426067553460598, 0.0032413338776677847, -0.28090590238571167, -0.2624036967754364, 0.1940280795097351, -0.4127792716026306, -0.14888988435268402, 0.39152613282203674, -0.06450268626213074, -0.13621486723423004, 0.4295620024204254, -0.09082818031311035, -0.020656300708651543, -0.195928692817688, -0.3949444591999054, -0.03722885996103287, 0.0318702794611454, -0.26063254475593567, 0.20064954459667206, 0.03798847645521164, 0.16342508792877197, -0.15318085253238678, 0.18454639613628387, 0.21402259171009064, -0.23578740656375885, -0.29563361406326294, 0.11288122832775116, 0.09846127033233643, 0.11021367460489273, 0.028148679062724113, -0.10874355584383011, -0.07484418898820877, 0.19108740985393524, -0.13482962548732758, 0.2266416698694229, 0.41280537843704224, 0.4350350499153137, 0.1623932272195816, 0.28867924213409424, -0.10616479814052582, 0.10420805960893631, -0.2889484763145447, -0.5535147786140442, -0.225739523768425, 0.03801095485687256, 0.06682001799345016, -0.40451282262802124, 0.021694893017411232, -0.11556606739759445, -0.2602076828479767, 0.40977564454078674, 0.036603882908821106, -0.12754712998867035, -0.40321093797683716, 0.26596665382385254, 0.1042030081152916, 0.06707973033189774, -0.12074732780456543, 0.37059590220451355, -0.01326181460171938, -0.3673204481601715, -0.1330357939004898, -0.04560123756527901, 0.4026562571525574, 0.35485026240348816, 0.005612979643046856, 0.07983022928237915, 0.2018846720457077, 0.14909489452838898, 0.04984884709119797, 0.40489816665649414, 0.008769725449383259, -0.12344568967819214, -0.19159512221813202, -0.05261126905679703, -0.12542839348316193, 0.06387720257043839, 0.009169044904410839, -0.23551064729690552, 0.41489288210868835, 0.027641456574201584, 0.2739920914173126, -0.2641317546367645, -0.04995677247643471, 0.1543426513671875, -0.07098159939050674, 0.256949245929718, -0.3703877329826355, 0.22736237943172455, 0.24630488455295563, 0.06977314502000809, -0.08561822772026062, 0.1947775036096573, 0.3958452641963959, 0.13259078562259674, 0.17351050674915314, 0.24342016875743866, 0.2945747375488281, -0.10669104009866714, -0.23008514940738678, 0.08898639678955078, -0.3026009202003479, 0.08247893303632736, 0.3203399181365967, -0.015685047954320908, -0.22102361917495728, 0.14308632910251617, 0.17409583926200867, 0.19612544775009155, -0.024046292528510094, 0.1340131312608719, 0.061678722500801086, 0.13758283853530884, -0.09391316026449203, -0.05048750713467598, -0.3213419020175934, -0.1130165383219719, 0.297466516494751, 0.021000325679779053, -0.14587247371673584, -0.03155716881155968, -0.013207996264100075, -0.015428769402205944, 0.047678977251052856, -0.0045805382542312145, -0.1794058233499527, 0.26835891604423523, 0.16525132954120636, -0.14278343319892883, -0.022730614989995956, -0.07450190931558609, 0.15618939697742462, 0.07437063753604889, 0.1142326071858406, -0.22655513882637024, 0.06190509349107742, -0.1102314218878746, 0.19984832406044006, -0.33144718408584595, 0.4065173268318176, -0.08512537181377411, 0.05539875477552414, 0.2357373833656311, -0.11466071009635925, -0.16609038412570953, 0.19677434861660004, 0.18843989074230194, -0.29633578658103943, 0.10873747617006302, 0.029507417231798172, 0.100087970495224, 0.19590936601161957, 0.2308250367641449, 0.03893999382853508, -0.33277514576911926, -0.05773424729704857, -0.16386058926582336, 0.12096641957759857, -0.1213027760386467, 0.07772104442119598, -0.06729666888713837, -0.2249787449836731, -0.3074088990688324, 0.07599259912967682, 0.2723466157913208, -0.2924394905567169, -0.036037176847457886, 0.2220032811164856, -0.12715573608875275, 0.33623674511909485, -0.31840217113494873, 0.18493273854255676, -0.0047461241483688354, -0.08116840571165085, 0.04579464718699455, -0.022156529128551483, -0.0743364468216896, -0.03599373623728752, 0.0161011703312397, -0.14857318997383118, -0.38121098279953003, 0.3177437484264374, 0.09969738125801086, -0.16543126106262207, -0.20791903138160706, 0.5279028415679932, 0.3158954679965973, -0.3544297516345978, -0.30013978481292725, -0.12837417423725128, -0.17617645859718323, -0.13302604854106903, 0.2654137909412384, -0.24405622482299805, 0.14565759897232056, 0.07132898271083832, 0.7312110066413879, 0.0621035099029541, -0.11647424846887589, 0.19370248913764954, -0.09649818390607834, 0.08872891217470169, 0.17742347717285156, -0.18015258014202118, -0.27880775928497314, 0.03599870577454567, -0.027246609330177307, 0.286744087934494, -0.1181616261601448, -0.3009736239910126, -0.10187316685914993, 0.36098918318748474, -0.4073132872581482, -0.22401578724384308, -0.08902467042207718, 0.5548428893089294, 0.20998387038707733, -0.039191413670778275, 0.08699195832014084, -0.3665703237056732, 0.0397515743970871, 0.08516522496938705, -0.07365333288908005, -0.26022017002105713, 0.0023883080575615168, 0.023927390575408936, -0.32341068983078003, -0.25110432505607605, 0.17325469851493835, 0.19122831523418427, 0.09857576340436935, -0.13428866863250732, -0.048459604382514954, 0.11396074295043945, -0.3948373794555664, 0.6761571168899536, -0.05082597956061363, -0.025267334654927254, 0.021589267998933792, -0.13064177334308624, 0.23155122995376587, 0.18008700013160706, -0.2343389391899109, 0.024746961891651154, 0.31291937828063965, 0.2371208667755127, -0.2928919792175293, -0.247954323887825, 0.09717967361211777, -0.20885050296783447, -0.14238891005516052, 0.20818951725959778, -0.06400003284215927, -0.19923995435237885, -0.05014387518167496, 0.24916212260723114, -0.2508281469345093, 0.41019439697265625, -0.06170633062720299, -0.2672029435634613, 0.23608841001987457, -0.24003243446350098, -0.28088876605033875, 0.12013466656208038, 0.12149499356746674, 0.10041594505310059, -0.1320687234401703, 0.16411331295967102, 0.3599987030029297, 0.16771966218948364, -0.1162237823009491, 0.16694119572639465, 0.06737842410802841, 0.1898353546857834, -0.20342467725276947, 0.03201346844434738, 0.21307504177093506, 0.021537020802497864, 0.08874169737100601, -0.0747632160782814, 0.049847591668367386, 0.2696206867694855, -0.04078759253025055, 0.08302272111177444, 0.11267339438199997, -0.011676765978336334, 0.28507736325263977, 0.059249721467494965, -0.0697740763425827, -0.11132624000310898, 0.11172153800725937, -0.3263222277164459, -0.21014708280563354, -0.16924603283405304, 0.3847864866256714, 0.9995933771133423, 0.06357146054506302, 0.09125104546546936, 0.037647783756256104, -0.4071492850780487, -0.3015660047531128, -0.012385807000100613, 0.1299966722726822, -0.04237665235996246, 0.2624431252479553, 0.061977144330739975, 0.0035306320060044527, -0.058859214186668396, -0.011000584810972214, -0.22304029762744904, 0.007085208781063557, 0.08648023009300232, -0.13096551597118378, 0.020251953974366188, -0.21297578513622284, 0.24379009008407593, -0.2798994183540344, 0.32686489820480347, 0.29984694719314575, -0.08031968772411346, 0.10616173595190048, -0.11658205091953278, -0.1397024393081665, -0.20682045817375183, -0.07321251183748245, -0.0013399674789980054, 0.008487093262374401, -0.22889913618564606, -0.051000021398067474, -0.2719607353210449, -0.23783767223358154, -0.3146824836730957, -0.30753758549690247, -0.3071364462375641, -0.24552834033966064, -0.1777929663658142, -0.045351944863796234, 0.0005072785424999893, 0.09188766032457352, -0.3255026340484619, 0.1430855095386505, 0.028150079771876335, -0.1781257838010788, -0.14739233255386353, -0.015286335721611977, -0.1119169220328331, -0.283084899187088, -0.10033734887838364, 0.11830373853445053, 0.4537087678909302, -0.19089452922344208, 0.15313902497291565, 0.41838231682777405, -0.1804180145263672, -0.21251189708709717, 0.27684256434440613, 0.1604340523481369, -0.3864622712135315, 0.15454407036304474, 0.12021030485630035, -0.08211400359869003, -0.030228104442358017, 0.1385987401008606, 0.23744085431098938, 0.03796195238828659, 0.15657299757003784, -0.12096831202507019, -0.3657781779766083, -0.4526437222957611, 0.14089536666870117, 0.020684637129306793, -0.10292987525463104, -0.16132907569408417, 0.03257995471358299, -0.2970580756664276, 0.11689909547567368, 0.3663598895072937, -0.058155495673418045, 0.24223071336746216, -0.2519163489341736, -0.07917534559965134, -0.1456345021724701, -0.03260939568281174, 0.23892615735530853, 0.12081258744001389, -0.07952497154474258, -0.03235969692468643, -0.1249108836054802, -0.20802441239356995, -0.4618625342845917, 0.05554398521780968, -0.2417878806591034, 0.07451507449150085, -0.36432909965515137, -0.3715617060661316, -0.03340008109807968, 0.257095068693161, 0.26025381684303284, 0.21102477610111237, -0.1344350129365921, -0.38278573751449585, 0.11214926093816757, 0.04210808873176575, 0.10823555290699005, 0.007709475699812174, -0.3145056664943695, 0.2786594033241272, -0.13151147961616516, 0.05613372102379799, -0.18497107923030853, -0.2180427610874176, 0.16192151606082916, -0.3220979571342468, 0.08827152848243713, 0.26273801922798157, -0.34698250889778137, -0.13569986820220947, 0.27735650539398193, 0.0696457102894783, -0.0715835690498352, 0.12078474462032318, -0.169583261013031, -0.07970769703388214, 0.030137943103909492, 0.16661353409290314, 0.5374614000320435, 0.052565157413482666, 0.0971335843205452, 0.011145330965518951, -0.1747373789548874, 0.31000372767448425, 0.29027917981147766, 0.09233639389276505, -0.0020108933094888926, 0.007922212593257427, 0.3087300956249237, 0.3859688639640808, -0.24988441169261932, 0.122992604970932, -0.023021744564175606, -0.2341567426919937, 0.15095841884613037, 0.21119926869869232, -0.2386724054813385, 0.2663547098636627, 0.9544894695281982, 0.16664180159568787, -0.03036748245358467, -0.09045283496379852, -0.10738522559404373, -0.1773896962404251, -0.09373589605093002, 0.20207519829273224, 0.5385934114456177, 0.37103110551834106, 0.3663429319858551, 0.16100388765335083, -0.01256590522825718, 0.47757843136787415, 0.009466239251196384, 0.017498711124062538, -0.09340565651655197, 0.060149990022182465, 0.10921212285757065, 0.2642683982849121, 0.23742610216140747, 0.2432057112455368, -0.1431119590997696, 0.33048534393310547, -0.2452896237373352, -0.11221659183502197, -0.21171791851520538, -0.03252388536930084, -0.2787274122238159, 0.1760585606098175, -0.4213569164276123, -0.11996587365865707, -0.21176253259181976, -0.20376552641391754, 0.23113438487052917, -0.14864319562911987, 0.053115688264369965, -0.03326329216361046, -0.1985037624835968, -0.4456910789012909, -0.2948552370071411, 0.2158229947090149, 0.20013147592544556, -0.17305438220500946, -0.09304697811603546, 0.05845244228839874, -0.08469865471124649, -0.097080297768116, 0.0797051191329956, -0.28596755862236023, 0.08006124198436737, -0.1384003758430481, -0.3531922698020935, 0.06686315685510635, -0.1894911378622055, -0.2737269997596741, -0.24209502339363098, 0.293708860874176, -0.16534411907196045, 0.137469083070755, 0.28008320927619934, -0.42129015922546387, 0.06504105776548386, 0.4704333245754242, -0.029477613046765327, 0.15294644236564636, 0.0501103512942791, 0.07984260469675064, 0.03483540564775467, -0.11096832156181335, -0.3275623321533203, -0.1658853441476822, 0.23420725762844086, -0.3147277235984802, -0.4136001169681549, -0.001048646168783307, -0.010849871672689915, 0.14292185008525848, 0.11497072875499725, -0.2596019506454468, 0.08947685360908508, -0.0007570947636850178, -0.03110526315867901, -0.07615125924348831, -0.0814724788069725, 0.3201700448989868, -0.05952608212828636, -0.25456124544143677, 0.1225484237074852, 0.2196393460035324, -0.2709845006465912, 0.1979926973581314, 0.45792537927627563, -0.043171048164367676, 0.18250755965709686, 0.20464591681957245, -0.19735829532146454, 0.1361621767282486, 0.09249969571828842, 0.1336778700351715, 0.227111354470253, -0.21081788837909698, 0.037722762674093246, 0.018971335142850876, 0.33657702803611755, -0.05475694313645363, -0.11235769838094711, -0.060045547783374786, 0.08092182874679565, 0.3203144371509552, -0.21084646880626678, -0.07726568728685379, -0.1890050768852234, 0.2584607005119324, 0.22038541734218597, -0.08141438663005829, 0.1323947012424469, -0.20343102514743805, 0.02356903813779354, -0.1813206523656845, 0.0724208652973175, -0.19049163162708282, -0.03561835736036301, 0.2394091784954071, 0.31365343928337097, -0.20058707892894745, 0.21074943244457245, 0.3584473729133606, 0.026449911296367645, -0.25775331258773804, -0.23125264048576355, 0.011033769696950912, 0.2505417764186859, -0.04033145681023598, -0.3641565442085266, 0.003981955349445343, 0.08457740396261215, -0.24025340378284454, -0.3270391821861267, 0.017363358289003372, 0.35931316018104553, -0.135155588388443, -0.17611278593540192, 0.03497941419482231, -0.11694466322660446, 0.16026966273784637, 0.31843245029449463, -0.10930580645799637, 0.2358732968568802, -0.14616349339485168, -0.27770498394966125, -0.13946808874607086, 0.39369451999664307, 0.3085516095161438, 0.23377291858196259, 0.04015946760773659, -0.13251036405563354 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#checkout
Checkout <?php use Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager; class CheckoutController extends AbstractCartAware { public function startCheckoutAction(TrackingManager $trackingManager) { ... $trackingManager->trackCheckout($this->getCart()); ... } }
Checkout
[ -0.47629472613334656, -0.33583804965019226, -0.13153593242168427, 0.05940776318311691, 0.13148094713687897, -0.16481852531433105, 0.16855370998382568, 0.14016221463680267, -0.11063630878925323, 0.2567291557788849, 0.08391254395246506, 0.2917865514755249, 0.03958602994680405, 0.5324218273162842, -0.1934124082326889, 0.17073306441307068, -0.2000231295824051, 0.12305731326341629, -0.28922128677368164, 0.04047253727912903, -0.039397940039634705, -0.038149140775203705, 0.09166569262742996, 0.2862423360347748, 0.12057510018348694, 0.08834151923656464, -0.006955505348742008, 0.029950447380542755, -0.06645368039608002, -0.0047417921014130116, 0.03458620607852936, 0.1840154230594635, 0.13819611072540283, 0.4215627908706665, -0.00010365292837377638, -0.20642699301242828, 0.11584293842315674, -0.02782774716615677, -0.24939054250717163, -0.008352428674697876, -0.5352898240089417, 0.21824733912944794, 0.25675657391548157, -0.338739812374115, 0.014726363122463226, 0.4903160631656647, -0.046442970633506775, 0.25897103548049927, 0.11595363169908524, 0.21374823153018951, 0.3443674147129059, -0.19713173806667328, -0.17324647307395935, -0.08697126060724258, 0.05067240074276924, 0.22398234903812408, 0.11328542977571487, -0.017418382689356804, -0.0016551186563447118, 0.08050425350666046, -0.09609073400497437, 0.2209208756685257, -0.042614832520484924, -0.09454681724309921, -0.016877898946404457, 0.058392949402332306, 0.454304575920105, 0.16781634092330933, 0.2479335069656372, -0.07305144518613815, 0.26712965965270996, -0.5232042074203491, 0.32120922207832336, 0.08498874306678772, -0.0801662802696228, -0.4783799946308136, 0.028259489685297012, -0.29507046937942505, -0.021986234933137894, 0.24638274312019348, -0.13488531112670898, 0.16214224696159363, 0.0100776432082057, 0.2535145878791809, -0.20028772950172424, 0.13031388819217682, 0.04207158088684082, -0.024716896936297417, 0.3405842185020447, -0.24600252509117126, 0.09450160712003708, 0.2454937994480133, -0.2030056267976761, 0.28684201836586, 0.40559375286102295, -0.4169709384441376, 0.3149026930332184, 0.08851166069507599, 0.17889747023582458, 0.20813389122486115, -0.15795060992240906, 0.18899103999137878, 0.11195729672908783, 0.18051110208034515, 0.24744707345962524, 0.30103233456611633, 0.12244624644517899, 0.023257728666067123, 0.13269206881523132, 0.5249213576316833, -0.07045314460992813, -0.14994561672210693, 0.2355818748474121, -0.08388826251029968, 0.23639938235282898, 0.2298080325126648, 0.029440222308039665, -0.16157245635986328, -0.037275686860084534, -0.3221915066242218, -0.08640429377555847, 0.005729267839342356, 0.3864089548587799, 0.3363402187824249, 0.20159681141376495, -0.00559764401987195, 0.02961619198322296, -0.3391419053077698, -0.08851722627878189, -0.08021370321512222, -0.2147524654865265, 0.2953287959098816, 0.04168602451682091, 0.054189153015613556, 0.0962006002664566, 0.2651946544647217, 0.1387399435043335, -0.21508195996284485, 0.26989829540252686, -0.19723081588745117, 0.16147330403327942, -0.06930740177631378, -0.14457958936691284, -0.12559020519256592, 0.13805755972862244, -0.09921394288539886, 0.06452341377735138, 0.4051421582698822, -0.1131700873374939, 0.08266449719667435, -0.2641371488571167, -0.23275801539421082, 0.15661567449569702, 0.34555259346961975, 0.1349513679742813, -0.2101900577545166, 0.3282013237476349, -0.11830119788646698, 0.0058855293318629265, -0.4003439247608185, 0.21390362083911896, 0.11627991497516632, -0.1410994678735733, 0.015761012211441994, 0.1350075751543045, 0.41872936487197876, 0.15091174840927124, -0.08913824707269669, -0.4582037031650543, -0.17284999787807465, 0.07358630001544952, -0.3492594361305237, -0.30313554406166077, 0.5239188075065613, -0.20296403765678406, -0.3940739929676056, 0.2852690517902374, -0.34512093663215637, 0.07919253408908844, -0.16436724364757538, -0.48535260558128357, -0.09404577314853668, -0.1480274349451065, -0.32310977578163147, -0.2548207938671112, -0.008216474205255508, -0.2881268858909607, -0.13114044070243835, -0.20298254489898682, 0.2818581163883209, -0.04994271695613861, -0.21232819557189941, -0.08434867113828659, 0.08873826265335083, 0.36572304368019104, 0.09152950346469879, 0.30800849199295044, 0.11126326024532318, -0.03372519835829735, 0.09111884236335754, 0.08616194128990173, 0.13667519390583038, 0.6299987435340881, -0.2941720187664032, 0.09244061261415482, -0.10603637993335724, -0.042911410331726074, -0.09187367558479309, -0.3205799460411072, -0.18613524734973907, -0.1797569841146469, 0.02238038368523121, -0.3126286566257477, -0.050497960299253464, 0.12677164375782013, 0.2200443148612976, 0.2644173204898834, 0.00038783892523497343, 0.04170845076441765, -0.24947382509708405, 0.17353838682174683, 0.09788961708545685, 0.1876121163368225, 0.1027897447347641, 0.48783624172210693, -0.27146241068840027, -0.19668972492218018, -0.05654623731970787, -0.1543654203414917, 0.0009748195298016071, 0.36123034358024597, -0.1658121943473816, 0.08168092370033264, 0.4852350652217865, 0.13715006411075592, 0.31574445962905884, 0.25602632761001587, 0.20056596398353577, 0.029099462553858757, -0.1340726613998413, -0.26524457335472107, 0.18873372673988342, 0.1429722160100937, -0.06346055120229721, -0.46512332558631897, 0.16257143020629883, 0.10844454914331436, 0.09410787373781204, 0.051284290850162506, -0.019732534885406494, -0.04844091832637787, -0.2075648009777069, 0.3340136408805847, -0.22075091302394867, 0.1196967363357544, 0.26197540760040283, 0.1245119497179985, 0.03189229592680931, 0.24043120443820953, 0.38083702325820923, 0.30702659487724304, 0.20838448405265808, 0.2373596876859665, 0.08642997592687607, 0.043460242450237274, 0.029064830392599106, 0.06495891511440277, 0.1034780964255333, -0.0354309119284153, 0.18607914447784424, 0.045233797281980515, -0.11338022351264954, -0.023422501981258392, 0.045797690749168396, 0.3316783905029297, 0.17650914192199707, 0.09730470180511475, 0.0039093466475605965, 0.06820882856845856, -0.28950467705726624, 0.1808018535375595, -0.4823916554450989, 0.10597551614046097, 0.19474875926971436, 0.09449183195829391, -0.09536024928092957, -0.05325210094451904, -0.03641454130411148, -0.0918983593583107, -0.03734404966235161, 0.011036756448447704, -0.2083376795053482, 0.1741892546415329, 0.4421137571334839, -0.14995813369750977, 0.11058824509382248, -0.1900894045829773, 0.43576788902282715, -0.2617344260215759, -0.01752319745719433, -0.20052897930145264, -0.3461454510688782, -0.23430930078029633, 0.1972651481628418, 0.05249260365962982, 0.15064206719398499, -0.11344676464796066, -0.02116311341524124, 0.2676258385181427, 0.1488838642835617, -0.04621487483382225, 0.4318731427192688, 0.17695045471191406, -0.45995399355888367, 0.09272971749305725, -0.2051543891429901, -0.33092090487480164, 0.1678793728351593, 0.051700346171855927, 0.0838671401143074, -0.17995589971542358, -0.049807749688625336, -0.04530639201402664, 0.22885513305664062, -0.272703617811203, 0.22192823886871338, 0.13933737576007843, -0.22462108731269836, -0.17100250720977783, 0.20205003023147583, 0.11418314278125763, -0.0845722034573555, -0.13537701964378357, 0.3094518482685089, -0.21611781418323517, 0.11063368618488312, -0.031459253281354904, 0.07434775680303574, -0.028036443516612053, -0.12005963921546936, 0.07755158096551895, 0.03298171982169151, 0.04991069436073303, -0.04472031071782112, -0.14853635430335999, 0.1491893082857132, -0.22357095777988434, 0.19130168855190277, 0.02291763760149479, -0.11428625136613846, -0.20193739235401154, 0.6219784617424011, 0.24099527299404144, -0.24406814575195312, -0.09002076834440231, 0.026466231793165207, -0.048557545989751816, -0.05130347982048988, 0.38115429878234863, -0.44054192304611206, -0.09371715039014816, 0.04591062664985657, 0.7825742363929749, -0.38962090015411377, -0.08585300296545029, -0.20816244184970856, -0.012530431151390076, -0.06755524128675461, 0.0402488112449646, -0.0383053757250309, -0.36724376678466797, 0.12376492470502853, -0.378699392080307, 0.15408670902252197, -0.19137299060821533, -0.10176780074834824, -0.3001358211040497, 0.30007877945899963, -0.22334997355937958, -0.3471217453479767, -0.2111361175775528, 0.37888652086257935, 0.19742093980312347, -0.1700008660554886, 0.25912684202194214, -0.24337796866893768, -0.024532712996006012, 0.1736990213394165, 0.022372877225279808, -0.44238555431365967, -0.13914704322814941, -0.4610527455806732, -0.31164270639419556, 0.1282823383808136, 0.3793877065181732, 0.008604461327195168, -0.33170202374458313, -0.16898204386234283, -0.3073175251483917, -0.07109659910202026, -0.2526422142982483, 0.2311093807220459, 0.1631583273410797, 0.06871071457862854, 0.04464953392744064, -0.045521095395088196, 0.2994529604911804, 0.12374936789274216, -0.301230251789093, 0.11026129871606827, 0.17695185542106628, -0.25363385677337646, -0.31373706459999084, -0.027596401050686836, 0.15146635472774506, -0.35343220829963684, -0.12035830318927765, 0.21366575360298157, 0.0725262388586998, -0.2826789319515228, -0.025570616126060486, 0.28405284881591797, -0.1709408164024353, 0.22117531299591064, -0.17216560244560242, 0.1682741641998291, 0.16152790188789368, -0.275285542011261, -0.2023206204175949, 0.012237795628607273, 0.1836957335472107, 0.14487777650356293, 0.035488661378622055, -0.15324360132217407, 0.22948692739009857, 0.29124364256858826, -0.19971032440662384, 0.27877482771873474, 0.014525000005960464, 0.12686322629451752, -0.06471743434667587, 0.095317542552948, 0.08534751087427139, 0.16634507477283478, 0.08331913501024246, 0.2164415866136551, 0.0042669144459068775, 0.28798016905784607, 0.03772488608956337, -0.3878602981567383, 0.08002844452857971, 0.15890051424503326, 0.3743197023868561, -0.12477082014083862, -0.10340961068868637, -0.2065555304288864, 0.1739760786294937, -0.4868059754371643, -0.3042900562286377, -0.1252627819776535, 0.15980274975299835, 1.0249762535095215, 0.12176298350095749, -0.005090479273349047, 0.06131165102124214, -0.46448153257369995, -0.034817468374967575, 0.10193639248609543, 0.19684746861457825, -0.19625352323055267, 0.11263791471719742, 0.034848786890506744, 0.1363016813993454, -0.11051317304372787, -0.1814040243625641, -0.28348416090011597, -0.04492652043700218, -0.36157092452049255, 0.09349554777145386, -0.05515986308455467, -0.12455864250659943, 0.13592098653316498, -0.299670934677124, 0.5382826924324036, 0.2569398581981659, -0.13966058194637299, 0.24477049708366394, -0.3723444938659668, -0.08659658581018448, 0.14621993899345398, -0.21968328952789307, 0.19357351958751678, 0.09784194082021713, -0.1708664745092392, 0.12270353734493256, -0.25588133931159973, -0.06983786076307297, -0.5628486275672913, -0.2862207591533661, 0.11596431583166122, -0.12035862356424332, -0.1390516459941864, 0.30358418822288513, 0.344255268573761, -0.05283232033252716, -0.30907589197158813, 0.2413284033536911, -0.040884748101234436, -0.020995143800973892, -0.028675924986600876, 0.2308727353811264, -0.13059653341770172, -0.14942175149917603, 0.03416379168629646, 0.02633610926568508, 0.19559000432491302, -0.010091803036630154, -0.0943286120891571, 0.3400287330150604, -0.1660766899585724, -0.22030840814113617, 0.25354674458503723, 0.14792683720588684, -0.02523057907819748, -0.0007213994394987822, 0.13440334796905518, -0.12994098663330078, -0.10711401700973511, 0.12755846977233887, 0.10895832628011703, -0.1978762149810791, 0.18877528607845306, 0.07779344916343689, -0.19466523826122284, -0.48955249786376953, 0.11877019703388214, 0.05205696448683739, -0.2753607928752899, -0.07503951340913773, 0.044939134269952774, 0.03804304823279381, 0.0684618204832077, 0.4699699878692627, 0.04517894610762596, 0.35581985116004944, -0.3080231249332428, 0.06421663612127304, -0.36160585284233093, 0.11154774576425552, 0.2231106460094452, 0.1081058457493782, 0.08758291602134705, 0.06400257349014282, 0.0463252067565918, -0.2563783824443817, -0.4541212022304535, -0.08069217205047607, -0.39693936705589294, -0.022429723292589188, 0.2094641625881195, -0.030788714066147804, 0.10443545877933502, 0.006597255822271109, 0.2585446834564209, 0.2452012598514557, -0.22756615281105042, -0.33685338497161865, 0.11884695291519165, 0.07359857857227325, 0.03564184904098511, 0.048378489911556244, -0.13970595598220825, 0.08658182621002197, -0.010515501722693443, 0.032082151621580124, -0.3181188106536865, -0.15831270813941956, 0.1538146287202835, -0.1899040937423706, 0.05604410171508789, 0.22996081411838531, -0.5043475031852722, -0.2887531816959381, 0.3067839741706848, -0.13900655508041382, -0.06077468395233154, 0.0949123352766037, -0.08585456013679504, -0.09935073554515839, 0.4078386425971985, 0.08153020590543747, 0.3999102711677551, 0.33258959650993347, 0.12357431650161743, 0.32270726561546326, -0.16844692826271057, 0.07374445348978043, 0.004834105260670185, -0.17506039142608643, -0.22711679339408875, -0.13254022598266602, 0.4702500104904175, 0.3657975494861603, -0.2939488887786865, 0.0993233323097229, -0.21168941259384155, -0.31311360001564026, 0.1937488168478012, 0.26613184809684753, -0.2712239623069763, 0.2034938782453537, 0.6859411001205444, 0.2992619276046753, 0.05984848737716675, 0.008211188949644566, -0.044679004698991776, -0.07505788654088974, -0.31423553824424744, 0.12979373335838318, 0.5237664580345154, 0.3849639594554901, 0.32507073879241943, -0.2814564108848572, -0.3132626712322235, 0.2897614538669586, -0.07739163190126419, 0.12440197169780731, 0.04795932024717331, -0.19376029074192047, 0.2524373233318329, 0.10677146911621094, 0.19778263568878174, 0.026312174275517464, -0.12719644606113434, 0.13282236456871033, -0.3222862780094147, -0.01433250680565834, -0.22979189455509186, -0.15758301317691803, -0.16015000641345978, 0.11202606558799744, -0.3397657573223114, -0.048725832253694534, -0.13473570346832275, -0.18713301420211792, 0.37425538897514343, 0.025530774146318436, 0.27687186002731323, -0.10134885460138321, -0.11342420428991318, -0.028347551822662354, -0.40271687507629395, 0.2821709215641022, 0.11950308829545975, -0.2672230005264282, -0.2065352201461792, -0.31001585721969604, -0.2636471390724182, -0.30679720640182495, 0.18096333742141724, -0.3541528582572937, -0.022060032933950424, -0.008608566597104073, -0.06686168909072876, -0.02986718900501728, -0.044478222727775574, -0.1746072918176651, -0.33137133717536926, 0.33506354689598083, 0.17052653431892395, 0.1191730722784996, 0.2719506025314331, -0.3661883771419525, -0.036160483956336975, 0.32521387934684753, 0.0025308076292276382, -0.020509302616119385, 0.20762422680854797, 0.39564311504364014, 0.03869783878326416, -0.15708963572978973, 0.13355125486850739, -0.22524189949035645, -0.01529702264815569, -0.23631472885608673, -0.117763452231884, -0.053988974541425705, 0.07411074638366699, 0.1456722915172577, 0.3431479036808014, -0.17537163197994232, -0.005503193475306034, -0.13845129311084747, -0.10830137878656387, -0.17203006148338318, -0.04627033323049545, 0.15721358358860016, -0.090537890791893, -0.07639130204916, -0.0613376684486866, 0.13553841412067413, -0.16528835892677307, 0.05725007504224777, 0.47817444801330566, -0.08399467915296555, 0.08624864369630814, -0.014306061901152134, 0.07103035598993301, 0.01348290964961052, -0.19670137763023376, -0.1681666374206543, 0.15749424695968628, -0.15715450048446655, 0.13354438543319702, -0.08156385272741318, 0.32882508635520935, 0.1069832369685173, -0.28908538818359375, -0.002867328003048897, -0.48463067412376404, 0.6122656464576721, -0.2490062266588211, -0.01633124239742756, -0.10179712623357773, 0.431405246257782, 0.17884953320026398, -0.06833250820636749, 0.279926061630249, -0.07395537197589874, 0.037005744874477386, -0.10730326175689697, -0.07598292082548141, -0.2735280692577362, -0.20580914616584778, 0.17463871836662292, 0.24783366918563843, -0.41605374217033386, 0.17262744903564453, -0.15346455574035645, -0.23624680936336517, -0.13236981630325317, 0.00628182478249073, 0.18464690446853638, 0.0664198100566864, -0.09527245163917542, -0.10742683708667755, 0.1709309220314026, 0.1671648770570755, -0.02762066014111042, -0.2733151912689209, -0.2514039874076843, 0.5795319080352783, -0.10868702828884125, -0.3484608232975006, 0.08439368009567261, -0.011931288056075573, 0.03750891610980034, 0.01213452685624361, -0.184540793299675, 0.12182894349098206, -0.2524093985557556, -0.05612648278474808, -0.13504725694656372, 0.25399869680404663, 0.15875229239463806, 0.1525181531906128, -0.2016116827726364, 0.10843445360660553 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#project-specific-data
Project Specific Data Adding project specific data to tracking items by extending the TrackingItemBuilder class. The extending class has to be defined as service and configured on the tracker configuration (see above).
Project Specific Data
[ -0.11444342881441116, 0.37613362073898315, -0.10574036091566086, 0.3296160101890564, 0.046660907566547394, -0.22674235701560974, 0.0653340145945549, 0.01295548491179943, -0.36650726199150085, 0.21349914371967316, 0.18657083809375763, 0.3832055628299713, -0.03147493675351143, 0.4736924171447754, 0.05913925543427467, -0.026075733825564384, -0.0336562916636467, 0.17833544313907623, -0.4665850102901459, 0.16265711188316345, -0.3184508979320526, 0.14283551275730133, 0.23416297137737274, -0.1211712434887886, -0.3423978090286255, 0.19159038364887238, -0.018426524475216866, -0.07227108627557755, -0.05239027738571167, -0.4374476969242096, 0.079678975045681, 0.03802667558193207, 0.007803599815815687, 0.2852453887462616, -0.00009993306593969464, 0.05398253723978996, 0.16041779518127441, -0.12329363822937012, -0.29864200949668884, 0.2549664080142975, -0.003765721572563052, -0.15216463804244995, 0.34893304109573364, -0.16931575536727905, -0.22919797897338867, -0.07019947469234467, 0.09845162183046341, -0.017325500026345253, 0.1630806028842926, 0.25174835324287415, 0.33031535148620605, 0.14846235513687134, -0.018740732222795486, -0.28786107897758484, 0.547344982624054, -0.2800263464450836, -0.12521687150001526, -0.11690451204776764, 0.5429461002349854, 0.4579307734966278, -0.03821248188614845, 0.30539751052856445, 0.16682729125022888, 0.18391211330890656, 0.28038525581359863, -0.014283563010394573, 0.2806885540485382, -0.16687394678592682, 0.23151130974292755, -0.0006830515339970589, 0.6641097664833069, 0.04778765141963959, 0.008204931393265724, -0.1273612529039383, 0.051733918488025665, -0.15318968892097473, 0.03680139780044556, -0.16391487419605255, -0.05643630027770996, 0.17030572891235352, 0.11321492493152618, -0.06334757804870605, -0.29260462522506714, -0.059502098709344864, -0.03582451492547989, 0.2632256746292114, -0.16103202104568481, 0.1217336431145668, -0.33902841806411743, -0.09010276198387146, 0.4315110743045807, 0.24463984370231628, -0.029457146301865578, 0.05170009657740593, 0.15019631385803223, -0.223558709025383, 0.00528948986902833, 0.08470506221055984, 0.10499190539121628, 0.1797042042016983, 0.30330556631088257, 0.34112459421157837, -0.01421161089092493, 0.11697153747081757, 0.27225378155708313, 0.15985620021820068, 0.0453353077173233, -0.1653897762298584, 0.18056973814964294, -0.14943218231201172, -0.1899077594280243, -0.10205905139446259, 0.020784974098205566, 0.19192038476467133, -0.12366273999214172, -0.006661157123744488, 0.13147799670696259, -0.07629887014627457, -0.03332002833485603, -0.07844407856464386, 0.0036374262999743223, 0.16057360172271729, 0.2632398307323456, 0.1082075834274292, 0.08116786181926727, -0.32589825987815857, -0.18287596106529236, 0.08224847167730331, 0.07444072514772415, 0.0371285043656826, -0.2174423187971115, -0.15228062868118286, 0.08375886082649231, -0.013821828179061413, 0.2968660295009613, 0.18255262076854706, 0.14898920059204102, -0.15037474036216736, -0.3126241862773895, -0.1785254180431366, 0.1307133287191391, -0.04893659055233002, 0.008758299052715302, -0.03489658236503601, -0.13923561573028564, -0.22819292545318604, -0.06047726050019264, -0.053784310817718506, -0.11626309901475906, 0.05615554004907608, -0.30230075120925903, -0.18223245441913605, -0.12627620995044708, 0.3226809799671173, -0.09723225235939026, -0.1743684709072113, 0.23740245401859283, 0.5006420612335205, -0.15737001597881317, -0.03342280164361, 0.05953138694167137, 0.24061283469200134, -0.485806405544281, -0.12179820239543915, 0.019894439727067947, 0.12204210460186005, -0.14208340644836426, -0.1335507184267044, -0.0992901474237442, -0.45532193779945374, -0.09737332910299301, -0.18516111373901367, -0.17148691415786743, 0.2527538537979126, 0.027983548119664192, -0.08425087481737137, 0.33158043026924133, 0.07819519191980362, -0.3109128177165985, -0.136236771941185, -0.4691219627857208, -0.24379026889801025, 0.10302337259054184, 0.3469347357749939, 0.20155204832553864, -0.0690685361623764, -0.28332194685935974, 0.1916222870349884, 0.02467162534594536, 0.08781222999095917, 0.12664152681827545, -0.11598233133554459, -0.06243796646595001, 0.18209001421928406, 0.21794728934764862, 0.21237465739250183, 0.2393762320280075, -0.03778190165758133, -0.043798573315143585, -0.046041250228881836, 0.281729131937027, 0.11185390502214432, 0.432510107755661, 0.07212015241384506, 0.021706370636820793, -0.19598139822483063, -0.2827313244342804, 0.030130375176668167, -0.5531644821166992, -0.19895800948143005, 0.04404154792428017, -0.2444060742855072, -0.10810305923223495, 0.07159320265054703, -0.025121936574578285, -0.011390089988708496, 0.40731337666511536, 0.06850051134824753, -0.030564727261662483, -0.28370901942253113, 0.19855894148349762, 0.08056194335222244, -0.09097594767808914, -0.004834281280636787, 0.35243043303489685, -0.031888291239738464, 0.04915788397192955, -0.25442251563072205, -0.021874044090509415, 0.26881539821624756, 0.3349491357803345, -0.15963570773601532, -0.027085620909929276, 0.045200083404779434, 0.19774040579795837, -0.19377925992012024, 0.7721703052520752, 0.4302918612957001, -0.14805682003498077, 0.043362125754356384, 0.005790121853351593, 0.33576831221580505, 0.06379134207963943, -0.14935646951198578, -0.36551567912101746, 0.13346774876117706, 0.05638442188501358, 0.16387097537517548, -0.11588943004608154, 0.012305411510169506, 0.3355503976345062, -0.20494598150253296, 0.056068435311317444, -0.16943246126174927, -0.2560107707977295, 0.34233054518699646, -0.060863837599754333, 0.09434399008750916, -0.2679252028465271, 0.2815477252006531, 0.27370938658714294, 0.33939647674560547, 0.19296033680438995, 0.1435891091823578, -0.39257001876831055, -0.07978565990924835, 0.08761706948280334, 0.40741413831710815, 0.24365036189556122, 0.23223133385181427, 0.45595771074295044, 0.0011095429072156549, 0.24056798219680786, -0.05672599747776985, 0.08160150796175003, 0.14745692908763885, -0.1269083321094513, 0.24083247780799866, 0.07867036014795303, -0.14133504033088684, -0.18290315568447113, 0.11065863817930222, 0.030259141698479652, 0.08746118098497391, -0.040687792003154755, -0.1638030856847763, -0.19876448810100555, -0.24593549966812134, -0.408451646566391, -0.15880364179611206, -0.0433354414999485, -0.31916046142578125, 0.402883917093277, 0.04680316150188446, -0.03397306799888611, 0.08538223803043365, 0.14218953251838684, 0.3899238109588623, -0.21020109951496124, -0.09811729192733765, -0.14133965969085693, -0.07661985605955124, -0.06272914260625839, 0.24262985587120056, 0.02320915088057518, 0.20332208275794983, 0.2962488830089569, -0.023109158501029015, 0.45370566844940186, -0.5316022038459778, -0.46138662099838257, 0.12268168479204178, 0.07322926074266434, 0.17324508726596832, 0.0255558043718338, -0.14306975901126862, -0.11020085960626602, 0.06723179668188095, 0.0071136076003313065, -0.26038146018981934, -0.052443232387304306, -0.28098124265670776, -0.2609032094478607, 0.14292822778224945, -0.28008437156677246, -0.06310131400823593, -0.20048531889915466, -0.2415599673986435, 0.41096261143684387, 0.3234897553920746, 0.22298650443553925, -0.2615275979042053, -0.13063092529773712, 0.45243605971336365, 0.11193887889385223, 0.021318990737199783, -0.32019445300102234, -0.033793527632951736, 0.1831243336200714, -0.3468981385231018, -0.11860091239213943, 0.21902623772621155, -0.09274090081453323, -0.004834997467696667, -0.039384469389915466, -0.11987067759037018, -0.3385326862335205, 0.15057028830051422, 0.17245067656040192, 0.1381985992193222, -0.23801454901695251, 0.38574928045272827, 0.0267940741032362, -0.2002289742231369, -0.22751879692077637, -0.25006017088890076, -0.0862322673201561, 0.002901736181229353, 0.013526719063520432, -0.05618664622306824, -0.26637327671051025, -0.12160880863666534, 0.7836147546768188, -0.18860550224781036, -0.11354589462280273, 0.36831721663475037, -0.05541318655014038, 0.3118817210197449, -0.13517975807189941, 0.1590217500925064, -0.1325518637895584, -0.03108890913426876, -0.12745848298072815, 0.2781068980693817, 0.05046607553958893, -0.20773671567440033, 0.049527235329151154, -0.13122397661209106, -0.29303228855133057, -0.1981702297925949, -0.002895595505833626, 0.5272248387336731, 0.09118754416704178, -0.18955405056476593, -0.015916679054498672, -0.24966341257095337, -0.07381980866193771, -0.009625107981264591, 0.23412595689296722, -0.34532973170280457, -0.011433123610913754, -0.07926657795906067, -0.36748796701431274, -0.202219158411026, 0.364921897649765, -0.26416832208633423, -0.3489556312561035, -0.2077765017747879, -0.08689401298761368, 0.08203332871198654, -0.09163866192102432, -0.01125464029610157, -0.1852165162563324, -0.19634060561656952, -0.12520180642604828, -0.06544230133295059, 0.22547313570976257, 0.11120276153087616, -0.016508085653185844, 0.2456962913274765, -0.054964132606983185, 0.15701903402805328, -0.169895201921463, -0.12605945765972137, 0.4304797351360321, -0.161891907453537, -0.2287849336862564, 0.05542847514152527, 0.32010334730148315, -0.265336275100708, -0.07909852266311646, 0.12388274073600769, 0.057311542332172394, -0.0003240257501602173, 0.43481701612472534, -0.3654169738292694, -0.07143823802471161, 0.23411332070827484, -0.18200117349624634, -0.07364881038665771, -0.06344353407621384, 0.34556323289871216, 0.006461731623858213, -0.035498183220624924, 0.2932290732860565, 0.4244524836540222, 0.35874101519584656, 0.03054860606789589, 0.03458300232887268, 0.07689179480075836, -0.3590208888053894, 0.311119943857193, 0.22269901633262634, 0.03034873493015766, 0.40235862135887146, -0.04421708360314369, -0.11611314117908478, 0.16799984872341156, 0.06627317517995834, 0.044482726603746414, -0.0352572426199913, 0.3625238537788391, -0.017156530171632767, 0.2553224265575409, -0.18386341631412506, -0.2884456217288971, 0.11443042010068893, -0.4037500023841858, -0.33509403467178345, 0.07105626165866852, 0.050163768231868744, 0.8335952162742615, 0.11511435359716415, -0.10049861669540405, -0.05801250785589218, -0.8711406588554382, -0.05883127078413963, 0.32472261786460876, -0.10969501733779907, -0.3362853229045868, -0.08632134646177292, -0.0112704336643219, -0.02035519666969776, -0.018847355619072914, 0.01309133693575859, -0.32803574204444885, 0.09988482296466827, -0.3943834900856018, 0.016895348206162453, -0.19073070585727692, 0.28666624426841736, 0.11108959466218948, -0.2092428356409073, 0.06703022867441177, 0.3347955346107483, -0.049868132919073105, -0.05716555938124657, -0.024763211607933044, -0.1744365245103836, -0.08475865423679352, -0.12978637218475342, -0.020172065123915672, -0.19411183893680573, -0.3121018707752228, -0.2607572078704834, 0.0320160835981369, -0.2955416440963745, -0.15779031813144684, -0.09316666424274445, -0.12957745790481567, -0.19382856786251068, -0.2715138792991638, 0.2871752977371216, -0.021291380748152733, 0.16088098287582397, -0.23678313195705414, -0.0395943820476532, 0.123196542263031, -0.19397856295108795, 0.15546424686908722, -0.05841010808944702, -0.11562711745500565, -0.2454051673412323, 0.17344322800636292, 0.10358946025371552, 0.45734983682632446, -0.1135205551981926, 0.22157341241836548, 0.20538252592086792, -0.2807307839393616, -0.31369462609291077, 0.3164104223251343, 0.1595521718263626, -0.04446995630860329, 0.09795910865068436, -0.03926115855574608, -0.12548284232616425, -0.0825687050819397, -0.06598437577486038, 0.2671605348587036, 0.35093167424201965, 0.23718595504760742, -0.2485043704509735, -0.09324124455451965, -0.33159247040748596, 0.18928174674510956, 0.29015910625457764, -0.15924201905727386, -0.07830311357975006, 0.1951482594013214, -0.17513085901737213, 0.11832737177610397, 0.49291297793388367, 0.09222333133220673, 0.38540855050086975, -0.5515408515930176, 0.06421924382448196, -0.4213290810585022, -0.12993349134922028, 0.12705987691879272, 0.37488681077957153, -0.5421851873397827, 0.008483905345201492, 0.2803374230861664, 0.04449750483036041, -0.4761247932910919, 0.08460667729377747, -0.24256907403469086, 0.26808804273605347, 0.04675433784723282, -0.03694381192326546, 0.21293170750141144, 0.31122830510139465, 0.098444864153862, -0.17771947383880615, -0.4153602719306946, -0.3194118142127991, -0.20717397332191467, 0.02896425500512123, 0.11613042652606964, 0.2022547423839569, -0.2087891846895218, 0.13715095818042755, -0.015706898644566536, -0.021527955308556557, 0.008689620532095432, -0.11579693108797073, -0.0009744986891746521, 0.027401719242334366, 0.5101853609085083, 0.1998005360364914, -0.19810502231121063, -0.03144073858857155, 0.2619618773460388, 0.22457049787044525, -0.16488097608089447, 0.0062344069592654705, -0.42634889483451843, 0.001431831857189536, 0.40396153926849365, 0.24849194288253784, 0.20608048141002655, -0.08132733404636383, 0.1175149604678154, 0.22867824137210846, -0.14488239586353302, 0.5191736817359924, -0.06371103227138519, 0.0394345186650753, -0.027507448568940163, -0.008080984465777874, 0.1662522703409195, 0.2975097596645355, -0.06255467236042023, -0.04304402321577072, 0.23059850931167603, -0.4031568765640259, 0.2390597015619278, 0.40891340374946594, 0.16042473912239075, 0.1356489211320877, 0.3197835385799408, -0.007363189477473497, 0.20916105806827545, -0.14130407571792603, -0.07200925052165985, -0.3569295108318329, -0.24500049650669098, -0.009327027015388012, 0.6002548933029175, 0.0412888340651989, 0.07769406586885452, 0.0016047987155616283, -0.057015351951122284, -0.054251447319984436, 0.049764811992645264, -0.23825520277023315, 0.21903342008590698, 0.20464640855789185, 0.16668570041656494, 0.22055988013744354, 0.08124008029699326, 0.06853555887937546, 0.048706214874982834, 0.511329174041748, -0.26489096879959106, 0.12942594289779663, -0.11834555119276047, 0.007083156146109104, -0.1301688253879547, 0.06564529240131378, -0.2148774117231369, -0.10761212557554245, 0.0013720921706408262, -0.14872294664382935, 0.22035065293312073, -0.12388584017753601, 0.21542151272296906, -0.3388069272041321, -0.12155083566904068, 0.12703005969524384, -0.04529266804456711, 0.050548672676086426, -0.15686944127082825, -0.2038268893957138, 0.15691503882408142, -0.3191976249217987, 0.18671905994415283, 0.318480908870697, 0.08117411285638809, -0.17791180312633514, -0.15306009352207184, 0.0020999410189688206, -0.04039308428764343, 0.07150791585445404, -0.10764537006616592, -0.23190927505493164, 0.10179893672466278, 0.06638495624065399, -0.15551267564296722, 0.35853737592697144, 0.18674498796463013, -0.30796563625335693, 0.2359285205602646, 0.0005333115113899112, 0.13160312175750732, -0.10904037207365036, 0.023723827674984932, 0.25716090202331543, -0.18586178123950958, -0.23237274587154388, -0.19505064189434052, -0.16482773423194885, -0.22721843421459198, -0.12729445099830627, -0.12535598874092102, 0.02137855440378189, -0.03027150221168995, 0.15671266615390778, -0.0797976553440094, 0.28735262155532837, -0.19085878133773804, 0.1669895052909851, -0.05774606764316559, -0.16800151765346527, -0.32951343059539795, 0.27701911330223083, 0.046149276196956635, 0.04891115799546242, 0.16637901961803436, 0.1389695107936859, -0.08180563151836395, 0.20317766070365906, 0.5703204274177551, -0.5148000717163086, 0.10673561692237854, -0.18967901170253754, -0.27668496966362, 0.20279629528522491, 0.1615724265575409, 0.034555062651634216, 0.334363728761673, -0.03163326904177666, 0.02095695771276951, -0.04937497153878212, 0.24031661450862885, 0.06998176127672195, -0.3656899631023407, -0.03339617699384689, -0.22243435680866241, 0.4903000593185425, -0.4213449954986572, 0.14134341478347778, -0.2475700080394745, 0.1656128615140915, 0.06794153898954391, -0.18835994601249695, -0.5084776878356934, -0.05656307935714722, -0.023979080840945244, 0.1480581909418106, 0.037062421441078186, 0.16754204034805298, -0.08248168230056763, 0.10491979867219925, -0.06351136416196823, 0.054808277636766434, 0.26866352558135986, 0.49666380882263184, -0.1838817000389099, 0.21820522844791412, 0.10945065319538116, -0.05037214607000351, 0.18884514272212982, -0.14666368067264557, -0.2912275195121765, -0.13033612072467804, 0.30678731203079224, 0.06811287999153137, -0.23520195484161377, -0.17507070302963257, 0.2580730617046356, -0.12609604001045227, -0.11907267570495605, -0.1915234923362732, -0.0476064458489418, 0.3934324383735657, -0.004776693880558014, -0.15272796154022217, 0.14816150069236755, -0.2855985164642334, -0.1139196828007698, -0.08793731033802032, -0.044344477355480194, 0.15529696643352509, 0.23748774826526642, -0.249878391623497, -0.19666579365730286 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#example-for-additional-data-in-product-impressions
Example for Additional Data in Product Impressions Define a custom item builder: <?php use Pimcore\Bundle\EcommerceFrameworkBundle\Model\ProductInterface; use Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\ProductImpressionInterface; class TrackingItemBuilder extends \Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder { private static int $impressionPosition = 0; public function buildProductImpressionItem(ProductInterface $product): ProductImpression { $item = parent::buildProductImpressionItem($product); $item->setId($product->getOSProductNumber()); $item->setList($this->getImpressionListName()); self::$impressionPosition++; $item->setPosition(self::$impressionPosition); return $item; } } And define it as service: services: App\Ecommerce\Tracking\TrackingItemBuilder: ~
Example for Additional Data in Product Impressions
[ -0.316653847694397, -0.0814569965004921, -0.24623990058898926, 0.23976007103919983, -0.0484892912209034, -0.18235015869140625, 0.3936654329299927, 0.07212933897972107, -0.27422159910202026, 0.10785611718893051, 0.002935646800324321, 0.238129660487175, 0.06943318247795105, 0.42407333850860596, 0.060609713196754456, 0.09184009581804276, -0.0751442015171051, 0.37779954075813293, -0.47126561403274536, 0.17979314923286438, -0.18645061552524567, 0.08587478846311569, 0.23111960291862488, -0.07393725961446762, -0.10366588830947876, -0.07879757881164551, -0.2188841849565506, -0.17507770657539368, 0.007012463174760342, -0.4367680251598358, -0.2723432779312134, 0.25727424025535583, -0.06441452354192734, 0.1382317841053009, -0.00010209697211394086, 0.04886193573474884, 0.07166178524494171, -0.1401391327381134, -0.46679651737213135, 0.08963800966739655, -0.055567823350429535, -0.1494733840227127, 0.00392991304397583, -0.2263420671224594, -0.05788372457027435, -0.09032396972179413, -0.23067064583301544, 0.27247849106788635, 0.13878175616264343, 0.3392467498779297, 0.3135277330875397, -0.0958268791437149, -0.17251677811145782, -0.11071206629276276, 0.3818399906158447, 0.3786971867084503, -0.008778041228652, -0.31835320591926575, 0.11231119185686111, 0.5195464491844177, 0.04713088646531105, 0.3389337956905365, -0.11806502193212509, -0.012423920445144176, 0.05040672421455383, 0.15527218580245972, 0.8602811694145203, 0.08128712326288223, 0.2492935210466385, 0.09081368148326874, 0.2638869285583496, 0.09513195604085922, -0.2819218039512634, -0.29003018140792847, 0.13007134199142456, -0.27317342162132263, -0.16884580254554749, -0.09419487416744232, 0.1445065438747406, 0.12157449126243591, -0.10898955911397934, 0.1319718062877655, -0.08433464169502258, -0.016219066455960274, 0.08748072385787964, 0.12469224631786346, -0.19733579456806183, -0.1137738823890686, 0.007221439387649298, -0.44772791862487793, 0.09957721829414368, 0.1017606258392334, -0.1777939796447754, -0.04477425664663315, 0.20016328990459442, -0.25232428312301636, 0.08571566641330719, -0.05800287798047066, 0.0503203459084034, 0.03496231138706207, 0.15528574585914612, 0.2957097887992859, 0.19953839480876923, 0.12277308106422424, 0.060141436755657196, 0.02190815843641758, -0.08360592275857925, -0.16081154346466064, -0.07949934154748917, 0.14085298776626587, -0.056012000888586044, -0.07873500883579254, 0.00979599729180336, 0.21476851403713226, -0.04274002090096474, 0.012971509248018265, -0.43304017186164856, 0.02739909663796425, -0.23761992156505585, -0.08522848784923553, -0.12943170964717865, 0.07766413688659668, 0.2966945767402649, 0.41156241297721863, 0.015043359249830246, 0.12358652800321579, -0.05936231091618538, -0.022305862978100777, 0.03514164313673973, -0.02631262317299843, -0.0882006585597992, 0.0635715126991272, -0.10728751868009567, 0.160307377576828, 0.4446214735507965, 0.23651421070098877, 0.40940678119659424, -0.17852410674095154, 0.19172708690166473, -0.15701228380203247, 0.2313818484544754, -0.082973413169384, 0.22961284220218658, -0.061111968010663986, -0.041748639196157455, -0.2394462674856186, -0.1544577181339264, 0.35796919465065, -0.2669360339641571, -0.07872465997934341, -0.26012730598449707, -0.2568250298500061, -0.016130490228533745, 0.33357977867126465, -0.10022440552711487, -0.10905446857213974, 0.38725745677948, 0.15500622987747192, -0.012277553789317608, -0.11924181133508682, -0.0048157828859984875, 0.004803558811545372, -0.3670606017112732, -0.1556764394044876, -0.04117574542760849, 0.06904012709856033, -0.10836917906999588, -0.1800566017627716, -0.5153442025184631, -0.22968804836273193, -0.08573971688747406, -0.3773728609085083, -0.18665090203285217, 0.3844975531101227, -0.1334666609764099, -0.025043612346053123, 0.14113681018352509, -0.07140213996171951, -0.1426028162240982, -0.17608065903186798, -0.252906858921051, -0.030581312254071236, 0.35127440094947815, 0.13137471675872803, 0.4277423620223999, -0.09286253154277802, -0.26213088631629944, 0.0505826435983181, 0.1368872970342636, 0.20901237428188324, 0.030859127640724182, -0.21292045712471008, 0.08743734657764435, 0.2297237664461136, -0.14461123943328857, -0.010168802924454212, 0.004029293078929186, 0.2829080820083618, -0.0696854218840599, -0.16992497444152832, 0.21019279956817627, 0.09580758959054947, 0.28415775299072266, 0.20419390499591827, 0.1972627341747284, -0.11946553736925125, 0.10854168236255646, -0.14086364209651947, -0.6798465251922607, 0.037397172302007675, -0.08456400036811829, -0.1703505516052246, -0.10657110810279846, 0.09351500123739243, 0.11689194291830063, -0.34008312225341797, 0.4198325574398041, 0.24645957350730896, -0.11855670809745789, -0.5500761270523071, 0.2896009683609009, 0.14973358809947968, 0.17274752259254456, -0.11956939101219177, 0.5843732357025146, -0.14488545060157776, 0.011603597551584244, -0.24106398224830627, 0.04740731790661812, 0.30987536907196045, 0.24619092047214508, -0.1330340951681137, 0.11688510328531265, 0.1978779435157776, 0.06995418667793274, 0.1758590042591095, 0.3096698224544525, 0.23980173468589783, 0.08873235434293747, -0.07669494301080704, 0.097971610724926, 0.09037010371685028, 0.10059547424316406, -0.08419543504714966, -0.16867846250534058, 0.48079124093055725, 0.12925131618976593, 0.153967946767807, -0.09602787345647812, -0.05519689992070198, 0.16628314554691315, -0.04683975502848625, 0.10756093263626099, -0.4628318250179291, 0.026655619964003563, 0.31708571314811707, 0.19698557257652283, -0.09587515890598297, 0.05607755482196808, 0.474656343460083, 0.033961061388254166, 0.16539515554904938, 0.26415613293647766, 0.05263642594218254, -0.1894739866256714, -0.17671090364456177, 0.16366925835609436, -0.2486557960510254, 0.29209816455841064, 0.48076048493385315, 0.10371637344360352, -0.1815926432609558, 0.1067887395620346, 0.03549322485923767, 0.23303993046283722, 0.09767855703830719, -0.07505811005830765, 0.09253808110952377, 0.17938387393951416, -0.1405567079782486, -0.06353092938661575, -0.18859462440013885, 0.08479014784097672, -0.0634140744805336, 0.022494256496429443, -0.2054959088563919, -0.07268950343132019, 0.11470010876655579, -0.11261498928070068, -0.10166315734386444, 0.08267586678266525, -0.15651588141918182, 0.30006393790245056, 0.04892682656645775, -0.27635467052459717, 0.03699985519051552, -0.0068731047213077545, 0.4020504057407379, -0.1523301750421524, -0.05373680964112282, -0.07857971638441086, -0.006203354801982641, -0.07018882036209106, 0.2023373544216156, -0.22433407604694366, 0.4242750108242035, 0.19302600622177124, 0.13195139169692993, 0.28868019580841064, -0.21365097165107727, -0.17148450016975403, 0.16777607798576355, 0.29866668581962585, 0.03900591656565666, 0.17928414046764374, -0.16742514073848724, 0.12879109382629395, 0.04832133650779724, 0.11029178649187088, -0.12449640780687332, -0.16136310994625092, -0.19103269279003143, -0.13733473420143127, 0.06144462525844574, -0.2853839099407196, 0.07522372156381607, -0.11699505150318146, -0.16476373374462128, -0.06079424172639847, 0.3113328516483307, 0.2645890712738037, -0.3467673361301422, -0.00885336846113205, 0.40505775809288025, -0.046877507120370865, 0.3381945788860321, -0.3675609230995178, -0.022843455895781517, 0.06263008713722229, -0.3924170434474945, 0.11051090061664581, -0.0948491021990776, -0.19984346628189087, 0.12768054008483887, 0.100945845246315, -0.037612173706293106, -0.21555617451667786, 0.30129334330558777, 0.25634750723838806, -0.02353496104478836, -0.2267238199710846, 0.5646159648895264, 0.2735014855861664, -0.3383304476737976, -0.3232884109020233, -0.09399678558111191, -0.07219292223453522, 0.000764463737141341, 0.16228827834129333, -0.31551164388656616, -0.2136230170726776, -0.010941059328615665, 0.6341257095336914, -0.07521925866603851, -0.3178059458732605, 0.15571853518486023, -0.148372083902359, -0.0240464024245739, 0.06520964950323105, -0.04182291030883789, -0.14047642052173615, -0.007722219452261925, 0.08687926083803177, 0.32352641224861145, -0.058524202555418015, -0.23930656909942627, -0.03787194937467575, 0.33605632185935974, -0.7163258194923401, -0.18135966360569, 0.018019480630755424, 0.4897746443748474, 0.32207685708999634, -0.27797800302505493, 0.05712466314435005, -0.4127553105354309, 0.0023463477846235037, 0.1715121865272522, -0.15049490332603455, -0.2135462462902069, -0.0902961865067482, -0.07325426489114761, -0.5018019080162048, 0.016486892476677895, 0.13259227573871613, 0.13678239285945892, -0.24998003244400024, -0.027974501252174377, -0.00402982858940959, 0.010701481252908707, -0.2469412237405777, 0.435632586479187, -0.24609415233135223, -0.06429465115070343, 0.049270566552877426, -0.15641659498214722, 0.09161193668842316, 0.16953977942466736, -0.33247867226600647, -0.08763539791107178, 0.21271046996116638, 0.292133629322052, -0.3126739263534546, -0.009365283884108067, 0.30261728167533875, -0.038873545825481415, -0.11923444271087646, -0.03824740648269653, 0.18895554542541504, -0.037256497889757156, -0.03910736367106438, 0.045436929911375046, -0.40115591883659363, 0.37942418456077576, 0.18772107362747192, -0.08532094955444336, -0.0910675898194313, 0.008288261480629444, -0.007076582871377468, 0.07050243020057678, 0.08485711365938187, 0.16102643311023712, 0.05298474058508873, 0.03712362423539162, 0.2602716088294983, 0.23133200407028198, 0.26992082595825195, 0.10505848377943039, 0.08831290900707245, 0.01482572965323925, -0.23614463210105896, 0.08145099133253098, 0.2541646659374237, 0.22659039497375488, 0.1645292490720749, -0.1257113814353943, 0.07262969017028809, 0.06717955321073532, 0.2177926003932953, -0.00514558982104063, 0.06691630929708481, 0.32100123167037964, 0.10795307159423828, 0.2729761600494385, -0.20092979073524475, -0.12993007898330688, -0.3563652038574219, -0.2812434732913971, -0.3385821282863617, 0.2966355085372925, 0.4743126630783081, 0.9193124771118164, 0.39183151721954346, 0.11386384814977646, 0.02761729620397091, -0.4069177806377411, -0.08758430927991867, 0.058861132711172104, 0.004868498537689447, -0.10384896397590637, 0.36532893776893616, 0.10990990698337555, 0.01863364316523075, 0.05702856183052063, 0.11159544438123703, -0.3974626362323761, -0.2140330821275711, -0.2107669711112976, -0.0011782977962866426, -0.17537537217140198, 0.0745905265212059, 0.048333872109651566, -0.5766313076019287, 0.5061922669410706, 0.3157891631126404, 0.18612593412399292, -0.18082347512245178, -0.10828890651464462, -0.002170396037399769, -0.21273523569107056, 0.10967671871185303, -0.08758552372455597, -0.1706843227148056, -0.20615459978580475, -0.12662841379642487, -0.14784899353981018, -0.03615496680140495, -0.25591742992401123, -0.35999464988708496, -0.05826542153954506, -0.020638972520828247, -0.18062949180603027, 0.02356669306755066, -0.09954962134361267, 0.005508454516530037, -0.18317246437072754, -0.037539344280958176, 0.15690432488918304, -0.11668027192354202, -0.2185211181640625, 0.10208459943532944, 0.036059241741895676, 0.13224957883358002, -0.09196268767118454, -0.07197611778974533, 0.06397354602813721, -0.20285816490650177, 0.01043270155787468, 0.32536983489990234, -0.3170909285545349, -0.17738962173461914, 0.2567928731441498, 0.17130020260810852, -0.36344999074935913, 0.14356876909732819, -0.169967383146286, 0.02232709899544716, -0.22836630046367645, -0.005879739299416542, 0.28417345881462097, 0.025736527517437935, 0.20099642872810364, -0.29162317514419556, -0.20738625526428223, -0.46805447340011597, 0.13352063298225403, -0.28128936886787415, -0.05006656050682068, -0.12162702530622482, 0.20317772030830383, -0.5419332981109619, 0.04359225556254387, 0.15933763980865479, 0.07503332942724228, 0.4418472945690155, -0.3540485203266144, -0.10836465656757355, -0.1820477545261383, 0.0036957913544028997, 0.1796804666519165, 0.24608129262924194, -0.40332603454589844, 0.17105628550052643, -0.012251194566488266, 0.03864603489637375, -0.49450400471687317, -0.03832901269197464, -0.21069854497909546, 0.16337886452674866, -0.13431477546691895, -0.18355992436408997, 0.12051510810852051, 0.3535671532154083, 0.2388906329870224, 0.30088815093040466, -0.25670695304870605, -0.3275463879108429, -0.16766560077667236, 0.037945687770843506, 0.09620066732168198, 0.14841918647289276, -0.06383956223726273, 0.35020485520362854, -0.004187889397144318, -0.07594508677721024, -0.10266575962305069, -0.215397447347641, 0.017933541908860207, -0.0727773979306221, 0.08771811425685883, 0.16360920667648315, -0.031136134639382362, 0.04365655407309532, 0.33094292879104614, 0.2060246467590332, 0.016817878931760788, 0.34004995226860046, -0.3237835764884949, -0.0435461699962616, 0.3886604309082031, 0.2353428602218628, 0.2298755794763565, -0.12952348589897156, 0.2160155028104782, 0.19806747138500214, -0.13906657695770264, 0.3293224275112152, 0.13453665375709534, 0.051022130995988846, 0.06830871850252151, -0.04439675435423851, 0.3284422755241394, 0.3847317099571228, -0.2593427896499634, 0.030698465183377266, -0.06648686528205872, -0.30266863107681274, 0.32035449147224426, 0.3971884846687317, -0.005320379510521889, 0.1840343475341797, 0.4645020365715027, 0.01051122322678566, 0.009480209089815617, -0.23302827775478363, -0.14166730642318726, -0.17260800302028656, -0.14859388768672943, 0.12325113266706467, 0.5835932493209839, 0.21333202719688416, 0.347288578748703, 0.15655188262462616, -0.13195905089378357, 0.46391353011131287, -0.02119351737201214, -0.11728108674287796, 0.13636437058448792, 0.3028680086135864, 0.31498807668685913, 0.4194524586200714, 0.2557700574398041, 0.44728007912635803, -0.09017621725797653, 0.49535876512527466, -0.2876518964767456, -0.029995014891028404, -0.22713062167167664, 0.024979909881949425, -0.1704312115907669, -0.10339267551898956, -0.33822715282440186, -0.03198123723268509, -0.28695276379585266, -0.20745038986206055, 0.35084715485572815, -0.19238975644111633, 0.038860127329826355, -0.15437838435173035, -0.0643327608704567, -0.17349041998386383, -0.5236295461654663, 0.22934995591640472, -0.022487396374344826, -0.2794142961502075, -0.3494736850261688, 0.025557056069374084, 0.03432655707001686, 0.13940921425819397, 0.32310521602630615, -0.13043001294136047, -0.10625895857810974, -0.0864914134144783, -0.06308124959468842, -0.20561575889587402, -0.09104843437671661, -0.36232683062553406, -0.30570659041404724, 0.17469067871570587, -0.09176713228225708, 0.272840678691864, 0.24082794785499573, -0.4510630965232849, 0.052801065146923065, 0.2833652198314667, 0.06840363144874573, -0.09386403858661652, -0.08842121064662933, 0.260410875082016, -0.22226183116436005, -0.1041909009218216, -0.22851265966892242, -0.2306518852710724, -0.05744412541389465, -0.041139230132102966, -0.28992095589637756, 0.01309435535222292, 0.15528303384780884, 0.16120347380638123, -0.06760602444410324, 0.2510978877544403, 0.034809622913599014, 0.027145806699991226, -0.03253581002354622, 0.08126538246870041, -0.0790540874004364, 0.0735897496342659, -0.08387790620326996, -0.0601121261715889, 0.11054563522338867, 0.1889408975839615, -0.12806282937526703, 0.35648345947265625, 0.37881311774253845, -0.21243926882743835, 0.16558416187763214, 0.1182478815317154, -0.2473008632659912, 0.20062044262886047, -0.0366559773683548, 0.1275227814912796, 0.27273258566856384, -0.26297831535339355, -0.07924290001392365, -0.000536966254003346, 0.3274403214454651, -0.0880446806550026, -0.28650960326194763, -0.09028367698192596, -0.026394575834274292, 0.5127439498901367, -0.19546015560626984, -0.11241665482521057, -0.32904496788978577, 0.1766563206911087, 0.06614961475133896, -0.08512283116579056, -0.09751404076814651, -0.26429712772369385, 0.20133677124977112, 0.0327308289706707, 0.0736941322684288, -0.004419540986418724, 0.023963047191500664, 0.012293144129216671, 0.2993527352809906, -0.3689887821674347, 0.029174739494919777, 0.37595391273498535, -0.14210821688175201, -0.06067158654332161, -0.31398677825927734, 0.11878611892461777, 0.17314785718917847, -0.15975421667099, -0.1565990149974823, 0.008490914478898048, 0.11950588971376419, -0.28125622868537903, -0.1557590216398239, -0.040810611099004745, 0.5123425126075745, -0.41221117973327637, 0.01676584966480732, -0.30205026268959045, -0.055523134768009186, 0.22550736367702484, 0.24637249112129211, -0.06698144972324371, 0.06062699109315872, -0.007146269083023071, -0.23318979144096375, -0.24809736013412476, 0.19015295803546906, 0.18552283942699432, 0.15211482346057892, -0.17871537804603577, -0.13640882074832916 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Tracking_Manager#external-links
External Links Google Documentation Enhanced E-Commerce
External Links
[ 0.16907000541687012, -0.3360733389854431, -0.25657960772514343, 0.02002868615090847, 0.0047448561526834965, -0.008912969380617142, 0.39231419563293457, -0.2770349085330963, 0.10127489268779755, 0.03023262321949005, -0.22473399341106415, 0.22782333195209503, 0.20629377663135529, 0.1298779398202896, 0.3297273814678192, 0.15907306969165802, 0.04052678868174553, 0.10979913175106049, 0.21563899517059326, -0.2194078415632248, -0.23328448832035065, 0.19250471889972687, -0.10687771439552307, 0.16203652322292328, 0.2936830520629883, -0.017303531989455223, 0.06341743469238281, -0.26435890793800354, -0.03881409764289856, -0.14851224422454834, -0.39501142501831055, 0.09532853960990906, -0.18332459032535553, -0.38172751665115356, -0.00010630717588355765, -0.0832325741648674, 0.027343662455677986, -0.14327436685562134, -0.5452325344085693, 0.2137402892112732, -0.4722036123275757, 0.29846635460853577, 0.15164615213871002, -0.03503459692001343, -0.02634853683412075, -0.3781822919845581, 0.20624889433383942, 0.31365010142326355, -0.1844077855348587, 0.24218852818012238, 0.22762636840343475, -0.47004830837249756, 0.1984727531671524, -0.24793370068073273, 0.35602831840515137, -0.04519195854663849, 0.22291511297225952, 0.13281452655792236, 0.361655592918396, 0.13369062542915344, 0.0379621759057045, 0.05163775756955147, 0.24496731162071228, 0.015127703547477722, 0.17624150216579437, -0.14823338389396667, 0.14617867767810822, -0.011138459667563438, 0.26614388823509216, 0.1194954439997673, 0.7678993344306946, 0.02422826550900936, -0.08215729147195816, 0.06067657470703125, 0.1334875226020813, 0.1294669210910797, 0.1406896859407425, 0.421224445104599, 0.08329763263463974, 0.1437547504901886, -0.055023692548274994, -0.4804415702819824, -0.32198435068130493, 0.26935625076293945, -0.04607719928026199, 0.3524649441242218, 0.0005072578205727041, -0.20687173306941986, 0.23396705090999603, 0.07092861831188202, 0.021629126742482185, 0.1902821809053421, -0.22585153579711914, 0.08880206197500229, 0.4403311014175415, -0.21211712062358856, 0.5154950618743896, 0.3033672571182251, -0.06752778589725494, 0.18089953064918518, -0.0748809352517128, 0.1957707554101944, 0.042215947061777115, 0.17919498682022095, 0.05203498527407646, -0.15678833425045013, -0.0976700559258461, 0.22009506821632385, 0.46822261810302734, 0.3780667185783386, 0.1322634071111679, -0.028420500457286835, -0.17172762751579285, -0.05617031082510948, -0.4900365173816681, -0.24513669312000275, -0.4433623254299164, -0.19070181250572205, -0.1946135312318802, 0.21096955239772797, -0.01863711141049862, 0.2795141339302063, -0.26741257309913635, -0.11280730366706848, -0.14243368804454803, -0.38566645979881287, -0.016471628099679947, -0.1996823102235794, 0.16865254938602448, -0.14036965370178223, -0.131498321890831, 0.2581961452960968, -0.09703455120325089, 0.23140494525432587, -0.14106780290603638, 0.5053003430366516, 0.33922600746154785, -0.07060355693101883, -0.022543074563145638, -0.13405798375606537, -0.024040324613451958, 0.07186536490917206, -0.2997688353061676, 0.15248753130435944, -0.027516301721334457, -0.23652376234531403, -0.09040575474500656, 0.15934880077838898, -0.09772628545761108, -0.08332589268684387, -0.2560195028781891, -0.32625192403793335, -0.02317243069410324, 0.283151239156723, 0.08558589965105057, -0.11623707413673401, 0.3570355772972107, 0.18021389842033386, -0.41966021060943604, -0.32037726044654846, 0.05532276630401611, 0.25516292452812195, -0.1682608425617218, 0.07766886800527573, -0.19988831877708435, -0.05771685391664505, -0.0642911046743393, -0.19246888160705566, -0.11671725660562515, -0.03875736892223358, -0.29695531725883484, 0.19641295075416565, -0.32930636405944824, 0.14821945130825043, -0.22131428122520447, -0.20893199741840363, 0.12423146516084671, -0.3814886510372162, 0.11644791066646576, 0.16061818599700928, -0.0456598624587059, -0.23249419033527374, -0.00978417694568634, -0.12636414170265198, 0.27367210388183594, -0.12332017719745636, 0.18137983977794647, 0.17015989124774933, 0.024262836202979088, 0.22527143359184265, -0.250888854265213, -0.2458857297897339, -0.12735281884670258, 0.05329623445868492, 0.0742165595293045, 0.0949685201048851, 0.31343457102775574, -0.1644350290298462, -0.04691338166594505, -0.20005878806114197, -0.20732907950878143, 0.4382794201374054, 0.44669944047927856, 0.33966100215911865, 0.14488595724105835, 0.16945305466651917, -0.24182096123695374, -0.3873389661312103, -0.6229909658432007, 0.4578375816345215, -0.1449306756258011, -0.30733397603034973, -0.22318945825099945, -0.1562899351119995, 0.2523978650569916, -0.5014752745628357, 0.25398871302604675, -0.033607348799705505, -0.009858314879238605, 0.32566916942596436, 0.21427501738071442, -0.20914959907531738, 0.08853045105934143, 0.043923504650592804, 0.37718790769577026, -0.08739485591650009, 0.042728446424007416, 0.2688509225845337, 0.269669771194458, 0.003588942112401128, 0.11038469523191452, 0.11700396239757538, 0.04244542494416237, -0.02604714408516884, -0.052245981991291046, 0.44230759143829346, 0.44721826910972595, 0.43992879986763, 0.34928739070892334, -0.5302132368087769, -0.042465467005968094, 0.29441404342651367, 0.05447227880358696, 0.14876385033130646, -0.446651428937912, 0.09446415305137634, 0.34247350692749023, 0.129972442984581, 0.20220720767974854, -0.028470098972320557, -0.32998502254486084, 0.05299337953329086, -0.16467517614364624, -0.05807984992861748, -0.10301990807056427, 0.5038178563117981, 0.12047175318002701, -0.0303769763559103, -0.19581326842308044, 0.5942100882530212, 0.10554354637861252, 0.23074756562709808, 0.29831773042678833, 0.18130488693714142, -0.26659828424453735, -0.47825953364372253, 0.16021728515625, -0.0016799491131678224, -0.26035159826278687, 0.25543686747550964, 0.3434706926345825, 0.10006514936685562, -0.23718342185020447, -0.28166186809539795, 0.3420206904411316, -0.11233213543891907, 0.05100536346435547, 0.010724795050919056, -0.07190778851509094, -0.22504182159900665, 0.06963318586349487, -0.0329178124666214, 0.05906369537115097, 0.019663389772176743, -0.11998634040355682, 0.01009588222950697, -0.032562147825956345, -0.2736617922782898, -0.05229520797729492, -0.11130277812480927, -0.0508759506046772, -0.19300687313079834, 0.26785343885421753, 0.32373136281967163, -0.5427605509757996, -0.041934896260499954, 0.38167375326156616, 0.3229524493217468, -0.23894575238227844, -0.02855871059000492, 0.05260372534394264, -0.4731625020503998, -0.26176202297210693, 0.18227076530456543, 0.10976842790842056, 0.061965782195329666, -0.009529556147754192, 0.1767643541097641, 0.03721724450588226, -0.4539477527141571, -0.4003358781337738, 0.024030068889260292, 0.10296916961669922, -0.1375829130411148, 0.02652597613632679, -0.2407088726758957, -0.03473024442791939, 0.11351262778043747, -0.06965241581201553, -0.028147613629698753, 0.18778854608535767, -0.24843576550483704, 0.07476193457841873, 0.21798448264598846, -0.09974744915962219, -0.5622013807296753, 0.3070966601371765, -0.18681158125400543, 0.05533846840262413, -0.14262790977954865, 0.12040475755929947, 0.08822537958621979, -0.010787086561322212, 0.016647519543766975, 0.598842203617096, 0.21772293746471405, -0.013158801943063736, 0.01669357158243656, 0.347506582736969, -0.44116929173469543, -0.13215428590774536, -0.13692252337932587, -0.009826182387769222, -0.009855878539383411, 0.23614981770515442, -0.11526518315076828, -0.08094540238380432, 0.18932530283927917, -0.3625101149082184, 0.15731407701969147, 0.04861847683787346, 0.24984553456306458, -0.058891285210847855, -0.34995532035827637, -0.10947612673044205, 0.003712867386639118, 0.15582305192947388, -0.1888914257287979, -0.09146043658256531, -0.32242539525032043, -0.3509027063846588, -0.08963702619075775, 0.14715123176574707, -0.5406046509742737, 0.24125143885612488, -0.13908751308918, -0.0546744205057621, 0.09113369882106781, 0.20939874649047852, 0.3596268892288208, -0.09742420166730881, 0.09287497401237488, -0.061316732317209244, 0.3541639745235443, 0.16220740973949432, -0.43506306409835815, -0.15694265067577362, 0.2260068953037262, -0.34085750579833984, -0.19771233201026917, -0.3095356822013855, 0.06469433754682541, 0.33245939016342163, 0.23378869891166687, -0.2585565149784088, -0.008262055926024914, 0.07690849900245667, 0.05346672609448433, -0.010746894404292107, 0.1870894730091095, -0.02503339573740959, 0.09535273164510727, 0.023285748437047005, 0.37879592180252075, -0.08748320490121841, 0.10430576652288437, -0.1108255386352539, -0.16959458589553833, -0.1919170320034027, 0.26938769221305847, -0.19918611645698547, 0.004128693602979183, -0.3923324942588806, -0.054052941501140594, 0.06951045244932175, 0.07439649850130081, 0.20676179230213165, -0.04319606348872185, -0.03801023215055466, -0.1994449645280838, 0.3105867803096771, -0.24589602649211884, -0.19218698143959045, 0.12157026678323746, 0.27755650877952576, -0.23585422337055206, -0.04308499023318291, 0.4370570182800293, -0.00047792246914468706, -0.15983746945858002, 0.02133716456592083, 0.054164912551641464, -0.2611134946346283, 0.2624281644821167, -0.003300194861367345, 0.153059184551239, 0.23708656430244446, -0.061300475150346756, -0.02372163161635399, -0.10864532738924026, -0.08940378576517105, 0.06379037350416183, -0.33591756224632263, -0.08209149539470673, 0.14624440670013428, 0.310686320066452, 0.219417542219162, 0.33589625358581543, 0.033099062740802765, 0.11561579257249832, -0.1682046502828598, -0.11788957566022873, 0.2729208171367645, 0.40081533789634705, 0.08883350342512131, -0.3648320138454437, 0.16180405020713806, 0.2993592917919159, -0.08757948875427246, -0.2690788805484772, -0.10996761173009872, 0.09410014748573303, 0.011652513407170773, 0.17553475499153137, -0.17011140286922455, -0.2889212667942047, 0.38745298981666565, 0.4806537330150604, -0.31756874918937683, -0.318193644285202, 0.30713707208633423, 0.7744491696357727, 0.3892517685890198, 0.04687442630529404, 0.08811050653457642, -0.7561909556388855, 0.20254822075366974, -0.5359940528869629, 0.16461557149887085, -0.2529778480529785, 0.2475273758172989, -0.17576971650123596, 0.08115953952074051, 0.0877794474363327, -0.005102945491671562, 0.05271635949611664, 0.05549020692706108, 0.35904014110565186, 0.018413424491882324, 0.3825173079967499, 0.18579618632793427, 0.09216372668743134, 0.0030231790151447058, 0.5380163788795471, 0.21495670080184937, 0.2915785014629364, 0.13580624759197235, -0.23075126111507416, -0.1374940276145935, -0.028012141585350037, 0.0012452967930585146, -0.1903672069311142, 0.17049646377563477, 0.03658128157258034, 0.2610335648059845, -0.24208933115005493, -0.29258641600608826, 0.18359006941318512, -0.1193016842007637, 0.1725405901670456, -0.020436184480786324, -0.3833436071872711, 0.0227072611451149, -0.22959227859973907, -0.2520222067832947, -0.27333247661590576, -0.0413566529750824, 0.26909101009368896, -0.06093175709247589, -0.23877936601638794, 0.3713831901550293, 0.0775725245475769, -0.1938886195421219, -0.2678389251232147, -0.2019301950931549, -0.4471375346183777, 0.21463598310947418, 0.05731568858027458, 0.32584238052368164, -0.31749749183654785, -0.19992516934871674, 0.20093311369419098, -0.04129590839147568, -0.05983785167336464, -0.022453002631664276, 0.19142891466617584, -0.05094590410590172, -0.22429288923740387, 0.26901698112487793, 0.1404140293598175, -0.18320441246032715, -0.10806245356798172, -0.22798006236553192, -0.16048261523246765, -0.42508581280708313, -0.023328730836510658, -0.09496554732322693, 0.0003511575632728636, 0.017598474398255348, -0.19314423203468323, -0.010533194057643414, -0.3256446123123169, 0.06659233570098877, -0.12452363222837448, 0.5522127747535706, 0.08884048461914062, -0.13966341316699982, 0.11607944965362549, 0.25963476300239563, -0.22020608186721802, 0.10931482166051865, -0.09087265282869339, -0.3183863162994385, 0.3584359288215637, -0.14773423969745636, -0.4047878384590149, 0.394134521484375, 0.07032003253698349, -0.17596450448036194, 0.014752975665032864, 0.06422340869903564, 0.2931438088417053, 0.024172058328986168, 0.13694047927856445, -0.06034381687641144, -0.14039289951324463, -0.16973091661930084, -0.00022754752717446536, 0.02930336445569992, 0.17271344363689423, 0.0034278384409844875, -0.20339171588420868, -0.07030786573886871, -0.08026008307933807, 0.3619271218776703, 0.13075046241283417, -0.24530762434005737, 0.002771664410829544, 0.09818734973669052, -0.27447962760925293, 0.2242150902748108, -0.06872905045747757, -0.12802016735076904, 0.16977748274803162, 0.5096144676208496, 0.16006653010845184, -0.12838947772979736, -0.10955610126256943, -0.13319389522075653, -0.1376485377550125, 0.27566200494766235, 0.020148834213614464, -0.14173898100852966, 0.37713298201560974, 0.010472472757101059, -0.0045704017393291, -0.25345924496650696, -0.08412083983421326, -0.022150790318846703, -0.20323999226093292, -0.09720616787672043, 0.27350112795829773, 0.18577662110328674, 0.011148108169436455, 0.14425238966941833, -0.11453711986541748, -0.5149276256561279, 0.059011783450841904, -0.06816563010215759, 0.931912899017334, 0.15500786900520325, 0.5359886884689331, 0.030968641862273216, 0.13685566186904907, 0.30510401725769043, 0.07619228214025497, -0.2306685447692871, -0.09977549314498901, 0.09383847564458847, -0.15735109150409698, 0.12871848046779633, 0.061006586998701096, -0.34860146045684814, 0.03386130928993225, -0.12823116779327393, 0.004625620786100626, 0.052896078675985336, 0.03768274560570717, 0.09165425598621368, 0.2942141592502594, 0.11461147665977478, 0.3601326644420624, -0.14514242112636566, 0.12160187214612961, -0.05048426613211632, 0.16469202935695648, -0.05205659940838814, -0.025776149705052376, 0.14105664193630219, 0.055249132215976715, -0.09692518413066864, -0.12795792520046234, -0.22974397242069244, -0.2448422908782959, 0.16672375798225403, 0.09604071825742722, -0.09776714444160461, -0.2831951975822449, -0.2605001628398895, 0.21687127649784088, -0.09379249066114426, 0.14005684852600098, 0.11253861337900162, 0.28953126072883606, 0.024758007377386093, -0.17346085608005524, -0.322547972202301, 0.034224703907966614, -0.08701631426811218, 0.06314883381128311, -0.09794990718364716, -0.17864200472831726, -0.2856327295303345, -0.2122250199317932, -0.08173692226409912, 0.02340199053287506, 0.15492215752601624, -0.22513164579868317, 0.21279405057430267, -0.19577188789844513, 0.011848004534840584, 0.15037193894386292, -0.23898476362228394, 0.4890444576740265, 0.2789149284362793, -0.2157285064458847, 0.15928038954734802, -0.2151861935853958, 0.41424328088760376, 0.11408726125955582, 0.06940031796693802, -0.04002413898706436, -0.02073039300739765, -0.01581740751862526, -0.09573366492986679, -0.12089643627405167, -0.06932372599840164, 0.0011975542875006795, 0.1476920247077942, 0.2361677885055542, 0.42634066939353943, 0.2897297739982605, 0.505557119846344, 0.20960667729377747, -0.6788909435272217, 0.0014338599285110831, 0.329857736825943, 0.02620871178805828, -0.10066015273332596, -0.07896729558706284, 0.23059812188148499, 0.08828280121088028, 0.07229270786046982, -0.09612876176834106, 0.1304740011692047, -0.08138959109783173, -0.16921792924404144, 0.04900446906685829, 0.15887919068336487, -0.1793406903743744, 0.08133994787931442, -0.21052582561969757, 0.1370660960674286, -0.15454517304897308, -0.32368984818458557, 0.2126748114824295, -0.19358591735363007, 0.432329922914505, -0.2248365581035614, 0.4258195459842682, 0.4017963409423828, -0.20573128759860992, 0.33713582158088684, -0.08176609128713608, -0.06969036906957626, 0.0168735571205616, 0.02929452247917652, 0.21327567100524902, 0.29872629046440125, 0.11591567099094391, -0.26509585976600647, 0.1211170181632042, -0.5684105753898621, 0.09409098327159882, 0.37250304222106934, 0.23364610970020294, 0.5300875902175903, 0.06447838991880417, -0.06963589042425156, 0.02047293446958065, -0.24572376906871796, 0.12652689218521118, 0.07262274622917175, -0.23363351821899414, -0.22740674018859863, -0.06924979388713837, -0.2101137638092041, -0.0671815499663353, 0.07015593349933624, 0.07658076286315918, 0.01041018683463335, 0.5885533094406128, 0.18683426082134247, -0.06548228114843369, -0.30371323227882385, 0.15650299191474915, 0.22957192361354828, 0.13373970985412598, -0.2937074601650238, 0.15337184071540833, 0.300985187292099, -0.05150569602847099, -0.3473770320415497, -0.11258085072040558, 0.17395862936973572, -0.04420626908540726, -0.37684518098831177, -0.23472900688648224 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Event_API_and_Event_Manager#events-and-event-listeners
Events and Event Listeners
Events and Event Listeners
[ -0.2923720180988312, -0.4886212944984436, -0.25650981068611145, 0.3866772949695587, -0.08087639510631561, -0.38111722469329834, 0.16758878529071808, -0.16936801373958588, 0.104853555560112, 0.45728185772895813, -0.12174513936042786, 0.17841920256614685, -0.389316588640213, 0.008164514787495136, -0.32499435544013977, -0.08469308912754059, -0.08828511834144592, 0.1789366602897644, -0.031386565417051315, -0.005618029739707708, -0.0745767280459404, -0.037525128573179245, -0.225893035531044, 0.1661641150712967, 0.21140971779823303, 0.21149536967277527, -0.1683211475610733, -0.2762812674045563, -0.32861095666885376, -0.09686111658811569, -0.31260672211647034, 0.233570858836174, -0.07499796152114868, 0.42882147431373596, -0.00009661096555646509, -0.1385246068239212, 0.2567712664604187, 0.03528570383787155, -0.011649340391159058, 0.22035828232765198, -0.5412846803665161, 0.21393759548664093, -0.05140715837478638, -0.3138427436351776, 0.07770191878080368, -0.06936246156692505, -0.03015868179500103, -0.06497247517108917, 0.12583014369010925, -0.06419718265533447, 0.3319043815135956, 0.05099542811512947, 0.017658520489931107, 0.14784212410449982, 0.5819573998451233, 0.3054877817630768, 0.1678677350282669, -0.023013204336166382, 0.34350377321243286, -0.056330788880586624, -0.17317605018615723, -0.08025985211133957, -0.2675049304962158, 0.0007542954408563673, 0.2918426990509033, -0.22444935142993927, 0.212749645113945, -0.03759150952100754, 0.1763313263654709, -0.15186618268489838, 0.42309972643852234, -0.06636165827512741, 0.11607205867767334, -0.07139044255018234, 0.010526270605623722, 0.11416979134082794, 0.029911115765571594, -0.18260566890239716, -0.03156886249780655, 0.009413185529410839, 0.09317597001791, 0.07212402671575546, 0.030108999460935593, -0.08966775983572006, 0.10847412794828415, 0.45232588052749634, -0.28883248567581177, -0.006425473839044571, -0.39513465762138367, -0.025840742513537407, 0.22512643039226532, -0.36758872866630554, -0.11161495745182037, 0.23221300542354584, 0.16782453656196594, -0.25601500272750854, 0.24595554172992706, 0.23972652852535248, -0.4219912588596344, -0.22705736756324768, -0.1530209481716156, 0.241196408867836, 0.21984979510307312, 0.34650951623916626, 0.3547121286392212, -0.3363189697265625, 0.21074572205543518, 0.2017877697944641, 0.27638834714889526, 0.09129343181848526, -0.10837429016828537, 0.19024626910686493, 0.10052663087844849, 0.02134758047759533, -0.1611008495092392, -0.047915272414684296, 0.0932784378528595, 0.03031972236931324, 0.1128094494342804, 0.06652893126010895, -0.41209927201271057, -0.3980383574962616, 0.038979481905698776, 0.04120822623372078, 0.01014698762446642, 0.40057802200317383, -0.29004716873168945, 0.07693812996149063, -0.0180831141769886, -0.269284188747406, -0.2905181348323822, 0.0727081373333931, -0.20548605918884277, -0.11856277287006378, -0.08732438832521439, 0.0417693629860878, -0.05044104903936386, 0.1279490739107132, -0.18087409436702728, -0.16105134785175323, 0.09689953923225403, -0.12383846193552017, -0.2819599211215973, -0.21760666370391846, 0.08118589222431183, 0.05692485347390175, -0.08497899770736694, -0.10457924008369446, 0.04966777563095093, 0.1181168481707573, 0.20061716437339783, 0.03974246606230736, 0.40292197465896606, 0.4276753067970276, 0.03938174992799759, 0.19033822417259216, 0.16124452650547028, 0.24042943120002747, 0.2971109449863434, -0.1446058750152588, 0.2738786041736603, 0.14151883125305176, -0.1565004140138626, -0.0913434624671936, -0.23576533794403076, 0.16888226568698883, 0.11938860267400742, -0.3036839962005615, -0.11288335919380188, -0.24485988914966583, 0.05859419330954552, -0.43897032737731934, -0.4352783262729645, 0.13649454712867737, -0.14939190447330475, -0.1075645387172699, 0.11823927611112595, 0.02673088014125824, -0.1782321035861969, -0.07576711475849152, -0.25947079062461853, 0.17825821042060852, 0.2366214245557785, 0.1153186783194542, 0.20723482966423035, -0.2115342617034912, 0.07132405042648315, -0.43871885538101196, 0.046450793743133545, 0.010187827982008457, 0.08682071417570114, -0.002258697059005499, 0.12377752363681793, -0.09849109500646591, 0.18605218827724457, 0.19263967871665955, 0.03420286625623703, 0.26299771666526794, 0.15484429895877838, -0.1576489359140396, 0.17473143339157104, -0.13070248067378998, -0.00664548622444272, 0.05189888924360275, -0.20880760252475739, -0.22241556644439697, 0.29803815484046936, -0.13569962978363037, -0.11158959567546844, -0.022765595465898514, 0.6497546434402466, -0.006401195656508207, -0.06460025161504745, 0.07028025388717651, 0.20222733914852142, -0.14914070069789886, 0.3619113862514496, 0.37039509415626526, -0.3272530734539032, -0.08814454078674316, -0.3595828115940094, 0.2284926027059555, -0.06202804297208786, 0.0064665102399885654, 0.22646775841712952, -0.3016257584095001, -0.24401512742042542, -0.367484450340271, -0.0020865832921117544, -0.22891028225421906, 0.20381379127502441, 0.14984162151813507, -0.04315565526485443, -0.0027828009333461523, 0.3670508861541748, 0.2782098650932312, 0.0043630097061395645, 0.08477256447076797, -0.0018249232089146972, 0.19076602160930634, 0.1687309294939041, 0.1354539841413498, 0.14795878529548645, -0.11104930937290192, 0.13897553086280823, 0.42148756980895996, 0.24818934500217438, 0.11274377256631851, -0.05020209029316902, -0.20106489956378937, -0.4820173382759094, 0.35930171608924866, -0.09831615537405014, 0.062494974583387375, 0.09131788462400436, -0.3484598994255066, 0.20341484248638153, 0.19963958859443665, -0.513020396232605, -0.08818778395652771, -0.0485941506922245, 0.18999943137168884, -0.004446716047823429, 0.20945771038532257, -0.34888795018196106, -0.06653047353029251, 0.1996891051530838, -0.007823226042091846, 0.287513792514801, 0.13233141601085663, 0.24182386696338654, -0.009966976009309292, 0.13660478591918945, -0.3585263788700104, 0.17671166360378265, 0.18253615498542786, -0.6353695392608643, -0.04263904690742493, 0.03659163787961006, 0.06006845086812973, -0.10395774245262146, -0.002317817183211446, -0.15700887143611908, -0.12121618539094925, -0.23747871816158295, -0.21270808577537537, 0.12324109673500061, -0.6122497916221619, 0.19955435395240784, -0.2092858850955963, 0.18555378913879395, -0.07110172510147095, 0.16587845981121063, 0.444987416267395, -0.08777333050966263, -0.09867050498723984, -0.037162382155656815, 0.40898483991622925, -0.20032396912574768, 0.7494254112243652, -0.10282272845506668, -0.08029594272375107, 0.15284089744091034, 0.3185249865055084, -0.04888423532247543, -0.052236009389162064, -0.13352333009243011, 0.01889236457645893, 0.0261716078966856, 0.2320159375667572, -0.06589476764202118, 0.15344595909118652, 0.028998594731092453, -0.4267711639404297, -0.001948401564732194, -0.08949214965105057, -0.2564292252063751, -0.39869505167007446, 0.10584034025669098, -0.12259869277477264, -0.18832263350486755, -0.07496925443410873, -0.0004717943083960563, 0.10744404792785645, -0.1961102932691574, -0.17984122037887573, 0.21253524720668793, -0.23550638556480408, 0.026464620605111122, -0.10389567911624908, 0.03391086310148239, -0.1916004717350006, -0.12546174228191376, 0.028352422639727592, 0.007228580769151449, 0.352801114320755, -0.25555190443992615, -0.5117732882499695, 0.19546446204185486, -0.09806256741285324, 0.13718192279338837, -0.2282242774963379, 0.11033248901367188, -0.10645829141139984, -0.11552733182907104, -0.2293195128440857, -0.3931722640991211, 0.15936340391635895, -0.2553809583187103, 0.17156119644641876, 0.08030594140291214, -0.19907240569591522, 0.31735458970069885, -0.376364529132843, -0.2618931829929352, -0.00004754367546411231, 0.07703859359025955, 0.027734996750950813, -0.12117411941289902, -0.30303704738616943, -0.33404940366744995, -0.10205709934234619, 0.748676061630249, -0.0385364405810833, -0.1713535636663437, 0.07824047654867172, 0.25600525736808777, -0.00038020245847292244, -0.030598418787121773, 0.053332820534706116, 0.25600284337997437, 0.053996697068214417, 0.12112269550561905, 0.2977479100227356, -0.10114093869924545, -0.35180291533470154, -0.10689393430948257, -0.17250411212444305, -0.13314196467399597, -0.2033373862504959, -0.2647480368614197, -0.023326097056269646, 0.09622856974601746, -0.0960863009095192, 0.037179309874773026, 0.03345886617898941, 0.11938480287790298, 0.11590436846017838, 0.18113915622234344, 0.4219866693019867, -0.22500303387641907, -0.07477432489395142, -0.09764953702688217, 0.26066771149635315, 0.09877899289131165, -0.08189999312162399, -0.13739390671253204, -0.06925207376480103, -0.1266362965106964, 0.1484404355287552, -0.0828765481710434, 0.1714373230934143, -0.17281219363212585, -0.017338231205940247, -0.029357044026255608, -0.01642615906894207, 0.14002516865730286, 0.08744242787361145, -0.24852649867534637, 0.20118339359760284, -0.13548728823661804, -0.10037368535995483, 0.10951326787471771, 0.14036551117897034, -0.13405108451843262, -0.195436030626297, -0.060247886925935745, -0.20964902639389038, 0.07670728862285614, 0.2724134922027588, -0.27011147141456604, 0.22804078459739685, 0.0027662513311952353, -0.2551923394203186, -0.06696125864982605, 0.08949828892946243, 0.01551020611077547, 0.09964751452207565, 0.012439459562301636, 0.0388302356004715, -0.04608399048447609, 0.04483482241630554, 0.07751244306564331, 0.19659192860126495, 0.14762938022613525, -0.06431470066308975, -0.07448700070381165, 0.47335854172706604, -0.42599987983703613, 0.3148123621940613, 0.09711670875549316, 0.012666705995798111, 0.3408622443675995, 0.23596322536468506, 0.5442131161689758, 0.11295182257890701, -0.08811084926128387, -0.115473173558712, 0.19191046059131622, 0.16645954549312592, 0.012430066242814064, 0.3314587473869324, -0.3388350009918213, -0.20519551634788513, 0.21642343699932098, -0.34325751662254333, 0.1778765320777893, -0.078997403383255, -0.047593217343091965, 0.03589735925197601, -0.14912329614162445, 1.0326952934265137, 0.3437637686729431, -0.2071646749973297, 0.14517220854759216, -0.9242264032363892, -0.3429413437843323, -0.4139562249183655, 0.052664946764707565, -0.05343744158744812, -0.06439261138439178, -0.022430842742323875, -0.2750687003135681, 0.04671957343816757, 0.15752021968364716, -0.28178587555885315, 0.04483595862984657, -0.3817902207374573, 0.01049268152564764, -0.1531352698802948, -0.02611745521426201, 0.13213713467121124, -0.042830538004636765, -0.016059264540672302, 0.27971866726875305, 0.15289664268493652, 0.11435942351818085, -0.05068126320838928, -0.008793738670647144, 0.056605733931064606, -0.2958666980266571, 0.17253030836582184, -0.07099442929029465, 0.09895143657922745, -0.17776016891002655, -0.19589556753635406, -0.3163052201271057, 0.11395730078220367, 0.3280850946903229, -0.08153607696294785, 0.1629342883825302, 0.2552255690097809, 0.23701541125774384, 0.3576476275920868, 0.3011867105960846, -0.3053978681564331, -0.06607455015182495, -0.22612379491329193, 0.04705735668540001, -0.18249979615211487, 0.3886829912662506, -0.2570430040359497, -0.1634736955165863, -0.026384804397821426, 0.133419468998909, 0.2214341014623642, 0.006645523477345705, 0.35997846722602844, 0.005690441466867924, -0.10906676948070526, -0.06491762399673462, 0.3100402057170868, 0.10296286642551422, 0.029581906273961067, 0.2216976284980774, -0.26162734627723694, 0.04152959957718849, -0.3219066858291626, 0.21787138283252716, 0.2137930691242218, -0.0341501384973526, 0.17671902477741241, -0.09446916729211807, -0.24759334325790405, -0.18049070239067078, -0.02882721647620201, -0.06455843150615692, 0.1653558313846588, -0.04993277043104172, -0.20250768959522247, -0.28584930300712585, 0.17963364720344543, 0.1434464156627655, -0.19282756745815277, 0.3427687883377075, -0.32466596364974976, 0.1828521490097046, -0.38588863611221313, 0.19112259149551392, 0.1615951955318451, 0.16112808883190155, 0.08088036626577377, -0.09231921285390854, -0.0009747295989654958, 0.19639852643013, -0.5221011638641357, -0.4599963128566742, 0.08775549381971359, 0.26032397150993347, 0.17312055826187134, -0.1469556838274002, -0.6222686767578125, -0.06883273273706436, 0.24570663273334503, 0.05109907686710358, -0.005509127862751484, -0.36616164445877075, 0.22523903846740723, 0.08729519695043564, -0.14633987843990326, 0.03238242492079735, -0.38491711020469666, 0.1673952043056488, 0.054444391280412674, 0.0964125469326973, 0.04699452221393585, 0.010771490633487701, -0.004334427881985903, -0.259768009185791, -0.1959936022758484, 0.14001749455928802, -0.10160832852125168, 0.08318248391151428, 0.05053942650556564, 0.10434570163488388, -0.15120254456996918, -0.1777847558259964, 0.116068534553051, -0.09597965329885483, 0.022075073793530464, 0.2783914804458618, 0.3935517966747284, -0.008925546891987324, 0.18977583944797516, 0.018498992547392845, -0.015544251538813114, 0.2392875850200653, 0.07268493622541428, 0.021552950143814087, 0.06411116570234299, -0.05704127624630928, 0.12836021184921265, 0.383706271648407, 0.1276172548532486, 0.1442333161830902, -0.11129805445671082, -0.056358665227890015, 0.12610451877117157, 0.1258874237537384, -0.028196033090353012, 0.03917013108730316, 0.05750487372279167, 0.23626452684402466, -0.011418345384299755, 0.05321120843291283, 0.2357887178659439, -0.09472796320915222, -0.12223473191261292, -0.03346133232116699, 0.21603788435459137, 0.25853756070137024, 0.3317030072212219, -0.07561853528022766, 0.45422375202178955, 0.061816975474357605, 0.27245745062828064, 0.16940172016620636, 0.4487048387527466, 0.08632507920265198, 0.17159277200698853, 0.18964454531669617, -0.025827737525105476, -0.08218134194612503, 0.3820520341396332, 0.07752522826194763, -0.1554967612028122, -0.07566774636507034, 0.0724395290017128, 0.02172977663576603, -0.02421949803829193, 0.13126815855503082, 0.16102339327335358, -0.15793631970882416, -0.09253401309251785, -0.23886741697788239, -0.10677200555801392, 0.3719201683998108, 0.046896375715732574, -0.228629931807518, 0.09143005311489105, -0.21002750098705292, -0.10440141707658768, 0.15348397195339203, 0.2657075524330139, -0.14416135847568512, 0.07919877767562866, 0.20468617975711823, 0.1165594533085823, 0.01889304630458355, 0.22077018022537231, -0.009223476983606815, 0.010209951549768448, -0.4079296886920929, 0.3186916410923004, 0.33821341395378113, -0.010603148490190506, -0.07839951664209366, -0.12122582644224167, 0.2538158893585205, -0.06525804847478867, -0.002891423413529992, 0.323515385389328, -0.2876795530319214, 0.13712178170681, 0.2834116518497467, 0.1915654093027115, 0.11053185164928436, 0.05295008048415184, -0.030351849272847176, 0.20648181438446045, 0.1641257405281067, -0.19537800550460815, -0.36417922377586365, 0.11259442567825317, -0.171192467212677, 0.0018853680230677128, -0.02815193496644497, -0.1606573462486267, 0.17514793574810028, 0.1241982951760292, -0.039150770753622055, 0.072764553129673, 0.373148113489151, 0.24801547825336456, -0.3066164553165436, -0.19551752507686615, 0.4348899722099304, 0.5532842874526978, 0.1327286660671234, -0.25562065839767456, -0.012819061987102032, 0.3057117462158203, 0.1876937747001648, 0.01593257673084736, -0.37197405099868774, -0.23885329067707062, 0.45524922013282776, -0.05674118176102638, 0.22844856977462769, 0.04238797351717949, -0.04194740578532219, 0.16379444301128387, 0.36196961998939514, 0.2954130470752716, -0.25742945075035095, 0.3843998908996582, -0.03875713795423508, -0.14397713541984558, -0.0722884088754654, -0.02682402729988098, 0.06985792517662048, -0.3520687222480774, 0.31343966722488403, -0.29588478803634644, 0.19082863628864288, 0.2582862973213196, -0.19450291991233826, -0.20675376057624817, -0.019961358979344368, -0.16433767974376678, 0.1230754554271698, -0.26318520307540894, 0.08666738122701645, 0.1977495402097702, -0.23427078127861023, -0.01057320088148117, 0.36800169944763184, -0.0345490463078022, 0.12206414341926575, -0.34940725564956665, 0.05047939717769623, -0.1696113795042038, -0.28435903787612915, 0.1453041285276413, 0.02756158448755741, -0.25141409039497375, -0.04754329472780228, 0.09902852028608322, 0.20914842188358307, -0.05861056596040726, -0.31298527121543884, 0.0470864363014698, -0.3473735451698303, -0.11154166609048843, -0.08362641930580139, -0.18005089461803436, 0.3215590715408325, -0.4393101930618286, 0.2703205943107605, -0.16700106859207153, 0.2140270471572876, -0.18739764392375946, -0.15768733620643616, -0.08757244795560837, 0.13415005803108215, 0.3515739142894745, 0.1410161703824997, 0.0023654759861528873 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Event_API_and_Event_Manager#general
General This bundle provides additional Events. It's recommended to have a look into the Pimcore Events and Event Listeners documentation
General
[ -0.515750527381897, -0.4081123173236847, -0.22637489438056946, -0.007659458089619875, -0.17418880760669708, -0.06479912251234055, 0.054999757558107376, -0.0644722729921341, -0.33699265122413635, 0.1396961361169815, -0.31879010796546936, 0.5137478113174438, -0.23079189658164978, 0.23588266968727112, -0.1388445496559143, -0.3249947428703308, 0.14194828271865845, 0.12252923101186752, -0.21026548743247986, -0.07566332072019577, -0.20219579339027405, -0.027832021936774254, -0.1252465397119522, 0.2199477106332779, -0.05527675151824951, 0.180186465382576, -0.207102432847023, -0.032318178564310074, -0.12144704908132553, -0.33684131503105164, -0.08492168039083481, 0.370688259601593, 0.09308911114931107, 0.005882587283849716, -0.00009703457908472046, -0.10034745931625366, 0.5382742881774902, -0.02795044332742691, -0.18921487033367157, 0.40635859966278076, -0.18627122044563293, -0.034068215638399124, 0.2727889120578766, -0.05366535857319832, 0.07228115200996399, 0.1758224368095398, 0.20564888417720795, 0.22657017409801483, -0.036891572177410126, 0.09338201582431793, 0.2659195363521576, 0.28614890575408936, 0.2684006094932556, -0.06741197407245636, 0.45361021161079407, 0.23189301788806915, -0.0548018142580986, -0.09529250115156174, 0.4278062582015991, 0.38262778520584106, 0.2052430361509323, 0.11542189121246338, -0.1395246982574463, -0.05244612321257591, 0.09033520519733429, 0.050154395401477814, 0.13076958060264587, -0.30571720004081726, 0.001246848376467824, -0.054681457579135895, 0.18853124976158142, 0.043220121413469315, -0.08671074360609055, -0.12974980473518372, -0.021648429334163666, -0.010291317477822304, 0.02875986509025097, -0.013620560057461262, 0.055026035755872726, 0.14023101329803467, 0.2530384957790375, 0.20973549783229828, -0.15396934747695923, 0.026463134214282036, 0.25194859504699707, 0.38845887780189514, -0.06769873946905136, 0.16654151678085327, 0.13398468494415283, 0.09654702991247177, 0.21200031042099, -0.18900781869888306, 0.10610081255435944, -0.09695348888635635, 0.43255117535591125, -0.25649183988571167, 0.1313917487859726, 0.19375154376029968, -0.39473041892051697, -0.16566434502601624, -0.16422970592975616, 0.24980075657367706, 0.049089085310697556, 0.16153915226459503, 0.38724997639656067, -0.6216359734535217, 0.01865268126130104, 0.29399242997169495, 0.329218327999115, -0.12909989058971405, 0.2261434942483902, 0.06391672044992447, 0.10219617187976837, 0.17308197915554047, -0.38479122519493103, -0.013952172361314297, -0.06126084178686142, 0.023353004828095436, 0.33533695340156555, -0.14405278861522675, -0.006633494980633259, -0.18966446816921234, -0.13797417283058167, 0.19202469289302826, -0.12887561321258545, 0.0491311252117157, -0.2626489996910095, 0.05469292774796486, 0.06696660816669464, -0.00949855800718069, -0.16714872419834137, 0.18438762426376343, 0.10358989238739014, -0.09620095044374466, -0.06958438456058502, -0.10911254584789276, 0.13970422744750977, 0.018802786245942116, 0.22718587517738342, 0.14304976165294647, 0.27123022079467773, 0.11999105662107468, -0.1505839079618454, 0.41185417771339417, 0.17241717875003815, -0.3014381527900696, -0.1772850751876831, 0.6000032424926758, -0.10717205703258514, 0.1505352109670639, 0.07358358800411224, -0.3387402892112732, 0.33802101016044617, 0.3383318781852722, 0.22826141119003296, -0.0013186139985918999, 0.2786048948764801, -0.018499303609132767, -0.30662527680397034, -0.1747555434703827, 0.3955391049385071, 0.09617621451616287, 0.1864791363477707, -0.10844789445400238, -0.4166230857372284, -0.03288029134273529, 0.10886219143867493, -0.20150341093540192, -0.269784152507782, -0.4560098350048065, 0.10531793534755707, -0.5748409628868103, -0.3779117465019226, 0.013227252289652824, -0.14691248536109924, 0.06642293930053711, 0.3814058303833008, -0.37737956643104553, -0.04805634543299675, -0.05055730789899826, -0.04904675856232643, -0.06572867929935455, -0.025457914918661118, 0.35728198289871216, 0.09182094782590866, -0.029354307800531387, -0.02635546773672104, -0.38781169056892395, -0.053177326917648315, 0.0003447455237619579, 0.09516464918851852, -0.19140493869781494, -0.12163577973842621, 0.2434195727109909, 0.35369035601615906, -0.0158996544778347, 0.05785758048295975, 0.22543767094612122, -0.037779323756694794, -0.005842451937496662, 0.06066536158323288, -0.19161973893642426, 0.032391343265771866, -0.06534671038389206, 0.018306594341993332, 0.1875622272491455, 0.21483725309371948, -0.1379171907901764, -0.5048307180404663, 0.239259272813797, 0.09379098564386368, -0.11281493306159973, 0.21368439495563507, 0.003510851878672838, 0.07878416031599045, -0.6041064858436584, 0.2785688042640686, 0.3897535502910614, 0.03611086308956146, -0.33978304266929626, -0.34113559126853943, 0.40806353092193604, -0.06128762289881706, 0.0289494376629591, 0.2690473198890686, -0.2700836956501007, -0.380745530128479, -0.04335084930062294, -0.07377363741397858, -0.24856704473495483, 0.032673709094524384, -0.2945532500743866, 0.13910548388957977, 0.17540296912193298, 0.24687433242797852, 0.16066499054431915, -0.0037726322188973427, -0.007361126597970724, 0.3883040249347687, 0.17445652186870575, 0.06104222312569618, 0.07714659720659256, 0.23900502920150757, -0.009812512435019016, 0.10626982152462006, 0.6202524304389954, 0.12604306638240814, 0.01192794181406498, 0.057051755487918854, -0.06056485325098038, -0.08093858510255814, 0.22656700015068054, -0.014424813911318779, -0.06595414131879807, -0.14563769102096558, 0.23400968313217163, 0.09148157387971878, -0.02851531095802784, -0.5607654452323914, 0.2606501579284668, 0.03616168722510338, -0.2221456617116928, 0.10978370904922485, 0.1334768682718277, -0.1551431566476822, -0.11518145352602005, 0.10728367418050766, -0.10602467507123947, 0.5321274995803833, 0.24726848304271698, 0.08130145072937012, 0.2395067811012268, 0.04118648171424866, -0.2293926626443863, 0.37165597081184387, 0.04488905519247055, -0.643667459487915, -0.014339889399707317, -0.06919065862894058, 0.1359340399503708, -0.17507848143577576, -0.11265280842781067, 0.033466681838035583, -0.03974034637212753, 0.10305258631706238, -0.35590216517448425, 0.1359541118144989, 0.002473297994583845, 0.31963905692100525, 0.02460608258843422, 0.12581415474414825, -0.19129891693592072, 0.28440457582473755, 0.1483718603849411, -0.22996652126312256, 0.003497280180454254, 0.08492177724838257, 0.37142661213874817, -0.1698436141014099, 0.19814516603946686, -0.12442851811647415, -0.0938984751701355, -0.16161035001277924, 0.30579015612602234, -0.30068710446357727, -0.02987665683031082, 0.0007048706174828112, -0.33239662647247314, 0.18891148269176483, -0.10909420996904373, -0.18196401000022888, 0.43361228704452515, -0.025777671486139297, -0.47302573919296265, 0.2941996157169342, -0.36380505561828613, 0.14748497307300568, -0.5140390396118164, -0.01995588280260563, -0.42204102873802185, -0.36832743883132935, -0.4342171847820282, 0.053960490971803665, -0.1302345097064972, -0.4351959824562073, -0.34400469064712524, 0.0165642648935318, -0.33886247873306274, 0.2610933780670166, 0.20574040710926056, 0.06962873786687851, -0.03015204705297947, -0.28373923897743225, 0.36942023038864136, -0.1179431900382042, 0.18910156190395355, -0.30797043442726135, -0.028902115300297737, 0.18236400187015533, -0.2898954451084137, -0.13142353296279907, -0.15805426239967346, -0.10403522849082947, 0.0751197561621666, -0.05405452847480774, -0.33518242835998535, -0.28489458560943604, 0.09352010488510132, -0.08473032712936401, 0.20539428293704987, 0.08685936033725739, 0.28137439489364624, 0.19418232142925262, -0.3576023280620575, -0.06906900554895401, 0.06245609372854233, -0.19374215602874756, 0.20425909757614136, -0.06701154261827469, -0.37781038880348206, -0.2180081307888031, -0.44031909108161926, 0.7255172729492188, -0.44780176877975464, 0.06806425005197525, -0.050796836614608765, -0.020940793678164482, 0.31853318214416504, -0.18895217776298523, -0.06491794437170029, 0.40443092584609985, 0.0904533714056015, 0.04934690520167351, 0.24022582173347473, -0.15256300568580627, -0.3479005992412567, -0.20792388916015625, -0.03603484481573105, -0.19982095062732697, -0.16759292781352997, -0.27086779475212097, 0.5282288789749146, -0.03353232890367508, -0.07682902365922928, 0.033759649842977524, 0.03688987344503403, 0.3672499656677246, 0.2618958353996277, 0.3678734302520752, 0.0017888965085148811, -0.2218618243932724, -0.3218534588813782, -0.09573197364807129, 0.05977313220500946, 0.16663998365402222, 0.07814138382673264, -0.41983211040496826, -0.17073731124401093, -0.38954249024391174, 0.019536569714546204, -0.019541552290320396, 0.4830758273601532, -0.33764174580574036, -0.27973464131355286, 0.16371989250183105, -0.3046880066394806, -0.25503820180892944, -0.2194315791130066, -0.5932929515838623, 0.07107803225517273, 0.2426939606666565, 0.08787836134433746, 0.08306791633367538, 0.03263511881232262, 0.4007912576198578, -0.218626007437706, 0.314401775598526, 0.03100324422121048, 0.050982795655727386, 0.11872871965169907, -0.5617077946662903, 0.03974641114473343, -0.1796516329050064, -0.3462146520614624, -0.09683411568403244, -0.04073487967252731, -0.05487283691763878, 0.04843946918845177, -0.11573347449302673, 0.2453104704618454, -0.07894644886255264, 0.1377323567867279, -0.09662803262472153, -0.10494832694530487, -0.12501150369644165, 0.3028316795825958, -0.2172543704509735, 0.2562408745288849, -0.045988187193870544, 0.3903278410434723, -0.2982059717178345, -0.05252465233206749, 0.22538913786411285, 0.23543226718902588, 0.09553729742765427, -0.2637406885623932, -0.01913323812186718, 0.22680111229419708, 0.4313080310821533, 0.12787576019763947, -0.07538595050573349, -0.034200817346572876, -0.031567368656396866, 0.13397972285747528, 0.13590243458747864, -0.2796856462955475, 0.28827527165412903, -0.17831864953041077, -0.009296697564423084, -0.08325117081403732, 0.04066566377878189, 0.8088687658309937, 0.44515591859817505, 0.26935407519340515, 0.08611098676919937, -0.47502872347831726, 0.318958044052124, -0.2046511024236679, 0.11552274227142334, 0.18659786880016327, 0.27995312213897705, -0.11847462505102158, -0.05211183801293373, 0.14384174346923828, -0.07756974548101425, -0.6040077805519104, -0.11324907839298248, -0.21183988451957703, -0.08493590354919434, -0.10137700289487839, 0.02112434431910515, 0.06825964152812958, -0.1043044924736023, 0.16817210614681244, 0.2526346445083618, 0.35786011815071106, 0.2965146005153656, -0.15798518061637878, -0.005850707180798054, -0.04083961620926857, -0.1736432909965515, -0.007786691188812256, -0.13871003687381744, 0.0629955381155014, 0.06689011305570602, -0.0955994501709938, 0.057158246636390686, -0.35064953565597534, 0.014009361155331135, 0.06952105462551117, 0.033726271241903305, 0.10720283538103104, 0.15595538914203644, 0.09038428217172623, -0.0007097951602190733, -0.18307332694530487, -0.22770467400550842, -0.024423951283097267, -0.21150153875350952, -0.14169596135616302, 0.32214123010635376, -0.37213417887687683, -0.264864981174469, 0.1925155222415924, 0.5732391476631165, 0.1620115339756012, 0.24437598884105682, 0.1416524052619934, 0.25117868185043335, -0.532291054725647, -0.11507239192724228, 0.23132863640785217, -0.2524416744709015, -0.012089438736438751, 0.0635228231549263, 0.19056853652000427, -0.25462621450424194, -0.4386233389377594, 0.07030291855335236, 0.11725378036499023, -0.038420770317316055, -0.0815916508436203, -0.24785929918289185, -0.08840758353471756, -0.3411060571670532, -0.10957854986190796, -0.20996709167957306, 0.21470458805561066, 0.04080621525645256, 0.04922568425536156, -0.3776768445968628, 0.22449056804180145, 0.3433275818824768, 0.00006800013943575323, 0.6068616509437561, -0.4138653576374054, 0.1029893085360527, -0.549819827079773, -0.04990730807185173, -0.08670279383659363, 0.228738471865654, 0.27488774061203003, 0.1868489533662796, 0.28672918677330017, -0.10148796439170837, -0.4172285795211792, -0.10490573942661285, -0.20640192925930023, 0.1689966320991516, 0.18905344605445862, 0.05883181840181351, -0.008091595955193043, 0.11559045314788818, 0.18789246678352356, 0.23614783585071564, -0.3569396436214447, -0.2690806984901428, -0.06653355807065964, 0.06866778433322906, -0.06922243535518646, -0.15574777126312256, -0.16744568943977356, 0.2615163028240204, -0.19056271016597748, 0.20885524153709412, 0.12512511014938354, -0.1497611552476883, -0.054043248295784, -0.1122586578130722, 0.12370315939188004, -0.03420676290988922, -0.11420339345932007, 0.0479322150349617, -0.02805791236460209, 0.21885837614536285, 0.02448606677353382, 0.0645897388458252, -0.26937422156333923, -0.11455710232257843, 0.6601709723472595, 0.22868168354034424, 0.10312360525131226, 0.06145067512989044, 0.08209609240293503, 0.35079842805862427, -0.0462777316570282, -0.08362482488155365, -0.015692293643951416, 0.22126294672489166, 0.10202411562204361, -0.25389420986175537, -0.016020392999053, 0.289318323135376, -0.20977839827537537, -0.15895222127437592, -0.08698466420173645, -0.08747752010822296, 0.1572939157485962, 0.15632149577140808, 0.13093090057373047, 0.19557031989097595, 0.33086350560188293, 0.3100889027118683, 0.1059848815202713, 0.12008683383464813, 0.36739060282707214, 0.04880451783537865, -0.14520733058452606, 0.22359271347522736, 0.332168847322464, 0.10636395961046219, 0.16522131860256195, -0.306458055973053, -0.08058781176805496, -0.06420281529426575, 0.19715255498886108, 0.04250195994973183, 0.6046571135520935, 0.19466279447078705, 0.3711036443710327, 0.4518808424472809, -0.0007468838593922555, 0.17080537974834442, 0.4303126037120819, -0.059816211462020874, -0.13358718156814575, -0.11148019880056381, 0.07380914688110352, 0.01573563925921917, -0.025975890457630157, -0.08638561517000198, 0.3531457781791687, -0.1499246209859848, -0.17451854050159454, 0.08695007860660553, 0.2512229084968567, 0.1446000635623932, 0.3560325503349304, -0.07593108713626862, 0.11087798327207565, -0.06992172449827194, 0.13820557296276093, 0.13980534672737122, 0.010892882011830807, 0.06011512875556946, -0.4719189405441284, 0.247614786028862, -0.13291020691394806, 0.20971204340457916, 0.09594926983118057, 0.2603938579559326, -0.07271340489387512, -0.15620334446430206, 0.20816686749458313, 0.07415950298309326, 0.07731743901968002, -0.24538405239582062, -0.26984941959381104, 0.4464107155799866, -0.11301182210445404, -0.025761786848306656, 0.2576460540294647, -0.29555171728134155, 0.10150834172964096, 0.18908719718456268, -0.08670376986265182, -0.10498965531587601, -0.01655621826648712, 0.12439872324466705, 0.032576046884059906, -0.12957622110843658, 0.29024776816368103, -0.4214816391468048, -0.17451050877571106, 0.098175048828125, -0.2040116786956787, -0.1395971029996872, 0.03844552859663963, 0.1575184017419815, -0.1581931710243225, 0.4828331470489502, 0.18730764091014862, 0.09741988778114319, 0.20276318490505219, -0.12601207196712494, 0.05858292430639267, 0.14430148899555206, 0.33305156230926514, 0.24304842948913574, -0.10805082321166992, 0.04942968115210533, 0.05499208718538284, 0.24620099365711212, 0.4056015610694885, -0.20715466141700745, -0.07983456552028656, -0.1349002718925476, -0.1245797723531723, 0.22533409297466278, -0.01509105321019888, -0.1084710955619812, 0.2016853243112564, 0.16426920890808105, 0.04056496545672417, -0.4056297540664673, 0.26891762018203735, 0.059958506375551224, -0.4144681394100189, 0.12508425116539001, -0.23938962817192078, 0.5037827491760254, -0.15680207312107086, 0.15323521196842194, -0.31712260842323303, 0.0008217370486818254, 0.27365079522132874, -0.01408974640071392, -0.00564158521592617, -0.035735148936510086, -0.008104103617370129, -0.19610369205474854, -0.04764333367347717, 0.022374611347913742, -0.04820220172405243, 0.24709728360176086, 0.25971856713294983, -0.02003011852502823, -0.01624620333313942, 0.21008829772472382, -0.1973002701997757, -0.12350409477949142, -0.19490891695022583, 0.020165732130408287, 0.20280763506889343, -0.22678016126155853, -0.21370506286621094, -0.1817781925201416, 0.15772098302841187, 0.10229907929897308, -0.003430119017139077, -0.1675170212984085, -0.034515395760536194, -0.11157231777906418, 0.05064260959625244, -0.5125888586044312, -0.17642730474472046, 0.08621548861265182, -0.1451071947813034, -0.18738585710525513, -0.19652725756168365, 0.09336846321821213, -0.2343887835741043, -0.29631781578063965, 0.17344005405902863, 0.07104895263910294, 0.09378843754529953, 0.024797139689326286, -0.15004350244998932 ]
https://pimcore.com/docs/platform//Ecommerce_Framework/Event_API_and_Event_Manager#available-events
Available Events Ecommerce::Index Service Ecommerce::Checkout Manager Ecommerce::Commit Order Processor Ecommerce::Order Agent Ecommerce::Order Manager
Available Events
[ -0.17461617290973663, -0.4754544496536255, -0.2999067008495331, 0.037502091377973557, -0.010224245488643646, 0.034969162195920944, 0.11294928193092346, -0.12678393721580505, 0.43732795119285583, 0.030364898964762688, -0.07381264120340347, 0.21727119386196136, 0.10820042341947556, 0.5051913261413574, -0.07250586897134781, -0.008263903670012951, 0.14808306097984314, 0.18192212283611298, -0.2960909307003021, -0.03039403446018696, -0.3424282670021057, 0.0519833005964756, -0.23440037667751312, 0.23990187048912048, -0.01267130859196186, -0.20414999127388, -0.33212798833847046, -0.32159483432769775, -0.18115529417991638, -0.14217115938663483, -0.20147645473480225, 0.13687664270401, 0.11955901980400085, 0.022791951894760132, -0.00010718873818404973, -0.1337938904762268, 0.2498219609260559, -0.1521551012992859, -0.46934831142425537, 0.10315863788127899, -0.5727823376655579, 0.053727999329566956, 0.31459832191467285, -0.35315316915512085, 0.25894689559936523, 0.05000185966491699, 0.5609098076820374, 0.180221825838089, 0.12822213768959045, 0.39697617292404175, 0.21802149713039398, 0.16147682070732117, 0.10941655188798904, -0.36258774995803833, 0.14191491901874542, 0.052247319370508194, 0.1664215475320816, -0.49802935123443604, 0.4828421473503113, 0.007131985854357481, -0.07982375472784042, -0.2482040524482727, -0.12742167711257935, -0.2540035843849182, -0.025597278028726578, -0.08265652507543564, 0.3630327880382538, -0.43548479676246643, 0.18811799585819244, -0.1394485980272293, 0.46888017654418945, -0.21237267553806305, -0.14038172364234924, -0.026729775592684746, -0.02506449818611145, 0.15909433364868164, -0.08728757500648499, 0.2192613035440445, 0.3503958582878113, -0.1556558758020401, 0.17154230177402496, 0.308954119682312, 0.10715654492378235, 0.16809889674186707, 0.11270768195390701, 0.600532591342926, -0.025778628885746002, -0.11444137990474701, 0.06244829669594765, -0.21160955727100372, -0.16083554923534393, 0.08653118461370468, -0.09167155623435974, 0.07762990146875381, -0.3873210549354553, -0.12506692111492157, 0.1747186928987503, 0.16418027877807617, -0.3179418742656708, 0.23314838111400604, -0.2284238636493683, 0.2728201150894165, 0.3592752516269684, 0.23970484733581543, 0.187167227268219, 0.010278911329805851, 0.17804010212421417, -0.016085833311080933, 0.2014632374048233, 0.40868058800697327, 0.23455992341041565, 0.0630405992269516, -0.16834372282028198, 0.11211729049682617, -0.506156861782074, 0.1363704949617386, -0.14165422320365906, 0.14466312527656555, -0.17662212252616882, 0.08805805444717407, -0.06520723551511765, 0.00297824339941144, -0.06601666659116745, 0.08053554594516754, -0.02500910684466362, -0.11986584961414337, -0.23465968668460846, 0.012398670427501202, 0.08049416542053223, -0.2032625675201416, -0.26157763600349426, 0.009480554610490799, 0.021917838603258133, -0.15595078468322754, 0.24616390466690063, 0.014330067671835423, 0.10931119322776794, 0.17325104773044586, -0.12160062789916992, 0.002162616467103362, 0.18866534531116486, -0.22644992172718048, -0.276673287153244, 0.2859998345375061, 0.09842395037412643, -0.3368501663208008, -0.1397315412759781, 0.3252221643924713, -0.12388914823532104, -0.14750775694847107, -0.03616146743297577, -0.20153212547302246, 0.3576074540615082, 0.2503768801689148, 0.18107303977012634, -0.35819172859191895, 0.24279728531837463, 0.08147483319044113, -0.08058521896600723, 0.32189616560935974, 0.5454971790313721, 0.101363405585289, 0.3690304458141327, 0.16537494957447052, -0.28625887632369995, 0.03621497005224228, 0.16412656009197235, -0.29272300004959106, -0.44088292121887207, -0.5850595235824585, 0.38203808665275574, -0.6136773824691772, -0.07640135288238525, 0.08544887602329254, -0.1583239883184433, -0.17648211121559143, -0.10807310044765472, -0.15816153585910797, 0.13318586349487305, -0.28945279121398926, -0.06638756394386292, -0.40011319518089294, 0.2084089070558548, -0.16786783933639526, 0.46202975511550903, -0.2326931655406952, -0.1283475011587143, -0.06593368202447891, -0.01415854599326849, -0.013765527866780758, 0.23201000690460205, -0.36550819873809814, -0.08095122873783112, 0.28366968035697937, 0.4784690737724304, -0.06029091402888298, -0.006289479788392782, 0.0999658927321434, -0.27153655886650085, -0.007970375940203667, 0.07572083920240402, 0.06805956363677979, -0.0016779854195192456, 0.41567763686180115, 0.20757074654102325, -0.30560338497161865, 0.02790200151503086, -0.14216314256191254, -0.3528798818588257, 0.45441025495529175, 0.3737501800060272, -0.03182192146778107, 0.05944861099123955, 0.21350395679473877, 0.18169555068016052, 0.16726189851760864, 0.2906179130077362, 0.1973147839307785, -0.10038961470127106, -0.13755623996257782, -0.31523799896240234, -0.01913795992732048, -0.051495544612407684, 0.012499754317104816, 0.3896233141422272, -0.39344000816345215, -0.11834998428821564, -0.19778934121131897, 0.19868390262126923, 0.16192342340946198, 0.2548278868198395, 0.04002680256962776, 0.14761342108249664, -0.08026038110256195, 0.025681760162115097, 0.29399940371513367, 0.30382266640663147, 0.5944209098815918, -0.1350083351135254, 0.00013754791871178895, -0.2831636071205139, 0.13849303126335144, -0.017735667526721954, -0.054484110325574875, -0.008678685873746872, 0.5643962621688843, 0.09587905555963516, 0.2979489266872406, -0.011716600507497787, 0.1738142967224121, -0.22217297554016113, 0.15300555527210236, 0.12949199974536896, -0.02356262505054474, 0.19016137719154358, -0.2451656013727188, 0.08173678815364838, -0.0032186685130000114, -0.3616715371608734, -0.0036477071698755026, 0.33236703276634216, 0.1183418557047844, 0.4477824866771698, 0.10023082792758942, -0.030862409621477127, -0.17466332018375397, -0.09434697031974792, -0.16617383062839508, -0.22195185720920563, 0.1984340250492096, -0.0550350621342659, -0.26801151037216187, 0.19406455755233765, -0.22747860848903656, 0.19958479702472687, 0.342247873544693, -0.20583944022655487, -0.03397974371910095, 0.22897394001483917, -0.13587069511413574, 0.03819824010133743, -0.16377197206020355, 0.06804456561803818, 0.10771637409925461, 0.21206294000148773, -0.03270043060183525, -0.04639741778373718, -0.2676214277744293, 0.6061444878578186, 0.11794372648000717, -0.04277948662638664, -0.2548118531703949, 0.26984187960624695, -0.03001878783106804, -0.416416198015213, -0.03269810974597931, -0.062109820544719696, 0.386974960565567, -0.37816062569618225, 0.2891043722629547, -0.4907013475894928, -0.1918770670890808, 0.006047701463103294, 0.16771799325942993, -0.12574926018714905, 0.07035855203866959, 0.2513217329978943, -0.019592659547924995, -0.01522267609834671, -0.08976790308952332, -0.04508021101355553, 0.3057746887207031, 0.08650213479995728, -0.4329439699649811, 0.3291093707084656, -0.45506277680397034, -0.2642713189125061, -0.0035725990310311317, -0.1409422904253006, -0.0033799749799072742, -0.12168846279382706, -0.12974445521831512, -0.49669796228408813, 0.09993582218885422, -0.17403145134449005, -0.03817467391490936, -0.2088259607553482, -0.49193647503852844, 0.0916997492313385, -0.21724173426628113, 0.30316174030303955, -0.5850540399551392, -0.734289288520813, 0.14289449155330658, -0.06743941456079483, 0.3933139145374298, -0.09214586019515991, -0.13167445361614227, 0.04050295799970627, -0.1376202553510666, 0.08436326682567596, -0.07026062905788422, -0.06930035352706909, -0.11924833059310913, 0.04927155748009682, -0.09533150494098663, -0.04713582247495651, -0.027075430378317833, -0.08130117505788803, 0.23160848021507263, -0.2771995961666107, 0.4496549069881439, 0.22050844132900238, -0.3195589482784271, -0.10714807361364365, 0.12539055943489075, 0.11177390068769455, 0.46171650290489197, -0.12734918296337128, -0.127105250954628, -0.258292555809021, -0.17513367533683777, 0.6258970499038696, -0.41676589846611023, -0.12668108940124512, 0.04244198277592659, 0.23009170591831207, -0.3695060908794403, -0.08965291827917099, -0.14784760773181915, -0.1475933939218521, -0.03996433690190315, 0.22976340353488922, 0.3262006640434265, -0.11585697531700134, -0.18386678397655487, -0.053566887974739075, 0.1684471219778061, -0.5090930461883545, -0.12586836516857147, -0.1023857370018959, 0.10077297687530518, 0.6739376187324524, -0.25954246520996094, 0.011990882456302643, 0.034005600959062576, 0.03684372827410698, -0.013135258108377457, 0.1173277273774147, 0.0851403996348381, -0.11315593868494034, -0.11113881319761276, -0.25844624638557434, 0.2170197069644928, 0.29120224714279175, -0.3014989495277405, 0.09197396039962769, -0.24627719819545746, 0.06176652014255524, 0.09330599009990692, -0.2874641716480255, 0.11369061470031738, -0.01619759574532509, -0.12307938188314438, 0.24672572314739227, -0.41856062412261963, 0.12776276469230652, 0.0674876719713211, -0.3842436671257019, 0.3469424843788147, 0.24912768602371216, 0.2772798240184784, -0.10014303028583527, -0.24814976751804352, -0.010195434093475342, -0.14849331974983215, -0.13569556176662445, 0.16355246305465698, 0.06733274459838867, 0.2109798789024353, -0.3490046262741089, 0.4041076600551605, -0.2036203294992447, -0.18144433200359344, -0.4020192623138428, 0.21878314018249512, -0.34906598925590515, -0.0279559139162302, 0.15882591903209686, -0.33182674646377563, -0.22075337171554565, -0.05981961265206337, 0.17114225029945374, 0.26268595457077026, 0.16209545731544495, 0.3467285633087158, 0.029467567801475525, 0.3655224144458771, -0.11984054744243622, 0.4237479865550995, -0.0750306025147438, 0.18121463060379028, 0.28186026215553284, 0.48669737577438354, 0.37720537185668945, -0.13943345844745636, 0.09483812004327774, 0.17145617306232452, -0.1417551338672638, 0.027952730655670166, 0.09703591465950012, 0.019480783492326736, 0.24635721743106842, -0.19883859157562256, -0.07253962010145187, -0.34072715044021606, -0.04185391589999199, 0.014215421862900257, -0.0010694999946281314, -0.06770655512809753, 0.2767992317676544, 0.8868507146835327, 0.04549580439925194, -0.03820805251598358, -0.02108287811279297, -0.29016202688217163, -0.16174320876598358, -0.19685590267181396, 0.38279077410697937, -0.0726647824048996, -0.09566947817802429, -0.017618203535676003, -0.18963979184627533, 0.03205282613635063, 0.03827948495745659, -0.44573816657066345, 0.014370216988027096, -0.22026632726192474, -0.13827937841415405, 0.07942584156990051, 0.006792934611439705, -0.08289792388677597, -0.3318432569503784, 0.09418734163045883, 0.2145727276802063, 0.07334928214550018, 0.22651956975460052, -0.19207428395748138, 0.03443356230854988, 0.20608936250209808, 0.09797225147485733, -0.004384233616292477, -0.1169288381934166, 0.07874049246311188, 0.16247184574604034, -0.02177450619637966, 0.2211257368326187, -0.11477568745613098, 0.05752800777554512, 0.028604591265320778, -0.15204216539859772, 0.165790393948555, -0.08186065405607224, 0.058423109352588654, -0.09000921249389648, -0.24382708966732025, 0.13539358973503113, 0.14131593704223633, -0.20232509076595306, -0.15229888260364532, 0.10980573296546936, -0.12884315848350525, -0.1584310531616211, -0.42885446548461914, 0.30522963404655457, -0.19207380712032318, 0.3905985951423645, 0.10359543561935425, 0.13515004515647888, -0.4352678954601288, -0.19996611773967743, 0.22071100771427155, 0.03090580739080906, 0.48518216609954834, 0.2220572680234909, -0.18101947009563446, -0.0257734265178442, -0.37170326709747314, 0.24087221920490265, 0.03329123556613922, -0.03855238854885101, 0.36057719588279724, 0.11644664406776428, -0.11558740586042404, -0.48715606331825256, -0.18807655572891235, -0.1820521205663681, -0.016274722293019295, 0.4667159914970398, -0.4116460978984833, -0.5714720487594604, 0.17479583621025085, 0.3014299273490906, 0.013558548875153065, -0.22054074704647064, -0.257135808467865, -0.25025585293769836, -0.21432273089885712, 0.40197402238845825, 0.530815064907074, 0.06198809668421745, -0.2511522173881531, -0.13818180561065674, 0.05638980120420456, -0.03610142320394516, -0.34581509232521057, 0.1190340518951416, -0.4139096438884735, 0.2502913177013397, 0.22208493947982788, -0.20100454986095428, 0.025613948702812195, 0.2467525154352188, 0.14472004771232605, -0.07328516989946365, -0.08845381438732147, -0.23417726159095764, 0.07300929725170135, 0.1133347824215889, -0.2118089497089386, 0.15289190411567688, 0.03353629633784294, 0.14046040177345276, -0.07512876391410828, -0.05746834725141525, -0.16056472063064575, -0.03598679229617119, 0.02359166368842125, 0.1088751032948494, 0.24144668877124786, 0.25895169377326965, 0.22511714696884155, -0.29135167598724365, 0.31430378556251526, 0.1403389424085617, -0.11765574663877487, 0.1079256609082222, 0.1321430653333664, -0.20618358254432678, 0.045636776834726334, 0.2303835153579712, 0.44970521330833435, -0.07500436902046204, 0.2528601884841919, 0.2948572635650635, -0.1403982937335968, 0.26909971237182617, -0.31404685974121094, -0.15393052995204926, 0.18972666561603546, -0.10527724027633667, 0.002922229701653123, 0.23799081146717072, -0.15996341407299042, 0.26532116532325745, -0.1293712556362152, 0.1392781138420105, 0.015042293816804886, -0.07614432275295258, 0.21563857793807983, -0.07130289077758789, 0.31620731949806213, 0.3364419639110565, -0.0767856240272522, 0.02378966100513935, 0.5888570547103882, -0.2543240785598755, -0.05187854915857315, 0.11073613911867142, 0.4219099283218384, 0.011093094013631344, 0.22510896623134613, -0.2718525528907776, 0.3287608325481415, 0.3432389199733734, 0.26064276695251465, 0.07290521264076233, 0.9278892278671265, -0.05073351040482521, 0.25296729803085327, 0.1645570993423462, 0.2901313602924347, 0.21222400665283203, 0.3128501772880554, 0.5134010910987854, -0.11371123790740967, -0.12808367609977722, -0.4826209843158722, 0.0812167078256607, -0.06811920553445816, 0.06394890695810318, 0.08380580693483353, -0.0873287096619606, 0.021599723026156425, -0.1429755836725235, 0.20467348396778107, 0.24551637470722198, 0.15386058390140533, -0.09125392138957977, 0.2635577619075775, -0.582463800907135, 0.18909896910190582, 0.2373131662607193, 0.36427050828933716, -0.15185438096523285, -0.3324609696865082, 0.3186582922935486, -0.21548907458782196, 0.10363893955945969, 0.15707926452159882, 0.07208336144685745, -0.2131921947002411, -0.4679453372955322, 0.09236185997724533, 0.0063702757470309734, -0.07418859750032425, -0.005885348189622164, -0.028766797855496407, 0.3601715564727783, -0.08637537807226181, 0.052908629179000854, 0.14496836066246033, -0.21172870695590973, -0.20174217224121094, 0.2697058916091919, 0.05374759063124657, 0.19695791602134705, 0.1648082286119461, 0.29333168268203735, -0.1939435601234436, 0.28055086731910706, 0.2804103195667267, -0.30246806144714355, 0.08296741545200348, -0.09962699562311172, 0.04486852139234543, 0.024359341710805893, 0.12915852665901184, 0.09991143643856049, 0.08116414397954941, 0.1954253613948822, -0.14254888892173767, 0.38464343547821045, 0.2910427451133728, -0.35428905487060547, 0.3833298981189728, -0.07909106463193893, 0.3410196006298065, 0.23405207693576813, 0.1426456719636917, -0.04162931814789772, -0.007182660512626171, -0.15519975125789642, 0.13489922881126404, -0.6465266346931458, 0.10838000476360321, 0.27888888120651245, -0.2811078131198883, 0.17160707712173462, -0.020689858123660088, 0.13874445855617523, 0.11076691001653671, 0.0022091378923505545, 0.055745288729667664, -0.1430993378162384, 0.22402480244636536, -0.32360002398490906, -0.13951629400253296, 0.03153945878148079, 0.11250785738229752, 0.37382054328918457, -0.22420477867126465, 0.21825583279132843, -0.36892277002334595, 0.018654288724064827, 0.18662644922733307, -0.18238773941993713, 0.08340507000684738, 0.024304285645484924, -0.051514897495508194, -0.11881224811077118, -0.030907345935702324, -0.09952087700366974, 0.10060334950685501, -0.12572123110294342, -0.03380248695611954, 0.05757467821240425, -0.28640010952949524, -0.038240160793066025, -0.24492204189300537, -0.16570115089416504, -0.11568166315555573, 0.011126324534416199, 0.26644444465637207, -0.5013405084609985, -0.1390092372894287, 0.03765454888343811, -0.13059337437152863, 0.1469300240278244, -0.20793268084526062, -0.5711207985877991, 0.20206719636917114, 0.05368313938379288, 0.39637160301208496, 0.09687948226928711, -0.20021522045135498, 0.2458859533071518, -0.1674598753452301, 0.10947221517562866, 0.2826516628265381, 0.3530125617980957, -0.2265547662973404, -0.2919955849647522, -0.20925790071487427, 0.17780053615570068, 0.07633190602064133, -0.29471129179000854, -0.10926355421543121 ]
https://pimcore.com/docs/platform//Ecommerce_Framework#e-commerce-framework
E-Commerce Framework
E-Commerce Framework
[ 0.15023498237133026, -0.3687334358692169, -0.4609759747982025, 0.23568184673786163, 0.1323857307434082, -0.2533305585384369, 0.2398126870393753, -0.17251081764698029, 0.08882618695497513, -0.07454491406679153, -0.03223877772688866, 0.032455939799547195, 0.15194262564182281, 0.716222882270813, -0.15128947794437408, 0.17523540556430817, 0.16275759041309357, 0.05003942549228668, -0.2476181536912918, -0.14367827773094177, 0.10818956047296524, 0.05023801699280739, -0.112564317882061, -0.00589226046577096, -0.026889784261584282, -0.2041294276714325, -0.24175219237804413, 0.09293106943368912, -0.37518805265426636, 0.1407017558813095, 0.10350021719932556, -0.14326968789100647, -0.17280466854572296, -0.15755626559257507, -0.00010010215191869065, -0.29794350266456604, -0.28692033886909485, -0.11929450929164886, -0.42216864228248596, 0.2841210961341858, -0.24082529544830322, 0.41106751561164856, 0.05904081091284752, -0.09144755452871323, 0.12447255104780197, -0.3298304080963135, 0.15979480743408203, 0.30461224913597107, 0.21490329504013062, -0.03640260174870491, 0.3202342689037323, -0.3670954704284668, 0.16255421936511993, -0.015650099143385887, -0.5455191135406494, -0.0024513276293873787, 0.01571938954293728, -0.1573546975851059, 0.4182308316230774, 0.13268716633319855, -0.06248662993311882, -0.280127614736557, 0.039622750133275986, 0.030410369858145714, 0.3871394693851471, -0.1335403174161911, 0.3702342212200165, -0.1061113178730011, -0.05612547695636749, -0.06585521250963211, 0.8484795093536377, -0.1457735002040863, -0.07720581442117691, 0.35573166608810425, 0.03542083874344826, -0.04609430953860283, -0.033133190125226974, 0.20763735473155975, 0.05615418404340744, 0.014734187163412571, -0.03655930608510971, -0.240690216422081, -0.26894745230674744, 0.49396181106567383, -0.046543512493371964, 0.2789055407047272, 0.0667181983590126, -0.13751175999641418, -0.3827945291996002, -0.2125272899866104, -0.19421756267547607, 0.01619904488325119, -0.07060794532299042, 0.3972667455673218, -0.09501422941684723, -0.28379034996032715, 0.1575688123703003, 0.7318220734596252, 0.03831922635436058, 0.23192700743675232, -0.2897302210330963, 0.18809247016906738, 0.13248425722122192, 0.09438838809728622, 0.0832701101899147, -0.009423504583537579, 0.10996735841035843, -0.49060240387916565, 0.029245974496006966, -0.011122188530862331, -0.020399421453475952, -0.0050678737461566925, -0.19516167044639587, 0.172868549823761, -0.2634414732456207, -0.18076351284980774, -0.37185031175613403, -0.08605635166168213, -0.13109314441680908, -0.05433901771903038, -0.10202441364526749, 0.2183346301317215, -0.02036425843834877, 0.14376358687877655, -0.029958922415971756, -0.07499467581510544, -0.10262948274612427, 0.017026683315634727, -0.0455247163772583, -0.1713549941778183, -0.17354105412960052, 0.15004022419452667, -0.2001572698354721, 0.06582976877689362, 0.12691739201545715, -0.03747900202870369, 0.20151877403259277, -0.040400441735982895, -0.04155947268009186, -0.18062050640583038, -0.00506220618262887, 0.04158485308289528, -0.4156038463115692, -0.1473202407360077, -0.33496662974357605, -0.15635403990745544, -0.2825051248073578, 0.23719145357608795, -0.057556942105293274, -0.14875230193138123, -0.3225046396255493, -0.23300917446613312, 0.031598277390003204, 0.28553101420402527, 0.19997183978557587, -0.1874522864818573, 0.5968054533004761, 0.06493855267763138, -0.09762240946292877, -0.23293443024158478, 0.23759637773036957, 0.3415231704711914, 0.013566055335104465, 0.00646085012704134, -0.4477040767669678, -0.036285508424043655, -0.09069149941205978, -0.03640790656208992, -0.2538553774356842, -0.21033665537834167, -0.20709586143493652, 0.11332836002111435, -0.2607988715171814, 0.32401397824287415, -0.0887785330414772, -0.04499004781246185, 0.3753134608268738, -0.12746816873550415, -0.0033094417303800583, 0.09420610219240189, -0.13710592687129974, -0.39871615171432495, 0.2601153552532196, 0.05320287495851517, -0.1823846399784088, -0.40831494331359863, -0.2639605402946472, 0.028115268796682358, -0.08026345819234848, 0.1343149095773697, -0.1385146826505661, -0.19663719832897186, 0.1196155920624733, -0.0006734951748512685, -0.031042540445923805, 0.06083015725016594, 0.1378898024559021, -0.08302897959947586, 0.02084522321820259, 0.10569557547569275, -0.0716216117143631, -0.07322297990322113, 0.2903675138950348, 0.3180028796195984, 0.18394339084625244, -0.2119641900062561, -0.22615209221839905, -0.20446954667568207, -0.29829898476600647, 0.41676047444343567, 0.2189921736717224, -0.04855864867568016, -0.15081706643104553, -0.07749390602111816, 0.22779610753059387, -0.12051013857126236, 0.32298874855041504, -0.02816993184387684, -0.18562781810760498, -0.29522383213043213, -0.15184642374515533, 0.4082387387752533, 0.30696097016334534, 0.0038323996122926474, 0.18609100580215454, -0.05053412541747093, -0.08669938147068024, 0.24593135714530945, 0.0852247104048729, 0.10588733851909637, 0.18111026287078857, 0.1898101568222046, 0.23711663484573364, 0.15020406246185303, -0.21321634948253632, 0.20363055169582367, 0.44879233837127686, 0.9278013110160828, 0.07582695782184601, 0.06584335118532181, 0.0843174085021019, -0.36008477210998535, 0.28473344445228577, 0.04798049107193947, -0.023095251992344856, 0.04325856640934944, 0.16683046519756317, 0.2826504111289978, -0.11534807831048965, -0.15522372722625732, -0.14670191705226898, 0.005643465556204319, 0.07588240504264832, 0.18350288271903992, 0.21283352375030518, 0.004546799696981907, 0.18196287751197815, 0.1256573647260666, 0.018234388902783394, 0.2635793387889862, 0.17899511754512787, 0.22689120471477509, 0.4441061019897461, -0.09130587428808212, -0.009320447221398354, -0.26985886693000793, 0.27821195125579834, -0.3966745436191559, 0.05808648094534874, 0.19763079285621643, -0.1936836689710617, -0.024272309616208076, -0.08493813127279282, -0.15258188545703888, 0.30425766110420227, 0.16609983146190643, 0.2839202284812927, -0.05672653764486313, -0.025900719687342644, -0.1022215485572815, -0.07559709995985031, -0.40631237626075745, 0.13439758121967316, -0.1979861706495285, -0.03736254945397377, 0.07957837730646133, -0.10677605122327805, -0.10407606512308121, -0.04020112752914429, 0.0643514022231102, -0.14575760066509247, -0.18132956326007843, 0.23452775180339813, 0.1854175180196762, -0.09895778447389603, -0.24070921540260315, 0.19631704688072205, 0.5907889008522034, -0.2513875365257263, 0.12773200869560242, -0.46933940052986145, -0.4807073771953583, 0.04726668819785118, 0.29168784618377686, 0.0873321071267128, 0.3142804801464081, 0.20243202149868011, 0.10971548408269882, 0.14609114825725555, 0.04703481122851372, -0.25412121415138245, 0.22289758920669556, 0.21544168889522552, -0.005013661924749613, 0.13618458807468414, -0.04508839175105095, -0.018136339262127876, 0.21303577721118927, 0.035712819546461105, 0.2708057761192322, -0.07281412929296494, 0.07160089910030365, 0.06485866010189056, -0.04362362250685692, 0.07549070566892624, 0.00846948754042387, 0.05848449468612671, -0.27628257870674133, -0.10209334641695023, 0.09495016187429428, -0.034086890518665314, -0.052637502551078796, -0.17969068884849548, -0.18959403038024902, 0.12707717716693878, 0.6720021963119507, -0.123272605240345, -0.010529568418860435, 0.020998051390051842, -0.21646426618099213, -0.01598236709833145, -0.17308072745800018, -0.12435629218816757, 0.2515254616737366, 0.331241637468338, 0.07232728600502014, -0.09491369873285294, 0.31930261850357056, -0.06881612539291382, -0.0735759362578392, 0.0003341918927617371, 0.4633446931838989, 0.0979919284582138, -0.34403321146965027, -0.2524380385875702, 0.2614043354988098, 0.023886337876319885, -0.17421600222587585, 0.20998632907867432, -0.32474663853645325, -0.12305404245853424, -0.12244395911693573, 0.33924946188926697, -0.42732179164886475, -0.11033224314451218, 0.07942228764295578, 0.2815897762775421, 0.1086769625544548, 0.14452292025089264, 0.11644428223371506, -0.13151869177818298, 0.09080278128385544, -0.14395277202129364, 0.2974419593811035, -0.117600217461586, 0.12169262021780014, -0.28287649154663086, 0.17766694724559784, -0.3644094169139862, 0.1143689826130867, -0.1322164088487625, 0.12988005578517914, 0.4249420464038849, 0.16252800822257996, -0.12922656536102295, 0.035936322063207626, -0.042725831270217896, 0.027150850743055344, 0.1300809681415558, -0.0923178568482399, -0.061665941029787064, 0.2733474671840668, 0.11438343673944473, 0.1613113135099411, -0.036513954401016235, -0.06448006629943848, 0.10455521941184998, 0.1534411609172821, -0.11479923874139786, 0.1721084713935852, 0.015130674466490746, 0.5005865693092346, 0.2503131031990051, -0.3274984061717987, -0.2643703818321228, -0.062057655304670334, 0.28350964188575745, 0.24298445880413055, -0.36955055594444275, 0.3018808960914612, -0.2816692590713501, -0.20445871353149414, -0.2549861669540405, 0.007808668538928032, -0.2078409194946289, -0.20107054710388184, -0.12307032197713852, 0.06521239131689072, -0.07983889430761337, 0.10090958327054977, -0.14413073658943176, 0.2015528380870819, -0.3245195746421814, 0.15577039122581482, 0.2027173787355423, 0.18359121680259705, -0.2840033173561096, -0.29414910078048706, 0.08980493247509003, -0.15695470571517944, -0.20292523503303528, -0.31384578347206116, -0.03764484450221062, -0.4133094847202301, 0.06396924704313278, 0.044952087104320526, 0.07169577479362488, 0.35790491104125977, 0.0432419590651989, -0.01612790673971176, -0.1220884844660759, 0.03419050946831703, 0.1851106584072113, 0.21003122627735138, 0.0021366144064813852, -0.3937636613845825, 0.24599729478359222, -0.034161463379859924, -0.45361223816871643, -0.005532990675419569, 0.091156966984272, -0.21424666047096252, 0.3489537835121155, 0.03030509501695633, -0.46409717202186584, -0.11497560143470764, 0.0991126224398613, 0.2976474463939667, -0.15778623521327972, 0.05636860802769661, 0.4047921597957611, 1.0856146812438965, 0.1666281670331955, 0.10008259117603302, 0.06708945333957672, -0.18588757514953613, 0.40163692831993103, -0.7872998714447021, 0.10948818922042847, -0.09855350852012634, 0.13208737969398499, -0.1188688799738884, -0.09324757754802704, 0.10812029987573624, 0.3709689974784851, 0.2559550702571869, 0.1462128460407257, 0.30988287925720215, -0.17369690537452698, 0.1332141011953354, 0.1941300481557846, 0.19452239573001862, -0.09673769026994705, 0.14975886046886444, 0.3494170904159546, 0.17365390062332153, 0.06899681687355042, -0.40108680725097656, 0.07564163953065872, -0.1271205097436905, 0.06581835448741913, 0.008442354388535023, -0.029175367206335068, 0.33770155906677246, 0.26452597975730896, 0.10585371404886246, 0.02437930554151535, 0.17744864523410797, -0.22646494209766388, 0.07340790331363678, -0.20130102336406708, -0.32435065507888794, -0.036853060126304626, -0.07412072271108627, -0.2557567358016968, -0.1849064826965332, 0.10026422888040543, 0.34567221999168396, -0.1313965916633606, -0.04409421235322952, -0.016236793249845505, -0.046393025666475296, 0.17105798423290253, -0.48823416233062744, 0.06493028998374939, 0.18795929849147797, -0.011630730703473091, -0.009473942220211029, 0.33876293897628784, -0.2470232993364334, 0.0257718563079834, 0.251539409160614, 0.2489922195672989, 0.05549781769514084, 0.14851728081703186, 0.06602345407009125, 0.1894422173500061, -0.3461783826351166, 0.3301173746585846, 0.15110984444618225, -0.2280968427658081, -0.01903982274234295, -0.14262087643146515, -0.34901848435401917, -0.39880621433258057, -0.18531885743141174, 0.03404155373573303, -0.35849761962890625, -0.24544446170330048, -0.06232088431715965, -0.29836586117744446, -0.038740821182727814, 0.26867911219596863, 0.18391068279743195, 0.22247858345508575, 0.05534246936440468, -0.25765782594680786, 0.10936198383569717, 0.39487698674201965, 0.35437139868736267, -0.23884567618370056, -0.008592124097049236, -0.16468307375907898, 0.20971176028251648, -0.0015830920310691, -0.48929235339164734, 0.13054156303405762, 0.015228798612952232, 0.009958894923329353, -0.09920021891593933, -0.020787928253412247, -0.04997868463397026, 0.07155938446521759, 0.37381595373153687, 0.09238477796316147, -0.22092999517917633, -0.35654544830322266, 0.090131476521492, 0.0788184329867363, 0.30431240797042847, 0.010548179969191551, -0.022293686866760254, 0.06197673827409744, 0.11719954013824463, 0.1378922313451767, -0.09604073315858841, -0.11655641347169876, 0.20517107844352722, 0.0714947059750557, 0.6040101647377014, 0.1813695728778839, -0.35849085450172424, -0.07064880430698395, 0.371330589056015, 0.16045425832271576, 0.15771353244781494, -0.16482442617416382, -0.02653518319129944, -0.115714430809021, 0.09238285571336746, 0.24546250700950623, 0.19322621822357178, -0.21903832256793976, 0.3043142855167389, 0.10678549855947495, 0.04598335549235344, -0.13713890314102173, 0.003694049548357725, 0.42899975180625916, -0.16393457353115082, -0.10200512409210205, 0.3239571154117584, 0.3021097779273987, -0.1616036742925644, 0.0884498804807663, -0.3270907402038574, -0.196494922041893, -0.08305768668651581, 0.02883930504322052, 0.16571162641048431, 0.17348992824554443, 0.6556568145751953, -0.06804496794939041, -0.14501288533210754, 0.07058237493038177, 0.020989958196878433, -0.5683492422103882, -0.23960186541080475, 0.18833260238170624, 0.22818519175052643, -0.058243148028850555, -0.04455225169658661, 0.0703805610537529, 0.12794871628284454, 0.07372351735830307, -0.1529872864484787, 0.13685424625873566, 0.17376494407653809, 0.13007508218288422, 0.30073222517967224, 0.02776350826025009, 0.5849727392196655, -0.11229237914085388, 0.03911773860454559, 0.013258054852485657, 0.2907038927078247, -0.12498949468135834, -0.06664164364337921, 0.05716400220990181, -0.1522122621536255, 0.1645243763923645, -0.07317192852497101, -0.1966283619403839, -0.023016083985567093, -0.17605586349964142, -0.34385061264038086, -0.399371474981308, -0.22548948228359222, 0.02703312411904335, 0.04527852311730385, -0.48529696464538574, -0.27462559938430786, 0.2328619807958603, 0.1681591272354126, -0.05232439190149307, 0.04036470502614975, 0.08010575920343399, -0.12018052488565445, -0.12479598075151443, -0.0013789935037493706, -0.3018505573272705, -0.2149280160665512, 0.0036964004393666983, -0.23351643979549408, -0.09144874662160873, -0.042511314153671265, -0.06816454976797104, -0.08976294845342636, 0.24585093557834625, 0.3818708062171936, -0.03879357501864433, 0.26506340503692627, -0.2715360224246979, 0.0717293918132782, 0.37692615389823914, -0.29732853174209595, -0.2526284456253052, -0.05498015135526657, 0.22400791943073273, -0.058568622916936874, -0.11499587446451187, 0.22401770949363708, -0.2771652638912201, 0.04652968794107437, -0.31748268008232117, -0.4159799814224243, -0.14967703819274902, 0.005994846578687429, 0.1668509542942047, 0.08004602044820786, 0.5088147521018982, 0.1646946668624878, 0.44822055101394653, 0.034131813794374466, -0.31431201100349426, 0.0014545192243531346, 0.3295237123966217, 0.09163584560155869, -0.09419722855091095, -0.32635876536369324, -0.010669056326150894, 0.07315777987241745, 0.2413119673728943, -0.15305252373218536, -0.01957450807094574, -0.03439447283744812, 0.10412014275789261, -0.09379179775714874, 0.17908594012260437, -0.16221575438976288, -0.009134110994637012, 0.1401774138212204, 0.03981548175215721, 0.1838635951280594, 0.1706325262784958, 0.3019173741340637, -0.2100497931241989, 0.07944571226835251, 0.024151913821697235, 0.09967004507780075, 0.2514185309410095, -0.31029462814331055, 0.23071172833442688, -0.03741464391350746, -0.12181532382965088, -0.006817167159169912, -0.008221776224672794, 0.26320964097976685, 0.5289662480354309, 0.14201019704341888, -0.3302246034145355, -0.17728449404239655, -0.2624916136264801, 0.255785197019577, -0.1819489598274231, -0.15222996473312378, 0.18366754055023193, -0.2279423624277115, -0.1587948054075241, -0.17041559517383575, -0.12695904076099396, -0.05954162776470184, 0.24828626215457916, 0.039944879710674286, -0.31247878074645996, -0.09052053838968277, 0.10019375383853912, 0.11913924664258957, 0.09810389578342438, 0.0832708552479744, 0.08692806959152222, 0.4130820631980896, 0.08308222889900208, -0.09581972658634186, -0.18637733161449432, 0.08935105800628662, 0.16250942647457123, -0.0474831648170948, 0.22406251728534698, 0.26535487174987793, 0.09156998991966248, -0.07994023710489273, -0.3520947992801666, 0.04022951051592827, -0.06160959601402283, -0.11403712630271912, -0.10766318440437317, -0.2767849266529083 ]
https://pimcore.com/docs/platform//Ecommerce_Framework#why-pimcore-e-commerce-framework
Why Pimcore E-Commerce Framework The e-commerce environment has fundamentally changed and e-commerce projects often face new challenges like: complex product structures: lots of data attributes, complex product relations, configurable product systems, different sources for products complex pricing structures: product dependent price sources, tier pricing, pricing matrices, individual pricing rules, integration of remote pricing services complex availability calculations thousands customer groups with: customer group specific prices, customer group specific assortments individual checkouts: individual integration of backend systems, integration of multi-channel processes into checkout workflow individual design highly agile projects with changing requirements: 'fail fast', fast changing environments and requirements etc. We think for these challenges a default shop system that pops out of a box, that has a fixed product data model, fixed workflows, a template based frontend and needs to be connected and integrated with other systems via interfaces is not the tool to go for. We think for these challenges you need... a framework for developers to build outstanding e-commerce solutions for customers, with a native integration into Pimcore, with a component based architecture and a strict separation between backend functionality and frontend presentation. That is the idea behind the E-Commerce Framework of Pimcore. Like Pimcore itself, it is not a ready made system, it is a set of tools and functionality to help building e-commerce applications really fast and flexible.
Why Pimcore E-Commerce Framework
[ -0.06947892159223557, -0.588588297367096, -0.24730637669563293, 0.21212805807590485, 0.1353786587715149, -0.1866341233253479, 0.14877861738204956, -0.01872662641108036, -0.27583375573158264, 0.05616350471973419, -0.15800386667251587, 0.299464613199234, 0.19130024313926697, 0.6203957796096802, -0.45008108019828796, -0.20070818066596985, 0.1652621626853943, 0.06739432364702225, -0.44799691438674927, -0.16108521819114685, 0.07930862158536911, -0.08628875762224197, 0.03448794037103653, 0.09900487959384918, -0.02804918773472309, -0.006142476573586464, -0.4352720081806183, -0.08757509291172028, -0.40930598974227905, 0.11593148857355118, -0.013265222311019897, -0.017558427527546883, -0.14883673191070557, 0.012061635963618755, -0.00010519951320020482, -0.24989640712738037, -0.012474537827074528, -0.17128655314445496, -0.40741869807243347, 0.0013029102701693773, -0.09087974578142166, 0.15386199951171875, 0.10761374235153198, -0.26136428117752075, 0.36315831542015076, -0.059981830418109894, -0.04644373059272766, 0.30763736367225647, 0.00579482689499855, -0.023869944736361504, 0.24942250549793243, -0.10763580352067947, 0.2348964512348175, -0.023096838966012, -0.34457927942276, 0.21117755770683289, -0.26553961634635925, -0.0508112795650959, 0.6732045412063599, 0.26513636112213135, 0.07199274748563766, -0.283005028963089, -0.027700670063495636, 0.04599757492542267, 0.3550267517566681, -0.1508239507675171, 0.6209259033203125, -0.3016759753227234, -0.14636240899562836, 0.31760069727897644, 0.3963218331336975, 0.10086528211832047, -0.01410259585827589, 0.10550381988286972, 0.027732744812965393, 0.16351261734962463, -0.21397055685520172, 0.07681207358837128, 0.22465728223323822, 0.1747576743364334, -0.138924241065979, 0.08682232350111008, -0.0782008245587349, 0.3836889863014221, 0.15585216879844666, 0.10696613043546677, 0.01911623775959015, 0.18180163204669952, 0.01660068705677986, -0.0012436019023880363, 0.09394833445549011, -0.10304542630910873, 0.07972105592489243, 0.271890252828598, 0.15761110186576843, -0.34983569383621216, 0.05836532264947891, 0.5589994192123413, -0.030339596793055534, 0.076694056391716, -0.39329662919044495, 0.1493280678987503, 0.10396028310060501, 0.09601569920778275, 0.27984124422073364, -0.014707370661199093, -0.13879162073135376, -0.534814178943634, 0.06145358085632324, 0.019591590389609337, 0.1493491530418396, -0.025927389040589333, 0.15111149847507477, 0.12196004390716553, -0.28603076934814453, -0.3570810854434967, -0.07648860663175583, 0.21818028390407562, 0.039589591324329376, -0.33101963996887207, -0.2339549958705902, 0.07172425091266632, 0.03646351769566536, 0.16222739219665527, -0.13913863897323608, 0.35737180709838867, -0.170951709151268, -0.12271096557378769, -0.0989314466714859, 0.10725635290145874, 0.06739609688520432, 0.10330833494663239, -0.11154765635728836, -0.0772087499499321, 0.10485158115625381, -0.02097824029624462, 0.21998262405395508, 0.07835068553686142, -0.010441905818879604, -0.060101669281721115, 0.0962187871336937, -0.11685789376497269, -0.37768882513046265, -0.03615671023726463, -0.1260550320148468, -0.17555896937847137, -0.14045310020446777, 0.70316082239151, -0.08448470383882523, -0.15261207520961761, -0.5264596939086914, -0.40455174446105957, -0.12889550626277924, 0.21256369352340698, 0.2052534520626068, 0.06151912361383438, 0.23643162846565247, -0.4580906331539154, -0.3742944598197937, -0.22452601790428162, 0.36938995122909546, -0.07099628448486328, 0.09814537316560745, 0.07063592225313187, -0.6515402793884277, -0.07833027094602585, 0.0707361251115799, 0.1683076173067093, -0.698679506778717, -0.34794583916664124, -0.023875536397099495, -0.006485690362751484, -0.3072928190231323, 0.27908119559288025, -0.11350569128990173, -0.6349562406539917, 0.19976232945919037, 0.02999110147356987, 0.012297393754124641, 0.1095781922340393, -0.02395511232316494, -0.07804586738348007, 0.2080959528684616, 0.20265159010887146, -0.09815843403339386, -0.4249900281429291, -0.24488092958927155, -0.16456052660942078, -0.2127857357263565, 0.17465420067310333, -0.0884694829583168, -0.18929457664489746, -0.16411051154136658, 0.08022135496139526, -0.1959519237279892, -0.08710275590419769, 0.05068278685212135, -0.12041717022657394, 0.02348223701119423, 0.1213943362236023, 0.02461547963321209, -0.16798259317874908, 0.37383076548576355, 0.2806616723537445, 0.16482529044151306, 0.0947558656334877, -0.08589217811822891, 0.10684805363416672, -0.5418260097503662, 0.3230253756046295, 0.1333344578742981, -0.04562082141637802, 0.007307807914912701, 0.09272295981645584, 0.21288131177425385, -0.4361129403114319, 0.21960218250751495, -0.18317599594593048, -0.28076067566871643, -0.4325655996799469, -0.0628049299120903, 0.33360379934310913, 0.01477227732539177, -0.031783197075128555, 0.3345871567726135, -0.22167572379112244, -0.25935235619544983, 0.3668615520000458, -0.16098982095718384, 0.1408950686454773, 0.0863880068063736, -0.1127709448337555, 0.10195349901914597, 0.3431897461414337, 0.04446713626384735, 0.23234878480434418, -0.029944434762001038, 0.4391602873802185, 0.12618398666381836, -0.12405523657798767, 0.16857729852199554, -0.24066543579101562, 0.44478315114974976, -0.16989491879940033, -0.04749646782875061, 0.07479479908943176, -0.1259922832250595, 0.31281349062919617, 0.11432807892560959, -0.0198545902967453, 0.04865429922938347, -0.04360165074467659, 0.20758391916751862, 0.19209891557693481, 0.2754822373390198, 0.21656404435634613, 0.3117048740386963, 0.46993157267570496, -0.06435347348451614, 0.17426982522010803, 0.37655404210090637, 0.13959619402885437, 0.28208762407302856, 0.010891292244195938, 0.024991368874907494, -0.41504931449890137, 0.2369798719882965, -0.36908265948295593, 0.21105611324310303, 0.10119014978408813, -0.3373405635356903, 0.24066027998924255, -0.08765210211277008, 0.05208529904484749, 0.2779639959335327, 0.4021715521812439, 0.24356241524219513, -0.29148486256599426, -0.019159676507115364, 0.36278900504112244, 0.10484344512224197, -0.5119419693946838, -0.0222514346241951, -0.02697509527206421, 0.0436176136136055, 0.2045554369688034, 0.10668136924505234, 0.332813024520874, 0.0746740847826004, 0.20141564309597015, 0.07449573278427124, -0.18397222459316254, 0.11197669804096222, 0.3204231560230255, 0.08966082334518433, -0.37132924795150757, 0.4890150725841522, 0.2403843253850937, -0.16723819077014923, -0.09647555649280548, -0.5505232810974121, -0.314201295375824, -0.14754603803157806, 0.2332303375005722, 0.0726781114935875, 0.4286024868488312, 0.13643230497837067, -0.11559315025806427, 0.2051336020231247, -0.12154490500688553, -0.21888674795627594, 0.3745518922805786, -0.10168977826833725, 0.09451533854007721, 0.3024495244026184, 0.05792674422264099, -0.043013960123062134, 0.187486931681633, -0.16215062141418457, 0.030832214280962944, -0.29319557547569275, 0.021616630256175995, 0.004296447616070509, -0.007597148884087801, -0.0263378769159317, -0.21483081579208374, 0.1672230362892151, -0.2613667845726013, -0.05524543300271034, -0.043286893516778946, 0.056933045387268066, -0.18842977285385132, -0.10071160644292831, 0.16887624561786652, 0.04965708777308464, 0.5548961162567139, -0.09841875731945038, 0.046335432678461075, -0.04668962582945824, -0.12114086002111435, 0.1193850114941597, -0.08353479951620102, -0.10821791738271713, 0.25574710965156555, 0.06915290653705597, -0.1148337572813034, -0.1329280585050583, 0.18955379724502563, -0.24410183727741241, -0.09016295522451401, 0.13998198509216309, 0.48739898204803467, 0.1655813753604889, -0.1815108358860016, 0.032018013298511505, 0.24688343703746796, -0.6305123567581177, 0.12800315022468567, 0.2268083691596985, -0.3519505560398102, 0.09248123317956924, -0.07440438866615295, 0.7160617113113403, -0.5658745169639587, -0.20244230329990387, 0.08564866334199905, 0.32285207509994507, 0.24467085301876068, -0.200601726770401, -0.12153018265962601, 0.18700163066387177, -0.09575535356998444, -0.04093092307448387, 0.2222348302602768, -0.3036692142486572, -0.06618547439575195, -0.265423059463501, 0.4985789656639099, -0.18789906799793243, 0.1393519788980484, -0.1132207065820694, 0.48364636301994324, 0.23396742343902588, -0.0577022060751915, 0.17092037200927734, 0.21277283132076263, 0.11664444208145142, 0.09660010039806366, 0.16626979410648346, -0.27515557408332825, 0.03358114883303642, -0.012457181699573994, -0.2666393518447876, 0.18584871292114258, 0.12371765822172165, 0.19822487235069275, -0.11555810272693634, 0.30502039194107056, 0.05473834648728371, 0.3734288811683655, 0.26030227541923523, 0.5413916110992432, 0.03300132602453232, -0.3833058774471283, -0.03791743889451027, -0.21159103512763977, -0.06257272511720657, 0.09532953053712845, -0.25424712896347046, 0.19294312596321106, 0.18154267966747284, 0.06492894142866135, -0.15020015835762024, -0.23565466701984406, 0.11561865359544754, 0.05340556427836418, 0.11068989336490631, 0.07518476247787476, -0.029305879026651382, 0.09272321313619614, -0.07584702968597412, 0.050020452588796616, -0.4479425251483917, 0.18328572809696198, 0.10014870017766953, 0.19447697699069977, -0.4583950638771057, -0.16895464062690735, -0.003636406036093831, 0.14905577898025513, -0.2867346405982971, -0.19333398342132568, -0.09070396423339844, -0.47404009103775024, 0.04127778857946396, 0.11221237480640411, 0.024428652599453926, 0.2201952189207077, 0.10054731369018555, 0.2787690758705139, -0.08073015511035919, -0.046212587505578995, 0.0208529531955719, 0.37203148007392883, -0.519264280796051, -0.5397621393203735, 0.2172030210494995, 0.14921751618385315, -0.015143333934247494, 0.010553005151450634, 0.0606713704764843, -0.46819934248924255, 0.39103975892066956, 0.12320870906114578, -0.3058417737483978, -0.11912818998098373, -0.0357074961066246, 0.17944535613059998, 0.16120645403862, 0.11616551876068115, 0.3819672465324402, 0.7465406060218811, -0.047474998980760574, 0.1478937268257141, 0.09581451117992401, -0.021687915548682213, 0.5091264843940735, -0.5117554664611816, 0.052237845957279205, 0.056046172976493835, 0.2687514126300812, -0.2149663120508194, -0.026382653042674065, 0.2950788140296936, 0.1058424785733223, 0.006534774322062731, 0.2965129017829895, 0.3783653974533081, -0.5505995154380798, 0.26378732919692993, 0.30746695399284363, 0.10857058316469193, -0.26013877987861633, 0.3985912799835205, 0.19044114649295807, 0.08981142938137054, 0.1391034871339798, -0.4027860164642334, 0.11367332190275192, -0.12120945006608963, 0.22043214738368988, 0.06441755592823029, -0.19938522577285767, -0.20786267518997192, 0.12083780765533447, 0.025414125993847847, 0.05676847696304321, 0.16037854552268982, -0.1678924858570099, -0.0010468115797266364, 0.02440429851412773, -0.2197379469871521, 0.06491819024085999, 0.18487407267093658, -0.2160690426826477, 0.06533174216747284, -0.12303029000759125, 0.3536951541900635, -0.025829631835222244, 0.035463862121105194, -0.0002493955544196069, -0.2466496080160141, -0.02718617022037506, -0.15821203589439392, 0.1934332549571991, 0.27390602231025696, 0.12971585988998413, -0.28845852613449097, 0.2624664008617401, -0.3583667576313019, 0.03661993891000748, 0.12086641788482666, 0.16683489084243774, 0.18262618780136108, 0.26449254155158997, -0.0007962326053529978, -0.140363410115242, -0.37271732091903687, 0.000558155938051641, -0.00715631153434515, -0.11643852293491364, -0.3314884305000305, -0.1388765573501587, -0.17616480588912964, -0.2722008228302002, 0.07643833011388779, -0.19961963593959808, -0.3033469021320343, -0.2407115399837494, -0.0049833389930427074, -0.3010517656803131, 0.020648669451475143, 0.2811778783798218, 0.07333462685346603, 0.315470427274704, -0.06962599605321884, -0.14307735860347748, 0.05662618577480316, 0.04541834816336632, 0.3743871748447418, -0.2740130126476288, 0.299417108297348, 0.10962365567684174, 0.38265490531921387, -0.15314728021621704, -0.33856597542762756, 0.2821371257305145, 0.09776045382022858, -0.11093969643115997, 0.04371502995491028, -0.07848774641752243, 0.11943341046571732, 0.09263119846582413, 0.21996183693408966, 0.0947478786110878, -0.5652654767036438, -0.27681729197502136, 0.030784575268626213, 0.07677894085645676, 0.22720398008823395, -0.16731107234954834, -0.10930941998958588, 0.03826384246349335, 0.03680356591939926, -0.05537499487400055, -0.14045162498950958, 0.03730395436286926, 0.13532154262065887, -0.2668267488479614, -0.11024726927280426, 0.09832228720188141, -0.4330484867095947, -0.07148612290620804, 0.18798914551734924, -0.03328637406229973, 0.17986154556274414, -0.08855781704187393, 0.025314152240753174, -0.2642022967338562, 0.024294793605804443, 0.10900657624006271, -0.06792136281728745, -0.14229285717010498, 0.4057329297065735, 0.47526171803474426, 0.17076747119426727, 0.10203233361244202, -0.03149881586432457, 0.24880702793598175, 0.02833535522222519, -0.14623130857944489, 0.38333842158317566, 0.20838718116283417, 0.0009681460214778781, 0.07969421148300171, -0.24553300440311432, 0.33151131868362427, 0.12807834148406982, 0.13233532011508942, 0.05064824968576431, 0.15497614443302155, 0.3985106945037842, 0.020535899326205254, -0.09584368020296097, -0.004344049841165543, -0.08434588462114334, -0.17579032480716705, -0.12047747522592545, 0.3742079436779022, 0.5472307205200195, -0.06694301962852478, 0.19055719673633575, -0.06932875514030457, -0.0180685892701149, 0.36056604981422424, -0.05033749341964722, 0.14734242856502533, 0.3976743817329407, 0.35074764490127563, 0.26404619216918945, 0.12130217254161835, 0.38770854473114014, -0.04382124915719032, -0.12756216526031494, -0.10686846822500229, -0.11988130956888199, -0.01284977700561285, -0.11859259754419327, -0.24357052147388458, -0.07402794808149338, 0.14695031940937042, -0.0030159330926835537, 0.033952318131923676, 0.021387508139014244, -0.12444895505905151, -0.2470526248216629, -0.4540157914161682, 0.04629345238208771, 0.16311612725257874, -0.0824437066912651, -0.3815995752811432, -0.3730069100856781, 0.11546144634485245, 0.160751074552536, -0.06280828267335892, -0.3788532316684723, -0.26993149518966675, -0.29541200399398804, -0.42266032099723816, 0.04498306289315224, -0.18481634557247162, 0.005837630480527878, -0.09092817455530167, -0.11685829609632492, -0.2288455218076706, 0.031548477709293365, -0.033343639224767685, -0.3134157359600067, 0.08288160711526871, 0.3600063621997833, -0.061566006392240524, 0.14005231857299805, -0.2026168555021286, -0.008236171677708626, 0.28813016414642334, -0.21188391745090485, -0.5184453129768372, -0.2009340524673462, 0.16493193805217743, 0.07268288731575012, 0.07113776355981827, 0.5890255570411682, -0.3033319413661957, 0.0812092050909996, -0.22661828994750977, -0.5059446096420288, -0.10775120556354523, -0.09018027037382126, 0.12319422513246536, -0.007900353521108627, 0.039248961955308914, 0.45384079217910767, -0.06931440532207489, -0.028958696871995926, 0.08280344307422638, -0.1062547042965889, 0.10176507383584976, 0.1271432489156723, 0.351239949464798, 0.08606954663991928, 0.15106986463069916, -0.16103941202163696, 0.42616668343544006, 0.08253221958875656, -0.04895419254899025, -0.20550265908241272, -0.0029495726339519024, -0.031165679916739464, 0.2386229932308197, -0.33525940775871277, -0.060202546417713165, 0.21608459949493408, -0.1285536140203476, 0.18553891777992249, -0.38928186893463135, 0.13335905969142914, -0.13076931238174438, -0.08210957050323486, 0.3300594389438629, 0.09423262625932693, 0.46857163310050964, -0.1854177564382553, -0.24571336805820465, 0.19074633717536926, 0.07328754663467407, 0.07899942249059677, 0.10821714997291565, 0.5578033328056335, 0.30761778354644775, 0.06423015147447586, -0.25845885276794434, -0.10873864591121674, -0.16279292106628418, 0.11495887488126755, 0.11561161279678345, 0.08176922798156738, 0.08131642639636993, -0.1364942342042923, 0.035286374390125275, -0.24835096299648285, -0.09095866233110428, -0.2804485559463501, 0.16508720815181732, 0.08099065721035004, -0.36852961778640747, -0.17266051471233368, 0.09703519940376282, -0.11317780613899231, -0.12157787382602692, -0.1388467252254486, -0.07260221987962723, 0.28791946172714233, -0.006152214016765356, 0.027626007795333862, 0.11272044479846954, -0.1030234768986702, 0.09521790593862534, 0.12864919006824493, -0.1596384048461914, -0.07124282419681549, -0.20603880286216736, 0.038206521421670914, -0.26507309079170227, 0.31269726157188416, -0.2149321734905243, 0.10426290333271027, 0.22071628272533417, -0.2905738353729248 ]
https://pimcore.com/docs/platform//Ecommerce_Framework#provided-functionality-in-a-nutshell
Provided Functionality in a Nutshell Tools for indexing, listing, searching and filtering products Implementations of carts, wish lists, comparison lists, etc. Concepts for flexible and complex pricing, taxes and availability functionality Functionality and tools for implementing checkout processes Pricing Rules and Vouchers Tools for working with and managing Orders Concepts for setting up multi tenant and multi shop solutions For a first impression have a look at our Demo. For more complex solutions have a look at our case studies.
Provided Functionality in a Nutshell
[ 0.17242859303951263, -0.43166691064834595, -0.40390655398368835, -0.061434488743543625, 0.09594380110502243, 0.14416393637657166, 0.29773184657096863, -0.015254411846399307, -0.05561458319425583, -0.16180481016635895, 0.13781751692295074, 0.32334262132644653, 0.16839979588985443, 0.5671328902244568, 0.05190366506576538, -0.07680260390043259, 0.27807584404945374, 0.30596551299095154, -0.26995420455932617, -0.030355092138051987, 0.036891937255859375, 0.008210019208490849, -0.22611701488494873, 0.2070365995168686, -0.11703240126371384, -0.18065109848976135, -0.20005616545677185, 0.004134095273911953, -0.33222782611846924, -0.109983891248703, -0.07275422662496567, 0.18549613654613495, -0.4637717604637146, -0.13581664860248566, -0.00010422289051348343, -0.39538517594337463, 0.05669825151562691, -0.08392367511987686, -0.5012398958206177, 0.019156180322170258, -0.08020824939012527, -0.10160285234451294, 0.3322210907936096, 0.003932158462703228, 0.18643920123577118, -0.09226562827825546, 0.034952033311128616, 0.3385184109210968, -0.15491585433483124, -0.20941923558712006, 0.2700541615486145, -0.07981252670288086, 0.09066304564476013, -0.15262559056282043, 0.06714769452810287, 0.20697663724422455, -0.2157946527004242, -0.13036318123340607, 0.9073204398155212, -0.08526507019996643, 0.16807261109352112, 0.03472764417529106, -0.1436164230108261, -0.02587304078042507, 0.1916833221912384, -0.24164961278438568, 0.20047134160995483, -0.05406295508146286, -0.03894062712788582, 0.1193699985742569, 0.24556685984134674, 0.0035882191732525826, -0.13908743858337402, -0.3062700033187866, 0.060920268297195435, -0.050274718552827835, -0.3028979003429413, 0.02205854095518589, 0.057940226048231125, -0.07012869417667389, -0.3055264353752136, -0.07089819759130478, -0.035624898970127106, 0.19377432763576508, 0.10729553550481796, 0.5211072564125061, -0.21646736562252045, -0.018567683175206184, -0.12256424129009247, 0.24003489315509796, -0.19253666698932648, 0.023926323279738426, -0.06703328341245651, 0.30397829413414, -0.029435094445943832, -0.2974430024623871, 0.38062915205955505, 0.2714761793613434, 0.10821471363306046, 0.1004401221871376, 0.21955017745494843, 0.08667740970849991, -0.025302045047283173, 0.11181570589542389, 0.2180737853050232, 0.08999838680028915, -0.15460065007209778, -0.18111048638820648, -0.23592987656593323, 0.24669812619686127, 0.1906169205904007, 0.25531670451164246, -0.12321733683347702, 0.5915971398353577, -0.44220367074012756, 0.00590628432109952, 0.005114042665809393, 0.1381424218416214, -0.30628702044487, -0.013261075131595135, -0.15609826147556305, -0.1376269906759262, -0.09178642928600311, -0.10652385652065277, -0.08336318284273148, -0.09468556195497513, -0.35319364070892334, 0.0007262610597535968, -0.01069201435893774, -0.3632633686065674, -0.05639428645372391, 0.11973760277032852, -0.13498380780220032, 0.02070450596511364, -0.06630566716194153, -0.30971911549568176, 0.27075499296188354, 0.014817223884165287, -0.23930907249450684, -0.09484346210956573, 0.42779341340065, 0.018830303102731705, -0.021379459649324417, 0.03597140312194824, -0.28912025690078735, -0.2911168932914734, -0.07033918797969818, 0.19149278104305267, -0.14705775678157806, 0.010485095903277397, -0.25704342126846313, -0.3813769221305847, 0.03296218812465668, 0.2622198462486267, 0.000048206660721916705, -0.15535740554332733, 0.11765345931053162, 0.29504165053367615, -0.40872788429260254, 0.22489584982395172, 0.2866203188896179, 0.2531113922595978, 0.10954637825489044, -0.04853947088122368, -0.5092526078224182, -0.020192889496684074, -0.342409610748291, -0.11192289739847183, -0.236343115568161, -0.40992218255996704, -0.2585088014602661, -0.16424956917762756, -0.25341925024986267, 0.45269709825515747, 0.023537637665867805, 0.036838334053754807, 0.3101597726345062, 0.08816055953502655, 0.11733870953321457, 0.03988582640886307, 0.1028008908033371, -0.20876836776733398, 0.1469711810350418, -0.053065381944179535, 0.21999549865722656, -0.080900177359581, -0.43376362323760986, -0.08721942454576492, -0.20534491539001465, -0.14074987173080444, -0.002157015958800912, -0.39715680480003357, -0.08616501837968826, 0.34805500507354736, -0.21494625508785248, -0.19031208753585815, 0.04290642589330673, 0.023006251081824303, -0.12329293042421341, 0.11849965155124664, -0.020144233480095863, -0.1307542622089386, 0.20877201855182648, 0.22353336215019226, 0.11961331963539124, -0.1788397878408432, -0.14346963167190552, -0.22912535071372986, -0.49825847148895264, 0.2105799913406372, 0.5651524662971497, 0.03883387893438339, -0.37225544452667236, 0.11974191665649414, -0.07091820240020752, -0.3799406588077545, 0.3466431796550751, -0.19528934359550476, -0.015955301001667976, -0.15674583613872528, -0.2648620903491974, 0.0788394957780838, 0.003679435234516859, -0.058582551777362823, 0.18008935451507568, -0.14592929184436798, -0.2188614457845688, 0.3531838357448578, 0.09697530418634415, 0.28708088397979736, 0.03503306955099106, 0.07971314340829849, 0.14066925644874573, -0.03437746316194534, -0.009163840673863888, -0.04397464171051979, 0.09377472847700119, 0.5138209462165833, 0.2301914542913437, 0.2713221311569214, -0.08430215716362, 0.2358706146478653, 0.1890491396188736, -0.13459007441997528, -0.5179320573806763, 0.176761195063591, -0.02072104811668396, 0.2619694769382477, -0.035217493772506714, 0.005154964979737997, 0.08114594221115112, 0.18703435361385345, -0.05526375398039818, 0.04508993402123451, 0.20878833532333374, 0.014190108515322208, -0.0914275124669075, 0.07249964028596878, 0.025424642488360405, 0.3045782446861267, 0.29990553855895996, -0.27834776043891907, 0.21815991401672363, -0.19223865866661072, 0.05995147302746773, -0.3294537365436554, 0.4628012478351593, -0.06172029674053192, 0.15838941931724548, 0.25792455673217773, -0.0780952051281929, 0.0070454636588692665, 0.10969893634319305, -0.018029045313596725, 0.2537638247013092, 0.19594283401966095, 0.03666005656123161, -0.21768489480018616, -0.3531709313392639, 0.16786901652812958, 0.24885664880275726, -0.4880286753177643, -0.02860676683485508, -0.020466765388846397, 0.011475116945803165, -0.24896880984306335, -0.1038343608379364, -0.03378576412796974, 0.467209130525589, 0.38092634081840515, 0.36295098066329956, -0.489027738571167, 0.12179669737815857, 0.036739423871040344, -0.2579478919506073, -0.22738724946975708, -0.10797056555747986, 0.498252809047699, -0.2815686762332916, 0.09941744804382324, -0.32829490303993225, -0.3379790186882019, -0.17480236291885376, 0.26904237270355225, -0.23811013996601105, 0.2540280520915985, 0.40807563066482544, 0.20350240170955658, 0.2740902900695801, -0.15981143712997437, -0.5421159267425537, 0.4023575782775879, -0.24001847207546234, 0.0318918414413929, 0.2962557375431061, -0.28451117873191833, -0.2585242986679077, 0.24858713150024414, -0.13119450211524963, 0.3375300467014313, 0.12675106525421143, -0.23470546305179596, -0.06951859593391418, -0.4274698793888092, -0.11447497457265854, 0.023871012032032013, 0.05688018351793289, -0.4847376048564911, 0.05645013973116875, -0.20216971635818481, 0.08938208222389221, -0.24644167721271515, -0.2739950120449066, 0.3686937987804413, -0.0018555186688899994, 0.2590900957584381, -0.1863185465335846, 0.028226099908351898, 0.06289875507354736, -0.22045882046222687, -0.034628529101610184, -0.1837080717086792, -0.11655079573392868, 0.3005024790763855, 0.1377492994070053, 0.08659813553094864, 0.2393966168165207, 0.4606654942035675, -0.3296744227409363, 0.0770769938826561, 0.04416535794734955, 0.3987196683883667, 0.3118491470813751, -0.18228885531425476, -0.010342544876039028, -0.1976677030324936, -0.3959619700908661, 0.11718033254146576, 0.04615504667162895, 0.17922097444534302, -0.17043054103851318, -0.07059446722269058, 0.36842238903045654, -0.2701966464519501, 0.15638838708400726, 0.2712515890598297, 0.2774497866630554, 0.13214297592639923, -0.09948699921369553, -0.04139687120914459, -0.22953954339027405, 0.025118889287114143, 0.09888610988855362, 0.18743878602981567, 0.01426523644477129, -0.21893960237503052, -0.23311923444271088, -0.10265463590621948, -0.4600876271724701, 0.1532508283853531, -0.06711723655462265, -0.11281831562519073, 0.5878108143806458, -0.11636592447757721, 0.12036354839801788, 0.2969157099723816, 0.23025022447109222, -0.13633912801742554, -0.1387433558702469, 0.2073618769645691, -0.15876588225364685, -0.06853986531496048, -0.14727254211902618, 0.46013006567955017, 0.059451714158058167, -0.003546060062944889, -0.3344934284687042, 0.11005768924951553, -0.2059190720319748, -0.10011410713195801, -0.042618174105882645, -0.09983569383621216, -0.11856139451265335, -0.37247470021247864, 0.2132701277732849, -0.23008626699447632, -0.08720134198665619, -0.06537600606679916, -0.49134567379951477, 0.11687801033258438, -0.23339807987213135, 0.13912458717823029, -0.08238847553730011, -0.258535236120224, 0.0832756757736206, -0.22538015246391296, 0.1624971181154251, 0.34375739097595215, 0.22856248915195465, -0.34471166133880615, -0.1860826313495636, 0.18275974690914154, -0.1585673987865448, -0.2655341625213623, 0.020918717607855797, -0.05686458572745323, -0.025405097752809525, 0.0924767479300499, 0.09410528838634491, 0.06439540535211563, -0.13468827307224274, -0.08013065159320831, 0.1490456908941269, -0.4466705918312073, 0.2691173851490021, -0.05056123435497284, 0.12221603095531464, 0.29317617416381836, 0.38008710741996765, 0.22333770990371704, -0.32906103134155273, 0.3187987208366394, 0.256215363740921, 0.2812671363353729, -0.052412159740924835, -0.489141583442688, 0.40955257415771484, -0.014732119627296925, -0.34174537658691406, 0.06391743570566177, 0.09122417867183685, -0.07576090842485428, 0.16341838240623474, 0.12416820973157883, -0.3693140149116516, -0.20386314392089844, -0.007455488201230764, 0.20236791670322418, 0.06203833222389221, 0.12160224467515945, 0.6636853218078613, 0.916916012763977, 0.1188175231218338, 0.06294958293437958, 0.26579350233078003, -0.31130144000053406, 0.29201942682266235, -0.19137878715991974, -0.21465903520584106, 0.0006023506866768003, 0.28329116106033325, -0.13065429031848907, 0.05412846803665161, 0.14699004590511322, 0.24413594603538513, -0.3312217593193054, 0.03781360015273094, 0.30785492062568665, 0.0844874382019043, 0.12562212347984314, 0.2736784815788269, 0.0853930339217186, -0.17135879397392273, 0.3633657991886139, 0.172865629196167, 0.14450789988040924, 0.1429550051689148, -0.24061404168605804, 0.03301963210105896, -0.10708723217248917, 0.05984121188521385, -0.15268447995185852, -0.21972306072711945, 0.0929960086941719, 0.11972800642251968, 0.05048311874270439, 0.23574614524841309, 0.3533228933811188, -0.18019317090511322, -0.42678821086883545, -0.09571751952171326, -0.23047098517417908, -0.20813317596912384, -0.08110377192497253, -0.13240724802017212, 0.1310974806547165, 0.0933837741613388, 0.12604397535324097, -0.31224972009658813, -0.04194582626223564, 0.15904751420021057, -0.29289761185646057, 0.25375017523765564, -0.9733530282974243, 0.3042626976966858, 0.18231289088726044, -0.3052506148815155, -0.038623251020908356, -0.02791106328368187, -0.2856350541114807, 0.06407830864191055, 0.18788160383701324, 0.0472203865647316, 0.2540220022201538, 0.1696961224079132, 0.033266909420490265, 0.15091697871685028, -0.444760799407959, -0.35195931792259216, 0.26091334223747253, -0.5040908455848694, -0.018785670399665833, -0.36429283022880554, -0.1858958750963211, -0.4575100243091583, 0.17574527859687805, 0.14564436674118042, 0.08250074088573456, -0.1966821849346161, -0.33597519993782043, -0.32588186860084534, 0.14826343953609467, 0.3472556471824646, 0.3077690303325653, 0.3775976598262787, -0.0195869579911232, -0.08531510829925537, -0.05107482522726059, 0.28954964876174927, 0.1335245817899704, -0.18068058788776398, -0.30753207206726074, -0.4987546503543854, 0.4540169835090637, 0.12024421989917755, -0.3732779026031494, 0.04116552695631981, -0.019335510209202766, 0.0941879004240036, 0.5231497883796692, 0.1434153914451599, -0.16359595954418182, 0.2019662857055664, 0.3120286762714386, -0.025598308071494102, -0.34313949942588806, -0.27750954031944275, 0.04728412628173828, 0.10316542536020279, 0.09336749464273453, 0.17532020807266235, 0.08099337667226791, 0.20471274852752686, -0.15111006796360016, 0.002069121692329645, -0.1350078284740448, -0.2731245458126068, 0.1562260389328003, 0.18969488143920898, 0.24465322494506836, 0.15718576312065125, -0.21318037807941437, 0.005957422778010368, 0.32050400972366333, 0.31573569774627686, -0.09981951117515564, 0.0014095875667408109, 0.2020416408777237, -0.1709005981683731, 0.15056902170181274, 0.43814003467559814, 0.24164721369743347, -0.12204332649707794, 0.435132771730423, 0.4264015555381775, 0.38364362716674805, -0.15882208943367004, -0.037249378859996796, 0.17076042294502258, -0.14524884521961212, 0.017473051324486732, 0.12955640256404877, 0.2485194057226181, 0.011696802452206612, 0.08888473361730576, -0.1001502051949501, 0.06441547721624374, 0.004905939567834139, 0.0030227976385504007, 0.36168572306632996, 0.459176629781723, 0.5458207130432129, -0.13283833861351013, 0.13387314975261688, 0.114668108522892, 0.052042074501514435, 0.06443967670202255, -0.051549091935157776, 0.17732705175876617, -0.011088874191045761, -0.26743283867836, -0.13345295190811157, -0.210123211145401, 0.30192703008651733, 0.3230067491531372, 0.0011877373326569796, 0.29116514325141907, 0.6256816983222961, 0.2644166648387909, 0.3294985890388489, 0.12044887989759445, 0.0030780748929828405, 0.25138038396835327, -0.023777006193995476, 0.3807981014251709, 0.3776720464229584, -0.08742310851812363, 0.02699415758252144, -0.13710296154022217, -0.061445098370313644, 0.19360478222370148, -0.14392222464084625, -0.1474458873271942, -0.4046250581741333, -0.12991134822368622, 0.045735813677310944, -0.19737951457500458, 0.5145708918571472, -0.08957745134830475, 0.007413338404148817, 0.055097345262765884, -0.05440723896026611, 0.33940228819847107, 0.1947903335094452, -0.023153070360422134, -0.14009980857372284, -0.028607560321688652, 0.08814757317304611, -0.2508256733417511, 0.22562165558338165, 0.19668258726596832, 0.06252403557300568, -0.22992092370986938, -0.10953710973262787, -0.06966765969991684, -0.19272249937057495, 0.02221270091831684, -0.11298207193613052, 0.15115757286548615, 0.011558487080037594, 0.06485922634601593, 0.16457542777061462, -0.05600804463028908, 0.23704062402248383, 0.08717110753059387, -0.2376008927822113, -0.1456240862607956, 0.043547969311475754, 0.026404885575175285, -0.25473904609680176, 0.25979557633399963, 0.2178676277399063, -0.4230750799179077, 0.02257426269352436, 0.34049171209335327, 0.20066653192043304, -0.09424561262130737, -0.023995254188776016, 0.135611429810524, 0.12199774384498596, 0.274060994386673, -0.13110196590423584, 0.23778380453586578, 0.05641674995422363, -0.26339957118034363, 0.2623547911643982, -0.17258119583129883, 0.09493574500083923, -0.16209504008293152, 0.223273366689682, -0.10833598673343658, 0.1589798480272293, 0.5075404047966003, -0.05433162674307823, -0.42345646023750305, -0.021778151392936707, 0.06735960394144058, -0.16342703998088837, -0.04557544365525246, 0.39025479555130005, 0.10419049113988876, 0.12901434302330017, -0.05133619159460068, 0.026836173608899117, -0.07904447615146637, 0.0778590738773346, -0.4871743321418762, 0.12404914200305939, 0.3121609687805176, 0.10225358605384827, 0.22129593789577484, -0.09949474781751633, 0.05280644819140434, 0.03341514989733696, -0.07092636078596115, -0.07915834337472916, 0.29535290598869324, 0.25896403193473816, 0.35456907749176025, 0.3377677798271179, -0.45015501976013184, 0.041426192969083786, -0.5184165239334106, 0.09252996742725372, -0.14283788204193115, -0.004998880438506603, 0.07410778105258942, -0.3665526211261749, -0.15680550038814545, -0.09865159541368484, -0.03691308945417404, 0.08804343640804291, 0.0008271836559288204, -0.0693506971001625, -0.19926530122756958, -0.26992562413215637, 0.18489685654640198, -0.015014859847724438, 0.30971449613571167, -0.13136468827724457, -0.05031154304742813, -0.04726569727063179, -0.0072692218236625195, 0.05077001079916954, -0.30326399207115173, -0.24909131228923798, 0.38956356048583984, -0.12044604867696762, 0.024741556495428085, 0.4292770028114319, 0.3829594850540161, -0.20871131122112274, -0.24137724936008453, -0.005746627692133188, -0.1106429174542427, -0.18128564953804016, -0.0034543590154498816, -0.1033419668674469 ]
https://pimcore.com/docs/platform//Ecommerce_Framework#working-with-e-commerce-framework
Working With E-Commerce Framework Following aspects are short-cuts into the documentation for start working with the E-Commerce Framework: Architecture Overview Installation and Configuration Indexing and Listing Products Filtering Products Working with Prices Working with Carts Setting up Checkouts Integrating Payment Functionality Working with Orders Tracking Manager Events
Working With E-Commerce Framework
[ 0.170138880610466, -0.35351139307022095, -0.29623717069625854, 0.2292451411485672, 0.20905642211437225, 0.061868276447057724, -0.0026518567465245724, -0.34923768043518066, -0.039448898285627365, 0.07988683134317398, 0.03226843103766441, 0.09181509166955948, 0.2462192326784134, 0.5743607878684998, -0.08300861716270447, 0.08334175497293472, 0.05207781866192818, -0.03595655411481857, -0.4215492904186249, -0.14226993918418884, 0.10602176934480667, -0.18031276762485504, -0.18459883332252502, 0.03650664538145065, -0.17977352440357208, -0.3948754072189331, -0.21426714956760406, 0.19860556721687317, -0.07403184473514557, 0.05010521784424782, -0.0026126280426979065, -0.19932183623313904, 0.050954606384038925, -0.1753978729248047, -0.00010167426080442965, -0.3239886164665222, 0.06423544883728027, -0.12457529455423355, -0.5144593119621277, 0.18132799863815308, -0.1503005027770996, 0.043401364237070084, 0.3879132866859436, -0.025042803958058357, 0.19177205860614777, -0.2440447211265564, 0.25556665658950806, 0.4732893109321594, 0.06907319277524948, 0.067891925573349, 0.3518478572368622, -0.2916538715362549, 0.3494607210159302, -0.004823623690754175, -0.27973195910453796, -0.06118306517601013, 0.05269566923379898, -0.2347322404384613, 0.538435161113739, 0.11183160543441772, -0.18651437759399414, -0.4097317159175873, 0.1841983050107956, 0.15744127333164215, 0.3748023211956024, -0.11758376657962799, 0.41616323590278625, -0.37909120321273804, 0.19895321130752563, -0.09544582664966583, 0.6971530914306641, -0.07539975643157959, 0.026869790628552437, 0.005342970602214336, 0.240144282579422, -0.08351465314626694, 0.16042454540729523, 0.04760437458753586, 0.04671367257833481, 0.08301499485969543, -0.08605241775512695, -0.13937577605247498, -0.25185856223106384, 0.39701777696609497, 0.05244654417037964, 0.23487138748168945, -0.1854420155286789, -0.1890813261270523, 0.08340220898389816, -0.24371089041233063, -0.09037978947162628, 0.022467968985438347, -0.12003600597381592, 0.5003126263618469, -0.09408389031887054, -0.10921825468540192, 0.21033822000026703, 0.6459833383560181, -0.1298774629831314, 0.41844913363456726, -0.3278472423553467, 0.3670635223388672, 0.20086009800434113, 0.3073313236236572, -0.037801213562488556, 0.15261885523796082, 0.098008893430233, -0.33807530999183655, 0.16036243736743927, 0.040853530168533325, 0.20395015180110931, -0.16322477161884308, -0.22377337515354156, 0.169606015086174, -0.20183709263801575, -0.1742217242717743, -0.19750012457370758, -0.11233050376176834, -0.11366557329893112, 0.07433152943849564, -0.2892581522464752, -0.02954125963151455, -0.0110371895134449, 0.03313441947102547, 0.17071789503097534, -0.1315038502216339, -0.3012675940990448, -0.10429581999778748, -0.2542451322078705, -0.020412782207131386, -0.10943104326725006, 0.05374946817755699, -0.09712790697813034, -0.005727650132030249, 0.1193063035607338, -0.10289867222309113, 0.24201273918151855, -0.020187687128782272, 0.03445073589682579, -0.060244254767894745, 0.05538956820964813, -0.003445382695645094, -0.23878268897533417, 0.053087346255779266, -0.20706738531589508, -0.09856536239385605, -0.29661038517951965, 0.32277360558509827, -0.18086868524551392, -0.17330849170684814, -0.08441870659589767, -0.2650526463985443, 0.18162058293819427, 0.2642848491668701, 0.05329656973481178, -0.06214086711406708, 0.49886661767959595, -0.019866861402988434, -0.3957141935825348, 0.07010085135698318, 0.07021699100732803, 0.3853122591972351, 0.22616171836853027, 0.0957750454545021, -0.20094352960586548, 0.06160915270447731, -0.24510622024536133, 0.007246270310133696, -0.3549750745296478, -0.26167935132980347, -0.030394012108445168, -0.20050568878650665, -0.2759281098842621, 0.4602677822113037, 0.046004973351955414, -0.16032135486602783, 0.26895850896835327, 0.023295093327760696, 0.1612376868724823, 0.0693831741809845, -0.014135717414319515, -0.07360682636499405, -0.047212306410074234, 0.08598102629184723, 0.01653851568698883, -0.1968444138765335, -0.45547500252723694, 0.1542958915233612, -0.26941078901290894, 0.13703714311122894, 0.08040355145931244, -0.16781248152256012, -0.20588162541389465, -0.09621580690145493, -0.03921204060316086, -0.008991625159978867, -0.14238601922988892, -0.20855812728405, -0.30262890458106995, 0.060068242251873016, -0.0025900870095938444, 0.09305189549922943, 0.2335337996482849, 0.3863206207752228, 0.02555309608578682, -0.12695294618606567, -0.3621980845928192, 0.03671314939856529, -0.0577884167432785, 0.17152874171733856, -0.035650867968797684, 0.11238951236009598, -0.10587874054908752, -0.009764870628714561, 0.07240545004606247, -0.23780769109725952, 0.2388112097978592, -0.2282470464706421, 0.1622093766927719, -0.3579826354980469, -0.22096823155879974, 0.2941769063472748, -0.16287532448768616, -0.08910980820655823, -0.07400289922952652, -0.1976451724767685, -0.13789592683315277, 0.11186003684997559, -0.0914347842335701, -0.06239376217126846, 0.10116688907146454, -0.06516747176647186, -0.02220327779650688, 0.20097778737545013, -0.17446735501289368, 0.21428421139717102, 0.36396142840385437, 0.8292012214660645, -0.013747957535088062, -0.01647673174738884, -0.20575210452079773, -0.20372995734214783, 0.23248398303985596, -0.06423135846853256, -0.29504120349884033, -0.11966202408075333, -0.1669466644525528, 0.47182828187942505, 0.051656052470207214, -0.20224538445472717, -0.2064771205186844, -0.02084345556795597, 0.1644536554813385, 0.3282777667045593, 0.22488443553447723, -0.057598065584897995, 0.10213139653205872, -0.06448598951101303, -0.17183761298656464, 0.08707264065742493, 0.1320265382528305, 0.04923442006111145, 0.19173310697078705, 0.08812312036752701, -0.047292761504650116, -0.18667387962341309, 0.27397963404655457, -0.4831279218196869, -0.14762631058692932, 0.15855464339256287, 0.12267812341451645, 0.0852724239230156, -0.1427236944437027, -0.04016871750354767, 0.12946324050426483, 0.3702944815158844, 0.16831722855567932, -0.3407371938228607, -0.2155296355485916, 0.13916261494159698, 0.39819756150245667, -0.32080504298210144, -0.026254840195178986, 0.10584710538387299, -0.30079418420791626, 0.0511188805103302, -0.07390116900205612, -0.18891985714435577, 0.1253969520330429, 0.023433296009898186, 0.08454178273677826, -0.2745884954929352, 0.16180716454982758, 0.27406030893325806, -0.21108590066432953, -0.04497494548559189, 0.15008631348609924, 0.4325726628303528, -0.1806899756193161, 0.2832891345024109, -0.6551777720451355, -0.4459379017353058, -0.16601166129112244, 0.29580581188201904, 0.13441850244998932, 0.486726313829422, 0.16879160702228546, -0.03500131890177727, 0.32048529386520386, 0.14437207579612732, -0.363309383392334, 0.2958385944366455, 0.2621302902698517, 0.15723837912082672, -0.07253595441579819, 0.14555983245372772, -0.14927522838115692, 0.07057464867830276, -0.2273264229297638, 0.22628316283226013, -0.1512749195098877, -0.127750962972641, 0.07275846600532532, 0.06105136126279831, 0.0034154937602579594, -0.08213324099779129, 0.31342899799346924, -0.44210174679756165, -0.12413088977336884, -0.026976604014635086, 0.21995696425437927, -0.2701064944267273, -0.3206562101840973, 0.09370027482509613, 0.0899602472782135, 0.6745441555976868, 0.07234296947717667, 0.02228201925754547, 0.1407991200685501, -0.25208261609077454, -0.031985342502593994, 0.1248205378651619, 0.11354237794876099, 0.06651833653450012, 0.14953722059726715, 0.0016354344552382827, -0.03142312914133072, 0.14088332653045654, -0.1869388371706009, -0.17625692486763, 0.296250581741333, 0.4335799813270569, 0.08274269104003906, -0.2569623589515686, -0.012660880573093891, 0.08771108835935593, -0.22799493372440338, -0.1577405482530594, 0.08781161904335022, -0.2921183109283447, 0.04290337860584259, -0.36242422461509705, 0.492325097322464, -0.513787567615509, 0.061613161116838455, -0.07227973639965057, 0.2513752579689026, 0.18815763294696808, 0.02566215582191944, 0.35471829771995544, -0.19204415380954742, 0.05390116944909096, -0.11171358078718185, 0.2675224244594574, 0.14176681637763977, 0.09847001731395721, -0.23675036430358887, 0.2577100992202759, -0.48081761598587036, -0.015872772783041, 0.11225858330726624, 0.028594814240932465, 0.5077214241027832, -0.19388258457183838, 0.2132442444562912, 0.24979592859745026, 0.04857013002038002, -0.07549695670604706, 0.008982309140264988, 0.04543032497167587, -0.11308668553829193, 0.10853925347328186, -0.2759353220462799, 0.4277130365371704, 0.13324330747127533, -0.09231659024953842, -0.028347408398985863, 0.06705474853515625, -0.3597402572631836, 0.16038578748703003, -0.09764733910560608, 0.31602203845977783, 0.24004901945590973, -0.3916919231414795, -0.04725426062941551, -0.0853181853890419, 0.1818310171365738, 0.06443670392036438, -0.35928672552108765, 0.4191286563873291, -0.21389026939868927, -0.12713095545768738, -0.24844208359718323, -0.16395516693592072, -0.0692007839679718, -0.23433077335357666, -0.039870597422122955, 0.3224073350429535, -0.004115852527320385, -0.10534872859716415, -0.17383241653442383, 0.11991290748119354, -0.37099409103393555, 0.0571320615708828, -0.19659365713596344, 0.4500275254249573, -0.2546420097351074, -0.017106331884860992, 0.1963367909193039, -0.07274235785007477, -0.22960421442985535, -0.12773458659648895, 0.0783325806260109, 0.14476579427719116, 0.15637601912021637, 0.04304063692688942, 0.07687721401453018, 0.4403527081012726, 0.07747357338666916, 0.30799469351768494, 0.034016016870737076, 0.24420344829559326, 0.35536664724349976, 0.3003062605857849, -0.1639031618833542, -0.37902089953422546, 0.10348331928253174, -0.21713809669017792, -0.25464358925819397, 0.09766486287117004, 0.3183102607727051, -0.31276580691337585, 0.4206220805644989, 0.2530348598957062, -0.34139737486839294, -0.19673843681812286, -0.13397324085235596, 0.20074619352817535, -0.15068766474723816, -0.14011871814727783, 0.2699374258518219, 0.9387462735176086, 0.270601361989975, -0.05789861083030701, -0.1614428609609604, -0.48763859272003174, 0.3783859610557556, -0.4103941023349762, 0.0752897784113884, 0.05582430586218834, 0.21658407151699066, -0.11159560084342957, -0.03966020420193672, 0.13077977299690247, 0.1547018438577652, 0.11201860755681992, 0.23341308534145355, -0.17848630249500275, -0.26643872261047363, 0.1712431162595749, 0.1606273502111435, 0.2629750967025757, -0.1658540815114975, 0.17529834806919098, 0.27385640144348145, 0.10101902484893799, 0.2394665777683258, -0.32042261958122253, 0.00957575161010027, -0.10826674848794937, 0.2297610193490982, 0.13659189641475677, -0.14251303672790527, 0.44700247049331665, 0.03235117346048355, 0.06686791777610779, 0.061226893216371536, 0.1777648776769638, -0.30068859457969666, -0.03741052374243736, -0.07957372814416885, -0.3015511929988861, 0.05117826163768768, -0.0000614230812061578, -0.11863300949335098, 0.0034913786221295595, 0.2213120311498642, 0.12550397217273712, -0.0540035106241703, 0.17742863297462463, 0.24356740713119507, -0.27683013677597046, 0.43675369024276733, -0.49572819471359253, -0.07388509064912796, 0.11848434805870056, -0.004543924704194069, -0.05623595044016838, 0.20820903778076172, -0.3393729329109192, 0.14512625336647034, 0.2605951130390167, -0.024449339136481285, -0.0919683650135994, 0.29389265179634094, 0.23023320734500885, 0.2961963415145874, -0.41005459427833557, -0.04290640354156494, 0.1356242299079895, -0.15576450526714325, 0.05715448036789894, 0.012919075787067413, -0.29383349418640137, -0.21350261569023132, -0.11574692279100418, 0.06900232285261154, -0.1932617872953415, -0.365400493144989, 0.16624340415000916, -0.1104278713464737, 0.05043360963463783, 0.38995361328125, 0.15954899787902832, 0.005234221462160349, -0.136101633310318, 0.0306295957416296, 0.028854962438344955, 0.4024387001991272, 0.629220187664032, 0.035493090748786926, -0.45898380875587463, -0.03928975388407707, 0.11786366999149323, 0.17457707226276398, -0.423684686422348, 0.03282303735613823, -0.1742192655801773, 0.13743701577186584, 0.040538445115089417, 0.11935178190469742, 0.08669780194759369, 0.056271202862262726, 0.2653554379940033, 0.04018522799015045, -0.14982180297374725, -0.2754036784172058, 0.24621157348155975, 0.0333147831261158, -0.03800807148218155, -0.07526686042547226, 0.04323675110936165, 0.06170530244708061, 0.08677548170089722, -0.04989653825759888, -0.14235833287239075, -0.25660866498947144, 0.12897610664367676, -0.06674834340810776, 0.32661065459251404, 0.376438170671463, -0.16369600594043732, -0.024303415790200233, 0.3186585009098053, 0.41479742527008057, -0.14348071813583374, -0.1795232594013214, -0.19369544088840485, -0.04498346149921417, 0.005140588153153658, 0.26950210332870483, 0.20566721260547638, -0.37046611309051514, 0.19539150595664978, 0.2996021509170532, 0.33401116728782654, -0.19880028069019318, -0.041572052985429764, 0.30443570017814636, 0.05278757959604263, -0.12979263067245483, 0.44955018162727356, 0.27843478322029114, 0.1727350652217865, 0.30536937713623047, -0.3748389482498169, -0.3414451479911804, -0.053255345672369, -0.12321098893880844, -0.07857252657413483, 0.288064181804657, 0.4389965534210205, 0.04824135825037956, -0.07160642743110657, 0.08085080981254578, 0.0001375753927277401, -0.5023931264877319, -0.20451021194458008, 0.03864846006035805, 0.386869341135025, -0.035547107458114624, 0.10805787891149521, -0.06359254568815231, 0.20474618673324585, 0.22347228229045868, -0.08942501246929169, 0.2507750689983368, 0.157941073179245, -0.3493984043598175, 0.3132722079753876, 0.06598210334777832, 0.5773637890815735, 0.06407603621482849, -0.08527445048093796, -0.15625134110450745, 0.37660595774650574, -0.2091425657272339, -0.12053459137678146, -0.027462627738714218, -0.12916874885559082, 0.3289564549922943, 0.08023238927125931, -0.22528746724128723, 0.11139953136444092, -0.19975055754184723, -0.04896610230207443, -0.4071654677391052, 0.023208197206258774, -0.17846018075942993, 0.04080395773053169, -0.10760332643985748, -0.16209837794303894, -0.047290585935115814, 0.3538302779197693, 0.05957600474357605, -0.05617312714457512, -0.18366272747516632, -0.09400202333927155, -0.2848761975765228, -0.05830782651901245, -0.036777615547180176, -0.011017628014087677, -0.22834879159927368, 0.0563400499522686, -0.10874108225107193, -0.13318483531475067, 0.16774332523345947, 0.17905093729496002, 0.19244667887687683, 0.286019504070282, -0.1583685278892517, 0.24761314690113068, -0.17663459479808807, 0.13460242748260498, -0.012270151637494564, -0.1872236579656601, -0.19347825646400452, -0.04142279550433159, 0.07140305638313293, -0.025066666305065155, 0.05138247460126877, -0.01727752573788166, -0.28919270634651184, 0.09925226867198944, -0.28057700395584106, -0.35348761081695557, -0.250516802072525, 0.15893059968948364, 0.1388939768075943, 0.2084999978542328, 0.5095967054367065, 0.2782817780971527, 0.42884233593940735, 0.036364879459142685, -0.30895042419433594, -0.009149095974862576, 0.17064902186393738, 0.036772117018699646, -0.07986193150281906, 0.10303167998790741, 0.11868086457252502, -0.0027107507921755314, 0.07705509662628174, -0.2020384967327118, -0.48989105224609375, -0.14105547964572906, 0.1883937567472458, 0.10207724571228027, 0.02445104904472828, -0.24434471130371094, -0.14826202392578125, -0.05729595199227333, 0.11569693684577942, -0.018735969439148903, -0.14782576262950897, 0.29658615589141846, -0.007786239963024855, 0.06853189319372177, 0.2053089141845703, 0.10931563377380371, 0.23380663990974426, -0.19149452447891235, 0.3643483817577362, 0.04770009219646454, 0.007236636243760586, 0.029348202049732208, -0.038275107741355896, 0.37865108251571655, 0.47186803817749023, -0.21215315163135529, -0.45257654786109924, -0.03327513858675957, -0.21973951160907745, -0.1344984918832779, -0.21228237450122833, -0.11036262661218643, 0.27155596017837524, -0.049518194049596786, -0.34085190296173096, -0.29220932722091675, -0.06480056792497635, 0.07278759777545929, 0.16050289571285248, 0.06975700706243515, -0.3960898816585541, -0.21162286400794983, 0.2262667715549469, 0.16814063489437103, 0.20159420371055603, -0.07350318133831024, -0.03409930691123009, 0.3254486918449402, 0.04547731205821037, -0.042741067707538605, -0.21467097103595734, -0.08712359517812729, 0.17949031293392181, -0.18111495673656464, 0.06502581387758255, 0.20237213373184204, 0.2610861361026764, -0.2165345549583435, -0.4548377990722656, -0.11201639473438263, -0.11613932996988297, 0.09687372297048569, -0.12260989844799042, -0.256307452917099 ]
https://pimcore.com/docs/platform//Targeting/Usage/Concepts#pimcore-concepts-for-personalization
Pimcore Concepts for Personalization The following core concepts are the essential parts of Pimcores personalization engine.
Pimcore Concepts for Personalization
[ -0.23979032039642334, -0.15815743803977966, -0.22990380227565765, 0.15939311683177948, -0.12152187526226044, -0.24192635715007782, -0.1754525601863861, -0.08306767791509628, -0.7622480392456055, 0.14676256477832794, -0.13901926577091217, 0.3534153401851654, 0.000773648323956877, 0.23770146071910858, 0.17148369550704956, -0.323574423789978, -0.0216456800699234, 0.27461186051368713, -0.1594080924987793, 0.06467292457818985, 0.07643486559391022, -0.2062428593635559, 0.2103847861289978, 0.15979798138141632, 0.020149292424321175, -0.02048904448747635, -0.3229406177997589, -0.1145736575126648, -0.12488201260566711, -0.49198803305625916, -0.27167701721191406, 0.533094048500061, -0.038797274231910706, 0.1662992238998413, -0.00009954288543667644, -0.27410823106765747, 0.1500597894191742, -0.05884973332285881, -0.03885596618056297, 0.054635390639305115, 0.14171119034290314, -0.03878069669008255, 0.15109947323799133, -0.14962422847747803, -0.010090842843055725, 0.28684020042419434, 0.0191561970859766, 0.5229455828666687, 0.1477571278810501, -0.23663169145584106, 0.2820209860801697, 0.09653959423303604, 0.06290721148252487, 0.37319445610046387, 0.015592673793435097, 0.42643633484840393, -0.16443601250648499, 0.027453497052192688, 0.38819462060928345, 0.08837335556745529, 0.049764037132263184, 0.15956319868564606, -0.18250831961631775, -0.031631264835596085, 0.4301232397556305, -0.2734261155128479, 0.275556355714798, -0.2683772146701813, -0.11020990461111069, 0.21884173154830933, 0.012249629944562912, 0.2626979947090149, -0.25753524899482727, -0.3334883749485016, -0.05506785213947296, -0.3193132281303406, -0.16762985289096832, 0.04129059240221977, 0.08407792448997498, 0.07465274631977081, -0.3794229030609131, 0.04219556599855423, -0.05522835999727249, -0.05328553915023804, 0.06168332323431969, 0.001982626272365451, -0.13611070811748505, -0.18047519028186798, 0.1559070497751236, -0.16412104666233063, -0.0685591995716095, -0.04337206110358238, 0.1708461195230484, 0.2112981677055359, 0.4694531261920929, -0.3615679442882538, -0.11414298415184021, 0.4213438332080841, 0.13210612535476685, -0.12155056744813919, 0.44727960228919983, 0.3496517539024353, -0.06961224973201752, 0.07951121032238007, 0.32459089159965515, -0.07102155685424805, 0.15162624418735504, 0.08436575531959534, 0.14641043543815613, -0.08403893560171127, -0.08663106709718704, 0.02260604314506054, 0.02825392782688141, 0.37441837787628174, 0.04843991994857788, 0.1455928534269333, -0.24602587521076202, 0.28977471590042114, 0.20968955755233765, 0.06667936593294144, -0.062354106456041336, -0.07177126407623291, 0.2696325182914734, -0.0888119786977768, -0.22283266484737396, 0.25613442063331604, -0.2889968454837799, -0.10125187784433365, -0.1272093653678894, -0.13070963323116302, 0.030125955119729042, 0.08432628214359283, -0.319580078125, 0.057142484933137894, 0.24103066325187683, -0.28336602449417114, 0.28371405601501465, 0.06713561713695526, 0.16628333926200867, -0.16246162354946136, 0.3084728419780731, -0.14968450367450714, -0.26250454783439636, -0.04609017074108124, -0.5216721892356873, -0.048824746161699295, -0.0555756501853466, 0.24723650515079498, -0.1610589325428009, 0.05408823490142822, -0.3743654489517212, -0.07477587461471558, 0.22279344499111176, 0.32352370023727417, 0.020393500104546547, 0.21323589980602264, 0.10831739753484726, -0.10362973064184189, -0.1803036332130432, 0.10190343856811523, 0.30041614174842834, -0.08699232339859009, -0.04727508872747421, -0.13156256079673767, -0.2731021046638489, 0.09452123939990997, -0.20465360581874847, -0.18287153542041779, -0.3106709420681, -0.26458740234375, -0.14321759343147278, -0.04297947138547897, -0.00301490374840796, 0.2118389755487442, 0.06916066259145737, 0.15527038276195526, -0.03894069418311119, 0.1767544448375702, 0.06093844026327133, -0.0964663177728653, -0.006914781406521797, 0.09638358652591705, -0.07236302644014359, 0.0038308233488351107, 0.4440282881259918, -0.1472153514623642, 0.08995533734560013, -0.08813255280256271, -0.10519328713417053, -0.15677113831043243, -0.03361991047859192, -0.02958366461098194, -0.2250017374753952, 0.08368398249149323, 0.011734901927411556, -0.15014052391052246, 0.24506664276123047, -0.2706165015697479, -0.22593912482261658, -0.10434965044260025, -0.0790608674287796, 0.04848295822739601, 0.03958290442824364, 0.39032837748527527, 0.09211622923612595, 0.13162799179553986, 0.3157922029495239, -0.05391915515065193, -0.6586673855781555, -0.05539041385054588, 0.11652606725692749, -0.16471536457538605, -0.12526798248291016, 0.1740919053554535, 0.22004279494285583, -0.20298567414283752, 0.3149281144142151, -0.01265812013298273, -0.4451669454574585, -0.13042502105236053, -0.3347953259944916, 0.14855141937732697, -0.008817232213914394, 0.026133811101317406, 0.4571836590766907, -0.19220325350761414, -0.34752359986305237, 0.2034272998571396, -0.12354545295238495, 0.18732362985610962, 0.1545325666666031, -0.23020704090595245, 0.2754752039909363, 0.27321287989616394, 0.05027970299124718, 0.005047795828431845, -0.045500144362449646, 0.4844120144844055, 0.43394985795021057, -0.286456823348999, 0.052478939294815063, 0.013086858205497265, 0.33967170119285583, -0.10631105303764343, 0.18614645302295685, 0.378819078207016, -0.17325973510742188, -0.0368502102792263, 0.1962522566318512, -0.15590645372867584, 0.07566677033901215, -0.047293588519096375, -0.08694915473461151, -0.4548248052597046, 0.018212608993053436, 0.22733674943447113, 0.13807106018066406, 0.3922561705112457, -0.23188310861587524, 0.14597687125205994, -0.09646198898553848, -0.1461350917816162, 0.22108569741249084, 0.10701477527618408, 0.05440835654735565, -0.3345811069011688, 0.06771902740001678, -0.4774753153324127, 0.06866423785686493, 0.05822119861841202, 0.04875536262989044, 0.24341903626918793, 0.19539348781108856, 0.0703306570649147, 0.1408388465642929, 0.24921423196792603, -0.20162567496299744, -0.28017598390579224, -0.2256149798631668, 0.4822557270526886, 0.25634631514549255, -0.5158380270004272, 0.093756303191185, -0.22907210886478424, -0.025057397782802582, -0.19163081049919128, -0.15198740363121033, 0.12107864022254944, 0.3382595181465149, -0.004589688964188099, -0.1860928237438202, 0.05970011651515961, 0.2341116964817047, -0.026535945013165474, -0.008436259813606739, -0.1177670881152153, -0.10126341134309769, 0.36993712186813354, -0.2799268662929535, 0.10217944532632828, -0.17806978523731232, -0.3121488392353058, -0.0876871645450592, 0.15680520236492157, -0.15749768912792206, 0.09901741147041321, 0.2726466953754425, -0.3075264096260071, 0.4485425651073456, -0.003352782456204295, -0.27688702940940857, 0.4189085066318512, 0.16589953005313873, -0.009136075153946877, 0.3727773427963257, 0.11040028929710388, -0.22725002467632294, -0.13440215587615967, -0.08737464994192123, -0.2058108001947403, -0.22648891806602478, -0.34423768520355225, 0.225143164396286, -0.04500720277428627, -0.19444136321544647, 0.14145120978355408, 0.015101667493581772, -0.05479171499609947, 0.15014907717704773, 0.02981848642230034, 0.39470115303993225, 0.32467812299728394, -0.37793296575546265, 0.07400215417146683, -0.12798619270324707, 0.22629541158676147, -0.1479647010564804, -0.03397485241293907, 0.006138241849839687, -0.33920717239379883, 0.08774720877408981, -0.22798055410385132, -0.35802674293518066, 0.33259686827659607, 0.12708476185798645, 0.030521627515554428, 0.20049293339252472, 0.22638919949531555, 0.11360164731740952, 0.025366246700286865, 0.08110439032316208, 0.11583942174911499, 0.20252028107643127, -0.28527092933654785, -0.09297865629196167, -0.14029641449451447, -0.48694464564323425, 0.08526249974966049, 0.14638599753379822, -0.14918842911720276, -0.19215568900108337, -0.08841244876384735, 1.0620709657669067, -0.723325788974762, -0.04991627857089043, 0.3223245143890381, 0.36430850625038147, 0.15145911276340485, -0.23634818196296692, -0.35176020860671997, 0.23812758922576904, 0.07205421477556229, -0.1304267793893814, 0.2906661033630371, -0.005332436878234148, -0.148330420255661, -0.15229018032550812, -0.202644944190979, -0.5960512161254883, 0.0494074709713459, -0.004416011739522219, 0.2929677665233612, 0.3524337112903595, -0.2584936022758484, -0.060703255236148834, -0.07992582768201828, 0.03779180720448494, -0.005856908857822418, 0.43512386083602905, -0.03208373114466667, -0.08961427211761475, -0.45891711115837097, -0.2782769203186035, -0.005349389277398586, 0.2696704864501953, 0.17576923966407776, -0.2523452341556549, 0.02681749127805233, 0.07304294407367706, -0.04562000185251236, -0.06445188075304031, 0.30275577306747437, -0.08576121181249619, -0.08459070324897766, 0.1445769965648651, -0.5763434767723083, -0.03258466348052025, -0.03107675351202488, -0.10597740113735199, -0.28150686621665955, 0.19988226890563965, 0.26204338669776917, 0.007287765387445688, -0.2510787844657898, -0.011831301264464855, -0.15116235613822937, 0.26018452644348145, -0.009393418207764626, 0.16771629452705383, 0.038333505392074585, 0.09327125549316406, 0.13355514407157898, -0.12313530594110489, -0.1483675241470337, 0.16070179641246796, 0.1413280963897705, -0.144596129655838, 0.03471873700618744, 0.112360380589962, 0.19995853304862976, -0.2718561589717865, 0.1924806535243988, -0.08672843873500824, -0.19390550255775452, 0.1525280773639679, 0.1944006383419037, -0.18578395247459412, -0.08117923140525818, 0.14451682567596436, -0.029391691088676453, -0.04316695034503937, 0.18379533290863037, -0.17684172093868256, 0.37832650542259216, -0.15293367207050323, -0.3059014678001404, -0.06219572573900223, -0.2018066644668579, 0.2119240164756775, -0.26849082112312317, -0.11953455954790115, -0.31201818585395813, -0.18313132226467133, 0.3573388159275055, -0.02513374574482441, -0.2794469892978668, -0.07076903432607651, -0.04031906649470329, 0.006310128141194582, 0.16915467381477356, 0.6166198253631592, 0.87109375, 0.10879756510257721, 0.021555645391345024, -0.3552249073982239, -0.2252243161201477, 0.13743086159229279, -0.15503734350204468, -0.08734555542469025, -0.1139703318476677, 0.13965041935443878, -0.03541499748826027, -0.02521677501499653, 0.2245493084192276, 0.3301064372062683, -0.15023086965084076, 0.01677720993757248, -0.2921728789806366, -0.4985184371471405, 0.16493844985961914, 0.3217286765575409, 0.3223920166492462, -0.2906140089035034, 0.5235776901245117, 0.22037184238433838, -0.028828727081418037, 0.13719689846038818, -0.35018545389175415, 0.07548284530639648, 0.05865355581045151, -0.006308786571025848, 0.10873150825500488, -0.13822618126869202, -0.4227500259876251, -0.01855790987610817, 0.009378387592732906, -0.011554553173482418, 0.1411934494972229, -0.11981867253780365, 0.3815496563911438, 0.18915577232837677, 0.03743945062160492, 0.01747237704694271, 0.18629352748394012, -0.026989271864295006, 0.008626720868051052, -0.0752381905913353, 0.2550336718559265, -0.1161365956068039, 0.11054574698209763, -0.26049304008483887, -0.12229825556278229, 0.3232705295085907, -0.2145516276359558, 0.10012481361627579, 0.45237624645233154, 0.06329528242349625, 0.2281682938337326, -0.21016617119312286, -0.1470523625612259, 0.12156522274017334, 0.20123998820781708, 0.09295208007097244, 0.19392774999141693, 0.1070963516831398, 0.06694894284009933, 0.05930027365684509, -0.2039940506219864, -0.15933386981487274, -0.1685330867767334, -0.5461761951446533, -0.08072426915168762, -0.46035370230674744, -0.19808617234230042, -0.4039941728115082, 0.4964008033275604, 0.042579974979162216, 0.3248853385448456, -0.08589765429496765, 0.05653103440999985, -0.5004364848136902, 0.12179570645093918, 0.49706485867500305, 0.19574476778507233, 0.4306921362876892, -0.13460564613342285, -0.07884196192026138, -0.23035664856433868, -0.24973323941230774, -0.19841231405735016, -0.04996104910969734, 0.07197382301092148, -0.023159746080636978, 0.1700925976037979, 0.2504579722881317, -0.4231528341770172, 0.040760502219200134, -0.1918981522321701, 0.15917962789535522, 0.1423691362142563, -0.09454716742038727, -0.4476456046104431, 0.050501756370067596, 0.29585012793540955, 0.09440723061561584, -0.2337949126958847, -0.2673857510089874, -0.43275323510169983, 0.01222276035696268, -0.17964695394039154, 0.012724893167614937, 0.25841888785362244, 0.341708779335022, 0.1722397655248642, -0.1992996782064438, 0.042050138115882874, 0.11657636612653732, 0.11920465528964996, -0.020189184695482254, -0.35342711210250854, 0.15572841465473175, -0.2754172384738922, -0.053587548434734344, 0.25245851278305054, 0.3100541830062866, 0.13076810538768768, -0.027015842497348785, -0.13523255288600922, -0.28161928057670593, 0.32017460465431213, 0.13846127688884735, 0.047863710671663284, 0.04413874074816704, -0.06743135303258896, 0.30921056866645813, -0.025247713550925255, 0.25667640566825867, -0.016009608283638954, 0.016277000308036804, -0.04356060177087784, -0.05188780650496483, 0.48497098684310913, 0.2949643135070801, -0.004882498644292355, -0.043712783604860306, 0.217227503657341, -0.029926558956503868, -0.03742458298802376, 0.22152085602283478, 0.26904991269111633, 0.2513802647590637, -0.18124555051326752, -0.2311525046825409, 0.32724079489707947, -0.04836579039692879, 0.22198547422885895, 0.15044677257537842, -0.14127011597156525, 0.09579639136791229, 0.6775707006454468, -0.010702470317482948, 0.1902543604373932, -0.19869694113731384, 0.13151869177818298, 0.42872896790504456, 0.42995768785476685, 0.17583923041820526, 0.7330728769302368, 0.1506330668926239, 0.20018745958805084, 0.10321822762489319, 0.27701959013938904, 0.3766419291496277, -0.11882196366786957, -0.08894893527030945, -0.09501063823699951, -0.16152064502239227, 0.2581202983856201, -0.07162350416183472, 0.07636106014251709, -0.01052270457148552, -0.4627990424633026, -0.10028787702322006, 0.035631172358989716, -0.5018485188484192, -0.08855301886796951, -0.13314573466777802, 0.28655558824539185, 0.13779078423976898, -0.011519239284098148, 0.2070511430501938, -0.42169204354286194, 0.20854206383228302, 0.23606862127780914, -0.034656718373298645, -0.43130040168762207, -0.20898260176181793, 0.12689930200576782, -0.2081899493932724, 0.30302268266677856, 0.06661754101514816, 0.23380707204341888, -0.10407540202140808, -0.14268915355205536, -0.17718248069286346, -0.024940622970461845, -0.017985926941037178, -0.20553508400917053, 0.2414485216140747, 0.10150380432605743, 0.06488021463155746, 0.13345421850681305, -0.19329172372817993, 0.0013534463942050934, 0.18044042587280273, -0.01374210324138403, -0.12573561072349548, -0.3199673593044281, 0.1659843474626541, -0.006484256125986576, 0.037947602570056915, 0.2618938684463501, -0.1677829772233963, -0.22543759644031525, 0.46946612000465393, -0.33320242166519165, -0.040138039737939835, 0.009659639559686184, 0.16601616144180298, -0.008057805709540844, 0.104527048766613, 0.4495031535625458, -0.2038634568452835, -0.02382526732981205, 0.12542550265789032, -0.19585667550563812, -0.028849849477410316, 0.22390112280845642, -0.009014190174639225, 0.23264087736606598, 0.14336997270584106, -0.19979269802570343, 0.29598239064216614, 0.10754457116127014, -0.1129365935921669, -0.04537258669734001, -0.022440075874328613, 0.017928600311279297, 0.37735483050346375, -0.2030383199453354, -0.06498976051807404, 0.29679155349731445, 0.18284393846988678, -0.136326864361763, -0.13372717797756195, 0.2008008062839508, 0.12724940478801727, 0.11326182633638382, 0.2986174523830414, -0.2132241129875183, 0.5690853595733643, -0.14376087486743927, 0.2855689823627472, 0.0842108502984047, -0.023326316848397255, 0.3982227146625519, 0.17244145274162292, 0.06108595058321953, 0.18402397632598877, 0.2635746896266937, -0.0706624761223793, 0.09752587229013443, -0.37356236577033997, -0.06684648990631104, -0.00003214849130017683, 0.19414635002613068, -0.013214102946221828, -0.08136370033025742, 0.06672004610300064, 0.08203718811273575, -0.214091956615448, -0.1330077350139618, 0.06080859526991844, -0.1929483562707901, -0.24110600352287292, -0.17977748811244965, -0.20879924297332764, 0.11581870913505554, -0.037408675998449326, -0.154452383518219, -0.35870882868766785, 0.22114302217960358, -0.4329589605331421, 0.13355495035648346, -0.28431236743927, -0.3512113094329834, 0.2947826385498047, -0.017036626115441322, -0.5565094351768494, -0.30868831276893616, -0.09252721816301346, -0.21650081872940063, -0.22943933308124542, 0.2369268238544464, -0.010586549527943134, 0.08486030250787735, -0.0034270838368684053, -0.06526238471269608 ]
https://pimcore.com/docs/platform//Targeting/Usage/Concepts#target-group
Target Group It is recommended to group your visitors into target groups. They help you to keep track and have an overview about what content you need to provide and about which content is delivered to what visitor. So, a Target Group is an entity which is used to personalize content for. Target groups are defined centrally, have an unique name and can have a description. See Define Target Groups for further information.
Target Group
[ 0.34825313091278076, -0.4527055025100708, -0.08535071462392807, -0.15289413928985596, -0.015857048332691193, 0.03597230091691017, 0.4614717364311218, -0.2546636462211609, -0.15087105333805084, -0.05501917749643326, -0.1579163670539856, -0.3922271132469177, 0.08306964486837387, 0.014387017115950584, 0.2797814905643463, -0.3936029374599457, 0.15754175186157227, 0.20851993560791016, -0.03022260218858719, 0.013785156421363354, -0.07071343809366226, -0.19725988805294037, 0.168188214302063, 0.35239842534065247, -0.286192387342453, 0.05217323079705238, -0.14119121432304382, -0.0184603463858366, 0.15192805230617523, -0.2685564458370209, -0.11172685772180557, 0.135291188955307, -0.12151626497507095, 0.18262948095798492, -0.00010593829210847616, -0.14153647422790527, -0.24430331587791443, -0.11480670422315598, -0.3606577515602112, -0.07786402851343155, -0.09910931438207626, -0.051235098391771317, -0.2113250344991684, -0.20670431852340698, 0.02274169959127903, 0.06580488383769989, 0.2857646346092224, 0.17500217258930206, 0.18543516099452972, 0.01146505307406187, 0.20770585536956787, -0.25555863976478577, -0.2072255164384842, 0.052584655582904816, 0.01798093318939209, 0.030011946335434914, -0.22986538708209991, 0.09930319339036942, 0.2046850323677063, 0.18327388167381287, 0.1364559829235077, -0.00124169304035604, -0.1432821899652481, 0.1597219556570053, 0.5011625289916992, -0.08286812901496887, 0.4009522497653961, -0.3684892952442169, -0.30974024534225464, -0.02005162090063095, 0.5219714045524597, 0.5277948975563049, 0.034615322947502136, -0.38257789611816406, 0.02893419750034809, 0.2955273985862732, 0.05278070271015167, 0.1607908010482788, 0.09993403404951096, 0.1488216370344162, -0.17053358256816864, 0.15826605260372162, -0.008949948474764824, 0.13514204323291779, 0.09080547839403152, 0.010087109170854092, -0.07755524665117264, 0.1999690681695938, -0.0457998663187027, 0.23736757040023804, -0.012023551389575005, -0.003413258818909526, 0.17234142124652863, 0.30752938985824585, -0.07433510571718216, -0.2535359561443329, -0.020749302580952644, 0.1820945292711258, -0.007024073973298073, 0.29895684123039246, 0.39193207025527954, 0.0023525215219706297, 0.17485715448856354, 0.26063814759254456, 0.36303892731666565, -0.05294637382030487, 0.014454755000770092, 0.07271438091993332, 0.2183820754289627, -0.12157043069601059, -0.06774924695491791, 0.18100684881210327, 0.003581634722650051, 0.21375226974487305, -0.015917785465717316, 0.19253262877464294, 0.16047178208827972, 0.2042914479970932, -0.4363931715488434, -0.00549596780911088, -0.33843424916267395, 0.06282257288694382, -0.026147084310650826, -0.12631464004516602, 0.2631005346775055, -0.0639478862285614, -0.36846795678138733, -0.13647280633449554, -0.08054705709218979, -0.1989729255437851, 0.07935679703950882, -0.07993242889642715, -0.34316232800483704, 0.20889349281787872, -0.13061480224132538, 0.06678889691829681, 0.08227374404668808, -0.23480305075645447, 0.11507092416286469, -0.2798681855201721, 0.2729412019252777, -0.10320527851581573, -0.1429366022348404, 0.10681752860546112, -0.09598424285650253, 0.07847914099693298, 0.0030873906798660755, -0.10303103923797607, -0.23637689650058746, -0.08277449756860733, 0.01862499862909317, -0.26638662815093994, 0.456665962934494, 0.20273062586784363, 0.43077123165130615, 0.17326970398426056, 0.22754104435443878, 0.08865032345056534, -0.2985813319683075, 0.18887051939964294, 0.2936292588710785, 0.4842144846916199, 0.01130075566470623, -0.1009259819984436, -0.42499619722366333, 0.21129436790943146, 0.2875134348869324, -0.1846526861190796, 0.010636679828166962, -0.21209952235221863, -0.032041508704423904, -0.048934899270534515, 0.006341862492263317, 0.18795128166675568, 0.2607257068157196, -0.21054624021053314, -0.022645507007837296, 0.35846006870269775, -0.08705582469701767, 0.11374965310096741, -0.5076587200164795, -0.05390114709734917, 0.4218906760215759, 0.2760343849658966, 0.08651240915060043, -0.44530022144317627, 0.06161903589963913, 0.16951031982898712, -0.09108734875917435, 0.1331559419631958, 0.06286425143480301, 0.35754427313804626, 0.07134320586919785, -0.006475018337368965, -0.3773837685585022, 0.22319656610488892, -0.0595611073076725, 0.2027089148759842, -0.4211868345737457, 0.20146535336971283, 0.06359535455703735, 0.12471755594015121, 0.17580808699131012, -0.0277416929602623, 0.21732494235038757, 0.22250936925411224, -0.24871037900447845, -0.11336787045001984, -0.3251419961452484, -0.14165908098220825, 0.7447079420089722, -0.474692702293396, -0.7297652363777161, -0.24086104333400726, -0.07070691138505936, -0.2385006546974182, 0.12289353460073471, 0.08995749056339264, 0.11593792587518692, -0.3835037350654602, -0.1892746239900589, 0.19885173439979553, -0.10555996000766754, 0.12801584601402283, 0.31090047955513, 0.13855145871639252, -0.4585856795310974, 0.4891652762889862, 0.3547969460487366, 0.24816617369651794, 0.09361241012811661, -0.03685262054204941, 0.06391367316246033, 0.18995977938175201, 0.04375753551721573, -0.12014153599739075, 0.33343446254730225, 0.6592511534690857, 0.1485520750284195, -0.0469227060675621, 0.1843869388103485, 0.096236951649189, 0.20115558803081512, 0.03359154984354973, -0.05334988608956337, 0.03497432544827461, 0.1804126799106598, 0.07404563575983047, -0.24804894626140594, -0.020539540797472, -0.11270067095756531, -0.15137682855129242, 0.042632099241018295, -0.19589067995548248, -0.17186690866947174, 0.041113708168268204, 0.08534093201160431, 0.2418885976076126, -0.33207279443740845, 0.1668151319026947, 0.23865871131420135, 0.0031811215449124575, 0.26465046405792236, 0.23904971778392792, -0.19706420600414276, -0.3620462417602539, 0.0733012706041336, 0.0027179818134754896, 0.11848395317792892, -0.08169585466384888, 0.316323459148407, -0.060939304530620575, 0.19150124490261078, -0.028353549540042877, 0.06504080444574356, -0.023459728807210922, -0.1712837666273117, -0.32754331827163696, -0.3511541783809662, 0.3128238022327423, 0.33207887411117554, -0.22837750613689423, 0.07114380598068237, 0.020818650722503662, -0.16213896870613098, -0.18910649418830872, 0.22135822474956512, -0.26654568314552307, 0.16539698839187622, -0.04261140152812004, -0.3455871045589447, -0.12574824690818787, 0.1901433914899826, -0.09742611646652222, 0.13728618621826172, -0.12089256942272186, 0.15660537779331207, 0.5403123497962952, -0.11238362640142441, 0.571829617023468, -0.604189932346344, -0.02778712660074234, -0.08328115940093994, 0.2136688232421875, -0.3915400207042694, -0.090155690908432, 0.25207459926605225, -0.12078959494829178, 0.4529169499874115, -0.17769597470760345, 0.08381678909063339, 0.011426202952861786, -0.21787624061107635, 0.16406740248203278, -0.029753847047686577, 0.5041356682777405, -0.4231089651584625, -0.07781621813774109, -0.13718226552009583, 0.2560994625091553, -0.09541020542383194, -0.07017103582620621, 0.026061151176691055, 0.2059716135263443, 0.17091765999794006, -0.09718304127454758, 0.10778600722551346, -0.16686969995498657, -0.20049868524074554, -0.02704528532922268, 0.19923168420791626, 0.010416951030492783, -0.36634573340415955, 0.045756369829177856, 0.23516800999641418, 0.20986463129520416, -0.2223324477672577, 0.0043367198668420315, 0.224259614944458, -0.34659841656684875, 0.2636657953262329, -0.05949527770280838, -0.16079279780387878, 0.09545265138149261, -0.09042514115571976, -0.15231651067733765, 0.027220897376537323, 0.2687757611274719, -0.46997901797294617, -0.013530557975172997, -0.24721597135066986, -0.18586036562919617, -0.22275428473949432, -0.25233274698257446, 0.19144326448440552, 0.020501691848039627, -0.39142945408821106, 0.24521403014659882, 0.23787802457809448, -0.15858204662799835, -0.37196922302246094, 0.21155378222465515, 0.6139585375785828, -0.19466331601142883, -0.026539010927081108, 0.14981624484062195, 0.5390740633010864, -0.06868669390678406, -0.25707072019577026, 0.08102497458457947, 0.3164217174053192, -0.05363873392343521, 0.08393236994743347, 0.45309561491012573, 0.01841309294104576, 0.018844928592443466, -0.19610756635665894, -0.1881214827299118, -0.6013036966323853, -0.07381588965654373, 0.002581421984359622, 0.11763492971658707, 0.4586755633354187, -0.10470622032880783, -0.21502171456813812, 0.36440151929855347, 0.09409826248884201, -0.012126857414841652, 0.4360063374042511, -0.02178582176566124, 0.04291794076561928, -0.5128709077835083, -0.07674141228199005, 0.20423543453216553, 0.43624523282051086, -0.2574354112148285, -0.09056930243968964, 0.10889392346143723, 0.08293318003416061, 0.26298782229423523, 0.1881474256515503, -0.2551158666610718, -0.11932156980037689, -0.12033626437187195, -0.1679520606994629, 0.47551923990249634, 0.44563066959381104, 0.0004933988675475121, 0.2475530505180359, 0.17569634318351746, -0.018762925639748573, -0.29198169708251953, -0.2561500370502472, -0.2432347983121872, 0.2993255853652954, -0.34368568658828735, -0.03907149285078049, 0.05398481339216232, -0.01690930500626564, 0.15486061573028564, -0.29424288868904114, -0.06183479726314545, -0.18213051557540894, -0.3254713714122772, -0.11281026899814606, -0.1942557990550995, 0.2443871945142746, -0.00910319946706295, 0.12170013785362244, 0.15569476783275604, -0.21057453751564026, 0.42977815866470337, -0.26136326789855957, 0.1933007836341858, 0.15561465919017792, 0.026479344815015793, 0.44740208983421326, -0.09884365648031235, -0.22776034474372864, 0.12814967334270477, -0.10760342329740524, 0.34503650665283203, 0.19652238488197327, 0.5068816542625427, 0.14198842644691467, -0.3473607003688812, -0.024334626272320747, 0.008315125480294228, 0.02305639535188675, -0.01454769354313612, -0.08918024599552155, -0.3920729160308838, -0.31034308671951294, 0.2494560033082962, -0.18131783604621887, -0.23306693136692047, 0.10809626430273056, -0.017204949632287025, -0.016984326764941216, 0.08616900444030762, 0.280410498380661, 1.0089211463928223, 0.04549046605825424, 0.0711788684129715, -0.44652649760246277, -0.304383784532547, -0.14979363977909088, -0.2374466508626938, 0.025173643603920937, -0.21255071461200714, 0.2658177316188812, -0.156321182847023, -0.055687569081783295, 0.3545770049095154, 0.8067057728767395, -0.24592311680316925, -0.08014345914125443, -0.15221957862377167, -0.18864400684833527, -0.2100868970155716, -0.00213031517341733, -0.11426110565662384, -0.32750943303108215, 0.06460420042276382, 0.16174590587615967, -0.5060359835624695, 0.30314648151397705, 0.0509587861597538, 0.44926831126213074, -0.3589285612106323, -0.12815740704536438, 0.12262637168169022, -0.3159017860889435, -0.2733701169490814, -0.36716899275779724, -0.06528576463460922, -0.6724475622177124, 0.19274748861789703, -0.40995803475379944, -0.038848813623189926, -0.07420190423727036, 0.12669742107391357, 0.09475761651992798, 0.09655999392271042, -0.19094914197921753, 0.05417343229055405, -0.2953631281852722, 0.27909645438194275, 0.16566655039787292, 0.12539835274219513, 0.22439604997634888, -0.10478957742452621, 0.22365431487560272, -0.20139563083648682, 0.13820748031139374, 0.2042427808046341, -0.2739051878452301, 0.12609845399856567, 0.23477627336978912, -0.24498452246189117, -0.053403180092573166, 0.16614772379398346, -0.15853063762187958, 0.07528651505708694, -0.20998169481754303, -0.12500154972076416, 0.043343089520931244, 0.03475199639797211, -0.373027503490448, 0.0706918016076088, -0.37853527069091797, -0.05794138461351395, -0.3978918790817261, -0.1462346464395523, -0.2645472288131714, 0.7121976613998413, 0.14165136218070984, 0.05803871527314186, -0.037923552095890045, 0.06993898749351501, -0.13374027609825134, 0.2568569779396057, 0.2862694263458252, 0.2080494910478592, 0.35981523990631104, -0.039427220821380615, -0.03807082772254944, 0.03735988959670067, -0.23969298601150513, -0.20145148038864136, -0.11025194823741913, -0.027130404487252235, -0.30417725443840027, 0.4807802140712738, 0.36657634377479553, -0.3043764531612396, -0.3526894748210907, -0.45775270462036133, 0.2526394724845886, 0.17697371542453766, -0.0598730593919754, -0.31403452157974243, 0.1626593917608261, 0.12948821485042572, -0.09433631598949432, -0.24485212564468384, -0.18233689665794373, 0.021189909428358078, 0.12076554447412491, 0.08695962280035019, -0.08172440528869629, -0.31193503737449646, 0.26339277625083923, 0.07949263602495193, 0.000771776947658509, 0.02483876794576645, -0.006762146949768066, 0.19627438485622406, -0.025982044637203217, -0.1079709380865097, 0.09923157095909119, -0.11774624139070511, -0.4054119288921356, -0.15159550309181213, 0.2890017032623291, 0.20124883949756622, -0.15410076081752777, -0.0705520510673523, -0.0076209381222724915, -0.34338247776031494, 0.2752031683921814, 0.22202423214912415, -0.19828850030899048, 0.08962539583444595, 0.2218748778104782, 0.19918961822986603, 0.03615161404013634, -0.41297048330307007, 0.05070331692695618, -0.17079801857471466, -0.31384754180908203, 0.07477712631225586, 0.22455231845378876, 0.22891342639923096, 0.02200215496122837, 0.10984905064105988, -0.19717814028263092, -0.12029727548360825, 0.17661058902740479, 0.4136217534542084, 0.26250985264778137, -0.19492986798286438, -0.15095628798007965, 0.07937750220298767, -0.2337346374988556, 0.21681532263755798, -0.08327590674161911, 0.06858689337968826, 0.07835965603590012, 0.4895816147327423, -0.2713484764099121, 0.48478683829307556, -0.2732349634170532, 0.33143067359924316, 0.03979698568582535, 0.46893879771232605, 0.07509047538042068, 0.2929133176803589, 0.13746438920497894, -0.24617604911327362, 0.08991281688213348, -0.098921999335289, 0.3077573776245117, 0.29831254482269287, -0.2528834939002991, -0.0342094786465168, 0.15036331117153168, 0.1154131069779396, -0.32176676392555237, 0.1868496984243393, 0.3899591267108917, -0.45180976390838623, 0.0642293319106102, -0.3630451261997223, -0.40211600065231323, -0.0856720432639122, -0.5929014682769775, 0.33552852272987366, -0.030324894934892654, 0.1830015927553177, 0.26193714141845703, 0.13849057257175446, 0.08417205512523651, 0.348541259765625, -0.1987256556749344, -0.4333754777908325, -0.00083263119449839, 0.3632672429084778, 0.29254013299942017, -0.004694641102105379, -0.18746420741081238, -0.15794755518436432, -0.35938534140586853, 0.04997340962290764, 0.028863949701189995, -0.08659549057483673, 0.24204204976558685, 0.027417825534939766, -0.04489420726895332, -0.21862874925136566, 0.2752712666988373, 0.08458636701107025, -0.1335611641407013, -0.014057631604373455, 0.3072911202907562, -0.3218632936477661, -0.1765192151069641, 0.2386256456375122, -0.11500285565853119, -0.22287842631340027, -0.021887769922614098, 0.23863859474658966, -0.09905432909727097, -0.33953940868377686, 0.1823543757200241, -0.32148900628089905, -0.2472894787788391, -0.510189414024353, 0.09061644226312637, 0.35695886611938477, 0.3981342315673828, 0.5182508826255798, 0.45818424224853516, -0.1376490741968155, -0.2808263897895813, 0.1967569887638092, 0.30525681376457214, 0.09319876879453659, -0.15458378195762634, 0.11539645493030548, -0.025002360343933105, -0.21427373588085175, 0.5455566048622131, 0.18191765248775482, 0.21833130717277527, -0.06545769423246384, 0.46955016255378723, 0.04689652472734451, 0.0783223882317543, -0.26235783100128174, 0.10644151270389557, -0.23242373764514923, -0.02627316676080227, -0.1775358021259308, 0.2500799298286438, 0.03683152794837952, -0.07796969264745712, -0.1664358377456665, 0.5906016230583191, 0.4922451376914978, 0.45785996317863464, -0.25947681069374084, 0.17391997575759888, 0.10438485443592072, -0.039234742522239685, 0.25009602308273315, -0.0770283043384552, 0.01866494119167328, -0.048273567110300064, 0.15320241451263428, -0.15277135372161865, 0.25105807185173035, -0.0014334972947835922, 0.13963748514652252, -0.02111179195344448, 0.05988697335124016, 0.4919516444206238, 0.15816806256771088, -0.09023526310920715, -0.18036627769470215, -0.10353408753871918, 0.2038486748933792, -0.04393558204174042, 0.2583963871002197, -0.3796900808811188, -0.048064764589071274, -0.11398697644472122, -0.05108430236577988, 0.2186015397310257, -0.2469647079706192, 0.011850029230117798, 0.30527088046073914, -0.24718333780765533, 0.004765651188790798, -0.20810717344284058, -0.4311099946498871, 0.49941349029541016, -0.03857278451323509, -0.06861352920532227, -0.1925821751356125, -0.08315526694059372, -0.12392488121986389, -0.22316913306713104, 0.12054026126861572, -0.21371230483055115, 0.1961386799812317, -0.1297173798084259, -0.26777419447898865 ]
https://pimcore.com/docs/platform//Targeting/Usage/Concepts#global-targeting-rule
Global Targeting Rule Global Targeting Rules define the rule set based on which visitor profiling and content personalization takes place. Thus they allow to assign target groups, redirect the visitor to certain pages or inject code snippets (special java scripts, etc.) to the response based on behavioral conditions. Available conditions are Browser, Country, GeoPoint, Device, Language, Operating System, Referring Site, Search Engine, Target Group, Time On Site, URL and Visited Pages Before. They can be combined with boolean operators (AND, OR, NOT) and brackets to archive complex conditions. Each targeting rule has name, may have a description and a scope: Hit: Actions are executed on every request. Session: Actions are executed once a session. Session (with variables): Actions are executed once a session and when visitor information changes, e.g. every time when assigned target groups of current visitor change. Visitor: Actions are executed once per visitor. The session expiry depends on the used storage engine. In default configuration the session expires when browser is closed. See Dev Docs for details. The visitor is identified via a browser cookie (named _pc_vis). As long as this cookie is available, a visitor is identified as unique. See Visitor Profiling and Create Personalized Content for further information.
Global Targeting Rule
[ 0.7007798552513123, -0.5325375199317932, -0.13032880425453186, -0.2787685692310333, -0.00641705421730876, -0.21633198857307434, 0.12672947347164154, -0.03591177985072136, 0.0004540150403045118, -0.3767191469669342, -0.08961047977209091, -0.27541685104370117, -0.05911688506603241, 0.09414994716644287, 0.34413981437683105, -0.1764329969882965, 0.09352059662342072, 0.17425374686717987, -0.1626863032579422, 0.012068762443959713, 0.08493462949991226, -0.028988081961870193, -0.028830833733081818, 0.4381166696548462, -0.18154416978359222, -0.14338383078575134, -0.1049354150891304, -0.1230936348438263, 0.11912798136472702, -0.37314072251319885, -0.07782938331365585, 0.15163317322731018, 0.006699908059090376, 0.19342570006847382, -0.00009793096251087263, -0.2911025881767273, 0.020519861951470375, -0.25043848156929016, 0.023124950006604195, 0.14846201241016388, -0.11320270597934723, 0.12319473177194595, -0.327721506357193, -0.1669984608888626, 0.09880268573760986, -0.0849771723151207, 0.08300317078828812, -0.16941863298416138, 0.47612419724464417, 0.08065946400165558, 0.2612309157848358, -0.1605820506811142, -0.2771947681903839, 0.02325303852558136, 0.16855871677398682, 0.1100330650806427, -0.03524254634976387, 0.03126437962055206, -0.009875240735709667, -0.38193613290786743, -0.19749648869037628, 0.07409963011741638, -0.21469031274318695, 0.30814990401268005, 0.21718081831932068, -0.11837926506996155, -0.023436151444911957, -0.29188719391822815, -0.03905845060944557, 0.347084105014801, 0.33362117409706116, 0.24157042801380157, -0.03897414356470108, -0.08928578346967697, -0.19155031442642212, 0.13621209561824799, 0.0866684839129448, 0.23094871640205383, -0.2687637209892273, 0.08335068821907043, -0.2007238119840622, 0.04965679347515106, 0.1010231301188469, -0.2676454782485962, -0.05371227115392685, 0.2572343945503235, -0.0905710831284523, -0.02838270552456379, -0.11179711669683456, 0.05766287073493004, 0.21065853536128998, 0.13169507682323456, 0.05286776274442673, 0.21122518181800842, -0.08511026948690414, -0.2622758746147156, 0.05731579288840294, 0.4546310007572174, 0.10070981830358505, 0.2120179682970047, 0.5477107167243958, 0.013434302061796188, 0.03956463187932968, 0.14314652979373932, -0.03433956205844879, 0.13263534009456635, 0.23125845193862915, -0.26609712839126587, 0.30603712797164917, -0.20737411081790924, -0.043918222188949585, 0.4996287226676941, 0.3724948763847351, -0.16018754243850708, -0.01792112924158573, 0.14433595538139343, -0.06153729185461998, 0.39411666989326477, -0.2403767704963684, 0.15152649581432343, -0.3276950716972351, -0.06957359611988068, -0.005787753500044346, 0.1280057728290558, 0.000984647311270237, -0.41544094681739807, -0.09944279491901398, -0.6222141981124878, -0.13405661284923553, -0.22034282982349396, 0.03051324188709259, 0.07193811237812042, -0.26284459233283997, 0.1296081244945526, 0.12288802862167358, 0.4737667441368103, -0.026689596474170685, -0.013320785015821457, -0.15962554514408112, -0.35270655155181885, 0.16086167097091675, -0.07639744877815247, 0.41517511010169983, 0.07233870774507523, -0.02561633661389351, -0.12351749837398529, 0.04461904987692833, -0.003184762317687273, -0.4295189082622528, 0.017958268523216248, 0.052361324429512024, 0.03722863271832466, 0.624282717704773, 0.25514665246009827, -0.12309367209672928, -0.1463879942893982, 0.4599058926105499, 0.29453060030937195, -0.22892427444458008, 0.28707996010780334, 0.3632654845714569, 0.31873467564582825, 0.0826907679438591, -0.22415675222873688, -0.12129422277212143, 0.6442947387695312, 0.28962916135787964, -0.19850878417491913, 0.46811994910240173, -0.13583752512931824, -0.2248200625181198, -0.04283658787608147, -0.149571493268013, 0.14800859987735748, 0.0967414379119873, 0.0535527728497982, 0.13275963068008423, 0.1796097606420517, 0.16350750625133514, -0.16711392998695374, -0.3470402956008911, 0.060471002012491226, 0.07653236389160156, -0.0044020297937095165, -0.024955011904239655, -0.12258204072713852, 0.21986038982868195, 0.24150781333446503, 0.09724285453557968, -0.008500991389155388, -0.08383265137672424, -0.019269969314336777, -0.024021271616220474, -0.28619009256362915, -0.18345965445041656, -0.10333971679210663, 0.3516709506511688, -0.12313506752252579, -0.22026394307613373, -0.0058815572410821915, 0.1718197613954544, -0.09397866576910019, 0.21994996070861816, 0.09382937103509903, 0.22694391012191772, 0.32063427567481995, -0.2690083086490631, -0.04195604473352432, -0.5300628542900085, -0.04454325884580612, 0.5646458864212036, -0.20801755785942078, -0.2017883062362671, -0.13768808543682098, -0.1565089374780655, -0.2709769904613495, 0.2384978085756302, 0.17371360957622528, 0.2724730968475342, -0.34969139099121094, -0.1321377456188202, 0.2243964821100235, -0.052587371319532394, -0.02117697149515152, 0.30372196435928345, -0.1251615285873413, -0.17071598768234253, 0.1333077996969223, 0.29208940267562866, -0.05311102420091629, 0.3793001174926758, 0.0173932071775198, 0.06756274402141571, 0.15720997750759125, 0.28015777468681335, 0.1067955419421196, 0.46328216791152954, 0.2913624048233032, 0.01451665535569191, -0.29571107029914856, 0.2265942394733429, 0.38028058409690857, 0.15911419689655304, 0.37073904275894165, -0.3844294846057892, 0.3106687366962433, 0.17364297807216644, 0.08681732416152954, -0.17731532454490662, 0.07860541343688965, 0.20701001584529877, -0.2606040835380554, -0.14424212276935577, -0.1627918779850006, -0.08736416697502136, -0.06765548884868622, -0.01142191607505083, 0.08268865197896957, -0.24886272847652435, 0.15579581260681152, -0.053745053708553314, -0.21083009243011475, 0.2828276455402374, 0.10294114798307419, -0.00026064240955747664, -0.5755570530891418, -0.1450326144695282, 0.12492196261882782, 0.0771937295794487, 0.21067480742931366, 0.3923783004283905, -0.05670470744371414, 0.08311568945646286, -0.2668551206588745, 0.265018492937088, -0.28494712710380554, -0.3902829587459564, -0.30249911546707153, -0.19678126275539398, 0.36423778533935547, -0.174195796251297, -0.43644383549690247, 0.1928098350763321, -0.11216193437576294, -0.1642654538154602, -0.3344172239303589, -0.17743617296218872, -0.1828749179840088, -0.06340701133012772, -0.0782294049859047, -0.3215211033821106, -0.059277117252349854, 0.0819331482052803, -0.3639025092124939, -0.21528726816177368, -0.03155814856290817, -0.01993023417890072, 0.893220841884613, -0.05396801233291626, 0.2760918438434601, -0.3215693235397339, -0.24744784832000732, -0.2733813524246216, 0.24811142683029175, -0.1777188628911972, -0.14847049117088318, 0.35497474670410156, -0.04291505366563797, 0.27971282601356506, -0.22992244362831116, -0.3486964702606201, 0.1466381698846817, 0.023705294355750084, 0.08136828243732452, -0.09753424674272537, 0.10688415914773941, -0.246577650308609, 0.28284063935279846, -0.1271192580461502, -0.18440218269824982, -0.06371913850307465, -0.3792470395565033, 0.11488233506679535, 0.16061635315418243, -0.1270451545715332, -0.0739426389336586, -0.18273571133613586, -0.03671712428331375, -0.0637194812297821, 0.05607128143310547, 0.33979445695877075, 0.062406595796346664, -0.24588258564472198, 0.16156263649463654, -0.1390397995710373, 0.20325446128845215, -0.37441664934158325, -0.16638968884944916, 0.35558781027793884, -0.4749588072299957, -0.02375836856663227, -0.05911384895443916, 0.02041303738951683, -0.03545353561639786, 0.06759282201528549, -0.1825278103351593, -0.24095208942890167, -0.10577335208654404, -0.3195277750492096, 0.202482208609581, 0.07502804696559906, 0.10111334174871445, -0.22553543746471405, -0.41993457078933716, -0.1879711002111435, -0.23435747623443604, 0.029724590480327606, 0.13189975917339325, -0.1057167500257492, 0.18293489515781403, -0.47284871339797974, 0.431955486536026, 0.3487507402896881, 0.03180111572146416, 0.10223937034606934, 0.44783881306648254, 0.5053226947784424, 0.16784580051898956, 0.10005491971969604, 0.39146217703819275, 0.031796373426914215, -0.1082078069448471, 0.22223873436450958, 0.23641031980514526, 0.10921577364206314, -0.2681403160095215, -0.2453998476266861, -0.38432687520980835, -0.5659868121147156, -0.34643465280532837, 0.07522974163293839, -0.066526859998703, 0.16200925409793854, -0.0008994708186946809, -0.31070879101753235, 0.18322426080703735, 0.16357332468032837, -0.011381571181118488, 0.33700841665267944, 0.3252386748790741, 0.1670839488506317, -0.3301275372505188, -0.0597323402762413, 0.40821200609207153, 0.3060440719127655, -0.29292169213294983, 0.1524350345134735, -0.03812120109796524, -0.32670557498931885, 0.3204953670501709, -0.08200271427631378, -0.06371214240789413, 0.015094445087015629, 0.26211756467819214, -0.39501163363456726, 0.13401071727275848, 0.31836065649986267, -0.014903733506798744, 0.20387756824493408, -0.14728745818138123, -0.011240372434258461, -0.09403350204229355, 0.06377162784337997, -0.26654794812202454, 0.0489569827914238, -0.43095576763153076, 0.015998493880033493, -0.17556674778461456, -0.011055506765842438, -0.007364356424659491, -0.3090183436870575, 0.5159323811531067, -0.10072857141494751, -0.41879895329475403, -0.031694136559963226, -0.27484679222106934, 0.14033600687980652, 0.06596671044826508, 0.043876394629478455, 0.194287970662117, -0.3053645193576813, 0.362358421087265, -0.4988862872123718, 0.21494242548942566, -0.1819266527891159, -0.1704631745815277, 0.07610354572534561, -0.21817812323570251, 0.036100659519433975, 0.07938452064990997, 0.24320228397846222, -0.021525699645280838, 0.3808135390281677, 0.41467776894569397, 0.07293670624494553, -0.10270796716213226, 0.10721646249294281, 0.021915674209594727, 0.0709904283285141, -0.3492828607559204, -0.09625723958015442, -0.23543305695056915, -0.24714313447475433, 0.1802155077457428, -0.04922422766685486, -0.46794256567955017, 0.24310296773910522, 0.3722289204597473, -0.2174513339996338, -0.11335800588130951, 0.4601410925388336, 0.9928901195526123, 0.23191770911216736, 0.1829894632101059, -0.18828004598617554, -0.36785054206848145, 0.01024358905851841, 0.12259577214717865, 0.109349325299263, 0.04433777928352356, 0.43838226795196533, -0.09072130173444748, -0.16009558737277985, 0.40185290575027466, 0.26498329639434814, -0.13585346937179565, -0.14098817110061646, -0.24173393845558167, 0.34912747144699097, 0.26563891768455505, 0.0199683029204607, -0.08777281641960144, -0.17058619856834412, 0.06264431029558182, 0.22203366458415985, -0.19900290668010712, 0.334139883518219, 0.1315193623304367, 0.30431023240089417, -0.14363963901996613, -0.19825705885887146, 0.08834834396839142, -0.10072675347328186, -0.3182767629623413, -0.30421382188796997, -0.26281672716140747, -0.5094163417816162, -0.17382797598838806, 0.03498195484280586, 0.06967935711145401, 0.14891678094863892, -0.05124073475599289, 0.24621225893497467, 0.2358761727809906, 0.23343876004219055, -0.17082864046096802, -0.24419550597667694, 0.30684080719947815, 0.01448019128292799, -0.09998244792222977, 0.11403524875640869, 0.023237787187099457, 0.015990983694791794, -0.2804037630558014, 0.34824705123901367, -0.10918080061674118, 0.15270912647247314, 0.30351564288139343, 0.0013095027534291148, -0.12134999781847, -0.06652478873729706, 0.253150999546051, 0.0251514483243227, -0.05398283153772354, 0.04515717923641205, -0.174738809466362, -0.10488798469305038, -0.046312324702739716, -0.09298539161682129, 0.24966655671596527, -0.11953669041395187, -0.08821585029363632, -0.36000698804855347, -0.221980020403862, -0.31200993061065674, 0.20619206130504608, -0.008018461056053638, 0.2931636571884155, 0.16227947175502777, -0.06705475598573685, -0.07240896672010422, 0.24996495246887207, 0.008977985940873623, -0.08145195245742798, 0.5587429404258728, 0.1631423681974411, -0.3261128067970276, 0.17959998548030853, -0.03199143335223198, -0.3209995627403259, -0.06118731573224068, 0.2915605306625366, 0.0477837435901165, 0.35626909136772156, 0.38586756587028503, -0.4266786277294159, -0.005722979083657265, 0.12447676807641983, 0.20916998386383057, 0.09489021450281143, -0.2818443775177002, -0.3559066653251648, 0.26550284028053284, 0.055938947945833206, 0.10279282927513123, -0.16602723300457, -0.3324793875217438, -0.13136327266693115, 0.06635574251413345, -0.015503202565014362, -0.0770810917019844, -0.419808030128479, -0.030881254002451897, 0.31936338543891907, -0.07793109118938446, 0.30977964401245117, 0.1581348329782486, -0.008414166048169136, -0.04365824908018112, -0.10639055073261261, -0.035049062222242355, 0.05308442935347557, -0.1251806765794754, -0.3343382179737091, -0.16231447458267212, 0.33488374948501587, -0.02272823266685009, -0.25704488158226013, -0.010290163569152355, 0.0614219531416893, 0.4715750515460968, 0.5719048976898193, -0.05394600331783295, -0.08835764974355698, 0.2588101625442505, -0.18534232676029205, -0.10692451894283295, -0.27953073382377625, 0.02169138565659523, -0.11292915791273117, -0.4605197012424469, 0.13171787559986115, 0.2930869162082672, 0.07048038393259048, -0.026495272293686867, 0.06525208801031113, -0.2863602638244629, -0.029454197734594345, 0.21942733228206635, 0.4001556634902954, 0.00006915831909282133, 0.03114524856209755, -0.013715237379074097, 0.4473388195037842, -0.08983494341373444, 0.15462060272693634, -0.10582522302865982, 0.046775877475738525, 0.06473550200462341, 0.5775049328804016, -0.14492958784103394, 0.5038624405860901, -0.2600644826889038, 0.07589871436357498, 0.02850378304719925, 0.10918710380792618, 0.19857321679592133, -0.10730487108230591, -0.32001176476478577, 0.27995607256889343, 0.09964436292648315, -0.07125715166330338, 0.3049336075782776, -0.0550120584666729, 0.1545117348432541, 0.16682995855808258, 0.15735650062561035, -0.08327814191579819, -0.12073064595460892, 0.11043569445610046, -0.003949277102947235, -0.42328429222106934, -0.1338912844657898, -0.19612416625022888, 0.0425022654235363, 0.06365099549293518, -0.2048359215259552, 0.039744894951581955, 0.014428142458200455, -0.04932466894388199, 0.08206773549318314, 0.10229507833719254, 0.12793205678462982, 0.030983582139015198, -0.30947786569595337, -0.2789165675640106, 0.20267541706562042, -0.02737070806324482, 0.028366373851895332, -0.08762115985155106, -0.0690043494105339, -0.0038444383535534143, -0.3091559112071991, -0.038685329258441925, 0.07629447430372238, -0.13297447562217712, -0.23366914689540863, 0.09209892153739929, 0.20192958414554596, -0.16659295558929443, 0.005160308443009853, 0.2260306477546692, -0.21677802503108978, -0.027325399219989777, 0.21656066179275513, -0.0845712199807167, -0.021743861958384514, -0.10684149712324142, 0.23577064275741577, 0.16032931208610535, 0.02468510903418064, 0.1950760781764984, -0.3074623942375183, -0.22376753389835358, 0.29933393001556396, -0.3857519030570984, -0.15612898766994476, -0.3411245346069336, 0.1188727393746376, 0.13911332190036774, 0.3604603409767151, 0.02111268788576126, 0.23725052177906036, -0.022290758788585663, -0.011262847110629082, -0.002070577349513769, 0.30011212825775146, 0.39216938614845276, 0.2336515188217163, -0.09666399657726288, -0.07493732124567032, -0.10708846151828766, 0.08816108107566833, -0.21105609834194183, 0.30205827951431274, 0.07799533754587173, 0.27123019099235535, 0.09483857452869415, 0.4868861436843872, -0.30400073528289795, 0.2913416922092438, 0.05529731139540672, -0.23938068747520447, 0.21291673183441162, -0.15967512130737305, 0.1082257330417633, -0.04115452617406845, -0.4227227568626404, 0.4294585883617401, 0.11479270458221436, 0.6615960597991943, 0.120468869805336, 0.2770686149597168, 0.033559635281562805, -0.008720267564058304, -0.20952671766281128, 0.3563421964645386, -0.15666091442108154, -0.08153246343135834, 0.14471535384655, -0.3185330331325531, 0.08910343050956726, -0.2266853153705597, 0.1623963862657547, 0.4505271315574646, 0.019753403961658478, 0.3093143701553345, 0.444591760635376, -0.1928839385509491, -0.2158646583557129, -0.20278041064739227, 0.07588284462690353, 0.010725203901529312, 0.2571007311344147, -0.0021757474169135094, -0.10207846015691757, -0.014463736675679684, -0.0652846023440361, -0.10381200909614563, 0.028896436095237732, -0.10677609592676163, 0.47554811835289, -0.08334522694349289, 0.015679428353905678, -0.12042859941720963, -0.125066876411438, 0.2471657395362854, -0.009233485907316208, -0.212275892496109, 0.36221230030059814, -0.1977449655532837, -0.20231574773788452, -0.13385428488254547, 0.006220916751772165, 0.191288560628891, 0.21628709137439728, -0.23188179731369019, -0.2875882089138031 ]
https://pimcore.com/docs/platform//Targeting/Usage/Concepts#personalized-document-content
Personalized Document Content Pimcore Documents provide the possibility to create varying content variants for each defined target group. Once a target group is selected, all content elements within the document can be overwritten and personalized. For not overwritten content elements, the content is inherited from the default variant of the document. When delivering content to the visitor, the best matching variant is picked by Pimcore. Best matching is in this case is the variant of the target group with highest assignment count of the current visitor that has content set. See Create Personalized Content and Deliver Personalized Content for further information.
Personalized Document Content
[ 0.1343759000301361, -0.4728967845439911, -0.07043998688459396, -0.08810857683420181, -0.3217112421989441, -0.1956091821193695, -0.005490517243742943, -0.042375024408102036, -0.4324623942375183, 0.17557939887046814, -0.30903950333595276, 0.3446927070617676, 0.2456161081790924, 0.05161801725625992, 0.0383489727973938, -0.25040310621261597, 0.09598644822835922, -0.007253349293023348, -0.025881949812173843, -0.265237033367157, -0.2334427684545517, -0.05929498374462128, 0.1282479166984558, -0.07723893970251083, -0.21978960931301117, -0.009506638161838055, -0.3897557854652405, -0.07513565570116043, -0.18169847130775452, -0.31988149881362915, -0.06856051832437515, 0.5152432322502136, -0.2082144320011139, 0.041061993688344955, -0.00011145041207782924, -0.35609865188598633, 0.04626525938510895, -0.13550099730491638, 0.008350574411451817, -0.15533789992332458, -0.003509347327053547, -0.140792116522789, -0.14681489765644073, -0.2902323603630066, 0.10475198179483414, 0.3308103084564209, 0.3742855489253998, 0.37852001190185547, 0.07597660273313522, 0.051617126911878586, 0.11518602818250656, 0.04108017683029175, -0.015251116827130318, 0.15535743534564972, 0.18756476044654846, 0.21678994596004486, -0.1441182792186737, 0.41289541125297546, 0.6366939544677734, 0.16302670538425446, 0.1449270397424698, -0.03730834275484085, -0.43840262293815613, 0.00925281923264265, 0.23089127242565155, -0.07557423412799835, 0.5929715633392334, -0.255293071269989, -0.2694924473762512, 0.26153475046157837, 0.5180792212486267, 0.2944585084915161, 0.004246033262461424, -0.3371659517288208, 0.12199211120605469, 0.3393407166004181, -0.10696195065975189, 0.2797946631908417, -0.04607541486620903, 0.20057810842990875, -0.057756420224905014, 0.008244081400334835, -0.11528769880533218, 0.0886368677020073, 0.1506630927324295, 0.0839185118675232, -0.08952375501394272, -0.03285423293709755, 0.22398264706134796, 0.08851374685764313, 0.13158771395683289, -0.08275570720434189, 0.2310105562210083, 0.16667218506336212, 0.47556427121162415, -0.4391576647758484, -0.3547487258911133, -0.09694265574216843, 0.02457311563193798, 0.08190376311540604, 0.692779541015625, 0.28133150935173035, -0.1599947214126587, 0.3399660289287567, 0.45201006531715393, -0.05028844624757767, -0.00012168687680969015, 0.2761231064796448, -0.14968237280845642, 0.01845000497996807, -0.09208688139915466, 0.1329210102558136, 0.03966575488448143, 0.1963055282831192, -0.15473659336566925, -0.10560242831707001, 0.16631712019443512, 0.2123907059431076, -0.1299956887960434, 0.08391893655061722, -0.0028051340486854315, 0.04073551297187805, -0.22885125875473022, 0.06347286701202393, -0.21130496263504028, 0.06908043473958969, -0.15326961874961853, -0.02659091167151928, -0.19414383172988892, -0.208225816488266, 0.17635463178157806, -0.04025864228606224, -0.09148402512073517, 0.04173634573817253, 0.007560213096439838, 0.21771211922168732, 0.12583117187023163, -0.030939115211367607, 0.580234706401825, -0.3395417034626007, 0.38406112790107727, -0.07850553095340729, 0.046772412955760956, 0.09655409306287766, -0.17662064731121063, 0.056631993502378464, -0.017593979835510254, 0.27272918820381165, -0.3497738838195801, 0.14859791100025177, -0.27814388275146484, -0.23221468925476074, 0.2995860278606415, 0.18114732205867767, 0.17972654104232788, 0.09840118885040283, 0.07010479271411896, -0.05945068597793579, -0.08236917108297348, 0.025412464514374733, 0.4934804141521454, -0.041825972497463226, -0.22474482655525208, -0.19618956744670868, -0.29051071405410767, 0.36335134506225586, 0.42911264300346375, -0.09846619516611099, -0.13314159214496613, -0.29261910915374756, 0.025260230526328087, -0.07722683995962143, 0.05161665380001068, -0.008382747881114483, 0.19815722107887268, -0.11635984480381012, 0.022995997220277786, 0.03333020955324173, -0.40274494886398315, -0.02537568099796772, -0.3487545847892761, 0.3444760739803314, 0.2845059931278229, 0.22012536227703094, 0.23739692568778992, -0.420337051153183, -0.057325329631567, -0.02367384545505047, 0.06906553357839584, -0.06365495920181274, -0.19556662440299988, 0.149671271443367, -0.12740060687065125, -0.12235503643751144, -0.1606925129890442, 0.15483951568603516, 0.19472602009773254, -0.08496847748756409, -0.1108049601316452, 0.3011956214904785, -0.18194475769996643, 0.17113526165485382, 0.4030728340148926, 0.35002925992012024, 0.34210291504859924, 0.1949520707130432, 0.27169209718704224, -0.04202330484986305, -0.5319816470146179, -0.1462710052728653, 0.22453373670578003, -0.44459202885627747, -0.16178365051746368, -0.04904669150710106, 0.02676200494170189, -0.509806752204895, 0.08662324398756027, 0.2450077086687088, -0.1532571017742157, -0.3914045989513397, -0.009408766403794289, 0.13404197990894318, -0.29147768020629883, 0.0957307517528534, 0.18242062628269196, -0.1261090636253357, -0.04008648544549942, 0.2195015400648117, 0.09441842138767242, 0.03827851638197899, 0.015620104037225246, -0.12988555431365967, 0.22646018862724304, 0.6055871844291687, 0.014950546436011791, 0.31052136421203613, -0.08939281851053238, 0.3326837420463562, 0.3157842457294464, -0.6313491463661194, 0.23343877494335175, 0.24789072573184967, 0.0959417074918747, 0.09499236941337585, -0.14102108776569366, 0.3692989647388458, -0.10056653618812561, -0.0400213748216629, -0.04722823575139046, -0.17619183659553528, -0.31726324558258057, -0.07986079901456833, -0.07522529363632202, -0.30888447165489197, 0.08497989922761917, 0.34086477756500244, 0.06246780604124069, 0.30207884311676025, -0.411114901304245, 0.4692472815513611, 0.07131469249725342, -0.3476344048976898, 0.23945201933383942, 0.10201404988765717, -0.014729900285601616, -0.23354662954807281, -0.042118482291698456, -0.22109997272491455, 0.20650464296340942, 0.07800030708312988, 0.18302659690380096, 0.15356101095676422, 0.04106348752975464, 0.030590269714593887, 0.13377822935581207, -0.04403131827712059, -0.4490911364555359, -0.027072744444012642, 0.009078656323254108, 0.28952866792678833, 0.0026934740599244833, 0.11067934334278107, 0.025425726547837257, -0.21176238358020782, 0.09741277992725372, -0.32350876927375793, 0.11440221220254898, 0.18586580455303192, -0.12288995832204819, 0.03807773068547249, -0.10307201743125916, 0.0674036294221878, 0.19334635138511658, 0.24919110536575317, 0.20164074003696442, -0.2791469693183899, 0.18687453866004944, 0.5383325219154358, -0.26287901401519775, -0.06453674286603928, -0.04276885837316513, 0.049410682171583176, -0.05528038740158081, 0.11747558414936066, -0.2136646807193756, 0.0451996736228466, 0.09188253432512283, -0.2760114371776581, 0.14257343113422394, -0.2871096432209015, 0.14659108221530914, 0.2528201639652252, 0.027464639395475388, 0.023886999115347862, 0.03766316920518875, 0.2273588478565216, -0.0812663659453392, -0.17972582578659058, -0.07238014042377472, -0.1433756798505783, -0.3293813169002533, -0.32302719354629517, 0.2355709969997406, 0.15434472262859344, -0.08032897114753723, -0.26209667325019836, -0.07307100296020508, -0.05934300273656845, 0.25455957651138306, 0.20657511055469513, 0.31522437930107117, -0.45809659361839294, -0.1442681849002838, -0.003470052732154727, -0.11631698161363602, 0.3583793342113495, -0.24533942341804504, -0.2988443672657013, 0.1952790915966034, -0.2662660479545593, -0.00811442919075489, -0.316354900598526, -0.13672512769699097, 0.027302555739879608, 0.030545296147465706, 0.005491968709975481, -0.06065567582845688, 0.1525813639163971, -0.14607706665992737, -0.04232710227370262, 0.07767508924007416, 0.16517676413059235, 0.09324497729539871, -0.15244755148887634, -0.11334343254566193, 0.28103727102279663, -0.42200344800949097, 0.3130073845386505, 0.299164354801178, -0.28756922483444214, -0.7165200710296631, 0.16587214171886444, 0.7810724377632141, -0.4027306139469147, 0.20431147515773773, 0.11337099969387054, 0.29770606756210327, 0.14038608968257904, -0.20796896517276764, -0.13377954065799713, 0.24446655809879303, -0.05103001743555069, 0.13949114084243774, 0.41343584656715393, 0.05100150778889656, -0.40422406792640686, 0.08114904165267944, -0.24469615519046783, -0.6313754320144653, -0.05560002848505974, 0.0140230106189847, 0.2398899644613266, 0.3449859619140625, -0.14846736192703247, -0.19237488508224487, -0.10017748922109604, -0.013540392741560936, 0.07491051405668259, 0.5595513582229614, -0.057683296501636505, 0.13746576011180878, -0.2660295367240906, -0.13658548891544342, 0.08151139318943024, 0.2769646644592285, 0.08389730006456375, -0.3158116638660431, 0.049692053347826004, -0.16887670755386353, 0.31217923760414124, 0.018275141716003418, 0.48732808232307434, -0.18802964687347412, -0.012852863408625126, 0.09735818952322006, -0.09137848764657974, 0.28077462315559387, -0.01940017007291317, -0.2249184250831604, -0.3237469792366028, 0.3352871835231781, 0.3268223702907562, 0.021135421469807625, 0.11429069191217422, 0.006632342468947172, -0.2546728849411011, 0.013674741610884666, -0.04900215193629265, 0.050326958298683167, 0.05993277579545975, -0.16919563710689545, -0.007543451152741909, -0.21281470358371735, -0.09835851192474365, -0.007770929951220751, 0.0010671750642359257, -0.03070031851530075, 0.28681907057762146, 0.0987076461315155, 0.1074465736746788, -0.20310655236244202, 0.15998943150043488, -0.38060978055000305, 0.2963230609893799, 0.07489190995693207, 0.5966663956642151, 0.07592003792524338, -0.08133106678724289, 0.07733823359012604, -0.10986407101154327, -0.23696860671043396, 0.22011686861515045, 0.04558833688497543, 0.5450214743614197, -0.17864514887332916, -0.3303810656070709, -0.16781394183635712, 0.17065247893333435, 0.2572379410266876, -0.02591758780181408, 0.011954760178923607, -0.6096855401992798, -0.6011754274368286, 0.2748525142669678, -0.12983183562755585, -0.27282530069351196, 0.0245443657040596, -0.3415882885456085, 0.020641406998038292, 0.09934913367033005, 0.5922180414199829, 1.2183090448379517, -0.04236704111099243, 0.23460932075977325, -0.546724796295166, -0.024366814643144608, 0.21410951018333435, -0.3867798447608948, 0.10608097910881042, -0.036447636783123016, -0.12238772958517075, -0.16844333708286285, 0.014834876172244549, 0.4048967659473419, 0.46411922574043274, -0.3904518187046051, -0.1776302605867386, -0.10684051364660263, -0.5105524063110352, 0.14835543930530548, 0.11572083830833435, -0.41421252489089966, -0.14788922667503357, 0.5033581256866455, 0.010059612803161144, 0.06711319833993912, 0.22432759404182434, 0.07926107197999954, 0.1509084701538086, -0.11204147338867188, -0.12735602259635925, -0.09365863353013992, -0.12647199630737305, -0.6844727396965027, -0.35714343190193176, 0.18182173371315002, -0.48818743228912354, -0.023584723472595215, -0.005270316731184721, 0.009611737914383411, 0.13625384867191315, 0.17732231318950653, 0.09141980111598969, 0.655903697013855, -0.16584493219852448, 0.18880613148212433, -0.30942556262016296, 0.3532220125198364, 0.06752721220254898, 0.1324879676103592, -0.10519646108150482, 0.05492974817752838, -0.013158904388546944, -0.1767551600933075, 0.08573929965496063, 0.4783327579498291, 0.04617747664451599, -0.27327221632003784, 0.06235351040959358, -0.2882515490055084, 0.013294260948896408, 0.10446970909833908, -0.09316354990005493, 0.019546661525964737, -0.04048682749271393, -0.18757890164852142, -0.29029127955436707, -0.10920488089323044, -0.028108613565564156, 0.3280181586742401, -0.22575019299983978, 0.06946344673633575, -0.5879195928573608, -0.09428837150335312, -0.29309195280075073, 0.4917992353439331, -0.21259334683418274, 0.3287597894668579, 0.03259965404868126, -0.013785061426460743, -0.21857677400112152, 0.22500677406787872, 0.6058800220489502, 0.14661119878292084, 0.5541122555732727, -0.38899746537208557, -0.2078733742237091, -0.05371648445725441, -0.3462486267089844, -0.04355599358677864, 0.009038075804710388, 0.1750716120004654, 0.21716757118701935, 0.2716712951660156, 0.13832975924015045, -0.3045797348022461, -0.16141022741794586, -0.038379017263650894, 0.09135642647743225, 0.48500922322273254, 0.3264036774635315, -0.2502789795398712, 0.040471285581588745, 0.01577392965555191, 0.20601670444011688, -0.09187287092208862, -0.16539160907268524, -0.38870537281036377, 0.15909087657928467, -0.17601747810840607, 0.03234369307756424, -0.07966096699237823, 0.23722992837429047, 0.23438717424869537, -0.06979009509086609, -0.12315458804368973, 0.12122616916894913, -0.03358413279056549, -0.12246448546648026, -0.524543821811676, 0.09325835853815079, -0.12202269583940506, -0.24607568979263306, -0.1636466383934021, -0.13235469162464142, 0.3596058785915375, -0.08341760188341141, -0.40388450026512146, -0.015737337991595268, 0.53643798828125, 0.20105323195457458, -0.035540588200092316, -0.03692867234349251, 0.1542218029499054, 0.4092710614204407, 0.025079291313886642, -0.23879815638065338, -0.1468438357114792, 0.03352079913020134, 0.04831518605351448, -0.26380571722984314, 0.30401721596717834, 0.18546220660209656, 0.0125559251755476, -0.4238036274909973, 0.15784597396850586, -0.26609286665916443, 0.04726424440741539, 0.3144802749156952, 0.39841756224632263, 0.10935068130493164, -0.1709783524274826, -0.10801490396261215, 0.11116325110197067, -0.3130032420158386, 0.342572420835495, 0.3264010548591614, 0.16154533624649048, 0.01747279055416584, 0.5357942581176758, 0.07064691185951233, 0.3621790111064911, -0.578981876373291, 0.40367797017097473, 0.403035968542099, 0.4941938817501068, -0.025836031883955002, 0.41077476739883423, -0.11714256554841995, 0.15222132205963135, 0.13698947429656982, 0.11549412459135056, 0.8077476620674133, 0.22344155609607697, 0.06955248862504959, -0.23010262846946716, 0.2173692137002945, 0.22297242283821106, -0.16865022480487823, 0.2293587028980255, -0.16831904649734497, -0.42402783036231995, -0.03559678792953491, -0.11017289757728577, -0.17488645017147064, 0.11263858526945114, -0.5160844326019287, 0.24250778555870056, -0.029621073976159096, 0.00904583465307951, 0.06314787268638611, -0.013136805966496468, -0.27638885378837585, 0.21366894245147705, -0.25922736525535583, -0.2746157646179199, -0.5581995844841003, 0.09767279773950577, 0.14834319055080414, 0.06439438462257385, -0.1501569151878357, 0.017031462863087654, -0.04647764563560486, 0.009477874264121056, -0.46932440996170044, 0.058908212929964066, -0.15422336757183075, -0.023685170337557793, 0.3237115144729614, -0.2786794900894165, -0.042758092284202576, 0.018551301211118698, -0.16038063168525696, 0.08865678310394287, 0.3532560169696808, -0.1389358788728714, -0.298058420419693, -0.3026309311389923, 0.04189791530370712, -0.3111494779586792, -0.09029066562652588, 0.26413917541503906, -0.467059850692749, -0.21806621551513672, 0.42669185996055603, -0.08090491592884064, -0.004544621333479881, 0.002902190200984478, 0.07514047622680664, 0.2244931161403656, 0.11249080300331116, 0.44868552684783936, -0.15881283581256866, 0.19996221363544464, -0.06492059677839279, -0.13757649064064026, 0.5171104073524475, 0.22408151626586914, 0.11299930512905121, 0.24826690554618835, 0.03245540335774422, -0.15390026569366455, 0.41079622507095337, 0.31419235467910767, 0.3802836835384369, -0.3228040635585785, 0.4386110007762909, 0.20829851925373077, 0.12358783185482025, -0.3119870126247406, 0.181437149643898, 0.10496877878904343, -0.0933055579662323, -0.07743143290281296, -0.13540025055408478, 0.08575157076120377, 0.14752362668514252, -0.16058647632598877, 0.04110179468989372, 0.07877539843320847, 0.5578646063804626, -0.08900395780801773, -0.13242459297180176, -0.11778859049081802, 0.02585526369512081, 0.197909414768219, 0.30015990138053894, -0.1309320330619812, 0.01726670190691948, 0.1865362823009491, -0.04132746905088425, -0.11548206955194473, 0.13298262655735016, 0.17907506227493286, 0.2975148558616638, 0.4239688217639923, -0.4521467089653015, -0.11067304760217667, -0.1557289958000183, -0.09240222722291946, -0.36818987131118774, -0.09359224140644073, 0.43244272470474243, 0.09281822293996811, -0.3568832278251648, -0.1303856521844864, 0.024280056357383728, 0.12777285277843475, -0.4077364206314087, -0.31678420305252075, -0.21223759651184082, 0.09278199076652527, -0.05505933240056038, 0.010018783621490002, -0.13693277537822723, -0.352888286113739, 0.32646921277046204, 0.07034577429294586, -0.40309634804725647, -0.40157681703567505, -0.2033032774925232, 0.003504932625219226, -0.24598479270935059, 0.5406111478805542, 0.10493655502796173, 0.19914400577545166, -0.021985506638884544, -0.14588040113449097 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content/Define_Target_Groups#define-target-groups
Define Target Groups It is recommended to group your visitors into target groups. They help you to keep track and have an overview about what content you need to provide and about which content is delivered to what visitor. Thus, Target Groups are the core entities for personalizing content. Target groups are defined centrally, have an unique name, can have a description and may be deactivated. The threshold is needed in combination with visitor profiling. Based on the behavior, a visitor can get target groups assigned. Thus a visitor can belong to multiple target groups with a specific assignment count (= times a target group got assigned and represents a certain relevance). Once the assignment count passes the configured threshold, the visitor really belongs to the target groups and it is used for personalized content. See visitor profiling for further information on profiling visitors and assigning target groups.
Define Target Groups
[ 0.2532692551612854, -0.491914302110672, -0.11163286864757538, -0.1715041846036911, -0.01740068569779396, -0.16586904227733612, 0.377184122800827, -0.21470527350902557, -0.14248888194561005, 0.15221747756004333, -0.2213049679994583, -0.12313023954629898, 0.004122811369597912, 0.10151402652263641, 0.01792343333363533, -0.08190520852804184, 0.06049881502985954, 0.24935032427310944, -0.04183891788125038, 0.08945517987012863, -0.20502729713916779, -0.11406031250953674, 0.14662927389144897, 0.17609485983848572, -0.2885778844356537, -0.007330987602472305, 0.027850773185491562, 0.041740138083696365, 0.17175452411174774, -0.33341091871261597, -0.16574585437774658, 0.36680033802986145, -0.24833174049854279, 0.17091552913188934, -0.00010270479106111452, -0.2754018008708954, -0.16574913263320923, -0.10572786629199982, -0.15159635245800018, -0.0841904804110527, 0.07065184414386749, -0.13073281943798065, -0.13264742493629456, -0.29551878571510315, 0.0411333367228508, 0.0723600834608078, 0.08551089465618134, 0.19439519941806793, 0.3657013177871704, -0.05271683633327484, 0.22452135384082794, -0.11833580583333969, -0.20879852771759033, 0.13781949877738953, 0.033818647265434265, -0.06783664971590042, -0.23160940408706665, 0.1782602220773697, 0.04110418260097504, -0.05989036336541176, 0.0044473158195614815, -0.03756558522582054, 0.037097249180078506, 0.17531858384609222, 0.5339600443840027, -0.1310506910085678, 0.339855432510376, -0.5600446462631226, -0.1971563994884491, 0.05529599264264107, 0.21047517657279968, 0.4451925754547119, 0.05893386900424957, -0.3679511547088623, 0.019202418625354767, -0.05036819353699684, 0.20449508726596832, 0.08335007727146149, 0.010815819725394249, 0.15378248691558838, -0.19432272017002106, 0.25884637236595154, -0.05613674968481064, -0.02142658270895481, 0.17688217759132385, 0.0918487012386322, -0.18827688694000244, 0.06648383289575577, 0.12312712520360947, 0.06421184539794922, 0.026908621191978455, -0.04975098744034767, 0.23410797119140625, 0.26027119159698486, -0.039615996181964874, -0.30451855063438416, 0.09766557067632675, 0.2508184611797333, 0.08505719155073166, 0.37012672424316406, 0.5365468263626099, 0.1053316667675972, 0.09740719199180603, 0.22344224154949188, 0.21831487119197845, 0.06510812044143677, 0.2178790122270584, -0.0322519913315773, 0.2959349453449249, -0.0062382579781115055, -0.028559578582644463, 0.3752737045288086, -0.025943510234355927, 0.11053541302680969, 0.19257204234600067, 0.23170895874500275, 0.17659921944141388, 0.19554242491722107, -0.4319170415401459, -0.01616991125047207, -0.2818596363067627, -0.01792113110423088, 0.02733573317527771, -0.0697488933801651, 0.19257482886314392, -0.035940397530794144, -0.5773089528083801, -0.17942595481872559, -0.15095211565494537, -0.11338816583156586, 0.09146428108215332, -0.01566164195537567, -0.38857224583625793, 0.12028543651103973, 0.10656920075416565, -0.18909813463687897, -0.011867840774357319, -0.26430124044418335, 0.16836437582969666, -0.4729042053222656, 0.40991488099098206, -0.05102166160941124, -0.023747475817799568, 0.07916352152824402, -0.16893208026885986, 0.14060352742671967, 0.06468300521373749, -0.07539216428995132, -0.25677546858787537, -0.023974977433681488, 0.15601003170013428, -0.25039249658584595, 0.5926236510276794, 0.20644663274288177, 0.3155762851238251, 0.20736567676067352, 0.19265809655189514, 0.27662771940231323, -0.05564654618501663, 0.29464036226272583, 0.1704833060503006, 0.34670740365982056, -0.10918319970369339, -0.19730910658836365, -0.3795725703239441, 0.29018038511276245, 0.14278802275657654, -0.23660767078399658, -0.10465768724679947, -0.2694540023803711, 0.18014422059059143, 0.006231502164155245, -0.12358925491571426, 0.18939316272735596, 0.12114962935447693, 0.039670124650001526, -0.1957695037126541, 0.2458593100309372, -0.18107956647872925, -0.05834070220589638, -0.5065811276435852, 0.038251977413892746, 0.3992373049259186, 0.11496865749359131, 0.16615645587444305, -0.5798053741455078, 0.019855579361319542, 0.015578384511172771, 0.13224175572395325, 0.059868887066841125, -0.06105734035372734, 0.30548059940338135, 0.2851249575614929, -0.2763125002384186, -0.21196448802947998, 0.1707339584827423, 0.031439825892448425, 0.048957642167806625, -0.4104035794734955, 0.12103012204170227, 0.22638268768787384, -0.0062879882752895355, 0.13110949099063873, -0.07133141160011292, 0.17572419345378876, 0.10393091291189194, 0.07979453355073929, -0.05315474420785904, -0.20709729194641113, -0.032921526581048965, 0.7196443676948547, -0.5474998354911804, -0.646733820438385, -0.24989371001720428, -0.023155050352215767, -0.32977426052093506, 0.17505769431591034, 0.15970197319984436, 0.033844396471977234, -0.5308851003646851, -0.2324109673500061, 0.17600080370903015, -0.32816722989082336, 0.19706405699253082, 0.2792804539203644, 0.005684864241629839, -0.3407277762889862, 0.31996771693229675, 0.31810930371284485, 0.1639701873064041, 0.07934447377920151, 0.016230851411819458, 0.1581653505563736, 0.22575771808624268, 0.15341174602508545, -0.1798952966928482, 0.24183973670005798, 0.6633749604225159, 0.10246583819389343, -0.09423979371786118, 0.13606642186641693, 0.18106341361999512, 0.2416205108165741, 0.1574142575263977, -0.006670699454843998, 0.26916739344596863, 0.1655026078224182, 0.010761775076389313, -0.303298681974411, -0.20213143527507782, -0.048734694719314575, -0.032166000455617905, -0.1206342875957489, -0.24496297538280487, -0.10672583431005478, 0.06629374623298645, 0.06700670719146729, 0.09294167160987854, -0.23789256811141968, 0.3358800411224365, -0.11272089183330536, -0.10360748320817947, 0.33874890208244324, 0.15020571649074554, -0.02674436755478382, -0.37575435638427734, -0.034686628729104996, 0.0861579030752182, 0.24604466557502747, 0.11410841345787048, 0.395632266998291, -0.26773056387901306, -0.054679106920957565, -0.15687857568264008, 0.07612859457731247, 0.1077716052532196, -0.20607785880565643, -0.18370331823825836, -0.25401490926742554, 0.2622763514518738, 0.01623111590743065, -0.24024638533592224, 0.07940900325775146, -0.07813209295272827, -0.30716100335121155, -0.1898837685585022, 0.23044441640377045, -0.26662471890449524, 0.33572232723236084, -0.06640330702066422, -0.20825938880443573, -0.08507729321718216, 0.27077344059944153, -0.1019987091422081, -0.03158964589238167, -0.045593563467264175, 0.27094563841819763, 0.7570846676826477, -0.16345952451229095, 0.6448065042495728, -0.3317880928516388, -0.05489689111709595, -0.049756795167922974, 0.24990442395210266, -0.38630732893943787, -0.2415960133075714, 0.3373834192752838, -0.03410178795456886, 0.35828161239624023, -0.1491798609495163, -0.03482770174741745, 0.03439026325941086, -0.21540169417858124, 0.18589270114898682, -0.09370028227567673, 0.3773290812969208, -0.3062160909175873, 0.11109333485364914, -0.2267102748155594, 0.20729458332061768, -0.16920742392539978, -0.17789511382579803, 0.044159356504678726, 0.2710326611995697, 0.001913076383061707, -0.16954363882541656, 0.0764785185456276, -0.21576662361621857, -0.2537444233894348, -0.0007299408898688853, 0.3030749261379242, 0.23719413578510284, -0.31424111127853394, 0.08148401230573654, 0.25720980763435364, 0.13436461985111237, -0.3042905330657959, -0.1420641988515854, 0.39536339044570923, -0.5455678105354309, 0.13341091573238373, 0.03746175765991211, -0.19495633244514465, 0.22044730186462402, -0.07917749881744385, 0.012156554497778416, -0.14936195313930511, 0.09666965156793594, -0.2218068242073059, -0.09038718789815903, -0.16779956221580505, -0.02798985317349434, -0.07979948818683624, -0.3065253496170044, 0.014882725663483143, 0.07608800381422043, -0.16374628245830536, 0.23527859151363373, 0.15048237144947052, -0.10353756695985794, -0.44556939601898193, 0.22400957345962524, 0.6137527227401733, -0.1260669231414795, -0.01604081317782402, 0.3927825391292572, 0.5052627921104431, 0.03173729032278061, -0.054038576781749725, 0.16950681805610657, 0.1376836597919464, 0.006428173743188381, 0.14985612034797668, 0.5125628113746643, 0.053001027554273605, -0.2286578267812729, -0.159699484705925, -0.3780113458633423, -0.7071356773376465, -0.15401490032672882, -0.015405472368001938, 0.034047484397888184, 0.4503634572029114, -0.06331877410411835, -0.2656209170818329, 0.28074130415916443, 0.08318499475717545, -0.11594221740961075, 0.26430919766426086, 0.10155743360519409, 0.0015054532559588552, -0.3675863742828369, -0.03813996911048889, 0.07776738703250885, 0.29645881056785583, -0.2185050994157791, -0.2593838572502136, 0.06338173896074295, -0.0533813051879406, 0.20684915781021118, 0.06274206936359406, -0.2104969471693039, -0.2802032232284546, 0.050658274441957474, -0.16796445846557617, 0.3288322985172272, 0.26281535625457764, 0.11766543984413147, 0.27691492438316345, 0.00406435364857316, 0.06852616369724274, -0.31769829988479614, -0.2760167717933655, -0.12647950649261475, 0.07794651389122009, -0.301654189825058, 0.022796714678406715, -0.04673260077834129, 0.020903006196022034, 0.12171906977891922, -0.3712390959262848, 0.09961537271738052, 0.019085893407464027, -0.1879969835281372, -0.2498229444026947, -0.25617262721061707, 0.30900144577026367, -0.16312482953071594, 0.184554323554039, 0.21518340706825256, -0.18508696556091309, 0.49063992500305176, -0.19704273343086243, 0.1913520097732544, 0.08753035217523575, 0.08364907652139664, 0.3958497643470764, -0.10146994143724442, -0.22289863228797913, 0.09634744375944138, -0.0079025374725461, 0.1767379194498062, 0.300581693649292, 0.3926936686038971, 0.1834384799003601, -0.38202765583992004, 0.14688511192798615, 0.023118099197745323, 0.32117706537246704, -0.20353378355503082, -0.013335730880498886, -0.32770735025405884, -0.3036280572414398, 0.017726212739944458, -0.24306461215019226, -0.28793448209762573, 0.052267130464315414, -0.004608519840985537, -0.1175747662782669, -0.06693718582391739, 0.3116709291934967, 1.1032788753509521, -0.010153033770620823, -0.03595557063817978, -0.5775965452194214, -0.30432334542274475, -0.05834195017814636, -0.27351057529449463, 0.07375684380531311, -0.05217650532722473, 0.2722766101360321, -0.08562614768743515, 0.055034339427948, 0.49322301149368286, 0.7467473149299622, -0.18874333798885345, -0.06206542253494263, -0.09926632791757584, -0.18547065556049347, -0.26006779074668884, -0.12745673954486847, -0.2884954512119293, -0.39603057503700256, 0.004484470468014479, 0.1830512285232544, -0.36884650588035583, 0.2740463316440582, 0.01599961332976818, 0.4718005061149597, -0.2778453826904297, -0.19033998250961304, 0.2651319205760956, -0.4029366672039032, -0.3001493513584137, -0.30249977111816406, -0.07862206548452377, -0.576883852481842, 0.09698019176721573, -0.24568605422973633, 0.03247703239321709, -0.012388810515403748, 0.039815615862607956, 0.05140700191259384, 0.0808749571442604, -0.19808879494667053, 0.007397321984171867, -0.20485475659370422, 0.26535388827323914, -0.04340970143675804, 0.015013780444860458, 0.12191706895828247, 0.05731998011469841, 0.2645622491836548, -0.07675594836473465, 0.1714305579662323, 0.2775079011917114, -0.18982751667499542, 0.3474888503551483, 0.22129079699516296, -0.23200245201587677, -0.12936340272426605, 0.19109758734703064, -0.10205453634262085, 0.03117246925830841, -0.20157477259635925, -0.26547670364379883, 0.1056184247136116, -0.06946345418691635, -0.189755380153656, 0.12067883461713791, -0.23387430608272552, -0.10773617774248123, -0.4287775456905365, -0.1800122857093811, -0.32788556814193726, 0.6536014676094055, 0.03297382593154907, 0.1407337784767151, -0.006250082515180111, 0.1369812935590744, -0.18134690821170807, 0.1986621916294098, 0.49233514070510864, 0.19899241626262665, 0.4342197775840759, -0.0373406857252121, -0.08360911160707474, -0.031041916459798813, -0.23113234341144562, -0.20699942111968994, 0.0863855853676796, -0.115147165954113, -0.18132077157497406, 0.5161076188087463, 0.33075475692749023, -0.388149619102478, -0.38698044419288635, -0.32737958431243896, 0.20340755581855774, 0.31225088238716125, -0.04944886267185211, -0.2752666473388672, 0.16688776016235352, 0.12245989590883255, 0.08434273302555084, -0.2693396508693695, -0.25470858812332153, -0.1513233333826065, 0.10035669803619385, -0.050471775233745575, -0.114049032330513, -0.28173333406448364, 0.3452138304710388, -0.024157483130693436, -0.07729826867580414, 0.18926924467086792, -0.03564785420894623, 0.1683536171913147, 0.003233917523175478, 0.01700826920568943, -0.07688315212726593, -0.0015243581729009748, -0.3965839743614197, -0.082615427672863, 0.3118763267993927, 0.15569372475147247, -0.04323793947696686, -0.02100887894630432, -0.07569137215614319, -0.22184227406978607, 0.3280317187309265, 0.4332626163959503, -0.36220937967300415, -0.07291621714830399, 0.21885690093040466, 0.0223467405885458, 0.06161874905228615, -0.2647872567176819, 0.021996187046170235, -0.11473606526851654, -0.414922297000885, 0.15661373734474182, 0.2910592257976532, 0.11058823019266129, 0.07890927046537399, -0.08490196615457535, -0.24791273474693298, 0.03185955062508583, 0.38196805119514465, 0.39605849981307983, 0.18164801597595215, -0.2354428619146347, -0.08807571977376938, 0.03959587961435318, -0.19413235783576965, 0.060530148446559906, -0.20083020627498627, 0.00776665611192584, 0.0670708492398262, 0.5907216668128967, -0.2532532215118408, 0.5224995017051697, -0.23851974308490753, 0.5131414532661438, 0.28228995203971863, 0.4449059069156647, 0.35403141379356384, 0.09828951209783554, -0.08019272983074188, -0.002793392399325967, 0.06775126606225967, -0.16659745573997498, 0.2720107436180115, 0.32851430773735046, -0.0344185046851635, 0.10038657486438751, 0.1789775788784027, 0.14434315264225006, -0.14606702327728271, 0.12127651274204254, 0.17555947601795197, -0.46287572383880615, -0.10386204719543457, -0.2696201205253601, -0.307488352060318, 0.07524262368679047, -0.4821399748325348, 0.22858469188213348, -0.0759400948882103, 0.09627628326416016, 0.12350941449403763, 0.09807954728603363, 0.10461656004190445, 0.5841086506843567, -0.34498095512390137, -0.3604001998901367, 0.01058928295969963, 0.26802268624305725, 0.21707932651042938, 0.02688733860850334, -0.13023771345615387, -0.09814818948507309, -0.2847682535648346, -0.025635013356804848, 0.17756827175617218, -0.12526139616966248, 0.07493863999843597, 0.11245544999837875, 0.12214954197406769, 0.06094185262918472, 0.2715038061141968, 0.09244687110185623, -0.2652897536754608, -0.011931728571653366, 0.33862724900245667, -0.1795802265405655, -0.26356011629104614, 0.2016638219356537, 0.027539290487766266, -0.26610225439071655, 0.01907229982316494, 0.17107327282428741, -0.3026900589466095, -0.27241116762161255, 0.23852163553237915, -0.2441866397857666, -0.2074597328901291, -0.7214720845222473, 0.10553596168756485, 0.1575101763010025, 0.42080777883529663, 0.24886378645896912, 0.31784066557884216, -0.2335364818572998, -0.24179112911224365, 0.1512891948223114, 0.3143085837364197, 0.14643312990665436, -0.08818400651216507, -0.1736895740032196, 0.0561966672539711, -0.16842909157276154, 0.7453789710998535, 0.06882726401090622, 0.09864968061447144, 0.04531210660934448, 0.478985995054245, 0.02961224876344204, 0.13943804800510406, -0.2114935666322708, -0.009233813732862473, -0.03503794223070145, -0.0679403692483902, 0.030927127227187157, -0.007287913002073765, 0.05160783231258392, 0.12335818260908127, -0.18299078941345215, 0.5675046443939209, 0.29650071263313293, 0.5686969757080078, -0.11954035609960556, 0.3093896210193634, 0.06409861892461777, -0.019766241312026978, 0.14238403737545013, 0.06414633989334106, -0.10181134194135666, -0.10690879076719284, 0.3521057069301605, 0.05690233036875725, 0.22958162426948547, -0.06328222155570984, 0.18290959298610687, -0.006707862950861454, 0.19114507734775543, 0.20404063165187836, 0.3875691592693329, -0.2079484611749649, -0.03930079936981201, -0.16634462773799896, 0.07706264406442642, 0.060721173882484436, 0.3271726965904236, -0.14307717978954315, -0.13830849528312683, -0.18807880580425262, -0.1826416701078415, 0.023750701919198036, -0.2515309154987335, -0.07755459100008011, 0.5187863111495972, -0.19147178530693054, -0.2315797358751297, -0.23470699787139893, -0.32266345620155334, 0.36617881059646606, -0.12566997110843658, -0.2912178933620453, 0.07029592245817184, -0.30532750487327576, -0.2533641755580902, -0.13282063603401184, 0.1610487699508667, -0.07807599008083344, 0.4208438992500305, -0.12633275985717773, -0.2519436478614807 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content/Visitor_Profiling#visitor-profiling
Visitor Profiling Visitor profiling is the process of getting to know visitors and assign one or multiple target groups based on their behaviour. The result of the ongoing profiling process is a set of target groups, that are assigned with a certain assignment relevance to the current visitor. Pimcore provides two ways for profiling visitors based on their behavior.
Visitor Profiling
[ 0.04510342702269554, -0.4408344030380249, -0.082573801279068, -0.12803374230861664, -0.1480097621679306, -0.0636863261461258, 0.020434875041246414, -0.15405800938606262, -0.4527031183242798, 0.1504928469657898, -0.22197528183460236, -0.09910557419061661, -0.02852015197277069, 0.05281902477145195, 0.27105316519737244, -0.3614683747291565, 0.019054625183343887, -0.059638772159814835, -0.24627749621868134, 0.12948766350746155, -0.20494210720062256, -0.148643359541893, 0.13277463614940643, 0.43074095249176025, -0.2936690151691437, -0.16873742640018463, -0.23815329372882843, -0.34580522775650024, 0.15109379589557648, -0.21447470784187317, -0.10926619172096252, 0.192423015832901, 0.11264731734991074, 0.28869199752807617, -0.00011934895883314312, -0.3873805105686188, -0.09540382027626038, -0.03040214069187641, 0.24169915914535522, 0.03376172482967377, 0.4626826345920563, 0.13196764886379242, 0.2658788859844208, -0.18869318068027496, -0.046065811067819595, 0.038677919656038284, 0.110322006046772, 0.007056414615362883, 0.062429916113615036, -0.22962717711925507, 0.10626357048749924, 0.11251559853553772, -0.4944136440753937, -0.04928813502192497, -0.0491405688226223, 0.10535507649183273, -0.04402865096926689, 0.019674139097332954, 0.1635347604751587, -0.14386430382728577, -0.10852924734354019, -0.09999239444732666, -0.2356027066707611, 0.1509752720594406, 0.42561137676239014, -0.16469137370586395, 0.6067236065864563, -0.33480560779571533, -0.18568724393844604, 0.10254508256912231, 0.2963530421257019, 0.5847208499908447, -0.04220817983150482, -0.18989761173725128, 0.020827701315283775, 0.18212531507015228, 0.037628136575222015, 0.06367667019367218, -0.34060171246528625, 0.025211986154317856, -0.18207187950611115, 0.2862671911716461, 0.1309550404548645, -0.19969439506530762, -0.20347563922405243, -0.12575706839561462, -0.0343087874352932, 0.1931157112121582, 0.17247869074344635, -0.06165244057774544, 0.3537325859069824, 0.20344577729701996, 0.28629863262176514, 0.2310260534286499, -0.148469939827919, -0.377684086561203, 0.39092159271240234, 0.4225384294986725, 0.0018374650971964002, 0.2895316481590271, 0.1587660163640976, 0.11293724179267883, -0.3581065237522125, 0.11012140661478043, 0.5615240335464478, -0.22952423989772797, 0.25372114777565, -0.14422088861465454, 0.022319011390209198, 0.11119022965431213, -0.045967813581228256, 0.2977422773838043, 0.6331934928894043, -0.15589746832847595, -0.04838241636753082, 0.15266627073287964, -0.015622898004949093, 0.0051396735943853855, -0.27340182662010193, 0.006113044451922178, -0.25298672914505005, -0.04833673685789108, 0.06707771867513657, 0.531667172908783, -0.0011842362582683563, -0.013622305355966091, -0.2523813247680664, -0.16087254881858826, -0.3002583086490631, -0.08456188440322876, 0.08151903003454208, 0.14734478294849396, -0.3739796578884125, -0.25356045365333557, -0.13132372498512268, 0.3749777674674988, 0.17415884137153625, -0.02108551748096943, 0.18533626198768616, -0.3679915964603424, 0.28277871012687683, -0.17974545061588287, 0.022265344858169556, -0.013356223702430725, 0.010131950490176678, -0.05411143600940704, -0.07155502587556839, 0.3981415331363678, -0.24451425671577454, 0.16131241619586945, -0.16674597561359406, 0.19405537843704224, 0.5663118362426758, 0.05376477167010307, -0.14733898639678955, -0.09582100063562393, 0.2937432825565338, -0.14703261852264404, -0.4219667613506317, 0.0678148865699768, 0.1498257964849472, 0.024919169023633003, 0.2445678561925888, -0.05902606621384621, -0.14261144399642944, 0.2652498483657837, 0.5807844400405884, -0.07650110125541687, -0.22916889190673828, -0.5317208170890808, 0.22884121537208557, -0.012667291797697544, 0.06055747717618942, 0.2274295538663864, -0.01562889665365219, -0.19837284088134766, -0.07784777879714966, 0.22096233069896698, 0.19856365025043488, -0.02838621288537979, -0.4307408928871155, 0.27269232273101807, 0.30521687865257263, 0.2624809741973877, -0.22033289074897766, -0.22170116007328033, 0.016614411026239395, 0.16021770238876343, 0.18593744933605194, -0.09454786032438278, -0.017724568024277687, 0.25900259613990784, 0.053259942680597305, -0.15472157299518585, -0.12716540694236755, 0.1606326848268509, 0.1941889077425003, -0.24863015115261078, -0.004720060154795647, -0.03234999626874924, -0.006744285114109516, 0.03369108960032463, -0.03664686530828476, 0.08491814881563187, 0.16863201558589935, 0.3028542995452881, 0.14484961330890656, -0.1739078015089035, -0.6358437538146973, -0.08746681362390518, 0.5255920886993408, -0.4261656403541565, -0.23429062962532043, 0.11155351251363754, 0.11945778876543045, -0.38618969917297363, 0.04790183901786804, 0.20890964567661285, -0.22316136956214905, -0.40927815437316895, 0.01959139108657837, -0.02586238645017147, -0.014681633561849594, 0.07979194819927216, 0.40683165192604065, 0.043235745280981064, 0.02934017777442932, 0.08731435984373093, 0.2516270577907562, 0.11094598472118378, 0.12620314955711365, -0.14799119532108307, 0.2535608112812042, 0.24025274813175201, 0.7219257354736328, 0.24616196751594543, 0.3995531499385834, 0.1916145533323288, 0.10628081858158112, -0.14189496636390686, -0.13048046827316284, -0.03115389496088028, -0.03254799544811249, 0.22808410227298737, 0.04402676597237587, 0.5487684011459351, -0.08190473914146423, 0.11167898774147034, -0.12693800032138824, 0.08447418361902237, 0.10381866246461868, -0.2639051675796509, 0.3186837434768677, -0.08354941010475159, 0.4681934416294098, 0.18250161409378052, 0.10597307980060577, 0.14661943912506104, -0.47956690192222595, 0.0445089153945446, -0.500009298324585, -0.0053472393192350864, 0.050596851855516434, -0.02423788793385029, 0.2177022099494934, -0.14263397455215454, 0.09975628554821014, -0.1927744299173355, 0.15567249059677124, -0.005205790977925062, 0.31428444385528564, -0.051985353231430054, 0.15029284358024597, 0.07402500510215759, 0.05219534784555435, 0.11769799143075943, -0.41621336340904236, -0.271821528673172, -0.40075939893722534, 0.3471222221851349, 0.06931690871715546, -0.4196547865867615, 0.018674731254577637, 0.026101045310497284, -0.22416098415851593, -0.34992706775665283, 0.0008507726597599685, -0.16475054621696472, 0.17243638634681702, -0.06836920976638794, -0.2269384264945984, -0.2687889635562897, -0.195919007062912, -0.03372542932629585, 0.05055488646030426, -0.1018655002117157, 0.385665625333786, 0.40938428044319153, -0.08780625462532043, 0.10729863494634628, -0.0190501157194376, -0.13212035596370697, 0.16695813834667206, 0.14357690513134003, -0.137893408536911, -0.14653870463371277, 0.1106182411313057, -0.36487317085266113, 0.1374077945947647, -0.34374162554740906, -0.27134135365486145, 0.18599580228328705, -0.03364797681570053, 0.3786364495754242, 0.1869785487651825, 0.22798766195774078, -0.3151611387729645, 0.000644971732981503, -0.2917077839374542, -0.1937524378299713, -0.2266022264957428, -0.1763337254524231, 0.03467791900038719, 0.14306730031967163, -0.0075758835300803185, -0.06514455378055573, -0.057437606155872345, 0.1278882473707199, 0.2613521218299866, 0.3560233414173126, 0.3388819098472595, -0.28528106212615967, -0.27776309847831726, 0.09323639422655106, -0.3325856328010559, 0.06476627290248871, -0.26983407139778137, -0.21245349943637848, 0.17168974876403809, -0.4198113977909088, 0.18694399297237396, -0.009909084998071194, -0.04730374738574028, 0.07038436830043793, -0.22518588602542877, -0.20917855203151703, -0.4319753348827362, 0.21839888393878937, 0.18736107647418976, 0.019826794043183327, -0.03835183009505272, -0.2461574375629425, 0.03331148624420166, -0.20762932300567627, 0.10967519134283066, 0.061881791800260544, -0.417085200548172, 0.33017396926879883, 0.3416496515274048, -0.21011701226234436, -0.4471242427825928, -0.07906666398048401, 0.5228937268257141, -0.22125130891799927, 0.167093425989151, 0.42306390404701233, 0.20167583227157593, -0.02824513427913189, -0.16373305022716522, 0.15063413977622986, 0.04478592425584793, 0.09195949137210846, -0.3686314821243286, 0.12399376928806305, 0.06714468449354172, -0.30293428897857666, -0.15566837787628174, -0.151479110121727, -0.3866775929927826, -0.2840290367603302, 0.06593995541334152, 0.08875547349452972, 0.4199516773223877, -0.1137358546257019, 0.0669315755367279, -0.0921502634882927, -0.026871871203184128, 0.08684049546718597, 0.3195466995239258, 0.28774186968803406, -0.02915993519127369, -0.4617637097835541, -0.19849291443824768, -0.2736310362815857, 0.3835688829421997, -0.22253632545471191, -0.03470282629132271, -0.1436975747346878, 0.13014227151870728, 0.42307138442993164, 0.043519288301467896, 0.05591925233602524, -0.08106634765863419, 0.2833927869796753, -0.045429717749357224, -0.22753804922103882, 0.05109536647796631, 0.1372685432434082, -0.05307015776634216, -0.2681125998497009, 0.21843643486499786, -0.09460905939340591, 0.13864541053771973, -0.2274789661169052, 0.44432854652404785, -0.39587050676345825, 0.07838329672813416, 0.024149199947714806, -0.11432405561208725, -0.17544513940811157, 0.2696439027786255, 0.17590110003948212, -0.30600160360336304, -0.0618608221411705, 0.1670982539653778, 0.12941674888134003, -0.00267600454390049, 0.25650539994239807, 0.4089549481868744, 0.22622273862361908, -0.14542029798030853, 0.352728933095932, -0.18159346282482147, 0.2901518940925598, -0.1778697520494461, 0.1147453561425209, 0.08389251679182053, -0.057952310889959335, -0.04172544181346893, 0.30888307094573975, -0.05321129411458969, 0.5856736898422241, -0.007359792944043875, 0.2096247375011444, 0.21223081648349762, -0.6326156258583069, 0.11924489587545395, -0.03452137112617493, 0.28852081298828125, 0.19700944423675537, 0.3927099406719208, -0.16009540855884552, -0.25471389293670654, 0.4149627685546875, 0.2196061611175537, -0.42354753613471985, -0.15396496653556824, -0.3546319007873535, 0.22402140498161316, 0.3619389832019806, 0.5482496023178101, 0.8937504291534424, 0.07024499773979187, -0.045135192573070526, -0.13837575912475586, -0.2687705159187317, 0.11133431643247604, -0.24126966297626495, -0.044543977826833725, -0.156381756067276, 0.016512079164385796, -0.08636970072984695, -0.29037055373191833, 0.4443197250366211, 0.24014881253242493, -0.0820060595870018, -0.12048530578613281, -0.5674594640731812, -0.44517603516578674, 0.18048672378063202, -0.14000779390335083, 0.12865924835205078, -0.037658192217350006, 0.448805570602417, 0.04253888875246048, -0.3131736218929291, 0.34318357706069946, -0.18204908072948456, 0.3925696611404419, -0.37473681569099426, 0.21323533356189728, 0.33866265416145325, -0.23532634973526, -0.29894083738327026, -0.2907145023345947, 0.027965661138296127, -0.3301980793476105, 0.10008766502141953, 0.3368305563926697, -0.19912301003932953, -0.04414936527609825, 0.1219603419303894, 0.35352906584739685, 0.2202639877796173, -0.10648173838853836, 0.23321741819381714, -0.13171008229255676, 0.19991424679756165, 0.09023597091436386, 0.0023948526941239834, 0.1339898556470871, -0.3400445878505707, 0.12082833796739578, -0.0006412010407075286, 0.22928819060325623, 0.24275527894496918, -0.11548912525177002, 0.027309680357575417, 0.26730722188949585, -0.11549161374568939, -0.045287612825632095, 0.0887615978717804, 0.06658578664064407, -0.30748727917671204, 0.3407420217990875, -0.03837212175130844, -0.3718838691711426, -0.013779607601463795, -0.07957074046134949, 0.1353641301393509, -0.35198143124580383, -0.016426963731646538, -0.49007904529571533, -0.0769575834274292, -0.23558975756168365, 0.6714082956314087, -0.07291128486394882, 0.3177475035190582, 0.11226019263267517, 0.1365959793329239, -0.017371229827404022, 0.04928191751241684, 0.1859765201807022, 0.22211119532585144, 0.36315688490867615, -0.17547331750392914, -0.28643423318862915, 0.07141467183828354, -0.16902664303779602, -0.4498130977153778, -0.2662295401096344, 0.096251480281353, 0.44726938009262085, 0.4023944139480591, 0.2783995568752289, -0.20550179481506348, -0.16551175713539124, -0.24087460339069366, 0.5191143155097961, 0.4821297824382782, -0.2419266551733017, -0.41282790899276733, 0.11982014775276184, 0.09762027859687805, -0.181152805685997, -0.2693825960159302, -0.1348721832036972, -0.2558194696903229, 0.12893711030483246, -0.242613285779953, 0.038375332951545715, 0.07250013202428818, 0.36182981729507446, 0.15629149973392487, -0.13464874029159546, -0.11882460117340088, 0.08746981620788574, -0.02090432122349739, -0.2863835394382477, -0.33348506689071655, 0.01599544659256935, -0.4171232581138611, -0.1978532075881958, 0.08675029873847961, -0.07305886596441269, -0.012990723364055157, 0.11583446711301804, -0.4403913617134094, -0.17405566573143005, 0.3887036442756653, 0.1415250599384308, 0.03693705424666405, -0.32757604122161865, -0.0310993455350399, 0.2813546061515808, 0.055361319333314896, -0.09681935608386993, -0.05560603737831116, 0.23955696821212769, 0.010336342267692089, -0.23141537606716156, 0.12562420964241028, 0.16460850834846497, 0.054255273193120956, 0.08486291021108627, 0.37283018231391907, 0.3346496820449829, 0.06740240752696991, 0.14264850318431854, 0.40793561935424805, 0.20364724099636078, -0.0011293623829260468, -0.09715764224529266, -0.07741498202085495, -0.2754417061805725, 0.2938392460346222, 0.12351933866739273, 0.1617169976234436, 0.11897534877061844, 1.0111563205718994, -0.13463205099105835, 0.24847710132598877, -0.20824065804481506, 0.11226057261228561, 0.40273571014404297, 0.2668384909629822, 0.14388218522071838, 0.06985326111316681, -0.30226731300354004, 0.13994130492210388, 0.2943677604198456, -0.226183220744133, 0.46626991033554077, -0.028516752645373344, 0.5716161131858826, -0.35898345708847046, 0.03398212045431137, -0.0735819861292839, 0.12746179103851318, -0.1394825428724289, 0.05097213387489319, -0.31317269802093506, -0.08057843148708344, -0.2942432165145874, -0.24488112330436707, 0.08027391880750656, -0.45314884185791016, 0.3942115306854248, 0.14935939013957977, 0.015431989915668964, 0.0505058690905571, -0.14530137181282043, -0.028285669162869453, 0.24267740547657013, -0.4213411211967468, -0.27274051308631897, -0.2972889542579651, 0.11758210510015488, 0.04636102542281151, 0.23263758420944214, 0.026092849671840668, -0.06920641660690308, -0.2510068118572235, -0.17948180437088013, -0.2519524395465851, 0.1951575130224228, 0.08408880233764648, -0.09979968518018723, -0.04425434395670891, 0.18133877217769623, 0.4064277708530426, -0.05164949223399162, -0.2105330228805542, -0.25710347294807434, 0.46948137879371643, 0.172766774892807, -0.3962479531764984, 0.08967958390712738, 0.045368973165750504, -0.06394465267658234, 0.11446865648031235, 0.17285841703414917, -0.1367931365966797, -0.23365254700183868, 0.1362873762845993, -0.4765675961971283, -0.22153618931770325, -0.1131189838051796, 0.036166708916425705, -0.06370903551578522, 0.2956085801124573, 0.10625026375055313, 0.03921421244740486, -0.26062333583831787, -0.2905466854572296, -0.34105125069618225, 0.09918200969696045, 0.5730475187301636, -0.15513041615486145, 0.10559949278831482, -0.05777889862656593, -0.512832760810852, 0.390740305185318, 0.0834498256444931, 0.1628873348236084, -0.054343581199645996, 0.4080093502998352, -0.13005836308002472, 0.31010955572128296, -0.49307435750961304, 0.186026468873024, -0.12564849853515625, -0.030449438840150833, 0.08469279110431671, -0.5097355246543884, -0.03517112508416176, 0.24163269996643066, -0.5283634066581726, 0.5968038439750671, 0.40228569507598877, 0.7724155783653259, -0.13617482781410217, 0.4905836582183838, 0.11000591516494751, 0.20742981135845184, 0.19944141805171967, -0.3010050654411316, 0.1555604785680771, -0.21714505553245544, 0.14115506410598755, 0.024387875571846962, 0.22758415341377258, 0.32147905230522156, 0.0827249214053154, 0.45220279693603516, 0.22807075083255768, -0.013251079246401787, 0.10309357196092606, -0.18451283872127533, -0.22673408687114716, 0.04523923248052597, -0.009410735219717026, 0.466648131608963, 0.2721060812473297, -0.06425510346889496, -0.2076684683561325, -0.010979704558849335, -0.2350901961326599, 0.0394025556743145, -0.07454025745391846, -0.28423556685447693, 0.3649675250053406, -0.36287400126457214, -0.16132958233356476, 0.036453645676374435, -0.3502568304538727, 0.2758748531341553, 0.01970227248966694, -0.11900192499160767, -0.19019000232219696, -0.41918492317199707, -0.22972331941127777, -0.1256982535123825, 0.33333247900009155, 0.00937550701200962, 0.3136722147464752, 0.11710865050554276, -0.25881919264793396 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content/Visitor_Profiling#associate-target-groups-directly-with-pimcore-documents
Associate Target Groups directly with Pimcore Documents It is possible to associate Pimcore documents directly with target groups. This can be configured in Settings tab of each document as soon as there are target groups defined in the system. Once one or more target groups are associated with a document, the selected target groups are assigned to the visitor and the assignment count is increased by one, each time this document opened by the user.
Associate Target Groups directly with Pimcore Documents
[ -0.19846774637699127, -0.17892253398895264, -0.08456460386514664, -0.0058255731128156185, -0.14999909698963165, -0.25080516934394836, 0.3055892586708069, -0.4255974590778351, -0.3743806481361389, 0.24889762699604034, -0.507228434085846, 0.35184186697006226, 0.22528547048568726, 0.17440295219421387, -0.05412277951836586, 0.033267609775066376, 0.2351474165916443, 0.10845591872930527, -0.26640400290489197, 0.0032645552419126034, -0.24851317703723907, -0.08589166402816772, 0.19137272238731384, 0.03235558792948723, -0.13776417076587677, -0.1078738197684288, -0.2074165940284729, -0.23353219032287598, -0.08557362109422684, -0.33931055665016174, 0.06712637096643448, 0.4913884997367859, -0.0034368904307484627, 0.2641970217227936, -0.00010551023297011852, -0.10258115828037262, 0.1060144379734993, -0.11843256652355194, -0.1250298172235489, 0.13957476615905762, 0.06139686703681946, -0.20340824127197266, -0.029770515859127045, -0.2775788903236389, -0.09430348873138428, 0.020250018686056137, 0.33800551295280457, -0.002942441962659359, -0.01878511719405651, -0.09971099346876144, 0.19439329206943512, 0.15225830674171448, 0.20377449691295624, -0.036980658769607544, 0.17894311249256134, 0.12024763971567154, -0.09727218747138977, 0.3431786298751831, 0.3686935305595398, 0.009823605418205261, -0.11793965846300125, 0.2547498345375061, 0.15737667679786682, 0.16600510478019714, 0.36651116609573364, 0.10952451080083847, 0.5050525665283203, -0.3970424234867096, -0.49305811524391174, 0.09184414148330688, 0.3076120615005493, 0.14644820988178253, -0.2672441303730011, -0.23221825063228607, 0.15911629796028137, 0.4485186040401459, 0.019859371706843376, 0.15620678663253784, 0.14552690088748932, 0.23218131065368652, 0.1258029341697693, 0.038038790225982666, -0.2895413637161255, 0.1758458912372589, 0.28008121252059937, 0.017370503395795822, -0.033973101526498795, 0.013064793311059475, 0.518642783164978, -0.05606725066900253, 0.3744300305843353, 0.402325302362442, 0.07852452248334885, 0.1136685237288475, 0.31308504939079285, -0.15680165588855743, -0.15307952463626862, 0.2466326206922531, 0.19982574880123138, 0.030629059299826622, 0.2181277871131897, 0.12177641689777374, -0.2235277146100998, 0.3076620399951935, 0.33261415362358093, -0.2421940565109253, -0.10877455025911331, 0.3753191828727722, 0.20987743139266968, 0.05507463216781616, -0.1109858900308609, -0.04152804985642433, 0.012308442033827305, -0.20192793011665344, -0.15463995933532715, 0.003952044062316418, 0.03978678211569786, 0.2667057514190674, -0.09373056143522263, -0.043712273240089417, -0.16230180859565735, 0.1923915445804596, -0.27977505326271057, 0.13947637379169464, 0.025075938552618027, 0.2457028329372406, 0.03299166262149811, -0.06317842751741409, -0.33034417033195496, -0.0976269468665123, 0.1611965447664261, 0.05552981048822403, -0.23688673973083496, 0.005212489515542984, -0.012638801708817482, 0.24061794579029083, -0.08902917802333832, -0.13572654128074646, 0.4336644411087036, -0.2670750021934509, 0.38734957575798035, 0.04512975364923477, -0.0770571157336235, 0.02668956108391285, 0.018498094752430916, -0.16810670495033264, -0.2550548315048218, 0.42438334226608276, -0.2445056438446045, 0.05737568065524101, -0.1413261592388153, -0.13479174673557281, 0.20619243383407593, 0.260098397731781, 0.255760133266449, 0.15298303961753845, -0.05110960826277733, 0.01848917081952095, -0.15946075320243835, 0.00918842013925314, 0.04668499156832695, 0.06128695234656334, 0.002210000529885292, -0.04174647852778435, -0.20650926232337952, 0.10956092923879623, 0.5726717710494995, -0.09265460819005966, -0.16370438039302826, -0.32617688179016113, -0.06427769362926483, -0.05517108365893364, -0.07872879505157471, 0.033322256058454514, -0.08730806410312653, -0.11096713691949844, 0.1503501534461975, -0.2708147466182709, -0.30176129937171936, -0.250355988740921, -0.5183112621307373, -0.05658020079135895, 0.02217603661119938, 0.36842384934425354, 0.16646462678909302, -0.14004406332969666, -0.12141140550374985, 0.13392235338687897, 0.21353352069854736, 0.3696618378162384, -0.12815538048744202, -0.2039952129125595, -0.12031808495521545, -0.06748121976852417, 0.16682131588459015, 0.21389752626419067, 0.19383232295513153, -0.0015972506953403354, -0.0023266298230737448, 0.050666406750679016, -0.06111496686935425, 0.07778545469045639, 0.43773749470710754, 0.022621558979153633, 0.2581896185874939, 0.25150802731513977, 0.24026988446712494, 0.06515025347471237, -0.5789772868156433, 0.04478105902671814, 0.36648762226104736, -0.66472989320755, -0.05272325128316879, -0.0162517037242651, 0.07427679747343063, -0.03582051396369934, 0.2599896490573883, 0.21060775220394135, -0.07482302188873291, -0.32444795966148376, 0.08214738965034485, 0.11704953014850616, 0.10595916211605072, 0.21145373582839966, 0.31206440925598145, -0.18405617773532867, -0.345173180103302, 0.2742651402950287, 0.18032366037368774, 0.04224388301372528, 0.07291048765182495, -0.1092415377497673, 0.4060506224632263, 0.3231229782104492, 0.15782518684864044, 0.34376683831214905, 0.10935094207525253, 0.29374074935913086, 0.34008169174194336, -0.3065359592437744, -0.24498212337493896, 0.3446759581565857, 0.01789630390703678, 0.29350048303604126, 0.01945258490741253, 0.47425416111946106, 0.14182467758655548, 0.04362897574901581, 0.03428354486823082, -0.07419504970312119, 0.09046769142150879, -0.06038219854235649, 0.01242510974407196, -0.16746988892555237, -0.2008747160434723, 0.2349618673324585, -0.1703309267759323, 0.12005223333835602, -0.3470253646373749, 0.40956759452819824, -0.22151924669742584, 0.23997762799263, -0.03503485023975372, 0.02312162145972252, -0.2573685050010681, -0.08562193065881729, 0.06247267127037048, -0.0662722960114479, 0.1695413887500763, 0.3300849199295044, 0.322616308927536, -0.06960220634937286, -0.03273653984069824, 0.013715390115976334, 0.052952658385038376, 0.041670817881822586, -0.2994213402271271, 0.004556209780275822, 0.1987115889787674, 0.23773114383220673, -0.15002164244651794, -0.17014488577842712, 0.01579056866466999, -0.1719822734594345, -0.3441646993160248, -0.16706599295139313, 0.31593701243400574, -0.21011288464069366, -0.013690052554011345, 0.04532349482178688, 0.07327818870544434, -0.10915620625019073, 0.37105295062065125, 0.35839658975601196, 0.09148478507995605, 0.03067087195813656, 0.1462286114692688, 0.6106533408164978, -0.42712414264678955, 0.43597766757011414, -0.1195097342133522, 0.0662570372223854, 0.023924943059682846, 0.1916729360818863, -0.06337761133909225, -0.31403636932373047, 0.39283090829849243, -0.15234091877937317, 0.19977034628391266, -0.1362493932247162, -0.12708225846290588, 0.03029673546552658, 0.4927871525287628, 0.012495407834649086, -0.055999234318733215, 0.12760595977306366, -0.08808594942092896, -0.3045940399169922, -0.1800263524055481, -0.15792086720466614, -0.35942813754081726, -0.525330126285553, -0.17544813454151154, 0.14070309698581696, -0.2958231270313263, -0.20344802737236023, -0.15011347830295563, -0.22249086201190948, 0.19589799642562866, 0.4294033944606781, 0.24332697689533234, -0.20038437843322754, -0.20187461376190186, -0.03454972058534622, -0.12094548344612122, 0.27736303210258484, -0.11922302842140198, 0.10594017058610916, 0.2625611424446106, -0.4201986491680145, -0.20110096037387848, 0.16448500752449036, -0.4077526926994324, 0.02077306993305683, 0.04503703862428665, -0.011991359293460846, -0.26268255710601807, -0.06792526692152023, -0.3547064960002899, -0.051192086189985275, 0.10330729186534882, 0.03611423075199127, 0.0955207496881485, -0.3088465929031372, 0.02385188825428486, 0.2684914767742157, 0.12595653533935547, 0.07466492056846619, 0.2609315812587738, -0.30675190687179565, -0.7388665080070496, 0.18983033299446106, 0.6591589450836182, -0.3440612256526947, -0.12141180038452148, 0.11939617991447449, -0.12864544987678528, 0.23552416265010834, 0.17371302843093872, 0.029027361422777176, 0.05340621992945671, -0.0255048256367445, 0.1425621211528778, 0.3167530596256256, 0.12490254640579224, -0.4820359945297241, -0.1606387048959732, -0.14491941034793854, -0.6426029205322266, -0.5200783014297485, -0.15292951464653015, 0.19426363706588745, 0.12592510879039764, -0.12353328615427017, -0.2095029652118683, -0.06264413893222809, -0.005715704057365656, 0.1388622373342514, 0.2896828055381775, 0.10326021909713745, 0.11180759221315384, -0.19886144995689392, -0.04332904517650604, -0.02422306314110756, 0.2932712733745575, -0.08139291405677795, -0.10670928657054901, 0.09812027961015701, -0.23977188766002655, 0.29763972759246826, -0.18598046898841858, 0.3253944516181946, 0.056439418345689774, -0.017387019470334053, -0.06750381737947464, 0.00013326251064427197, 0.1480831503868103, 0.00992877222597599, -0.032166801393032074, -0.41396164894104004, 0.40373554825782776, 0.09343678504228592, -0.17412719130516052, 0.34117013216018677, -0.04732799530029297, -0.47853049635887146, 0.007608082145452499, -0.0064673577435314655, 0.11164874583482742, -0.15963125228881836, -0.29210761189460754, 0.2889203131198883, -0.038117218762636185, 0.033755455166101456, 0.06453904509544373, -0.2637181878089905, -0.17472055554389954, 0.016017604619264603, 0.1580701470375061, 0.08086682111024857, -0.022825973108410835, 0.35453590750694275, -0.23368126153945923, 0.41288021206855774, 0.2477092295885086, 0.5856327414512634, 0.19331471621990204, -0.1418575495481491, -0.25396761298179626, -0.20019546151161194, -0.10275869071483612, 0.19340084493160248, 0.3485768139362335, 0.3944917917251587, 0.025371847674250603, -0.2022145688533783, -0.23196502029895782, 0.307181179523468, 0.3769128918647766, -0.12345057725906372, -0.2043544054031372, -0.35553815960884094, -0.30663415789604187, -0.09923295676708221, 0.02530326135456562, -0.3162010610103607, 0.030366873368620872, -0.14948192238807678, 0.030290799215435982, -0.019288217648863792, 0.5598464012145996, 1.1229023933410645, -0.07555832713842392, 0.1264318823814392, -0.32397133111953735, -0.3646700084209442, 0.24821263551712036, -0.5444720983505249, 0.2026383876800537, -0.3800011873245239, -0.06679580360651016, -0.06374882906675339, -0.022694246843457222, 0.21611233055591583, 0.4445434510707855, -0.27749699354171753, -0.4368463158607483, -0.1002611517906189, -0.31128057837486267, -0.2316233217716217, 0.08925650268793106, -0.014681007713079453, -0.32099300622940063, 0.11761102080345154, 0.14824168384075165, 0.16370052099227905, 0.20788200199604034, -0.11386115103960037, -0.021071603521704674, -0.11157870292663574, 0.011369382962584496, 0.0767202228307724, -0.13980117440223694, -0.9240767955780029, -0.3561458885669708, 0.0027443740982562304, -0.1235111653804779, -0.12767280638217926, 0.09903619438409805, 0.13134555518627167, 0.10068152844905853, -0.012450514361262321, 0.061531875282526016, 0.32976120710372925, -0.05874132364988327, 0.2689734399318695, -0.16199883818626404, 0.09213637560606003, -0.022778894752264023, 0.07888906449079514, -0.09578178077936172, 0.1427021622657776, -0.15365348756313324, -0.10213608294725418, 0.24076169729232788, 0.17285209894180298, 0.1249791756272316, 0.03228875249624252, 0.14435625076293945, -0.416482150554657, 0.04317902401089668, 0.21681156754493713, -0.0975240096449852, -0.18911775946617126, 0.051215533167123795, 0.00865265354514122, 0.02394578978419304, 0.09113427996635437, 0.41096386313438416, 0.07403947412967682, -0.13355129957199097, -0.39030513167381287, -0.34202325344085693, -0.3090818226337433, -0.22105875611305237, 0.43005120754241943, 0.047443319112062454, 0.05355844646692276, -0.2849988639354706, 0.2794775664806366, -0.1267465204000473, 0.31713125109672546, 0.5344839692115784, 0.11262837052345276, 0.4226364195346832, -0.26792165637016296, 0.07969275861978531, -0.20248080790042877, -0.09112819284200668, -0.3000969886779785, 0.0632379800081253, 0.43298110365867615, -0.10723159462213516, 0.24492712318897247, 0.09746615588665009, -0.38898640871047974, -0.24252483248710632, -0.07911953330039978, 0.15304136276245117, 0.23067134618759155, 0.09444074332714081, -0.1191544383764267, -0.010803554207086563, 0.1204264909029007, 0.06573507189750671, 0.06625775247812271, -0.2237108200788498, -0.15031880140304565, 0.07644107192754745, -0.0997193306684494, 0.044295087456703186, -0.24892085790634155, -0.01876566931605339, 0.01038760133087635, -0.15280026197433472, -0.027893580496311188, 0.09615309536457062, -0.15117834508419037, -0.32763001322746277, -0.40407273173332214, 0.05664137005805969, -0.1424165517091751, 0.007867801934480667, 0.11100618541240692, -0.19086435437202454, 0.11946026980876923, -0.0063305627554655075, -0.3395930230617523, -0.022233368828892708, 0.44112247228622437, 0.2874978184700012, 0.3299528956413269, 0.16911815106868744, 0.1563563048839569, 0.23759794235229492, 0.14476680755615234, 0.10055779665708542, 0.19706909358501434, -0.01892760396003723, 0.12749017775058746, 0.09219349920749664, 0.17232626676559448, 0.28894689679145813, -0.2593729496002197, -0.41401243209838867, 0.2734692394733429, -0.44964784383773804, 0.07456562668085098, 0.5256405472755432, 0.32895469665527344, 0.08331996202468872, -0.1113804504275322, 0.05601158365607262, -0.041031546890735626, -0.2379581481218338, 0.13338029384613037, 0.0007708110497333109, -0.09424593299627304, 0.15328843891620636, 0.5693193078041077, -0.040409039705991745, 0.42515361309051514, -0.14253172278404236, 0.06637000292539597, 0.27794644236564636, 0.46002402901649475, 0.10960516333580017, 0.16035522520542145, -0.05760567635297775, -0.11151475459337234, 0.005265283398330212, 0.35152125358581543, 0.33804070949554443, 0.24145135283470154, -0.014627617783844471, -0.03440959379076958, -0.06891456991434097, 0.1176910474896431, -0.2609529197216034, 0.11654946953058243, 0.0744730606675148, -0.027867617085576057, -0.022595837712287903, -0.13124270737171173, -0.2079031616449356, 0.06832372397184372, -0.29002681374549866, 0.16292674839496613, 0.035015515983104706, 0.29261741042137146, -0.11465203016996384, 0.028644854202866554, 0.0810270681977272, 0.34441331028938293, -0.4402821362018585, -0.35184887051582336, -0.6809845566749573, 0.09303226321935654, 0.1083717942237854, 0.2011270523071289, -0.10868354141712189, -0.03537047654390335, 0.16038236021995544, -0.25768935680389404, -0.3267008364200592, 0.11687249690294266, -0.45579370856285095, -0.25848841667175293, 0.46066874265670776, -0.34737101197242737, 0.26519057154655457, 0.10888595879077911, -0.2412080019712448, 0.18474610149860382, 0.10424856841564178, -0.17128093540668488, -0.12235032767057419, -0.12272150069475174, -0.17596101760864258, -0.2933826148509979, -0.22481611371040344, 0.1286892145872116, -0.1268228143453598, -0.42556461691856384, 0.1848742663860321, -0.411137193441391, 0.0788322389125824, -0.3821726143360138, 0.11287219077348709, 0.3789384961128235, 0.08258114755153656, 0.1800668090581894, -0.05641138181090355, -0.04037882760167122, -0.003209940856322646, -0.18940867483615875, 0.3713859021663666, 0.20056124031543732, 0.14016775786876678, -0.06993243843317032, -0.12523521482944489, -0.11376825720071793, 0.5833303332328796, 0.3387679159641266, 0.24210140109062195, 0.1404172033071518, 0.616561770439148, 0.04202410951256752, 0.26516109704971313, -0.37851932644844055, 0.014634479768574238, 0.04003486782312393, -0.12607674300670624, 0.049895357340574265, -0.46289363503456116, 0.1260097771883011, 0.33894917368888855, -0.28557032346725464, 0.15157724916934967, 0.24619325995445251, 0.3771369457244873, -0.19732418656349182, 0.2734484076499939, -0.20892030000686646, 0.24794486165046692, -0.07060863077640533, -0.09125532954931259, -0.3385317325592041, -0.03510831296443939, 0.12468719482421875, -0.09837412089109421, -0.04019575193524361, 0.11675570160150528, 0.06064954400062561, -0.11050426959991455, 0.36463800072669983, 0.19510418176651, -0.001791524700820446, 0.07426251471042633, -0.31064119935035706, -0.20053449273109436, -0.12615284323692322, 0.3129529356956482, 0.27965909242630005, -0.4024139940738678, -0.15941791236400604, -0.18818946182727814, -0.1673261970281601, -0.19046379625797272, -0.05746101960539818, -0.3026951253414154, 0.2294704169034958, -0.12762244045734406, 0.09319265186786652, -0.03078237734735012, -0.33116400241851807, 0.19157065451145172, -0.1471889168024063, -0.2515561282634735, -0.12532338500022888, -0.08571115881204605, -0.07538938522338867, -0.36360424757003784, 0.31586843729019165, 0.2074933648109436, 0.46722862124443054, -0.3748529851436615, -0.2180347740650177 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content/Visitor_Profiling#use-global-targeting-rules-to-assign-target-groups
Use Global Targeting Rules to Assign Target Groups Global Targeting Rules define a rule set based on which visitors can be profiled. Multiple conditions can be combined to complex criteria for assigning target groups to the current visitor based on their behavior. When assigning a target group via global targeting rules, also a assignment weight can be specified. This increases the assignment count of the target group respectively. For more fine-grained profiling possibilities see our Customer Management Framework with its Customer Segment functionality and its extensions to the Pimcore targeting engine.
Use Global Targeting Rules to Assign Target Groups
[ 0.10735119879245758, -0.28641951084136963, -0.2063228040933609, -0.2734305262565613, 0.018574407324194908, -0.13813306391239166, 0.41286036372184753, -0.26759225130081177, -0.22249050438404083, 0.07789156585931778, -0.2480405569076538, -0.11611785739660263, 0.01566336117684841, 0.3416598439216614, 0.33308732509613037, -0.29153358936309814, 0.002945926506072283, 0.07309147715568542, -0.28604355454444885, 0.08967234939336777, -0.011813792400062084, -0.1010170727968216, 0.2901645004749298, 0.2508699893951416, -0.27780652046203613, -0.06572642922401428, -0.17374935746192932, -0.23108255863189697, 0.3045315742492676, -0.3370298147201538, -0.06888577342033386, 0.21969924867153168, 0.020289869979023933, 0.14949151873588562, -0.00010000143811339512, -0.3327638506889343, -0.26791176199913025, -0.1480463594198227, -0.060984157025814056, 0.16526123881340027, 0.09448695182800293, -0.1193038821220398, -0.12885960936546326, -0.2623087763786316, -0.06955011188983917, 0.23584489524364471, -0.15430504083633423, 0.008879668079316616, 0.3597949743270874, -0.10858378559350967, 0.3019946217536926, -0.05603165924549103, -0.19426068663597107, -0.1265650987625122, 0.09182735532522202, -0.014772363938391209, -0.011734559200704098, 0.15430907905101776, -0.006315865553915501, -0.2688514292240143, -0.25665387511253357, -0.08783210068941116, -0.09833645075559616, 0.1961660236120224, 0.2500159740447998, -0.12594562768936157, 0.3184392750263214, -0.3025133013725281, -0.34756162762641907, 0.19634710252285004, 0.30353212356567383, 0.47418212890625, -0.2532050907611847, -0.3219064474105835, -0.03303614258766174, 0.14448757469654083, 0.018514443188905716, 0.12431834638118744, -0.2308853715658188, 0.06783153861761093, -0.08866340667009354, 0.31489622592926025, 0.01767817884683609, -0.22875075042247772, -0.03370141610503197, 0.14521396160125732, -0.04185200482606888, 0.09555388987064362, 0.3108546733856201, 0.002654519397765398, 0.10134555399417877, 0.34804558753967285, 0.15233004093170166, 0.0872618779540062, -0.16948819160461426, -0.43568018078804016, 0.08494137227535248, 0.3383871614933014, 0.2306997925043106, 0.18628017604351044, 0.23868589103221893, 0.09400150924921036, -0.015499006025493145, 0.017973322421312332, 0.18708360195159912, -0.04986567050218582, 0.16830198466777802, -0.12759722769260406, -0.04342395439743996, -0.05295541509985924, -0.1887589395046234, 0.3748553693294525, 0.21477355062961578, -0.09754969924688339, 0.03239207714796066, 0.3045218586921692, -0.4158892333507538, 0.20893977582454681, -0.44550612568855286, 0.11457197368144989, -0.21875515580177307, -0.038911137729883194, 0.056431710720062256, 0.4222671091556549, 0.006490860600024462, -0.13760404288768768, -0.06170205771923065, -0.2252601981163025, -0.16580654680728912, -0.1519954353570938, 0.047180648893117905, 0.07442852854728699, -0.43101298809051514, -0.04580129683017731, 0.05096578970551491, 0.32528427243232727, 0.02503480389714241, -0.3199821710586548, 0.13568809628486633, -0.2347700595855713, 0.1403592824935913, -0.08636195212602615, 0.08031565696001053, -0.0930647924542427, -0.14198742806911469, -0.25805458426475525, -0.2117946296930313, 0.33535894751548767, -0.25753748416900635, -0.059276219457387924, 0.052561141550540924, 0.03403991833329201, 0.45682910084724426, 0.2525937259197235, -0.0027215909212827682, -0.23598144948482513, 0.2946794331073761, 0.2376149445772171, -0.3107852339744568, 0.08458205312490463, 0.08809895068407059, 0.1301117092370987, 0.027859468013048172, -0.05315331742167473, 0.05629951134324074, 0.542543351650238, 0.5385580062866211, -0.1786614954471588, -0.13327182829380035, -0.3762391209602356, -0.07212909311056137, 0.04917863756418228, 0.023737657815217972, 0.10505276173353195, 0.11899717897176743, -0.272752970457077, 0.09447145462036133, 0.07818171381950378, -0.044411156326532364, -0.27857235074043274, -0.6080126762390137, -0.0015336651122197509, 0.12062109261751175, 0.27872541546821594, -0.03745993971824646, -0.3363693654537201, 0.02235049195587635, 0.3102525472640991, 0.01589634083211422, 0.15643592178821564, 0.03436461091041565, 0.01285318098962307, 0.0005466809961944818, 0.08519154042005539, 0.0753527507185936, 0.1603883057832718, 0.323777437210083, 0.13556641340255737, -0.04540373384952545, -0.013328694738447666, 0.09252498298883438, -0.0084769232198596, 0.27627477049827576, -0.10634440928697586, 0.07524824887514114, 0.14308981597423553, -0.19107013940811157, -0.09527330845594406, -0.48728811740875244, -0.06838832795619965, 0.7295796275138855, -0.3713473677635193, -0.14998139441013336, 0.10580826550722122, 0.11815270036458969, 0.029194554314017296, 0.2179892361164093, 0.24466918408870697, 0.2896839678287506, -0.6387609243392944, 0.12338227778673172, 0.09242118149995804, -0.055710166692733765, -0.012035498395562172, 0.5836584568023682, 0.10267913341522217, -0.0031460963655263186, 0.12007489055395126, 0.26067614555358887, 0.24296709895133972, 0.217889666557312, -0.024175280705094337, 0.23732079565525055, 0.10525638610124588, 0.4113144874572754, 0.1118483617901802, 0.3702918589115143, 0.3195266127586365, -0.10962340235710144, -0.1717378795146942, -0.09681656211614609, 0.12394320219755173, 0.04343903064727783, 0.3109520971775055, -0.29302096366882324, 0.4606546461582184, 0.12110137939453125, -0.06430693715810776, -0.2612183690071106, 0.07642710208892822, 0.2848593294620514, -0.17330941557884216, 0.10888496786355972, -0.18034715950489044, 0.19434843957424164, 0.15625888109207153, -0.12831968069076538, 0.020077519118785858, -0.4854559898376465, 0.25961294770240784, -0.42534008622169495, -0.0052521927282214165, 0.21138401329517365, 0.007171847857534885, 0.05003973841667175, -0.08263269066810608, 0.03130444884300232, 0.05924007669091225, 0.006850044243037701, 0.28731492161750793, 0.36585813760757446, -0.2565670907497406, 0.21870963275432587, -0.04434369504451752, 0.011155224405229092, -0.022934412583708763, -0.4572126567363739, -0.19462035596370697, -0.12889418005943298, 0.31585192680358887, -0.02367166057229042, -0.3277945816516876, 0.08376364409923553, -0.14077727496623993, -0.4028177261352539, -0.2662467956542969, 0.10673809051513672, -0.07637942582368851, 0.11890324205160141, -0.1278693974018097, -0.16483812034130096, -0.12309525161981583, 0.11639859527349472, 0.03620964288711548, -0.15519598126411438, 0.0067723458632826805, 0.04567432776093483, 0.6484847664833069, -0.12179865688085556, 0.1374552994966507, -0.19171561300754547, -0.03979711979627609, 0.03157509118318558, 0.30798324942588806, -0.026505550369620323, -0.22365720570087433, 0.3556250333786011, -0.29520395398139954, 0.21407388150691986, -0.24374845623970032, -0.22711828351020813, -0.045228827744722366, -0.044434573501348495, 0.30142393708229065, 0.008349437266588211, 0.03124910779297352, -0.35210752487182617, 0.0014639353612437844, -0.22736667096614838, -0.3095586895942688, 0.002143122721463442, -0.3002173900604248, -0.16892404854297638, 0.15491849184036255, -0.06482983380556107, -0.062301039695739746, -0.3522084355354309, -0.23551809787750244, 0.06208330765366554, 0.5431693196296692, 0.27393996715545654, -0.0030779128428548574, -0.27585095167160034, 0.08162733167409897, -0.28894442319869995, 0.11884963512420654, -0.3166358768939972, -0.023778202012181282, 0.45620572566986084, -0.4541674256324768, -0.07784590125083923, -0.10158822685480118, -0.2533082664012909, -0.11665406078100204, 0.015444758348166943, 0.07117094099521637, -0.2449822872877121, 0.06983210146427155, -0.05754633620381355, -0.02554236724972725, 0.060217928141355515, -0.22220438718795776, -0.16184817254543304, -0.24735479056835175, 0.06609896570444107, -0.05470399186015129, 0.06104988232254982, 0.3553764820098877, 0.14410631358623505, -0.30704835057258606, -0.429780513048172, 0.10911043733358383, 0.5087056159973145, -0.19672052562236786, -0.12779760360717773, 0.6148433089256287, 0.03485593944787979, -0.08395127952098846, 0.06149028614163399, 0.17417731881141663, 0.0867316946387291, 0.10889310389757156, 0.21540631353855133, 0.29914289712905884, 0.05328866466879845, -0.22879521548748016, -0.14572690427303314, -0.24506954848766327, -0.5403552055358887, -0.4582393169403076, 0.27186185121536255, -0.030089620500802994, 0.24440106749534607, -0.051779855042696, -0.20810635387897491, -0.0952075719833374, -0.09429697692394257, 0.05208631604909897, 0.08085919916629791, 0.2850642502307892, -0.047738347202539444, -0.29187923669815063, -0.06357280164957047, 0.10617966204881668, 0.2894894480705261, -0.17742088437080383, -0.07418698072433472, -0.00685022072866559, -0.10789278894662857, 0.29246091842651367, 0.036017775535583496, -0.12018141895532608, 0.12991534173488617, 0.25333893299102783, -0.3183421790599823, -0.10097874701023102, 0.1842070370912552, 0.22299310564994812, 0.04973139613866806, -0.232211634516716, 0.034912679344415665, -0.09211821854114532, -0.24447683990001678, -0.04865700751543045, 0.41358497738838196, -0.2731790840625763, 0.05573822930455208, -0.20048722624778748, 0.07223823666572571, 0.019158348441123962, -0.0691385343670845, 0.5200968384742737, -0.12985698878765106, -0.07846617698669434, 0.2166508138179779, -0.17748525738716125, 0.020474668592214584, 0.04365179315209389, 0.2552160620689392, 0.12464588135480881, -0.049859173595905304, 0.45681920647621155, -0.15475143492221832, 0.17956630885601044, -0.09558704495429993, 0.25144127011299133, 0.2700206935405731, -0.15807968378067017, -0.06523946672677994, 0.0399327278137207, 0.28081220388412476, 0.36707183718681335, 0.31195807456970215, 0.4532460868358612, 0.19875891506671906, -0.23611143231391907, 0.09453597664833069, 0.19019493460655212, 0.08386828750371933, -0.29843029379844666, 0.21470139920711517, -0.11182741075754166, -0.15265792608261108, 0.1808752566576004, -0.013126530684530735, -0.34101197123527527, -0.039273712784051895, -0.17456713318824768, 0.07430582493543625, 0.10299722105264664, 0.6772556304931641, 0.98635333776474, 0.012150187976658344, -0.1186651661992073, -0.20924778282642365, -0.19505397975444794, 0.13925869762897491, -0.2027498036623001, 0.014011887833476067, -0.3339345455169678, 0.18136222660541534, -0.025825366377830505, -0.12561677396297455, 0.12693417072296143, 0.4003027379512787, -0.04092767834663391, -0.2750268578529358, -0.3691348731517792, -0.11394478380680084, -0.047975972294807434, -0.0196410920470953, -0.11121636629104614, -0.15895770490169525, 0.0723050981760025, 0.2366669476032257, -0.12942451238632202, 0.20003211498260498, -0.039962757378816605, 0.18237532675266266, -0.29633331298828125, 0.015970874577760696, 0.20485864579677582, -0.22172725200653076, -0.5040814280509949, -0.5821555256843567, -0.05052410438656807, -0.3882300853729248, 0.07369474321603775, 0.08949540555477142, 0.04339290410280228, 0.0628676488995552, 0.12474493682384491, 0.17433008551597595, -0.034123748540878296, 0.19214946031570435, 0.3344239890575409, -0.16320918500423431, 0.10782463103532791, -0.019928133115172386, -0.10237825661897659, 0.16726841032505035, 0.07522740215063095, -0.1886325180530548, 0.013432218693196774, 0.2445547729730606, 0.07429821044206619, -0.05637877807021141, 0.2292843461036682, 0.05822763219475746, -0.13152386248111725, 0.0028678865637630224, 0.2697364389896393, 0.11899542063474655, -0.3293791115283966, 0.15559612214565277, -0.004436017945408821, -0.09491636604070663, 0.04115475341677666, -0.03053443320095539, 0.05096268281340599, 0.09988434612751007, -0.18477554619312286, -0.386915922164917, -0.1596500277519226, -0.32816267013549805, 0.24135348200798035, 0.10652902722358704, 0.1099037304520607, -0.029038909822702408, 0.08804626762866974, -0.2837563157081604, 0.13631169497966766, 0.2701544165611267, 0.16060622036457062, 0.4028187394142151, -0.02435045875608921, -0.13128970563411713, -0.19706697762012482, -0.022204186767339706, -0.4729689061641693, -0.228834331035614, 0.15831606090068817, 0.10953651368618011, 0.2915896773338318, 0.3932405114173889, -0.4333576261997223, -0.3490477204322815, -0.14364005625247955, 0.27587413787841797, 0.31551045179367065, -0.29174625873565674, -0.28994864225387573, 0.11354408413171768, 0.17703872919082642, 0.04182784631848335, -0.14323928952217102, -0.3179129362106323, -0.15303103625774384, 0.022139260545372963, -0.19221194088459015, 0.17610348761081696, -0.20069068670272827, 0.2036459743976593, 0.0000929591478779912, -0.30662959814071655, 0.09667467325925827, -0.05055961757898331, 0.08559474349021912, -0.081144779920578, -0.029749952256679535, -0.1159963458776474, -0.23987457156181335, 0.03687632456421852, 0.035479072481393814, -0.36948031187057495, 0.016448691487312317, 0.24277739226818085, -0.2101871520280838, -0.1192052885890007, 0.267042875289917, 0.34330952167510986, 0.37667569518089294, -0.23821289837360382, -0.11681927740573883, 0.37940043210983276, -0.08802644908428192, 0.26455697417259216, -0.12141700088977814, 0.17811816930770874, 0.19205333292484283, -0.07971219718456268, 0.14346031844615936, 0.388757586479187, -0.17371776700019836, 0.0537361204624176, 0.28424838185310364, -0.07206500321626663, 0.3174301087856293, 0.3230886161327362, 0.44348978996276855, -0.09257447719573975, 0.15104623138904572, -0.12804871797561646, -0.08167539536952972, -0.11064779758453369, 0.2845504879951477, 0.17408032715320587, 0.032150693237781525, 0.10919003188610077, 0.7283220887184143, -0.21232576668262482, 0.4985204041004181, -0.2987980246543884, 0.0016424915520474315, 0.22395235300064087, 0.12613815069198608, 0.07058608531951904, -0.022595206275582314, -0.26208266615867615, 0.13232837617397308, 0.037225302308797836, -0.05811794474720955, 0.26197993755340576, 0.09519242495298386, 0.5038715600967407, -0.035348836332559586, 0.11502132564783096, -0.23449377715587616, -0.0952361524105072, -0.20669373869895935, 0.10382378101348877, -0.4106597304344177, 0.10117904096841812, -0.3486312925815582, -0.16924281418323517, 0.07964450120925903, -0.48543691635131836, 0.3773292005062103, 0.08833792060613632, 0.07672366499900818, 0.009411725215613842, -0.1958593726158142, 0.25312352180480957, 0.19459106028079987, -0.4413776099681854, -0.21645881235599518, -0.192093625664711, -0.0436403788626194, 0.25269755721092224, 0.03724130243062973, -0.08828459680080414, -0.21617460250854492, 0.09309828281402588, -0.2372509092092514, -0.09260112792253494, 0.11660639941692352, -0.30834323167800903, 0.09630434960126877, 0.1064852625131607, 0.17347024381160736, 0.32643112540245056, 0.17609155178070068, -0.3735348582267761, -0.22733496129512787, 0.12386504560709, -0.09904060512781143, -0.45653077960014343, 0.04861351475119591, 0.1790197789669037, -0.11879342049360275, -0.20285673439502716, -0.04787183925509453, 0.02311744913458824, -0.28618764877319336, 0.13421614468097687, -0.5077327489852905, -0.07673895359039307, -0.2665359079837799, 0.14109288156032562, 0.1482023149728775, 0.111359141767025, -0.19645081460475922, 0.1107703149318695, -0.07199419289827347, 0.10414978116750717, -0.2409868687391281, 0.2568255066871643, 0.4675101041793823, 0.13852380216121674, -0.07894507795572281, -0.20916970074176788, -0.061275213956832886, 0.5170345306396484, 0.09815177321434021, 0.34396499395370483, 0.24823565781116486, 0.4057709872722626, -0.00673832418397069, 0.5096942186355591, -0.483835369348526, 0.2987757623195648, 0.025497786700725555, -0.19930772483348846, 0.13474059104919434, -0.3475039005279541, 0.11992938071489334, 0.18588706851005554, -0.5434685349464417, 0.3554860055446625, 0.15116891264915466, 0.6655674576759338, -0.1555541455745697, 0.5235105752944946, -0.05795478820800781, 0.30720195174217224, -0.17621564865112305, -0.06510919332504272, -0.11975527554750443, -0.26118969917297363, 0.12091715633869171, -0.04747461900115013, 0.22235774993896484, 0.15716780722141266, 0.10714564472436905, 0.08110877871513367, 0.07776924967765808, 0.23190060257911682, 0.2906056344509125, -0.01561261247843504, -0.271369069814682, -0.0699264258146286, -0.013473979197442532, 0.2906751036643982, 0.37190285325050354, -0.081109918653965, -0.07098545879125595, 0.03486345708370209, -0.13794483244419098, -0.021489346399903297, -0.08970007300376892, -0.19302375614643097, 0.4622563123703003, -0.08822447806596756, -0.14430896937847137, -0.001916659763082862, -0.1895246058702469, 0.12649092078208923, -0.04216209053993225, 0.03756153583526611, 0.07754576951265335, -0.24487191438674927, -0.15107369422912598, -0.19059492647647858, 0.0793130174279213, 0.06607178598642349, 0.43854013085365295, -0.22352975606918335, -0.37635138630867004 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content/Create_Personalized_Content#create-personalized-content
Create Personalized Content The simplest way to create personalized content is with Pimcore documents. They provide the possibility to create varying content variants for each defined target group. Once a target group is selected, all content elements within the document can be overwritten and personalized. To overwrite a certain element, use context menu of the element and select overwrite. All not overwritten content elements are greyed and inherit the content from the default variant of the document.
Create Personalized Content
[ 0.06709618121385574, -0.34010446071624756, -0.18561457097530365, -0.13514220714569092, -0.24838688969612122, -0.16513203084468842, 0.046574532985687256, 0.02846236526966095, -0.44285476207733154, 0.35985109210014343, -0.14921420812606812, 0.5399934649467468, 0.20540235936641693, 0.1648579090833664, -0.14663578569889069, -0.08847162872552872, 0.002214687177911401, 0.3103577792644501, 0.12578187882900238, 0.038997288793325424, -0.1591973453760147, -0.3077470660209656, 0.36623916029930115, -0.10641923546791077, -0.15266399085521698, -0.29770174622535706, -0.34187060594558716, 0.07942929118871689, -0.17241376638412476, -0.34510400891304016, -0.11980694532394409, 0.7157662510871887, -0.11570171266794205, 0.016280842944979668, -0.00010002814087783918, -0.325544148683548, 0.022315379232168198, -0.07742960005998611, -0.05367860570549965, 0.11250551044940948, 0.08365237712860107, -0.03298921510577202, -0.03681730851531029, -0.21865662932395935, 0.01707438752055168, 0.25366640090942383, 0.038140323013067245, 0.5363889932632446, 0.2301710844039917, 0.03806864842772484, 0.21371591091156006, -0.11068441718816757, 0.03205041214823723, 0.15337517857551575, 0.2430870682001114, 0.397124707698822, -0.3051067888736725, 0.2685644328594208, 0.4789994955062866, 0.1582012176513672, 0.28046339750289917, 0.028211021795868874, -0.3395621180534363, -0.1124306172132492, 0.21092407405376434, -0.07332539558410645, 0.40493297576904297, -0.3878501057624817, -0.11198148876428604, 0.2478003352880478, 0.32306748628616333, 0.15765728056430817, -0.01931946352124214, -0.26650840044021606, 0.1395406872034073, -0.04141107201576233, -0.1318199634552002, 0.28581273555755615, -0.02304614521563053, 0.12757772207260132, -0.10866011679172516, -0.10005074739456177, -0.235824853181839, 0.1556614637374878, 0.43619054555892944, -0.009226160123944283, -0.06797131150960922, -0.16998381912708282, 0.19572944939136505, -0.17549234628677368, 0.16261431574821472, 0.00919018778949976, 0.03541714325547218, 0.2830781936645508, 0.6849190592765808, -0.38306745886802673, -0.40511128306388855, -0.18423603475093842, -0.057951848953962326, -0.07335852086544037, 0.447231262922287, 0.27834418416023254, -0.08190587162971497, 0.28324276208877563, 0.048861950635910034, -0.13872161507606506, 0.1164371520280838, 0.08819325268268585, 0.09704438596963882, -0.015746796503663063, 0.003269653068855405, -0.03776568919420242, -0.1956356316804886, 0.30115529894828796, -0.3134636878967285, -0.10563400387763977, 0.09970647096633911, 0.29557451605796814, -0.1169312372803688, 0.003922916017472744, -0.1005907952785492, 0.16532322764396667, -0.11826657503843307, 0.014750935137271881, -0.0822817012667656, 0.04070798307657242, -0.016942620277404785, 0.1616373062133789, -0.2040451318025589, -0.1441507190465927, 0.14563770592212677, 0.1954411417245865, -0.08942734450101852, 0.32927754521369934, 0.162448450922966, 0.19899746775627136, -0.09511967748403549, 0.07013944536447525, 0.267241895198822, -0.43177443742752075, 0.3674961030483246, 0.0386931374669075, -0.18187201023101807, -0.013845684938132763, -0.1390826553106308, -0.017882511019706726, -0.046018168330192566, 0.10135730355978012, -0.1690622717142105, 0.2815684676170349, -0.026629270985722542, -0.20633792877197266, 0.09667805582284927, 0.2750522494316101, 0.3071776032447815, 0.12761645019054413, 0.15749384462833405, 0.04746468737721443, -0.02434708923101425, 0.08581637591123581, 0.32977354526519775, 0.3480413556098938, -0.2859293222427368, -0.17269474267959595, -0.20070329308509827, 0.25773322582244873, 0.18549363315105438, -0.082516148686409, -0.32731202244758606, -0.13073882460594177, 0.016810718923807144, -0.07174494117498398, 0.0979628935456276, 0.31072402000427246, 0.14903314411640167, -0.14572712779045105, 0.10910271853208542, 0.09850187599658966, -0.18999941647052765, 0.024639584124088287, -0.24207456409931183, 0.16086748242378235, 0.1184522807598114, 0.22225867211818695, 0.1831236630678177, -0.36876380443573, -0.2336195856332779, 0.020792480558156967, -0.043215882033109665, 0.10278306901454926, -0.17850367724895477, 0.00009754247730597854, -0.07400348782539368, -0.08818831294775009, -0.13641412556171417, 0.2965300381183624, 0.20693698525428772, -0.13151364028453827, -0.1262539029121399, -0.010304543189704418, -0.07067274302244186, 0.25723907351493835, 0.5457366108894348, 0.4868149757385254, -0.04299329221248627, -0.0010125237749889493, 0.3906492590904236, -0.2154482752084732, -0.40693914890289307, 0.08022349327802658, 0.10109296441078186, -0.4903794527053833, -0.18975095450878143, -0.24526765942573547, 0.14579066634178162, -0.43886399269104004, 0.2125374674797058, 0.17304489016532898, -0.005617845803499222, -0.35311198234558105, 0.07885129004716873, 0.17149072885513306, -0.1765143871307373, 0.19497089087963104, 0.06759555637836456, -0.4053337275981903, -0.016579804942011833, 0.05944690480828285, -0.04945464804768562, 0.1631111353635788, 0.1154652014374733, -0.057866230607032776, 0.12991642951965332, 0.5715494751930237, -0.20541274547576904, 0.2556038796901703, -0.0668088048696518, 0.3350507616996765, 0.2281884253025055, -0.5266783833503723, 0.2530965805053711, 0.19645531475543976, 0.08966527879238129, 0.06255443394184113, -0.4003186821937561, 0.28707975149154663, -0.05067557841539383, -0.023062825202941895, -0.057996463030576706, -0.19480310380458832, -0.26394739747047424, -0.11686398833990097, -0.047158174216747284, -0.332802414894104, -0.08112981170415878, 0.3819507360458374, 0.005639310460537672, 0.263291597366333, -0.2896949052810669, 0.5604875087738037, -0.0974169448018074, -0.215215265750885, 0.2847055196762085, 0.16952836513519287, 0.023039966821670532, -0.10378985852003098, -0.004163549747318029, -0.2617673873901367, -0.1206856220960617, 0.12575946748256683, 0.009327882900834084, 0.3160006105899811, 0.004648710135370493, 0.04634866490960121, 0.05587737262248993, -0.032426752150058746, -0.33736035227775574, -0.16222724318504333, 0.07828464359045029, 0.19997814297676086, 0.07424556463956833, 0.1657538264989853, -0.11476575583219528, -0.1398429423570633, 0.09465507417917252, -0.23380203545093536, 0.1236128881573677, 0.1552390456199646, 0.1729072630405426, -0.03735209256410599, -0.07327733933925629, 0.0844658613204956, 0.42368268966674805, 0.3726685345172882, 0.18030530214309692, -0.20374378561973572, 0.2059580534696579, 0.5797301530838013, -0.2272292971611023, 0.1969694197177887, -0.014788844622671604, -0.07464440912008286, -0.06362667679786682, 0.21773242950439453, -0.20564381778240204, 0.1717536300420761, 0.25290241837501526, -0.2549053132534027, 0.27797308564186096, -0.2182072103023529, 0.07898283749818802, 0.19624702632427216, -0.004154561087489128, -0.005055364221334457, -0.0412760004401207, 0.25536197423934937, -0.0672130286693573, -0.29273226857185364, 0.008455038070678711, -0.07823207229375839, -0.301926851272583, -0.3319900929927826, 0.06766267865896225, 0.2289581149816513, -0.2828575372695923, -0.1647401601076126, 0.08591850101947784, -0.17192459106445312, 0.3708336353302002, 0.09776999801397324, 0.35572052001953125, -0.33114421367645264, -0.06323666125535965, -0.08605649322271347, 0.02184031717479229, 0.39023181796073914, -0.07624609768390656, -0.17673903703689575, 0.15620532631874084, -0.45079636573791504, 0.050467636436223984, -0.040621913969516754, -0.2040051966905594, -0.00581981660798192, 0.13523156940937042, 0.18671630322933197, 0.10950469225645065, -0.07250001281499863, -0.04007715359330177, -0.20277829468250275, 0.1242850199341774, 0.20897461473941803, 0.1580219268798828, -0.19447356462478638, -0.03382999822497368, 0.24483312666416168, -0.41170451045036316, 0.06617535650730133, 0.14348375797271729, -0.29869309067726135, -0.4138832092285156, 0.07816029340028763, 0.5851878523826599, -0.4984184205532074, 0.11153368651866913, 0.12876573204994202, 0.04421205446124077, 0.24435947835445404, -0.0098343500867486, -0.16982148587703705, 0.18643856048583984, 0.18718171119689941, 0.03565482422709465, 0.28420573472976685, 0.043853797018527985, -0.2415306270122528, 0.07075294852256775, -0.08727522194385529, -0.7728869318962097, -0.17579294741153717, -0.0021508659701794386, 0.12451639771461487, 0.31616708636283875, -0.2587708532810211, -0.2410104125738144, -0.1815018355846405, -0.14551718533039093, 0.11036893725395203, 0.46885907649993896, -0.018723666667938232, 0.05607270449399948, -0.3511211574077606, -0.023227663710713387, 0.06551157683134079, 0.19770172238349915, 0.1883687824010849, -0.3270103931427002, 0.06840734928846359, -0.32983890175819397, 0.15418192744255066, -0.12891803681850433, 0.416588693857193, -0.22588759660720825, -0.21622121334075928, 0.11987248063087463, -0.0557355061173439, -0.08669532835483551, 0.08452098071575165, -0.20926211774349213, -0.16840876638889313, 0.2598974108695984, 0.25255128741264343, -0.07001342624425888, 0.08683320134878159, -0.044687360525131226, -0.07740731537342072, -0.0916181206703186, -0.16821622848510742, 0.1666640192270279, -0.08720047026872635, -0.2697998881340027, -0.008379559963941574, -0.2952476143836975, -0.039653271436691284, -0.054976820945739746, -0.09612294286489487, -0.050888292491436005, 0.2937171161174774, 0.08546725660562515, 0.09991584718227386, -0.12601082026958466, 0.0950240045785904, -0.3052542805671692, 0.0016544722020626068, 0.009585674852132797, 0.47498393058776855, -0.1391962468624115, -0.008392054587602615, 0.13902975618839264, -0.1967499852180481, -0.3871081471443176, 0.24343377351760864, 0.08616170287132263, 0.5096367597579956, -0.08241424709558487, -0.25652405619621277, -0.08412696421146393, -0.09564968198537827, 0.30975839495658875, -0.2152470201253891, -0.13663801550865173, -0.2372780442237854, -0.5107157826423645, 0.18455059826374054, -0.05071663856506348, -0.15213170647621155, 0.04837099462747574, -0.3461659550666809, -0.02715223655104637, 0.16070905327796936, 0.49116453528404236, 1.181374192237854, -0.1951569765806198, 0.11890909820795059, -0.5369542241096497, 0.12858423590660095, 0.29072305560112, -0.4979097545146942, 0.12860102951526642, -0.06420803815126419, 0.00046924312482587993, 0.09337375313043594, 0.12642504274845123, 0.36264660954475403, 0.4439612030982971, -0.2068105787038803, -0.09994257986545563, -0.2560671269893646, -0.4796954393386841, 0.030288057401776314, 0.13908430933952332, -0.4439278542995453, -0.38319095969200134, 0.36143773794174194, 0.2056647390127182, -0.003063136013224721, -0.13315889239311218, 0.026765545830130577, 0.1369275152683258, -0.14497920870780945, -0.004689077381044626, 0.0981350913643837, 0.016515767201781273, -0.4870644807815552, -0.35839390754699707, 0.03331940993666649, -0.2633194923400879, -0.09523940831422806, -0.0433940514922142, 0.24941891431808472, 0.27261242270469666, 0.1583920419216156, -0.055920980870723724, 0.5107461810112, -0.2222691774368286, -0.21961937844753265, -0.12197176367044449, 0.19738167524337769, 0.06396675109863281, 0.06528365612030029, -0.07702447474002838, 0.1574663370847702, 0.1596628725528717, -0.1274324208498001, -0.18993708491325378, 0.3366812467575073, -0.022833945229649544, -0.07209400832653046, -0.06691642105579376, -0.23316830396652222, -0.06385117024183273, 0.22525157034397125, 0.057923294603824615, -0.06807376444339752, -0.22178159654140472, -0.148939311504364, -0.05036788806319237, -0.08535714447498322, -0.1538211554288864, 0.18239785730838776, -0.3142071068286896, -0.09184760600328445, -0.2957479655742645, -0.06957962363958359, -0.39955663681030273, 0.3013237714767456, -0.21530583500862122, 0.36430051922798157, -0.020143970847129822, 0.059053175151348114, -0.33215731382369995, 0.10123668611049652, 0.5250130295753479, -0.010607843287289143, 0.5282400846481323, -0.17900638282299042, -0.05270691215991974, -0.2135191708803177, -0.2800717353820801, 0.2655927538871765, 0.11793752014636993, 0.017228497192263603, 0.05846594274044037, 0.028285017237067223, 0.13837122917175293, -0.42243850231170654, -0.2000093162059784, 0.008806442841887474, 0.04526447877287865, 0.5176454782485962, 0.32052046060562134, -0.1759255826473236, -0.06754784286022186, 0.1547723114490509, 0.2654564380645752, 0.11278212815523148, -0.2808401882648468, -0.43602511286735535, 0.08524008095264435, -0.1478080004453659, -0.07456847280263901, 0.00395931676030159, 0.23933526873588562, 0.21866095066070557, -0.22771050035953522, 0.03816898539662361, 0.005823252256959677, -0.11687707155942917, -0.07976830750703812, -0.4723432958126068, 0.16745267808437347, -0.21506310999393463, -0.39667582511901855, -0.14811304211616516, 0.004675175994634628, 0.15587446093559265, -0.18077778816223145, -0.21365173161029816, -0.06182781234383583, 0.6272346377372742, 0.12629584968090057, 0.13895106315612793, -0.010495618917047977, -0.1617944985628128, 0.3859134018421173, 0.1071946769952774, -0.14753876626491547, -0.15940746665000916, 0.04056534171104431, 0.050198741257190704, 0.040969233959913254, 0.5567618608474731, 0.32611438632011414, 0.12762166559696198, -0.13812631368637085, 0.09938457608222961, -0.5892037153244019, 0.20726291835308075, 0.5603948831558228, 0.21608354151248932, 0.07819057255983353, -0.3465772569179535, -0.14250800013542175, 0.00793914683163166, -0.3323562741279602, 0.09224656224250793, 0.2075880616903305, -0.16176700592041016, -0.11818952113389969, 0.40217623114585876, 0.1469067931175232, 0.16424451768398285, -0.3623591661453247, 0.5057782530784607, 0.3247186541557312, 0.4327452778816223, 0.03903248906135559, 0.3032766282558441, 0.006026741117238998, 0.05065414309501648, -0.07674860954284668, 0.37965822219848633, 0.5172827839851379, 0.16279079020023346, -0.052339788526296616, -0.045725416392087936, -0.04212580993771553, 0.3289165198802948, 0.030661707744002342, 0.21959911286830902, -0.04863648861646652, -0.5397813320159912, 0.004093074705451727, -0.02221166156232357, -0.2950234115123749, 0.2880818843841553, -0.43297773599624634, 0.11826023459434509, 0.03275846689939499, 0.12240158021450043, 0.046177931129932404, -0.07184558361768723, -0.08617676794528961, 0.23039643466472626, -0.1093374565243721, -0.29900258779525757, -0.4768238067626953, -0.02501084841787815, -0.059837184846401215, -0.022341040894389153, -0.22105182707309723, 0.09072795510292053, -0.2296992540359497, 0.22963255643844604, -0.4910565912723541, -0.08820908516645432, -0.13433313369750977, -0.02354341559112072, 0.3740594685077667, 0.020911892876029015, -0.3197139501571655, 0.13850899040699005, -0.3234100639820099, 0.08083274215459824, 0.13439346849918365, 0.10208368301391602, -0.0744687020778656, -0.40509530901908875, 0.2357719987630844, -0.4336656630039215, -0.057869236916303635, 0.12058067321777344, -0.29026830196380615, -0.14263015985488892, 0.47760388255119324, -0.08914125710725784, 0.0465698279440403, -0.09054817259311676, 0.1345101296901703, 0.2788449823856354, -0.03822282701730728, 0.3782573938369751, -0.06034969165921211, 0.38199031352996826, -0.054948098957538605, -0.021947698667645454, 0.33914896845817566, -0.04114418104290962, 0.029827646911144257, 0.06892086565494537, -0.066043421626091, -0.037922102957963943, 0.46410611271858215, 0.24569351971149445, 0.26566269993782043, -0.10906972736120224, 0.28725606203079224, 0.21079006791114807, 0.17710904777050018, -0.015012376010417938, 0.10989691317081451, 0.2652323842048645, -0.10638236999511719, -0.05913567170500755, 0.057663291692733765, 0.2279210388660431, 0.2186824232339859, 0.08071837574243546, -0.11041953414678574, -0.07196833193302155, 0.5346022248268127, -0.0030611460097134113, -0.11802191287279129, -0.2919805347919464, -0.18131163716316223, 0.22542104125022888, 0.3570035398006439, -0.18645310401916504, 0.03132270276546478, 0.21976788341999054, 0.07148808985948563, -0.16212107241153717, 0.10059695690870285, -0.10722558200359344, 0.1365761011838913, 0.3009129464626312, -0.3675934076309204, -0.03928552567958832, -0.08327169716358185, 0.044164493680000305, -0.35738474130630493, 0.0527799017727375, 0.27112993597984314, -0.10226787626743317, -0.22140875458717346, -0.06264743953943253, 0.053772926330566406, 0.0849851667881012, -0.25874775648117065, -0.4571748971939087, -0.05478130280971527, 0.1214277520775795, -0.04143032804131508, 0.04453486576676369, 0.13499200344085693, -0.19830229878425598, 0.155374675989151, 0.01618177257478237, -0.2501453459262848, -0.26222631335258484, -0.23633000254631042, -0.21040545403957367, -0.13629212975502014, 0.44955816864967346, 0.1123453676700592, 0.2604638338088989, -0.2247750163078308, -0.186952143907547 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content/Deliver_Personalized_Content_and_Debug#deliver-personalized-content
Deliver Personalized Content Once target groups are defined, visitor profiling rules are set and personalized content is created, it is time to deliver the personalized content to the right people. Pimcore provides two ways to deliver personalized Content:
Deliver Personalized Content
[ 0.11160760372877121, -0.0902884304523468, -0.1459822803735733, -0.08711475878953934, -0.3090287446975708, -0.41399192810058594, 0.15759500861167908, -0.17720894515514374, -0.5966701507568359, 0.19344159960746765, -0.3215959966182709, 0.26683151721954346, 0.22845704853534698, 0.2551351487636566, 0.2358262538909912, -0.31130093336105347, 0.22515401244163513, 0.17473602294921875, -0.120170958340168, 0.00014384547830559313, -0.044999562203884125, -0.19218309223651886, 0.19476383924484253, -0.008553600870072842, -0.46827855706214905, -0.20567435026168823, -0.4579862058162689, -0.09947848320007324, 0.05852636322379112, -0.49938324093818665, 0.08275850862264633, 0.5255902409553528, -0.14664050936698914, 0.20674346387386322, -0.00010994386684615165, -0.27951398491859436, 0.13438303768634796, -0.05924365296959877, -0.10353146493434906, -0.056132614612579346, 0.22717422246932983, -0.07644984126091003, 0.07233697921037674, -0.16827091574668884, -0.061649173498153687, 0.3594604730606079, 0.13420750200748444, 0.5116552114486694, 0.2150612324476242, -0.0034009849186986685, 0.15701690316200256, -0.17894123494625092, -0.1794566810131073, -0.11525548249483109, -0.23337960243225098, 0.2894236445426941, -0.2281179428100586, 0.05056748539209366, 0.2872505187988281, 0.12320800125598907, 0.05428498983383179, -0.021088087931275368, -0.316389262676239, 0.08405790477991104, 0.11825373768806458, -0.0859849825501442, 0.4259324371814728, -0.21627667546272278, -0.4361903965473175, 0.09085909277200699, 0.1490022987127304, 0.46695128083229065, -0.30706316232681274, -0.3935011923313141, 0.175184965133667, -0.1065463125705719, 0.1254311054944992, 0.2008785754442215, -0.019801398739218712, 0.20341618359088898, -0.3624587953090668, 0.11458121985197067, 0.003430477576330304, -0.12623906135559082, 0.2673986256122589, 0.1103401929140091, -0.007432740647345781, 0.03144635632634163, 0.04702156037092209, 0.010092196054756641, 0.4604877531528473, 0.2320869266986847, 0.10061344504356384, 0.1703736037015915, 0.31839558482170105, -0.45963314175605774, -0.030625127255916595, 0.11800961941480637, 0.015064452774822712, 0.04939882084727287, 0.27720293402671814, 0.2169140726327896, -0.21843039989471436, 0.026410801336169243, 0.35962507128715515, -0.1108478233218193, -0.005019595846533775, 0.3102703094482422, 0.04626404121518135, 0.11601298302412033, 0.02648754231631756, 0.04638456553220749, 0.3151371479034424, 0.20475976169109344, -0.424581915140152, 0.2960767447948456, -0.1391328126192093, 0.1598336398601532, -0.2514752149581909, 0.015166529454290867, -0.09760083258152008, -0.23580054938793182, -0.041460052132606506, -0.017889633774757385, -0.17543606460094452, 0.08936008810997009, -0.3551679849624634, 0.01632300391793251, -0.09111951291561127, -0.14817805588245392, 0.008548067882657051, 0.30604007840156555, -0.16638778150081635, 0.28456464409828186, 0.19030877947807312, 0.467160165309906, -0.05546063929796219, -0.0831986740231514, 0.5704006552696228, -0.48015153408050537, -0.04519406706094742, -0.18328754603862762, -0.17962749302387238, 0.10660922527313232, -0.086968332529068, 0.2216225266456604, -0.20790837705135345, -0.10730461031198502, -0.33848607540130615, 0.07049249112606049, -0.32073256373405457, -0.2529602348804474, 0.8808822631835938, 0.22382158041000366, 0.1408444046974182, -0.005399119108915329, 0.38380351662635803, -0.07027487456798553, -0.2718704044818878, 0.0858907699584961, 0.08050746470689774, 0.30328041315078735, 0.0031807757914066315, -0.16738314926624298, -0.07253681123256683, 0.12557893991470337, 0.26292601227760315, 0.10358963906764984, -0.33407095074653625, -0.1448090523481369, 0.1864841729402542, 0.0442085862159729, 0.15310834348201752, 0.36581531167030334, 0.018296513706445694, -0.3090028464794159, 0.17987912893295288, -0.054084908217191696, -0.1523398607969284, -0.049053825438022614, -0.5120874643325806, 0.15459971129894257, 0.42843663692474365, 0.07185592502355576, 0.22989697754383087, -0.3799152970314026, 0.06288702040910721, 0.12601684033870697, -0.017657550051808357, 0.10586177557706833, -0.14686189591884613, 0.06322837620973587, 0.09955675154924393, 0.028478767722845078, 0.12706343829631805, 0.34741634130477905, 0.19645489752292633, -0.06078533083200455, 0.07005460560321808, 0.3301146924495697, -0.160849928855896, -0.12898069620132446, 0.4589816927909851, 0.16776153445243835, 0.059647876769304276, 0.41233015060424805, 0.4210371673107147, -0.08798378705978394, -0.5862482786178589, 0.04347684606909752, 0.3753989636898041, -0.4539541006088257, -0.306999534368515, -0.038484472781419754, 0.010979882441461086, -0.5396500825881958, 0.14004866778850555, 0.10337551683187485, 0.19909806549549103, -0.2602044343948364, -0.15114976465702057, 0.27007830142974854, -0.23367074131965637, 0.06661956012248993, 0.48353102803230286, -0.13353915512561798, -0.20096242427825928, 0.06992512196302414, 0.18024832010269165, 0.20291808247566223, 0.2540728747844696, -0.20600906014442444, 0.07841963320970535, 0.4683721363544464, 0.026980802416801453, 0.19538597762584686, 0.15954163670539856, 0.22833405435085297, 0.4339098036289215, -0.4314010441303253, -0.021868927404284477, 0.14435146749019623, -0.06463760882616043, 0.12323355674743652, -0.22390304505825043, 0.4040989577770233, -0.06510373204946518, 0.030537886545062065, 0.05150381475687027, -0.014545141719281673, 0.10246159136295319, -0.10328753292560577, 0.2121785432100296, -0.2876966595649719, -0.14405453205108643, 0.27563193440437317, -0.11032377928495407, 0.08038073778152466, -0.159780353307724, 0.37943950295448303, 0.013425481505692005, -0.1014191210269928, 0.10953967273235321, -0.0936724990606308, 0.19734366238117218, -0.1879551261663437, 0.1885165572166443, -0.07194720208644867, 0.2474985122680664, 0.12147248536348343, 0.23199622333049774, 0.07152432948350906, 0.1321178823709488, -0.018881553784012794, 0.08961465209722519, 0.0716785416007042, -0.663341760635376, -0.3762459456920624, -0.22049470245838165, 0.3629986047744751, 0.17308254539966583, -0.1194532960653305, -0.0030078210402280092, -0.18216101825237274, -0.04400767758488655, -0.439465194940567, -0.07257109880447388, 0.1540466547012329, 0.36090418696403503, -0.12767046689987183, -0.23884934186935425, -0.0799155905842781, 0.24780632555484772, 0.0912172794342041, 0.10660494118928909, 0.033256273716688156, 0.28325656056404114, 0.34980589151382446, -0.23523376882076263, 0.3074468672275543, -0.2027827799320221, 0.18056705594062805, -0.018288375809788704, 0.1652798056602478, -0.6366862058639526, -0.20861785113811493, 0.31472042202949524, -0.2747907340526581, 0.31366121768951416, -0.23095181584358215, 0.15401791036128998, 0.35497090220451355, -0.17407189309597015, 0.24386216700077057, -0.054211653769016266, 0.20801572501659393, -0.22625671327114105, -0.20685093104839325, 0.03489164263010025, -0.03407013416290283, -0.05004005506634712, -0.4244176149368286, 0.050283052027225494, 0.3324791491031647, -0.0902610719203949, -0.17092211544513702, 0.07749440521001816, -0.1492253988981247, 0.024523722007870674, 0.21965350210666656, 0.42346614599227905, -0.2482743263244629, -0.18236717581748962, 0.1373641937971115, -0.1527172178030014, 0.40895986557006836, -0.162981316447258, -0.32515472173690796, 0.18708448112010956, -0.560083270072937, 0.1380797028541565, -0.1581641435623169, 0.005731158424168825, 0.10787583887577057, -0.06424704194068909, -0.14775609970092773, -0.02311362326145172, 0.08739569783210754, 0.010751564055681229, 0.03444739431142807, 0.07876304537057877, 0.18221676349639893, 0.030859777703881264, -0.2961411476135254, -0.011213512159883976, 0.2150377631187439, -0.47460752725601196, 0.36338886618614197, 0.3188256621360779, -0.26807263493537903, -0.38903507590293884, 0.011411500163376331, 0.7781214118003845, -0.26815974712371826, 0.18425165116786957, 0.3450540006160736, 0.39594876766204834, 0.22846169769763947, -0.1457146257162094, 0.0324866808950901, 0.2727663815021515, 0.10465522855520248, 0.13662458956241608, 0.22203592956066132, 0.05504313483834267, -0.11315663903951645, -0.36203935742378235, -0.14448921382427216, -0.8013316988945007, -0.19057665765285492, -0.08933832496404648, 0.04663804545998573, 0.36514371633529663, -0.23228301107883453, 0.16014458239078522, -0.008777476847171783, 0.2295391857624054, 0.00004580456152325496, 0.26132410764694214, 0.32497283816337585, 0.06371008604764938, -0.4225064814090729, -0.3575472831726074, -0.027900030836462975, 0.22769695520401, -0.16491423547267914, -0.011141662485897541, -0.14318257570266724, -0.15112198889255524, 0.23381754755973816, -0.006929521914571524, 0.20389342308044434, -0.24439354240894318, -0.03323710337281227, -0.13645301759243011, -0.18679125607013702, 0.16998878121376038, 0.09091553092002869, -0.09195490181446075, -0.12777186930179596, 0.18164709210395813, 0.22104313969612122, -0.07009528577327728, -0.07232999801635742, 0.21686683595180511, -0.3347786068916321, -0.012998647056519985, -0.30475738644599915, 0.14201992750167847, 0.01551800686866045, -0.1264350712299347, 0.13197901844978333, -0.14945407211780548, -0.03442705050110817, -0.36803871393203735, -0.41025516390800476, 0.11763951927423477, 0.06748365610837936, 0.18625174462795258, -0.023624654859304428, -0.11390935629606247, 0.2552410066127777, -0.23188887536525726, 0.2919034957885742, -0.038986414670944214, -0.006232281681150198, 0.08400766551494598, -0.02714913710951805, 0.11474078893661499, -0.05121304839849472, 0.023905212059617043, 0.33875536918640137, 0.29037711024284363, 0.36932551860809326, -0.06282439082860947, -0.4116917550563812, 0.009240609593689442, 0.07886416465044022, 0.2932293713092804, -0.10176892578601837, -0.3625052869319916, -0.41238826513290405, -0.32971954345703125, 0.10504411160945892, -0.11884712427854538, -0.1720588654279709, -0.11027313023805618, -0.10182920843362808, -0.0001856853486970067, 0.05149639770388603, 0.4787328541278839, 1.2983789443969727, -0.024971209466457367, 0.028527291491627693, -0.41651561856269836, 0.018749572336673737, 0.3708363473415375, -0.42400258779525757, 0.06089881435036659, 0.10252934694290161, 0.10082215070724487, -0.026508808135986328, -0.015094166621565819, 0.24589955806732178, 0.33776578307151794, -0.28307268023490906, 0.11449598520994186, -0.24362310767173767, -0.4343223571777344, 0.07140099257230759, 0.2076488733291626, -0.10518568009138107, -0.386660099029541, 0.26448458433151245, 0.12728145718574524, -0.30704668164253235, 0.18256999552249908, -0.12270038574934006, 0.2619096040725708, -0.21774227917194366, -0.19621360301971436, 0.31804975867271423, -0.062267813831567764, -0.3300999701023102, -0.2073390781879425, -0.016721034422516823, -0.6417884230613708, -0.16794072091579437, -0.07271941006183624, -0.003193443175405264, 0.1812111735343933, 0.251057505607605, 0.28301650285720825, 0.42261433601379395, -0.0990389958024025, 0.11312752962112427, -0.17746786773204803, 0.1417517513036728, 0.048474039882421494, -0.04377731680870056, -0.11321353912353516, -0.22984731197357178, 0.10419989377260208, -0.13777151703834534, -0.0027044308371841908, 0.4086264669895172, -0.0037279664538800716, 0.21367891132831573, 0.10512517392635345, -0.3118169903755188, -0.03089960105717182, 0.20696091651916504, 0.109789177775383, 0.055038150399923325, 0.06647298485040665, -0.03845027834177017, -0.06319939345121384, -0.28714823722839355, -0.10302819311618805, 0.010409364476799965, -0.26639366149902344, -0.13451339304447174, -0.533258318901062, -0.19352039694786072, -0.28772950172424316, 0.3986068367958069, -0.19589707255363464, 0.3634098470211029, -0.04674949869513512, 0.015119949355721474, -0.16731521487236023, 0.018213102594017982, 0.454899400472641, 0.19847650825977325, 0.4383421540260315, -0.37604084610939026, -0.07779145240783691, -0.2305782586336136, -0.07077515125274658, -0.20853616297245026, -0.238351508975029, -0.014179376885294914, 0.26845523715019226, 0.43100506067276, 0.2550714612007141, -0.3522240221500397, -0.4583452045917511, -0.08038141578435898, 0.11677537113428116, 0.35519587993621826, 0.05293695256114006, -0.3048321306705475, 0.2522577941417694, 0.1743069291114807, 0.08608522266149521, -0.12557898461818695, -0.17262917757034302, -0.1736655980348587, 0.10888032615184784, 0.07398643344640732, 0.08163745701313019, -0.3675634264945984, 0.2746005952358246, 0.11962993443012238, -0.20221646130084991, 0.03143363073468208, -0.038194455206394196, 0.026631081476807594, -0.22464318573474884, -0.33007925748825073, 0.07660520076751709, -0.2714214324951172, -0.17116999626159668, -0.020281482487916946, -0.07161642611026764, 0.048725374042987823, -0.05179014056921005, -0.27333226799964905, -0.15072031319141388, 0.40516436100006104, 0.03875679895281792, 0.20402048528194427, 0.0762353241443634, 0.12251032888889313, 0.37495797872543335, 0.04197930917143822, -0.05211148411035538, -0.17408692836761475, -0.022408196702599525, 0.10007399320602417, -0.17916327714920044, 0.48820769786834717, 0.2533816993236542, 0.06961346417665482, -0.10501366853713989, -0.10215765237808228, 0.12011636793613434, -0.06826259940862656, 0.40184837579727173, 0.2986893951892853, 0.1651202291250229, 0.1166115403175354, 0.03293384611606598, 0.2819198668003082, -0.4141980707645416, 0.1322522610425949, 0.019210046157240868, -0.1654735952615738, 0.24023447930812836, 0.6226364970207214, -0.3312072455883026, -0.1487378478050232, -0.2840394377708435, 0.2706591784954071, 0.4215134084224701, 0.4893297851085663, 0.0006337357917800546, 0.471282035112381, -0.0003898477298207581, -0.08416748046875, -0.17558284103870392, 0.03142352029681206, 0.553920567035675, 0.001299964264035225, 0.053520236164331436, -0.43167608976364136, 0.2678082287311554, 0.0649104043841362, -0.31561198830604553, 0.17167611420154572, 0.213867649435997, -0.3441118896007538, 0.007559909950941801, -0.06179705262184143, -0.29512855410575867, 0.24540497362613678, -0.2552068531513214, 0.2169194370508194, 0.09346529841423035, 0.18053534626960754, 0.05259846895933151, -0.15667083859443665, 0.05412666127085686, 0.4379618465900421, -0.2741222679615021, -0.11368229985237122, -0.4278375804424286, 0.19934329390525818, -0.10340570658445358, -0.09413104504346848, -0.2194015234708786, 0.052108097821474075, -0.15973389148712158, -0.05631974712014198, -0.12276868522167206, 0.07997706532478333, 0.11075544357299805, 0.20702949166297913, 0.27826985716819763, -0.021619830280542374, -0.11362316459417343, 0.15600351989269257, -0.3138442635536194, 0.1039355993270874, 0.13371896743774414, 0.052757278084754944, -0.26667675375938416, 0.0755109041929245, 0.18492500483989716, -0.46327099204063416, -0.05363868176937103, 0.2230948656797409, -0.3873867988586426, -0.15089911222457886, 0.18203146755695343, -0.41910165548324585, -0.07528825849294662, -0.30714884400367737, 0.10756748169660568, 0.2027372270822525, 0.13026688992977142, 0.3007439374923706, 0.21354956924915314, -0.16087980568408966, -0.12933717668056488, 0.006850200239568949, 0.3919942080974579, 0.27368080615997314, 0.4529365599155426, -0.13785958290100098, -0.04209449887275696, -0.17881515622138977, 0.5988236665725708, 0.2750835418701172, 0.12765775620937347, -0.09416282922029495, 0.1942039132118225, 0.1123359352350235, 0.33215752243995667, -0.2644161880016327, 0.23931363224983215, 0.10106555372476578, 0.044545046985149384, 0.13254988193511963, -0.03232715651392937, 0.08357319235801697, 0.28996869921684265, -0.25934070348739624, 0.30576106905937195, 0.19086769223213196, 0.8417658805847168, -0.09048215299844742, 0.17691858112812042, -0.15096540749073029, 0.03760967403650284, -0.07021328806877136, 0.08646422624588013, 0.09123776853084564, -0.23466196656227112, 0.019146280363202095, -0.10267028957605362, 0.10145474970340729, 0.18989980220794678, -0.07400008291006088, 0.16436943411827087, 0.2616581320762634, -0.3189915120601654, 0.06604013592004776, -0.23658829927444458, -0.07193395495414734, -0.26109740138053894, -0.051375601440668106, 0.1552625447511673, 0.08617684990167618, -0.28765419125556946, -0.14061413705348969, -0.13885349035263062, -0.07154229283332825, -0.009268737398087978, -0.32323941588401794, -0.2565446197986603, 0.2638291120529175, -0.25850576162338257, 0.13474415242671967, 0.02768493816256523, -0.5547766089439392, 0.19993805885314941, 0.020049292594194412, -0.21120089292526245, -0.3240439295768738, -0.20869921147823334, -0.2558217942714691, -0.18011313676834106, 0.4647027552127838, -0.03529994934797287, 0.25802910327911377, -0.16188348829746246, -0.08786902576684952 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content/Deliver_Personalized_Content_and_Debug#delivering-personalized-content-with-documents
Delivering Personalized Content with Documents When a document is delivered to the visitor, the best matching variant is picked by Pimcore based on following rule: If the visitor has only one assigned target group and content exists for that target group, the personalized variant for that target group will be used If the visitor has multiple assigned target groups, they will be sorted by their assignment count. The first target group in the sorted list which has personalized content for the document will be used. This logic is repeated for every document and sub-request. This means you can show personalized content for a given target group on a document, but have content for different target groups in snippets or renderlets rendered on the same page. You can see which target groups were applied to which document in the profiler. As you can see in the screenshot below, the main document used the target group basketball while the footer snippet was rendered with the target group female. For further debug information see below.
Delivering Personalized Content with Documents
[ 0.19386456906795502, -0.5330244302749634, -0.06940137594938278, 0.22591163218021393, -0.22099803388118744, -0.30513983964920044, 0.22851894795894623, 0.12569889426231384, -0.5564877986907959, 0.038342833518981934, -0.47444427013397217, 0.3285939693450928, 0.40421783924102783, -0.05525580421090126, 0.07596191763877869, -0.19705301523208618, 0.06398391723632812, 0.283745139837265, -0.1254548728466034, -0.200097918510437, -0.025149624794721603, 0.22534438967704773, 0.1729772984981537, 0.183725506067276, -0.3400489389896393, -0.04437647759914398, -0.2961997389793396, -0.07173958420753479, -0.19321832060813904, -0.22435292601585388, 0.07219131290912628, 0.5074068903923035, -0.007036115042865276, 0.03689376637339592, -0.00010777869465528056, -0.1858188360929489, 0.13267530500888824, -0.15488143265247345, -0.01808325946331024, -0.23268209397792816, 0.10464029759168625, -0.10542859137058258, -0.09594188630580902, -0.10450523346662521, -0.13112179934978485, 0.07958977669477463, 0.19159580767154694, 0.38758838176727295, 0.0323319211602211, -0.012057245709002018, 0.18349410593509674, 0.17813067138195038, -0.4149717390537262, 0.12757299840450287, 0.393608957529068, 0.25663796067237854, -0.22420266270637512, -0.06377559900283813, 0.4256165027618408, 0.04727178439497948, -0.01608128659427166, 0.1614214926958084, -0.19135895371437073, 0.22768385708332062, -0.018281297758221626, 0.060018494725227356, 0.4998602271080017, -0.20572972297668457, -0.08672821521759033, 0.3293156027793884, 0.26059964299201965, 0.4931909739971161, -0.05155453830957413, -0.27646875381469727, -0.054094187915325165, 0.28384655714035034, 0.06163974851369858, 0.14958283305168152, -0.010310176759958267, 0.13974764943122864, -0.0635669082403183, 0.17884249985218048, -0.03336197882890701, 0.10498379170894623, 0.028622668236494064, 0.19265799224376678, -0.1533692330121994, 0.10424650460481644, -0.027525408193469048, 0.07592727988958359, 0.19216662645339966, -0.08633679151535034, 0.1282462179660797, -0.016715360805392265, 0.1874876171350479, -0.3474165201187134, -0.14271411299705505, -0.17222560942173004, 0.1318473070859909, 0.040158797055482864, 0.7747377157211304, 0.4281911849975586, 0.06893780082464218, 0.15994685888290405, 0.49602383375167847, 0.09338559955358505, -0.021097984164953232, 0.4317432940006256, 0.03797316551208496, 0.12734557688236237, -0.13711751997470856, 0.19149577617645264, 0.24060945212841034, 0.053617093712091446, -0.6080471873283386, -0.15030437707901, 0.1896638423204422, 0.012126392684876919, -0.35749223828315735, -0.114077128469944, 0.0049866316840052605, -0.053746119141578674, -0.10447941720485687, 0.14926502108573914, -0.06226687133312225, 0.04589724540710449, -0.19844548404216766, 0.08830519020557404, -0.13236092031002045, -0.17176829278469086, -0.07707895338535309, -0.018188167363405228, -0.2709461450576782, 0.09461961686611176, 0.11982981115579605, 0.12902066111564636, 0.06622373312711716, 0.09458319842815399, 0.5528478622436523, -0.23088115453720093, 0.16889497637748718, -0.15237130224704742, 0.1793813407421112, -0.03124638833105564, -0.050455089658498764, 0.22367306053638458, 0.0631239265203476, 0.1628122478723526, -0.3234861493110657, 0.11523272097110748, -0.27844005823135376, -0.0200759619474411, 0.5710998773574829, 0.18995064496994019, 0.06959881633520126, 0.14745429158210754, 0.056953318417072296, 0.27184993028640747, 0.12916946411132812, 0.030995287001132965, 0.23606374859809875, -0.07264073938131332, -0.3197591304779053, -0.27666014432907104, -0.2509080171585083, 0.1149599552154541, 0.2618611454963684, -0.13104447722434998, -0.06480372697114944, -0.13186317682266235, 0.038512904196977615, -0.036564815789461136, -0.04678576439619064, -0.2781184911727905, -0.12958210706710815, 0.11100784689188004, 0.32326290011405945, -0.056969739496707916, -0.3744524121284485, 0.346922367811203, -0.3723236620426178, 0.41453394293785095, 0.2658350169658661, 0.027659744024276733, 0.3669186532497406, -0.22938480973243713, -0.05597125366330147, 0.17558696866035461, 0.08064925670623779, 0.12202958017587662, -0.31755366921424866, 0.1186116561293602, 0.06851323693990707, -0.08252453058958054, -0.12299223244190216, 0.13574154675006866, 0.06647761911153793, -0.21118704974651337, 0.17229408025741577, 0.18540921807289124, 0.057942017912864685, -0.019763577729463577, 0.12311359494924545, 0.33884817361831665, 0.4774687588214874, 0.2653871178627014, 0.2151404172182083, 0.06484333425760269, -0.6669825911521912, 0.008450964465737343, 0.21475237607955933, -0.3988496959209442, -0.30078837275505066, -0.37189537286758423, -0.14484046399593353, -0.6276658177375793, 0.1723751276731491, 0.3688393831253052, -0.026827408000826836, -0.3926403820514679, 0.21196964383125305, 0.11166790127754211, -0.26007336378097534, 0.01849619299173355, 0.18170833587646484, 0.10653480887413025, -0.07225088775157928, 0.09892091900110245, 0.3281026780605316, -0.10289256274700165, 0.3541210889816284, -0.170018270611763, 0.0262669175863266, 0.3874974846839905, 0.17778879404067993, 0.111664779484272, 0.06477014720439911, 0.1303407847881317, 0.09726884216070175, -0.400556743144989, 0.0719476044178009, 0.4263570010662079, 0.02143012546002865, 0.0007659948314540088, -0.04604087397456169, 0.4647241532802582, -0.04435014724731445, 0.11948389559984207, -0.03040326200425625, -0.19238856434822083, -0.05089652165770531, 0.033999186009168625, -0.1677132397890091, -0.326009064912796, -0.11713822185993195, 0.1307907998561859, 0.24928006529808044, 0.09370342642068863, -0.4353266656398773, 0.5039265155792236, 0.2708025574684143, -0.02515724115073681, 0.07895071059465408, 0.061775799840688705, -0.07104505598545074, -0.25467827916145325, -0.05131854861974716, -0.13157451152801514, 0.2967168986797333, 0.12528671324253082, 0.2892191708087921, -0.2311699539422989, 0.0928284078836441, -0.0772598460316658, 0.031133508309721947, -0.002861327026039362, -0.47264450788497925, -0.03229328244924545, 0.20693030953407288, 0.11642846465110779, -0.09314647316932678, 0.16578885912895203, 0.022177690640091896, -0.4032922089099884, -0.07938976585865021, -0.16521397233009338, -0.10364297777414322, -0.004316582344472408, -0.18274646997451782, -0.10114987194538116, -0.16439023613929749, 0.10653117299079895, 0.3225398659706116, 0.1568291187286377, 0.23341251909732819, 0.006635349243879318, 0.3447989225387573, 0.43656086921691895, -0.1720302850008011, 0.42755061388015747, -0.08758331835269928, 0.28603076934814453, -0.18950879573822021, 0.23321282863616943, -0.21089355647563934, 0.15134915709495544, 0.07259225845336914, -0.1644423007965088, -0.000732846965547651, -0.32453852891921997, -0.11930263042449951, 0.2103002965450287, -0.12374677509069443, 0.21085436642169952, 0.11317972093820572, 0.1225605458021164, 0.04315955936908722, -0.10209440439939499, 0.14639894664287567, -0.01795385591685772, -0.3657000958919525, -0.29790905117988586, -0.06592825800180435, 0.08716920763254166, -0.08336106687784195, -0.2335084229707718, 0.012447934597730637, -0.1190749779343605, 0.02893858589231968, 0.13732439279556274, 0.359275221824646, -0.5550040602684021, -0.21268530189990997, -0.09919799864292145, 0.06723088771104813, 0.3972777724266052, -0.3542398512363434, -0.14483946561813354, 0.20403960347175598, -0.37684109807014465, -0.16518710553646088, -0.2707194685935974, -0.12411990761756897, 0.08542010188102722, -0.06392204016447067, -0.004924741107970476, -0.02510705776512623, 0.07664008438587189, -0.32869938015937805, 0.043946053832769394, -0.0939895436167717, 0.30296269059181213, -0.27463778853416443, -0.13249824941158295, -0.15894238650798798, 0.22450287640094757, -0.4410560727119446, 0.11450809240341187, 0.33731842041015625, -0.36579254269599915, -0.6596568822860718, 0.36237412691116333, 0.8110322952270508, -0.014135024510324001, 0.15740546584129333, 0.2699880003929138, 0.35206782817840576, 0.01499021053314209, -0.15810039639472961, -0.0425119549036026, 0.17926490306854248, -0.09232187271118164, 0.13170742988586426, 0.6406177282333374, -0.004060148261487484, -0.5662562251091003, 0.04084441810846329, -0.012651944532990456, -0.454395592212677, -0.07479590177536011, 0.15709127485752106, 0.21378639340400696, 0.09232240170240402, 0.012958819046616554, -0.03259449452161789, 0.06250318139791489, -0.03632805868983269, -0.09030404686927795, 0.4508414566516876, 0.013122513890266418, 0.13122336566448212, -0.29697877168655396, -0.20794495940208435, 0.008749427273869514, 0.27547571063041687, 0.08573909848928452, -0.10999079048633575, 0.1544540673494339, -0.17145413160324097, 0.36072903871536255, -0.1101963147521019, 0.44223013520240784, -0.20966574549674988, 0.11229123920202255, 0.12751318514347076, -0.2622677683830261, 0.06942498683929443, -0.10435885190963745, -0.060943424701690674, -0.1562737226486206, 0.34124037623405457, 0.2815050482749939, -0.2140214890241623, -0.13913027942180634, -0.049825519323349, -0.5470077991485596, 0.07735911756753922, -0.1341501623392105, -0.09109065681695938, 0.2853009104728699, -0.11287923157215118, 0.19318847358226776, -0.16600754857063293, -0.17245107889175415, -0.4543769061565399, -0.3130018711090088, 0.09773198515176773, 0.06898234039545059, 0.06467856466770172, 0.4033259153366089, -0.08968645334243774, 0.03199808672070503, -0.2515398859977722, 0.5041486620903015, 0.14190292358398438, 0.39128583669662476, 0.2441442608833313, -0.0697016492486, -0.17062222957611084, 0.18670344352722168, -0.16272343695163727, -0.014757994562387466, 0.4050673246383667, 0.21296390891075134, -0.06608494371175766, -0.42818528413772583, -0.2055620551109314, 0.0833214744925499, 0.17055922746658325, 0.13879847526550293, -0.10412893444299698, -0.41182538866996765, -0.5011409521102905, 0.11854645609855652, -0.20295578241348267, -0.43992164731025696, 0.05156100541353226, -0.1564554125070572, -0.042197469621896744, 0.18864396214485168, 0.2445540577173233, 1.1534159183502197, 0.04260872304439545, 0.23851768672466278, -0.33480221033096313, -0.25012776255607605, 0.04570579528808594, -0.1686200648546219, 0.06547059863805771, -0.3157799243927002, -0.35903647541999817, -0.012216772884130478, -0.0028847642242908478, 0.31727880239486694, 0.5949360728263855, -0.3184550702571869, -0.2312915027141571, -0.02230563946068287, -0.19039200246334076, -0.00348975183442235, 0.13846471905708313, -0.11810704320669174, -0.04677173122763634, 0.23688071966171265, 0.1425119936466217, -0.11064711213111877, 0.1935599148273468, 0.10860645771026611, 0.2120799571275711, -0.564967155456543, -0.39421582221984863, 0.05194789171218872, 0.015660038217902184, -0.42566466331481934, -0.2950236201286316, -0.022820953279733658, -0.5759632587432861, -0.038763806223869324, 0.10218318551778793, -0.04653570428490639, -0.08921228349208832, 0.21018926799297333, 0.25023189187049866, 0.5338167548179626, -0.05898101255297661, 0.08219141513109207, -0.3672933876514435, 0.19018656015396118, 0.045681942254304886, -0.05560942366719246, -0.14647485315799713, 0.19809041917324066, 0.01971266232430935, -0.12822318077087402, 0.19610342383384705, 0.2683524191379547, -0.24441534280776978, -0.15648788213729858, -0.10032350569963455, -0.13956676423549652, -0.13982036709785461, 0.16797971725463867, 0.016079716384410858, -0.1552252620458603, -0.0022849254310131073, 0.04081711545586586, -0.06499078124761581, -0.04736795648932457, 0.11895629018545151, 0.42040663957595825, 0.006806747056543827, -0.10663850605487823, -0.3684645891189575, -0.26975733041763306, -0.2826465666294098, 0.3918599784374237, -0.13004830479621887, 0.21891741454601288, 0.09925216436386108, -0.04577188193798065, -0.24616295099258423, 0.23541606962680817, 0.727804958820343, -0.032911285758018494, 0.49091842770576477, -0.2867552638053894, -0.19246141612529755, 0.030121052637696266, -0.32192885875701904, -0.2378813773393631, 0.06291940808296204, -0.0021750768646597862, 0.22015374898910522, 0.12724436819553375, 0.6362404227256775, -0.3721559941768646, -0.053632110357284546, -0.22359174489974976, 0.29546892642974854, 0.26920610666275024, 0.08398371934890747, -0.08348996937274933, 0.17426595091819763, 0.023821529000997543, 0.36193546652793884, -0.22421890497207642, -0.21486397087574005, -0.33784887194633484, 0.12490956485271454, 0.057519420981407166, 0.04554201290011406, -0.19338122010231018, 0.3061535358428955, 0.3339604139328003, -0.12243610620498657, 0.20298618078231812, 0.07097315788269043, 0.05455617979168892, -0.20207612216472626, -0.21625858545303345, 0.08627384155988693, -0.17953112721443176, -0.06181388348340988, -0.2726571261882782, -0.16133283078670502, 0.4205552339553833, 0.02241203933954239, -0.46390408277511597, -0.01995125412940979, 0.49927350878715515, 0.11216539144515991, 0.31385111808776855, 0.16209614276885986, -0.027683449909090996, 0.17836298048496246, -0.07963234931230545, -0.17673008143901825, -0.22796152532100677, 0.049683213233947754, 0.10899575054645538, -0.3954205811023712, -0.049750104546546936, 0.2507264018058777, -0.006083453074097633, -0.33928975462913513, 0.27150121331214905, -0.1900101900100708, 0.03810613229870796, 0.3809945583343506, 0.4359826147556305, 0.13013432919979095, 0.12919089198112488, -0.0393914058804512, 0.2425502985715866, -0.2644616663455963, 0.39215269684791565, -0.0845237523317337, -0.16467347741127014, 0.11976689100265503, 0.5814592242240906, -0.13546118140220642, 0.09909168630838394, -0.23512756824493408, 0.1709580272436142, 0.13693347573280334, 0.2107219398021698, 0.036588966846466064, 0.29470527172088623, 0.05039379745721817, 0.04623036831617355, 0.09979460388422012, 0.19701623916625977, 0.54901522397995, 0.22186912596225739, 0.1541619747877121, -0.06915951520204544, 0.17013196647167206, 0.12847580015659332, -0.3253639042377472, 0.03479062393307686, -0.06624507904052734, -0.4453144669532776, -0.20723922550678253, -0.1891588270664215, -0.10933726280927658, -0.06274700909852982, -0.39060595631599426, 0.17749963700771332, -0.08059614896774292, -0.05293659865856171, 0.047877874225378036, -0.2507822811603546, -0.10541559755802155, 0.06707446277141571, -0.23225724697113037, 0.008846021257340908, -0.3712226152420044, 0.19173496961593628, 0.5038977861404419, -0.22911371290683746, -0.17143432796001434, 0.05903156101703644, -0.01297646202147007, -0.3188335597515106, -0.16675707697868347, -0.003150203498080373, -0.14018526673316956, 0.021061787381768227, 0.23578552901744843, -0.4596955478191376, 0.11143127083778381, 0.061780478805303574, -0.31441208720207214, 0.08599760383367538, 0.33327391743659973, 0.0024807502049952745, -0.19757933914661407, -0.21268482506275177, -0.30078670382499695, -0.1184096559882164, -0.1754848212003708, 0.09097451716661453, -0.3617984354496002, -0.13895593583583832, 0.21036942303180695, -0.14262813329696655, -0.0021696307230740786, -0.2213406264781952, 0.10718266665935516, 0.23402413725852966, 0.06080392748117447, 0.16736368834972382, -0.2529870569705963, -0.10270021110773087, -0.22302745282649994, -0.25311484932899475, 0.6875794529914856, 0.13390931487083435, 0.18019230663776398, -0.0324433334171772, 0.32065582275390625, -0.02404733933508396, 0.18567904829978943, 0.41709768772125244, 0.4958422780036926, 0.00755980284884572, 0.6176292300224304, 0.12180377542972565, 0.17363369464874268, -0.5772393941879272, 0.060713864862918854, 0.15648981928825378, -0.07168914377689362, -0.11726035922765732, 0.07813156396150589, 0.14312337338924408, 0.1484837383031845, -0.2746380567550659, 0.16356006264686584, 0.05295567587018013, 0.5357010960578918, 0.017209969460964203, 0.22671253979206085, -0.2502719461917877, -0.0427863672375679, 0.07170403748750687, 0.07978884875774384, -0.41602879762649536, 0.19661809504032135, 0.25304001569747925, 0.2886391580104828, -0.017995242029428482, 0.07594263553619385, 0.08767586201429367, 0.3596402108669281, 0.3019578456878662, -0.4352654218673706, 0.15717540681362152, 0.002456851303577423, -0.12749916315078735, -0.18982036411762238, -0.20649001002311707, 0.5027036070823669, 0.16665348410606384, -0.514421284198761, -0.03045175038278103, -0.21335440874099731, 0.15106487274169922, -0.3710607886314392, -0.4362890422344208, -0.049477364867925644, 0.1841585636138916, 0.02402361109852791, 0.15907259285449982, -0.15391898155212402, -0.5238179564476013, 0.16264432668685913, -0.01810467056930065, -0.14287634193897247, -0.27143174409866333, -0.013846276327967644, -0.06401887536048889, -0.3497742712497711, 0.25168272852897644, 0.3667909801006317, 0.25152555108070374, -0.05852758139371872, -0.4223826229572296 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content/Deliver_Personalized_Content_and_Debug#delivering-personalized-content-with-global-targeting-rules
Delivering Personalized Content with Global Targeting Rules In addition to Pimcore document delivery, global targeting rules provide two actions with further possibilities to deliver personalized content to the visitor. Redirect: The visitor can be redirected when certain conditions match. E.g. redirect visitor on its first visit to your site to a special landing page. Code-Snippet: The code snippet action allows to inject a code snippet to the response when certain conditions match. This opens up lots of possibilities such as restyling the page by injecting CSS, adding additional functionality by adding JS Snippets or even injecting whole HTML code blocks.
Delivering Personalized Content with Global Targeting Rules
[ 0.3529556095600128, -0.5446983575820923, -0.031176550313830376, -0.19096773862838745, -0.16944211721420288, -0.32571879029273987, -0.3036196529865265, 0.21200086176395416, -0.3284578323364258, -0.0897417739033699, -0.19557438790798187, 0.4465065002441406, -0.07145139575004578, 0.49234625697135925, 0.3984188437461853, -0.20337139070034027, 0.17358194291591644, 0.16683989763259888, -0.13742844760417938, -0.053469836711883545, 0.02096785046160221, -0.04711049050092697, 0.016050536185503006, 0.2690216600894928, -0.26854991912841797, -0.015521630644798279, -0.16913706064224243, 0.03087245672941208, 0.0011102043790742755, -0.49554580450057983, -0.05857579782605171, 0.45476558804512024, 0.14231553673744202, 0.14113715291023254, -0.00011647189239738509, -0.4288311004638672, 0.31667986512184143, -0.2119646817445755, -0.26370054483413696, -0.06283532828092575, 0.017223810777068138, -0.042128242552280426, -0.26695096492767334, -0.060472533106803894, 0.09144553542137146, 0.20339791476726532, 0.10406745225191116, 0.18670909106731415, 0.3064371943473816, 0.1541656255722046, 0.05458386242389679, -0.04334550350904465, -0.15810739994049072, 0.07759158313274384, 0.137211874127388, 0.2668868601322174, 0.007372608873993158, 0.27623599767684937, 0.35498955845832825, -0.24114960432052612, 0.043287161737680435, 0.07256673276424408, -0.3319372534751892, 0.016919942572712898, 0.23171210289001465, -0.054483041167259216, 0.07292843610048294, -0.2025126814842224, -0.18485115468502045, 0.2614120543003082, 0.19264893233776093, 0.12573085725307465, -0.3688000440597534, -0.3419758677482605, -0.25580716133117676, -0.0539318285882473, -0.15193428099155426, 0.2616805136203766, -0.08209642767906189, 0.3680943548679352, -0.0636669471859932, -0.1522640585899353, -0.011954435147345066, -0.024598294869065285, 0.010446949861943722, 0.2581247091293335, -0.04559854418039322, -0.09710599482059479, -0.07808440923690796, 0.22843948006629944, 0.4949973225593567, -0.01834048517048359, 0.24773509800434113, 0.22806428372859955, 0.4019274115562439, -0.3597738444805145, -0.041383933275938034, 0.23931916058063507, -0.14688684046268463, -0.08439619094133377, 0.6053105592727661, 0.3355357050895691, -0.033819351345300674, 0.19626061618328094, 0.12958605587482452, -0.16408289968967438, -0.14107821881771088, 0.3647387623786926, 0.07719598710536957, -0.059898436069488525, 0.09076988697052002, 0.1957859992980957, 0.37249553203582764, 0.2210342437028885, -0.4790089428424835, -0.0651550218462944, -0.028139472007751465, 0.4089965522289276, -0.0826464518904686, 0.2896113395690918, -0.13680154085159302, -0.06689561158418655, -0.07981640845537186, 0.10487382858991623, -0.10159502923488617, -0.10161957889795303, -0.28043171763420105, -0.2759076952934265, -0.16047610342502594, -0.2667628228664398, 0.13706761598587036, 0.15289072692394257, -0.042384304106235504, 0.3024751842021942, 0.11694446951150894, 0.6261851787567139, 0.04106416180729866, 0.04518860578536987, 0.32868489623069763, -0.2819065749645233, 0.014476708136498928, -0.01342515554279089, 0.07983917742967606, 0.0826055258512497, -0.3077404201030731, -0.042168598622083664, 0.0038492362946271896, 0.21074408292770386, -0.255022257566452, 0.13744670152664185, -0.03748539090156555, -0.22658231854438782, 0.6998043656349182, 0.09683704376220703, -0.006109551060944796, -0.12456224113702774, 0.49451377987861633, 0.226085364818573, -0.3315487504005432, -0.0711865946650505, 0.48570716381073, 0.09183714538812637, 0.06122270226478577, -0.09098098427057266, -0.15702413022518158, 0.5754057765007019, 0.14802391827106476, -0.15734726190567017, 0.2262982577085495, 0.004816405475139618, 0.10235237330198288, -0.3945465385913849, -0.0694965273141861, 0.2187163084745407, 0.03414449095726013, -0.014809942804276943, 0.19849684834480286, -0.14951907098293304, 0.028180018067359924, 0.015762194991111755, -0.5893837213516235, 0.2768106758594513, 0.13239724934101105, 0.041703030467033386, 0.18830280005931854, -0.062315359711647034, 0.2346559315919876, 0.11542544513940811, 0.16881291568279266, -0.004844532813876867, -0.18559201061725616, -0.021375935524702072, -0.2013273388147354, -0.014388008043169975, 0.13631857931613922, 0.2592591643333435, 0.5399868488311768, -0.012002397328615189, -0.1905326545238495, 0.017495382577180862, 0.09801565855741501, -0.06423258781433105, 0.15824680030345917, 0.15228122472763062, 0.1600104719400406, 0.25418004393577576, -0.18949927389621735, -0.04989181086421013, -1.0064551830291748, -0.20981453359127045, 0.2988491952419281, -0.20680177211761475, -0.17413295805454254, -0.0579943023622036, 0.06957011669874191, -0.7116907238960266, 0.06910431385040283, 0.18032938241958618, 0.1540270447731018, -0.28162500262260437, -0.2470373660326004, 0.29007604718208313, -0.14129802584648132, 0.12143688648939133, 0.4461066722869873, -0.06190773472189903, -0.15328148007392883, 0.06506292521953583, 0.20101186633110046, 0.01692000962793827, 0.22962112724781036, -0.16623114049434662, 0.17465919256210327, 0.27955150604248047, 0.14273349940776825, 0.08294101059436798, 0.35720130801200867, 0.3893854320049286, 0.23034435510635376, -0.5874637961387634, 0.1202845573425293, 0.4886675179004669, 0.20232424139976501, 0.17302444577217102, -0.2969202399253845, 0.6519913673400879, -0.3178606331348419, 0.044167157262563705, -0.10586846619844437, -0.09068778902292252, 0.058843646198511124, -0.20494484901428223, -0.23543599247932434, -0.16965749859809875, -0.1416725367307663, 0.1442936211824417, 0.12430526316165924, 0.07385724782943726, -0.29991984367370605, 0.19636736810207367, -0.04356401041150093, -0.41841986775398254, 0.12267817556858063, 0.1098061352968216, 0.14609484374523163, -0.2763534188270569, -0.06855498999357224, -0.1402679681777954, 0.2942258417606354, 0.09382008761167526, 0.15440364181995392, 0.33919626474380493, 0.351579487323761, -0.20825229585170746, 0.3545914888381958, -0.07401496171951294, -0.8149135112762451, -0.12549737095832825, -0.11067822575569153, 0.5254883766174316, 0.10679621994495392, -0.22819513082504272, 0.0622810497879982, -0.33637747168540955, -0.03076392039656639, -0.4091658890247345, -0.16695456206798553, 0.10471194982528687, -0.11673402786254883, -0.15677659213542938, -0.19544747471809387, 0.17655231058597565, 0.20351743698120117, -0.1108836680650711, -0.11894375085830688, -0.2524751126766205, 0.12427398562431335, 0.8269871473312378, -0.29723575711250305, 0.10739947855472565, -0.36701181530952454, -0.19251640141010284, -0.09233250468969345, 0.0002583471068646759, -0.38948389887809753, 0.1549747735261917, 0.26399698853492737, 0.023245053365826607, 0.39534080028533936, -0.22566910088062286, -0.1453167051076889, 0.1680559366941452, 0.3032994270324707, 0.03874414786696434, -0.025833919644355774, 0.05004231631755829, 0.10811467468738556, -0.03430594876408577, 0.03784366697072983, -0.09943930804729462, -0.040794532746076584, -0.5987871885299683, 0.0174733754247427, -0.0278128944337368, -0.13387788832187653, 0.11382700502872467, -0.1194559708237648, -0.23063924908638, 0.012457522563636303, -0.07933039218187332, 0.2809136211872101, -0.39083331823349, -0.18936307728290558, 0.4126303493976593, -0.32377946376800537, 0.28792133927345276, -0.18701347708702087, -0.1743289679288864, 0.1712576299905777, -0.32050785422325134, 0.06089473143219948, -0.44826868176460266, -0.12371218949556351, -0.030283404514193535, 0.050783250480890274, -0.09274405986070633, -0.18261116743087769, -0.022818926721811295, -0.14136819541454315, 0.12151546031236649, 0.11387676000595093, 0.3389599323272705, -0.1147415041923523, -0.21217501163482666, -0.19825489819049835, -0.13004407286643982, -0.46983689069747925, 0.1509953886270523, 0.06495250016450882, 0.02560490183532238, -0.5235264301300049, 0.20055943727493286, 0.743910551071167, -0.09113230556249619, 0.24257944524288177, 0.5233402848243713, 0.511311948299408, 0.2506703734397888, -0.15913766622543335, 0.0557594820857048, 0.19082573056221008, -0.19824622571468353, -0.022723406553268433, 0.31338003277778625, -0.04002320021390915, -0.052459996193647385, -0.220915287733078, -0.3975895047187805, -0.7858894467353821, -0.2228562980890274, 0.032979466021060944, 0.17914597690105438, 0.09374230355024338, -0.10317129641771317, -0.4255085587501526, 0.009496130980551243, 0.3994528353214264, 0.021575631573796272, 0.4197693467140198, 0.28516122698783875, 0.15948809683322906, -0.491862952709198, -0.5047345757484436, 0.5542045831680298, 0.24918203055858612, 0.03168003633618355, -0.1724144071340561, 0.004398482386022806, -0.28275707364082336, 0.2609361708164215, -0.10217760503292084, 0.3392867147922516, -0.03997890651226044, -0.08261822164058685, -0.28405648469924927, -0.32930758595466614, 0.14721928536891937, -0.24855615198612213, -0.01050493959337473, -0.08498068153858185, 0.2680129408836365, 0.09475166350603104, -0.10528592020273209, -0.10969730466604233, 0.05154775083065033, -0.44085168838500977, 0.2557927370071411, -0.14941252768039703, 0.07070218771696091, 0.19771316647529602, -0.48870137333869934, 0.419590026140213, -0.07731851190328598, -0.2108527421951294, -0.10477381199598312, -0.2876628637313843, 0.21026426553726196, -0.009698398411273956, -0.14054538309574127, 0.1484694629907608, -0.29257190227508545, 0.18265749514102936, -0.5915985107421875, 0.12279345840215683, -0.19437626004219055, 0.20309680700302124, 0.1551768034696579, -0.22170348465442657, -0.26468536257743835, -0.02289459854364395, 0.09949470311403275, 0.2611910104751587, 0.4836486577987671, 0.5516539812088013, -0.1288086175918579, -0.08759559690952301, 0.05164177715778351, 0.16167692840099335, 0.21062327921390533, -0.5931442379951477, -0.15388576686382294, -0.3560939431190491, -0.12039894610643387, 0.09717413783073425, -0.0746513307094574, -0.3227475881576538, 0.23330363631248474, 0.05516667664051056, -0.07135292142629623, 0.08864343166351318, 0.4476478397846222, 1.233502745628357, 0.13498787581920624, 0.20245236158370972, -0.3455869257450104, -0.26373055577278137, 0.14437489211559296, 0.004260745830833912, 0.11348222941160202, 0.17954356968402863, 0.4492603838443756, -0.032430555671453476, -0.14154572784900665, 0.3063584864139557, 0.22447332739830017, -0.27121496200561523, -0.05586209520697594, -0.11304021626710892, 0.1715357005596161, 0.43488070368766785, 0.11814182251691818, -0.06274787336587906, -0.21514087915420532, 0.08373721688985825, -0.002864000154659152, -0.09799900650978088, 0.43323516845703125, -0.10177945345640182, 0.04931066185235977, -0.29209113121032715, -0.413077712059021, 0.08377674221992493, -0.06596023589372635, -0.41659319400787354, -0.49019864201545715, -0.10731891542673111, -0.4126039147377014, -0.12646609544754028, 0.21873177587985992, 0.011904380284249783, 0.10335857421159744, 0.016662126407027245, 0.04915482923388481, 0.14181950688362122, 0.08955355733633041, -0.2486809641122818, -0.31232699751853943, 0.17642293870449066, -0.025632638484239578, 0.0050668008625507355, 0.028455516323447227, -0.20810888707637787, 0.02554982900619507, -0.0805957093834877, 0.3485475182533264, 0.24769115447998047, 0.3041682541370392, 0.09269516170024872, -0.15186423063278198, -0.24182505905628204, -0.08387647569179535, 0.08854280412197113, -0.21730123460292816, 0.08990933746099472, -0.11654290556907654, 0.05773724243044853, -0.23415426909923553, -0.11614535748958588, -0.13363432884216309, 0.05164164677262306, -0.1752568930387497, 0.002587431576102972, -0.556837797164917, -0.02802915871143341, -0.26170989871025085, 0.1758018434047699, -0.03456812724471092, 0.28369268774986267, 0.31645065546035767, 0.013370050117373466, -0.3521032929420471, 0.1446870118379593, 0.22403526306152344, 0.2582397758960724, 0.4892660081386566, -0.16187430918216705, -0.24667789041996002, 0.05805590748786926, -0.1985030621290207, -0.3908008933067322, -0.08831904828548431, 0.2779484987258911, 0.4125807583332062, 0.284334659576416, 0.4485730230808258, -0.23847965896129608, 0.04376334324479103, -0.054495230317115784, 0.22558952867984772, 0.40083521604537964, -0.05343874916434288, -0.3684103488922119, 0.2505268156528473, -0.0966021865606308, 0.25945404171943665, -0.16596335172653198, -0.1364056020975113, -0.2644595801830292, 0.1566784679889679, 0.14040668308734894, 0.14831890165805817, -0.30113905668258667, 0.19310703873634338, 0.36832255125045776, -0.13480092585086823, 0.25121012330055237, 0.004788037855178118, 0.09189411997795105, -0.1371885985136032, -0.03629894554615021, 0.09326328337192535, -0.17330077290534973, 0.01760398969054222, -0.2374790459871292, -0.024177905172109604, 0.333062082529068, -0.005117574706673622, -0.35724785923957825, -0.03619658201932907, 0.32365211844444275, 0.37977755069732666, 0.6834675669670105, 0.204103022813797, -0.08568450808525085, 0.3518962562084198, -0.20775175094604492, -0.07131701707839966, -0.3586260676383972, 0.1047491803765297, -0.018693696707487106, -0.252757728099823, 0.26019319891929626, 0.10242357850074768, 0.15038537979125977, -0.23228366672992706, 0.11204778403043747, -0.4948446452617645, -0.09331247210502625, 0.16274231672286987, 0.4171192944049835, -0.08298894017934799, 0.13914094865322113, -0.12057220190763474, 0.3171992599964142, 0.19996729493141174, 0.3026389479637146, 0.18871060013771057, 0.14693710207939148, 0.15706874430179596, 0.4672430455684662, -0.18951164186000824, 0.17476598918437958, -0.4048815071582794, 0.02902061492204666, 0.11544224619865417, 0.13576993346214294, 0.29098501801490784, 0.19496433436870575, -0.20158226788043976, 0.15651683509349823, 0.022802205756306648, 0.19500917196273804, 0.5382425785064697, -0.002528970595449209, 0.014698008075356483, 0.3564988076686859, 0.26312756538391113, 0.17190715670585632, -0.3002365231513977, 0.34806013107299805, -0.032906707376241684, -0.42782115936279297, -0.07849781960248947, 0.08110138773918152, -0.053244080394506454, 0.24455620348453522, 0.006762839388102293, 0.12817919254302979, 0.0021505055483430624, -0.052350521087646484, 0.0333174504339695, -0.0017272449331358075, 0.025764890015125275, -0.009916409850120544, -0.2377842515707016, -0.3437548279762268, 0.006947079673409462, 0.11161104589700699, 0.12788960337638855, -0.2467016875743866, -0.08475720882415771, 0.17259106040000916, -0.23325872421264648, -0.12358420342206955, -0.13722021877765656, -0.0004563344700727612, -0.24346745014190674, -0.0213454719632864, 0.4709973931312561, -0.26354876160621643, -0.08068960905075073, 0.06557277590036392, -0.21131707727909088, 0.10479725152254105, 0.18075868487358093, -0.18488985300064087, -0.07053539156913757, -0.22754205763339996, 0.408535361289978, -0.04267280176281929, -0.17791417241096497, 0.35717105865478516, -0.4313003420829773, -0.007659004535526037, 0.26228809356689453, -0.6332094073295593, -0.16280235350131989, 0.05667317286133766, 0.047756996005773544, 0.2402663379907608, 0.383141428232193, 0.31966128945350647, 0.16430151462554932, -0.027495278045535088, 0.08043485879898071, 0.036395363509655, 0.45839422941207886, 0.4423687756061554, 0.6492339372634888, 0.1326967179775238, 0.03300466388463974, -0.2372857630252838, 0.2124568074941635, -0.09156829118728638, 0.17230847477912903, -0.19425885379314423, 0.35334664583206177, 0.16879168152809143, 0.6963553428649902, -0.3797588050365448, 0.23032772541046143, 0.08518047630786896, -0.027324089780449867, 0.0821692943572998, -0.0520218200981617, -0.0013164888368919492, 0.048767395317554474, -0.2234838902950287, -0.12730270624160767, -0.35014161467552185, 0.6666003465652466, 0.10455327481031418, 0.16226673126220703, -0.22620868682861328, -0.05365144833922386, -0.08854402601718903, 0.4812566936016083, -0.08057665824890137, 0.0050082881934940815, 0.14537952840328217, -0.25515034794807434, 0.026852482929825783, -0.24599045515060425, -0.0060577671974897385, 0.2565617859363556, 0.11548157781362534, -0.03972357511520386, 0.46233731508255005, -0.18337611854076385, -0.25728029012680054, -0.2742624580860138, -0.24891816079616547, 0.18116173148155212, 0.21237455308437347, -0.16713522374629974, -0.1410987228155136, 0.004425373859703541, 0.08910749107599258, -0.25976917147636414, -0.1490693837404251, 0.034365151077508926, 0.42028310894966125, -0.41549983620643616, 0.044040191918611526, -0.10847959667444229, -0.2905750572681427, 0.13631372153759003, -0.03639402613043785, -0.34763363003730774, 0.10724551230669022, -0.06946251541376114, -0.24076925218105316, -0.20598772168159485, 0.2656594216823578, 0.1525227129459381, 0.27647969126701355, -0.3497699499130249, -0.29606810212135315 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content/Deliver_Personalized_Content_and_Debug#verify-what-happens---aka-debug
Verify What Happens - aka Debug The personalization configuration can become quite complex really quick. To get to know what happens, which rules matched for a certain request, which target groups are assigned and what data is collected, Pimcore injects several information the Symfony profiler bar. On the detail page you can find all information about matching targeting rules, assigned target groups, chosen target groups for document delivery, all stored visitor information and content of the visitor storage.
Verify What Happens - aka Debug
[ 0.17718736827373505, -0.14227686822414398, 0.026527145877480507, 0.24941813945770264, -0.23140953481197357, -0.3316171169281006, 0.24196366965770721, -0.26895010471343994, -0.5609527230262756, 0.06288689374923706, -0.2663402855396271, 0.2629178464412689, 0.24952076375484467, 0.010788213461637497, 0.3527539372444153, 0.05613695830106735, -0.07561152428388596, -0.03364281356334686, -0.6038586497306824, -0.05538037046790123, 0.17003343999385834, 0.03038467839360237, 0.10409259796142578, 0.3127456307411194, -0.12486013770103455, 0.014919860288500786, -0.3356497585773468, 0.2705078423023224, -0.14144250750541687, -0.26477816700935364, -0.08678902685642242, 0.5143730044364929, -0.39086630940437317, 0.2315729856491089, -0.00011472766345832497, -0.03970521688461304, 0.21758681535720825, -0.13264088332653046, -0.3011576235294342, 0.1900152713060379, -0.14535734057426453, -0.1157364696264267, 0.10223735868930817, 0.07410121709108353, 0.4637443423271179, 0.18102653324604034, -0.14330683648586273, 0.15813308954238892, 0.2097771167755127, 0.23949073255062103, 0.16554036736488342, -0.12510640919208527, -0.2806231379508972, 0.011326487176120281, -0.057105839252471924, 0.4662860631942749, 0.005868121515959501, -0.27119171619415283, 0.15838953852653503, -0.0006246765260584652, -0.21885396540164948, 0.20708489418029785, 0.034733764827251434, 0.05231340602040291, -0.000592057011090219, -0.11420804262161255, 0.6264302134513855, -0.14473988115787506, 0.08688719570636749, 0.4771667420864105, 0.3182886838912964, 0.39526981115341187, 0.00997831393033266, -0.14219368994235992, -0.04802831634879112, 0.2483849674463272, 0.2528495490550995, 0.022761577740311623, -0.24331510066986084, 0.1611464023590088, -0.28467872738838196, -0.03421008959412575, 0.0396362729370594, -0.34194451570510864, -0.28297045826911926, 0.12982314825057983, -0.02953021042048931, 0.028541402891278267, 0.20979160070419312, -0.1215158998966217, -0.10247543454170227, 0.13867375254631042, -0.14082548022270203, 0.27350491285324097, 0.13648411631584167, -0.31845083832740784, 0.09397776424884796, 0.09654978662729263, 0.23562556505203247, 0.18838909268379211, 0.5103263258934021, 0.39394834637641907, -0.10474445670843124, 0.01309993490576744, 0.20648425817489624, 0.20443475246429443, 0.02130191959440708, 0.13489656150341034, 0.13992102444171906, -0.17158684134483337, -0.030656883493065834, 0.24242383241653442, 0.5190091729164124, 0.07995647192001343, -0.015429147519171238, -0.16563726961612701, 0.018110152333974838, -0.05762503668665886, -0.11338236182928085, 0.28278660774230957, -0.16939593851566315, -0.18523773550987244, 0.20575512945652008, 0.49954819679260254, -0.1353842318058014, -0.17824262380599976, -0.47138911485671997, -0.43236976861953735, -0.146066352725029, 0.1539037525653839, 0.030158840119838715, -0.09192430227994919, -0.11029887944459915, 0.20622937381267548, 0.10894667357206345, 0.35056599974632263, 0.03979998454451561, 0.239813432097435, 0.2232358604669571, -0.43528881669044495, 0.04619794338941574, 0.03331455588340759, 0.42288532853126526, 0.3756602704524994, -0.17335651814937592, -0.0016988168936222792, -0.12895700335502625, 0.36066362261772156, -0.3133189082145691, 0.0284122284501791, -0.3583175837993622, -0.34251463413238525, 0.2354767620563507, 0.16548499464988708, -0.10631460696458817, 0.09069168567657471, 0.42887499928474426, -0.08250418305397034, -0.3083994388580322, 0.008833199739456177, 0.16638068854808807, -0.04214812070131302, 0.2893451154232025, -0.11606117337942123, 0.17725157737731934, 0.40071743726730347, -0.03546259179711342, -0.18330256640911102, -0.19327101111412048, -0.301336407661438, 0.18815065920352936, -0.11080332845449448, 0.11881766468286514, 0.112775057554245, -0.07286480069160461, 0.08547692000865936, 0.6617569923400879, -0.07792753726243973, -0.05436233803629875, -0.10056951642036438, -0.2592775225639343, 0.2864396572113037, -0.013149437494575977, 0.01667187549173832, -0.11040110886096954, 0.1806270033121109, -0.029160214588046074, 0.02056547813117504, -0.11892043054103851, -0.010716177523136139, -0.08710379898548126, 0.14090228080749512, -0.37987226247787476, -0.18626362085342407, -0.021146725863218307, 0.05036337301135063, 0.12814103066921234, -0.17756575345993042, 0.0978052169084549, 0.14945818483829498, -0.38519978523254395, -0.03592776134610176, 0.26840004324913025, 0.22925791144371033, 0.6433987021446228, 0.45155131816864014, 0.21262525022029877, 0.12378303706645966, -0.5143309831619263, -0.03680577501654625, 0.14825047552585602, -0.08370505273342133, -0.17788295447826385, 0.283431738615036, -0.25879204273223877, -0.5832396149635315, 0.17507103085517883, 0.1598777025938034, 0.05138304457068443, -0.6190417408943176, -0.13263970613479614, 0.41455864906311035, 0.02792472578585148, 0.24450592696666718, 0.13640254735946655, -0.15741318464279175, -0.23020103573799133, 0.01881931722164154, -0.28282055258750916, 0.03071780502796173, 0.24772487580776215, -0.23665055632591248, 0.06234799697995186, 0.38029101490974426, 0.4960893988609314, 0.153719961643219, 0.3057613670825958, 0.4050971567630768, 0.01857868582010269, -0.17979086935520172, 0.13709884881973267, 0.13847580552101135, -0.115495964884758, 0.08679048717021942, -0.2088223546743393, 0.003971683792769909, -0.19772961735725403, 0.2598382532596588, 0.11882317066192627, -0.11408282816410065, 0.3668099343776703, -0.04758148640394211, -0.3057428002357483, -0.28067296743392944, 0.09585966914892197, 0.13534678518772125, 0.11776793003082275, 0.13631370663642883, -0.14194007217884064, 0.20427951216697693, -0.12812387943267822, -0.27162259817123413, 0.1850840300321579, 0.12524156272411346, -0.134212926030159, -0.3789091408252716, 0.12665504217147827, -0.2900417149066925, 0.14600911736488342, 0.11693190038204193, 0.20372779667377472, 0.07955250144004822, -0.07856898754835129, 0.10923942923545837, 0.1408516764640808, -0.057998981326818466, -0.23649822175502777, -0.18493439257144928, -0.06372968852519989, 0.5032790899276733, -0.05461795628070831, -0.3661699593067169, -0.24679416418075562, 0.017929790541529655, -0.36773577332496643, -0.15513582527637482, -0.33332303166389465, 0.21640430390834808, 0.16277210414409637, -0.12530294060707092, 0.023763399571180344, -0.284088671207428, 0.3389121890068054, -0.0502631776034832, -0.03765642270445824, -0.0308469720184803, -0.04686136916279793, 0.5540372729301453, -0.03292207792401314, 0.2924286723136902, -0.38622185587882996, 0.20825082063674927, -0.1806141436100006, 0.07862939685583115, -0.21390773355960846, 0.07004707306623459, 0.14989125728607178, -0.3750440180301666, 0.0833892896771431, 0.10641848295927048, -0.3948136270046234, 0.5571720004081726, 0.20227979123592377, 0.13642294704914093, 0.015760522335767746, 0.11293458193540573, 0.23357929289340973, 0.3493402302265167, -0.1405276358127594, -0.0731731429696083, -0.4402145445346832, -0.22181877493858337, 0.07962644100189209, 0.18331146240234375, -0.18992990255355835, 0.04280303418636322, -0.09549617022275925, 0.184910848736763, 0.09132629632949829, 0.17578567564487457, 0.4758814573287964, 0.2089814841747284, -0.28270840644836426, 0.1992676854133606, -0.5454733371734619, 0.584937572479248, -0.20486022531986237, -0.03347073122859001, 0.19556359946727753, -0.31694701313972473, 0.07213050872087479, -0.03464098647236824, -0.01139877364039421, -0.207761749625206, -0.22817276418209076, -0.33822569251060486, -0.2421967089176178, -0.12500767409801483, 0.025752125307917595, -0.26258352398872375, -0.00866196770220995, 0.564448356628418, 0.16398976743221283, -0.19840234518051147, -0.09582292288541794, -0.10574639588594437, -0.40953415632247925, 0.11130126565694809, 0.14239561557769775, -0.5705056190490723, -0.5373170971870422, -0.006803860422223806, 0.829176127910614, -0.25967782735824585, -0.0006322590634226799, 0.05205352231860161, -0.07207771390676498, 0.22088947892189026, 0.0390646867454052, -0.08623266220092773, -0.1003405749797821, 0.009546653367578983, -0.061375342309474945, 0.32287269830703735, 0.1350136250257492, -0.24068240821361542, -0.10527579486370087, 0.22354932129383087, -0.385149210691452, -0.38331666588783264, 0.26507654786109924, 0.05166173726320267, -0.08211369812488556, -0.0935644581913948, 0.3069899082183838, -0.07215990126132965, 0.034122828394174576, 0.14825686812400818, 0.3348141312599182, -0.09836136549711227, -0.14054244756698608, -0.23752713203430176, -0.2657431960105896, 0.13586314022541046, 0.22844214737415314, -0.21666620671749115, 0.006693227216601372, -0.1846930980682373, -0.33997538685798645, 0.16050967574119568, -0.20548662543296814, 0.2853185534477234, -0.21548345685005188, 0.024935556575655937, -0.025977902114391327, -0.04862022399902344, 0.08938709646463394, -0.14026634395122528, -0.2160310298204422, -0.08674367517232895, 0.3166044056415558, 0.44960859417915344, -0.002677210606634617, -0.14523226022720337, 0.3943897485733032, -0.2581329643726349, -0.027808094397187233, -0.2673318684101105, -0.00809392798691988, -0.15012632310390472, 0.04010959714651108, 0.10281963646411896, -0.4454522728919983, -0.15962252020835876, -0.22758641839027405, -0.2597942650318146, 0.259397953748703, 0.0829085037112236, 0.16776436567306519, 0.514132022857666, -0.2643766403198242, 0.14700289070606232, -0.28767818212509155, 0.122904933989048, 0.1592276245355606, 0.16726742684841156, 0.06371164321899414, 0.15836083889007568, 0.23373615741729736, 0.1444370001554489, 0.10258056968450546, 0.05417170748114586, 0.32144400477409363, 0.311372309923172, -0.1467069834470749, -0.5927995443344116, -0.25119996070861816, 0.010158088989555836, 0.41494715213775635, 0.0035779078025370836, 0.1422344297170639, -0.2933908998966217, 0.13429325819015503, 0.24578991532325745, -0.03468302637338638, -0.373670369386673, 0.16261626780033112, -0.08213991671800613, -0.001974188955500722, -0.1211940348148346, 0.4580707848072052, 1.200423240661621, 0.32439932227134705, -0.034051600843667984, -0.3476473391056061, -0.29012516140937805, -0.14132145047187805, -0.26324209570884705, -0.13146933913230896, -0.06530547142028809, 0.019984235987067223, -0.0032844827510416508, -0.24733950197696686, 0.4080948829650879, -0.10095547139644623, -0.2666650712490082, -0.2586921155452728, -0.28870826959609985, -0.3235599398612976, 0.17047931253910065, 0.04646346718072891, -0.018575264140963554, -0.29884961247444153, 0.25670531392097473, 0.16821058094501495, -0.10452067106962204, 0.3631877899169922, -0.0673634484410286, 0.4554964601993561, -0.34902501106262207, -0.15514372289180756, -0.22349058091640472, -0.15363077819347382, -0.37024977803230286, -0.41165727376937866, -0.041677623987197876, -0.22053176164627075, -0.4812181293964386, 0.017867906019091606, -0.06172383949160576, 0.2775358557701111, 0.2243765890598297, 0.1411222666501999, 0.2534903585910797, 0.2674853205680847, 0.3086279034614563, -0.10969580709934235, 0.14790046215057373, -0.11382187902927399, -0.04243334010243416, -0.09973302483558655, -0.26520010828971863, 0.1867566704750061, 0.03221388906240463, -0.011835678480565548, 0.29390862584114075, 0.07500965148210526, 0.3155399262905121, -0.0028733606450259686, 0.0440322607755661, 0.05474814400076866, 0.13414567708969116, 0.06887064129114151, -0.46955475211143494, 0.6868268251419067, 0.03813993185758591, -0.1968308538198471, -0.12072128057479858, -0.09735178202390671, 0.02348594181239605, -0.02785360813140869, 0.10325028002262115, -0.4586121439933777, -0.10413191467523575, -0.14025358855724335, 0.7005310654640198, 0.05685301870107651, 0.30105990171432495, -0.28175535798072815, 0.0338260717689991, -0.3407636880874634, 0.10212884098291397, 0.37066012620925903, 0.1979108452796936, 0.39616990089416504, -0.3555108606815338, -0.29963746666908264, -0.30789920687675476, -0.2779621481895447, -0.05236166715621948, 0.06573273986577988, 0.046121928840875626, -0.09320094436407089, -0.027759863063693047, 0.5009116530418396, -0.33347588777542114, -0.4188482463359833, -0.4172835052013397, 0.17869733273983002, 0.06294675916433334, 0.0390566885471344, -0.2464141994714737, -0.23517028987407684, 0.1559956669807434, 0.09037937968969345, -0.013880467042326927, -0.19195371866226196, -0.0008192019886337221, 0.107761912047863, -0.21072545647621155, 0.19416797161102295, -0.18789801001548767, 0.2802077531814575, 0.09600480645895004, -0.059899624437093735, -0.04377518221735954, -0.01921033300459385, 0.04919762536883354, -0.26727598905563354, -0.10134635865688324, 0.022863490507006645, -0.2845241129398346, 0.12214283645153046, 0.1620492786169052, 0.06479595601558685, 0.021605579182505608, 0.23672173917293549, -0.6326003074645996, -0.23279979825019836, 0.5773407816886902, 0.41815224289894104, 0.28317850828170776, -0.056485503911972046, 0.043853048235177994, 0.29174163937568665, 0.0938635990023613, -0.23623858392238617, -0.228549063205719, 0.3514793813228607, -0.054938241839408875, -0.18945378065109253, 0.07366488873958588, 0.2269442230463028, 0.0495719388127327, -0.03443730250000954, 0.2276802510023117, -0.2410515397787094, -0.05377460643649101, 0.5354674458503723, -0.06792652606964111, 0.41452497243881226, 0.45922884345054626, 0.14137956500053406, -0.0042817434296011925, 0.13976718485355377, 0.06903243064880371, 0.15705984830856323, -0.5411322116851807, 0.32698023319244385, 0.8408533334732056, -0.1281416416168213, 0.0578395240008831, -0.30335065722465515, 0.11900189518928528, 0.4467662274837494, 0.29343655705451965, 0.24812650680541992, 0.3653932809829712, -0.15783733129501343, 0.22730524837970734, -0.03475186973810196, 0.0704270452260971, 0.4552164077758789, 0.10058028250932693, 0.05044179409742355, -0.2517828643321991, -0.13905543088912964, -0.05397710204124451, -0.21086746454238892, -0.13852559030056, -0.02881050668656826, -0.5127607583999634, -0.38793838024139404, -0.0866425409913063, -0.2784709930419922, 0.11504791676998138, -0.24248570203781128, 0.026363147422671318, -0.06366702914237976, -0.21013346314430237, 0.049045249819755554, -0.1696087121963501, -0.23157213628292084, 0.12321008741855621, -0.2177986055612564, 0.05546930059790611, -0.2396894246339798, 0.12528279423713684, 0.10990786552429199, 0.09185852110385895, 0.09991814941167831, 0.21846096217632294, 0.04313325881958008, -0.14175578951835632, 0.2017102688550949, -0.09398077428340912, -0.2760726809501648, 0.04195370525121689, 0.19134405255317688, -0.2863185703754425, 0.031641554087400436, 0.08755118399858475, -0.1988174021244049, 0.018372630700469017, -0.08528756350278854, 0.22359399497509003, -0.19502179324626923, 0.15128165483474731, 0.06963706016540527, -0.1081206426024437, -0.08520659804344177, 0.08032454550266266, -0.2295006960630417, -0.12498021870851517, 0.3614320456981659, -0.25230976939201355, -0.03536642715334892, -0.22628867626190186, 0.10837965458631516, 0.20623043179512024, 0.3051387667655945, 0.44719555974006653, -0.22457538545131683, 0.15272128582000732, 0.1642920821905136, -0.16555893421173096, 0.4633065164089203, 0.1173943281173706, -0.054159726947546005, 0.019434651359915733, -0.026556413620710373, 0.19709059596061707, 0.38206544518470764, 0.46266910433769226, -0.0724402591586113, 0.27086716890335083, 0.49306720495224, 0.049319617450237274, 0.179397851228714, -0.4642443060874939, 0.24621495604515076, 0.02818427048623562, 0.012456784956157207, 0.24541577696800232, -0.2892521321773529, 0.06717054545879364, 0.42838791012763977, -0.48911622166633606, 0.2762998342514038, 0.1270679235458374, 0.5278950333595276, 0.016874507069587708, 0.3127191662788391, -0.0010333487298339605, 0.017579510807991028, -0.015401381067931652, 0.12160734087228775, -0.028679264709353447, -0.19165003299713135, 0.01636735536158085, -0.45404598116874695, 0.30073800683021545, -0.005666650366038084, -0.18220144510269165, 0.17464867234230042, 0.0723593458533287, -0.026767395436763763, 0.22756588459014893, -0.33481502532958984, 0.08563448488712311, -0.1347300410270691, 0.026096804067492485, 0.026740869507193565, 0.1818927675485611, -0.195155069231987, -0.21647509932518005, -0.14166022837162018, 0.12337495386600494, 0.061361830681562424, -0.274685800075531, -0.3555009365081787, 0.262736976146698, -0.37599319219589233, 0.02061682567000389, -0.007543465122580528, -0.2670207917690277, 0.14672957360744476, -0.3773791193962097, -0.08777482807636261, -0.25974103808403015, -0.2819799780845642, 0.008692054077982903, -0.35587844252586365, 0.22256922721862793, 0.25690245628356934, 0.5022112727165222, -0.19733989238739014, -0.06104106083512306 ]
https://pimcore.com/docs/platform//Targeting/Usage/How_to_Personalize_Content#how-to-personalize-content
How to Personalize Content On the following pages you find a short tutorial for how to personalize content. As the Pimcore behavioral targeting engine is very powerful and flexible, there are multiple ways to archive a result and the outlined way is just one of many. The typical workflow of personalizing content contains following steps: Define Target Groups Setup Visitor Profiling Create Personalized Content Deliver Personalized Content For a live demo with a predefined rule set see our Demo.
How to Personalize Content
[ 0.2854479253292084, -0.008566699922084808, -0.14644765853881836, -0.21327903866767883, -0.14373035728931427, -0.21475963294506073, 0.09509480744600296, -0.1727619469165802, -0.7089280486106873, 0.12210317701101303, -0.17248566448688507, 0.41874876618385315, 0.1854761689901352, 0.26243966817855835, 0.26837772130966187, -0.12161323428153992, 0.03446569666266441, 0.26908162236213684, 0.01656554825603962, 0.12003275752067566, 0.019580256193876266, -0.16759201884269714, 0.29965823888778687, -0.005726069211959839, -0.3139128088951111, -0.30867525935173035, -0.627879798412323, 0.11229463666677475, 0.15405824780464172, -0.4114667773246765, -0.08170701563358307, 0.5562389492988586, 0.051878128200769424, 0.11131486296653748, -0.00010426632798044011, -0.3858891725540161, -0.11284229904413223, -0.10115306824445724, 0.12436724454164505, -0.0978284627199173, 0.25201651453971863, -0.1615823656320572, -0.04603425785899162, -0.12284253537654877, -0.10204161703586578, 0.2160605639219284, 0.24421197175979614, 0.3847711980342865, 0.3796556293964386, -0.02751762978732586, 0.21431665122509003, -0.0820641964673996, -0.08762466162443161, 0.1287148892879486, 0.04795203357934952, 0.504221498966217, -0.13074317574501038, 0.2265360802412033, 0.22567059099674225, 0.1107301339507103, -0.014651834964752197, 0.18263912200927734, 0.012377673760056496, 0.01981765776872635, 0.10716070234775543, -0.038973141461610794, 0.35623064637184143, -0.29223689436912537, -0.005737117026001215, 0.1331484466791153, 0.18856894969940186, 0.3596935570240021, -0.2679588198661804, -0.31018897891044617, 0.22877368330955505, -0.10034652799367905, -0.030134424567222595, 0.2060980200767517, -0.040828246623277664, 0.10437974333763123, -0.0841173604130745, -0.17325252294540405, -0.0721968337893486, -0.27048927545547485, 0.3412226736545563, -0.020612478256225586, -0.10327234864234924, -0.1172882691025734, 0.02187739498913288, -0.10223320126533508, 0.38822731375694275, 0.09055810421705246, 0.07722748070955276, 0.09968528151512146, 0.4069886803627014, -0.30727073550224304, -0.1701534390449524, 0.06766553968191147, -0.06589628010988235, 0.1283683478832245, 0.3165919780731201, 0.09864436835050583, -0.10669722408056259, -0.09458063542842865, 0.28412848711013794, -0.15362496674060822, 0.06265265494585037, 0.18263299763202667, 0.025832196697592735, 0.08163471519947052, -0.16845279932022095, -0.044967811554670334, 0.15554942190647125, 0.083859883248806, -0.16890792548656464, 0.12432512640953064, -0.04036872461438179, 0.01919383369386196, -0.18996484577655792, -0.06895460933446884, -0.2165255844593048, -0.011347795836627483, -0.044073980301618576, 0.14637082815170288, -0.3494536876678467, -0.07486449182033539, -0.21803680062294006, -0.023806724697351456, -0.0395958311855793, 0.046528421342372894, 0.02511860430240631, 0.3410077393054962, -0.28534868359565735, 0.06708332151174545, 0.23600131273269653, 0.04732006415724754, -0.06617525219917297, -0.1648390293121338, 0.2293376326560974, -0.46582141518592834, 0.1977781355381012, 0.04541352763772011, 0.1734602451324463, 0.049842920154333115, -0.10423244535923004, 0.12695489823818207, -0.2671300768852234, 0.09431017935276031, -0.42123594880104065, 0.014869880862534046, -0.2128612995147705, -0.11805423349142075, 0.45623326301574707, 0.14983421564102173, 0.04312726855278015, -0.03242245689034462, 0.6533254981040955, -0.01795184798538685, -0.036457277834415436, 0.10465549677610397, 0.11281238496303558, 0.3004825711250305, -0.24143923819065094, -0.21193906664848328, 0.08372441679239273, 0.2575935423374176, -0.05267399176955223, 0.09370741248130798, -0.3373774290084839, -0.019090134650468826, 0.2979033589363098, 0.1619177758693695, 0.2741531431674957, 0.34827110171318054, 0.13026298582553864, -0.036638855934143066, 0.16401702165603638, 0.09278953075408936, -0.052648432552814484, 0.16349050402641296, -0.4087176024913788, 0.03578270599246025, 0.09721091389656067, 0.03473963961005211, 0.2072378247976303, -0.580147922039032, 0.013762506656348705, 0.08943050354719162, -0.060646120458841324, 0.002147101331502199, 0.05471013858914375, 0.12485623359680176, 0.025754475966095924, -0.061363156884908676, 0.0005275849835015833, 0.0445377491414547, 0.12503734230995178, -0.1263401359319687, 0.02848212607204914, 0.12027425318956375, 0.013725063763558865, -0.0791725367307663, 0.6183530688285828, 0.2832498550415039, 0.1467188596725464, 0.17724768817424774, 0.492205411195755, -0.1334943175315857, -0.7037665247917175, 0.08155148476362228, 0.05128420889377594, -0.37064993381500244, -0.3849532902240753, -0.13978339731693268, 0.045841485261917114, -0.5286077260971069, 0.2023308426141739, 0.024538885802030563, 0.0059763360768556595, -0.36502519249916077, -0.11564215272665024, 0.5206044316291809, -0.19906872510910034, -0.03749758005142212, 0.20648007094860077, -0.1467248499393463, -0.0714927688241005, -0.1681932508945465, 0.03914880380034447, 0.3928470015525818, 0.046024139970541, -0.0800073966383934, 0.058648522943258286, 0.49602416157722473, -0.09982971101999283, 0.31046849489212036, 0.37975865602493286, 0.07492872327566147, 0.28072699904441833, -0.4280911087989807, 0.216842919588089, 0.25467631220817566, -0.09742333739995956, 0.15084078907966614, -0.2639356255531311, 0.13368673622608185, -0.09923823177814484, 0.12863917648792267, 0.10372229665517807, -0.03175850212574005, 0.1327597051858902, -0.012267735786736012, 0.07362120598554611, -0.324643075466156, -0.19800758361816406, 0.1607239693403244, 0.09763190895318985, 0.017915891483426094, -0.381112277507782, 0.4903959333896637, -0.26536235213279724, -0.23500987887382507, 0.21090015769004822, 0.02251923643052578, 0.006123321130871773, -0.26233580708503723, 0.2951676547527313, -0.10943271219730377, -0.1850292980670929, 0.156474307179451, 0.3391266465187073, 0.11413086950778961, -0.07293940335512161, -0.024252504110336304, 0.10554901510477066, -0.004397010896354914, -0.4256395697593689, -0.39146888256073, 0.17593471705913544, 0.48714518547058105, 0.11927394568920135, -0.12501902878284454, -0.14053800702095032, -0.17296470701694489, -0.11366362869739532, -0.106943778693676, -0.12709347903728485, 0.1993253529071808, 0.2957511246204376, 0.0491313710808754, -0.09075608104467392, 0.2054244428873062, 0.2217092663049698, 0.057774145156145096, 0.1208638846874237, 0.01307675801217556, 0.16028258204460144, 0.6278000473976135, -0.21724364161491394, 0.4328925311565399, -0.08846960961818695, -0.017609484493732452, -0.08747640252113342, 0.18905195593833923, -0.3164485991001129, 0.1772712916135788, 0.28789418935775757, -0.3236417770385742, 0.47516068816185, -0.38481205701828003, 0.01849714294075966, 0.3939678370952606, -0.08241252601146698, 0.1289869099855423, 0.2245401293039322, 0.25995704531669617, -0.3649122416973114, 0.0022929743863642216, -0.09777658432722092, 0.10879084467887878, -0.21267396211624146, -0.32619115710258484, -0.05481044203042984, 0.304586261510849, -0.184453547000885, -0.2465234398841858, -0.02413840778172016, 0.04276250675320625, 0.2491341382265091, 0.25661206245422363, 0.4365136921405792, -0.08526556938886642, -0.15643563866615295, 0.07751358300447464, -0.17780952155590057, 0.08355363458395004, -0.08943641930818558, -0.06090576574206352, 0.4175090193748474, -0.6113913655281067, 0.04875108227133751, 0.10156719386577606, -0.02893679030239582, -0.010764282196760178, -0.0342818908393383, 0.26994287967681885, 0.12560699880123138, 0.06919843703508377, -0.08233048766851425, -0.1302950084209442, 0.3536553978919983, 0.27790793776512146, -0.0030357204377651215, -0.26860252022743225, 0.11090090870857239, 0.23737192153930664, -0.19853094220161438, 0.3738332688808441, 0.32846391201019287, -0.26450803875923157, -0.45727506279945374, 0.11746705323457718, 0.5239541530609131, -0.3654552400112152, -0.09327706694602966, 0.23757609724998474, 0.15369585156440735, 0.17747414112091064, -0.009163807146251202, 0.14800210297107697, 0.17393557727336884, -0.08691193908452988, -0.052952807396650314, 0.33963218331336975, 0.21571595966815948, -0.11321530491113663, -0.15151472389698029, -0.2510770857334137, -0.7439196705818176, -0.2611615061759949, 0.1618875116109848, -0.11192364990711212, 0.40267789363861084, -0.2133406102657318, -0.1804347187280655, -0.13225550949573517, -0.05872615799307823, 0.15398187935352325, 0.1544686108827591, 0.27362388372421265, -0.08762422204017639, -0.08462754637002945, -0.21455512940883636, -0.2888660132884979, 0.22597400844097137, -0.0837208703160286, -0.22575868666172028, 0.07378586381673813, -0.1428360641002655, 0.22778870165348053, -0.23783595860004425, 0.268038809299469, -0.26727962493896484, -0.07159020006656647, -0.025523293763399124, -0.1652304232120514, 0.20436641573905945, 0.052813805639743805, -0.3966854214668274, -0.08741260319948196, 0.1289137303829193, 0.15500390529632568, -0.00885049905627966, -0.3103433847427368, 0.19826361536979675, -0.4803586006164551, 0.056399326771497726, -0.336052268743515, 0.27579447627067566, -0.17327456176280975, -0.13124260306358337, 0.2260057032108307, -0.11600867658853531, -0.2668928802013397, -0.11258431524038315, -0.22194387018680573, 0.15008601546287537, 0.21731211245059967, 0.27242767810821533, 0.04392489790916443, -0.20373795926570892, 0.3056964576244354, -0.30739840865135193, 0.16064397990703583, -0.003949012607336044, -0.1341330111026764, -0.12060407549142838, 0.012445909902453423, 0.07152987271547318, -0.10331521928310394, -0.15494126081466675, 0.27988070249557495, 0.2831864655017853, 0.29622113704681396, -0.19322465360164642, -0.2699294090270996, -0.08827709406614304, 0.06380347907543182, 0.47533002495765686, -0.10424219816923141, -0.20964394509792328, -0.19812197983264923, -0.3459596037864685, 0.3913765251636505, -0.18942585587501526, -0.28080645203590393, -0.19141671061515808, -0.033614981919527054, -0.017601992934942245, 0.18670260906219482, 0.7058035731315613, 1.1188987493515015, 0.038378313183784485, 0.15180906653404236, -0.3505313992500305, -0.0914703980088234, 0.4942440688610077, -0.23116911947727203, -0.008957737125456333, -0.06601040810346603, 0.27533259987831116, -0.024565834552049637, 0.0979582741856575, 0.30600449442863464, 0.6155823469161987, -0.19469048082828522, 0.12288402020931244, -0.23535358905792236, -0.46466580033302307, 0.12441809475421906, 0.047388993203639984, -0.14619189500808716, -0.48242542147636414, 0.15074965357780457, 0.1877463459968567, -0.2468840628862381, 0.06598229706287384, -0.08727631717920303, 0.15408049523830414, -0.16414500772953033, -0.06234695762395859, 0.30755940079689026, 0.10962937772274017, -0.3152500092983246, -0.43548667430877686, 0.10537268966436386, -0.5506342053413391, 0.02760300040245056, -0.15678592026233673, 0.392874151468277, 0.20966164767742157, 0.11177315562963486, 0.19816987216472626, 0.49397528171539307, -0.17031249403953552, 0.12905244529247284, -0.009803477674722672, 0.284640371799469, -0.05348462611436844, -0.11539547145366669, -0.29813873767852783, 0.004376766737550497, 0.17097127437591553, 0.09149044007062912, -0.04702164605259895, -0.049446165561676025, 0.17009712755680084, -0.15448004007339478, 0.080251544713974, -0.29315200448036194, 0.0963854119181633, 0.18760362267494202, 0.18958798050880432, -0.13768044114112854, 0.023135391995310783, 0.06728363037109375, 0.07397554814815521, -0.14893560111522675, -0.33730408549308777, -0.16596104204654694, -0.22174376249313354, -0.04008959233760834, -0.13528572022914886, -0.19494429230690002, -0.25476276874542236, 0.05479879304766655, 0.013502491638064384, 0.39177560806274414, -0.2169301062822342, -0.0033293270971626043, -0.21868500113487244, 0.00026365817757323384, 0.4924047887325287, 0.1143624410033226, 0.3670637607574463, -0.2543237507343292, 0.031315360218286514, -0.2686200439929962, -0.151516854763031, 0.11478761583566666, -0.10470994561910629, 0.03166095167398453, 0.12168223410844803, 0.0895916223526001, 0.17495468258857727, -0.38628798723220825, -0.29682376980781555, -0.04921676218509674, 0.10246886312961578, 0.1944018006324768, 0.0866536945104599, -0.23176069557666779, -0.026636311784386635, 0.17728674411773682, 0.15593133866786957, -0.19574560225009918, -0.22307881712913513, -0.12790924310684204, 0.06775311380624771, 0.01565638743340969, -0.022833919152617455, -0.12791895866394043, 0.33205538988113403, 0.024478353559970856, -0.2864520251750946, -0.016576990485191345, 0.02812892384827137, 0.005295249633491039, -0.1904577761888504, -0.5181475281715393, 0.009444285184144974, -0.10340519994497299, -0.2060280293226242, 0.07862287759780884, -0.060210976749658585, 0.2713918387889862, 0.058669690042734146, -0.2205377221107483, -0.0713391825556755, 0.5286123752593994, 0.15439103543758392, 0.28239935636520386, -0.043418142944574356, -0.030543120577931404, 0.3524684011936188, -0.1394726186990738, -0.19805224239826202, -0.143215611577034, 0.10268253833055496, 0.26659271121025085, -0.2978159189224243, 0.4022844135761261, 0.26056355237960815, -0.027165254577994347, 0.24716351926326752, -0.10045197606086731, -0.13439251482486725, 0.018532948568463326, 0.40205520391464233, 0.37735310196876526, 0.24505342543125153, -0.4011089503765106, 0.1599852740764618, 0.2339351624250412, -0.5388147234916687, -0.1780521422624588, -0.08993235975503922, -0.0035397871397435665, 0.27322760224342346, 0.6045733690261841, -0.052773553878068924, 0.14948292076587677, -0.38503143191337585, 0.46427151560783386, 0.2562623620033264, 0.5265449285507202, 0.25132665038108826, 0.3515521287918091, -0.19794000685214996, -0.058644961565732956, -0.05158153176307678, 0.27615052461624146, 0.4841201603412628, 0.12605181336402893, 0.0973665788769722, -0.17943967878818512, -0.06792084127664566, 0.1094530001282692, -0.0026622479781508446, 0.20329801738262177, 0.05173013359308243, -0.5452154874801636, -0.06245341897010803, -0.14226034283638, -0.4088923931121826, 0.06523565202951431, -0.31616225838661194, 0.19480891525745392, -0.03684449940919876, 0.20183511078357697, 0.3197651207447052, -0.04014533758163452, -0.32548919320106506, 0.44955989718437195, -0.19035518169403076, -0.2512672245502472, -0.4261334240436554, -0.08124234527349472, -0.27590301632881165, -0.17319153249263763, -0.1271175891160965, 0.05224059149622917, -0.21251283586025238, 0.1204192265868187, -0.3413083553314209, -0.10652776807546616, 0.24268010258674622, 0.006633390672504902, 0.21859508752822876, 0.07154291123151779, -0.2929765284061432, 0.10804201662540436, -0.24535077810287476, 0.24735410511493683, 0.20602913200855255, 0.17576584219932556, -0.08763740956783295, -0.05655782297253609, 0.1709609478712082, -0.44653335213661194, 0.06109343096613884, 0.12082222104072571, -0.3392871916294098, -0.1871332973241806, 0.3954366445541382, -0.4571097493171692, -0.26944583654403687, -0.1993246078491211, 0.11001965403556824, 0.10395533591508865, 0.11529910564422607, 0.4713350832462311, 0.160197913646698, 0.18637949228286743, 0.010142456740140915, -0.14805814623832703, 0.25616589188575745, 0.06748253852128983, 0.07837798446416855, 0.0037189912982285023, 0.07046224176883698, -0.07675821334123611, 0.5158324241638184, 0.17935225367546082, -0.00391404889523983, -0.12855997681617737, 0.1446094810962677, 0.05496205389499664, 0.1868365854024887, -0.46010419726371765, 0.4062322676181793, 0.17870120704174042, 0.1042802482843399, -0.07265762239694595, -0.04140463098883629, 0.0935787633061409, 0.4091733992099762, -0.30741411447525024, 0.26711878180503845, -0.20054802298545837, 0.7600590586662292, -0.060939762741327286, 0.07415078580379486, -0.20292150974273682, -0.23802118003368378, 0.010944708250463009, 0.3464459776878357, 0.047172293066978455, -0.0383838415145874, 0.05887338146567345, 0.03471868857741356, 0.1210094764828682, 0.24946023523807526, -0.035344019532203674, 0.28733864426612854, 0.1843705177307129, -0.2423699051141739, 0.09336035698652267, -0.13374829292297363, -0.019894137978553772, -0.3919599950313568, 0.12960541248321533, 0.12665162980556488, -0.10041946172714233, -0.23490004241466522, -0.18894846737384796, -0.12034379690885544, 0.11272677034139633, -0.10358943790197372, -0.4384709298610687, -0.21903933584690094, 0.30061742663383484, -0.23048369586467743, 0.015748441219329834, -0.0487813800573349, -0.34263327717781067, -0.023238250985741615, 0.08935058116912842, -0.2011558711528778, -0.4632700979709625, -0.29083138704299927, -0.24639327824115753, -0.2073361873626709, 0.5273599624633789, -0.08215057104825974, 0.3880378007888794, -0.4130029082298279, -0.38601967692375183 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#examples-for-personalization-and-targeting
Examples for Personalization and Targeting The following pages show a few examples to better understand how things can be achieved with the Pimcore targeting engine. All mentioned rules here are configured and set up in our demo and can be tested there.
Examples for Personalization and Targeting
[ 0.2285793125629425, -0.2294827699661255, -0.17842258512973785, -0.07536638528108597, 0.024329962208867073, -0.4719511866569519, 0.19838427007198334, -0.2213382124900818, -0.46797308325767517, 0.11801868677139282, -0.23919236660003662, 0.41803914308547974, 0.08579114079475403, 0.35263916850090027, 0.05013303831219673, -0.21735872328281403, -0.04299921914935112, 0.1373109370470047, -0.14174702763557434, -0.014508281834423542, 0.17036664485931396, 0.03809230774641037, 0.24431684613227844, 0.40010881423950195, -0.1788884848356247, -0.044250309467315674, -0.28770682215690613, 0.15985272824764252, 0.09389832615852356, -0.22411341965198517, -0.07025125622749329, 0.4036695659160614, 0.014102471061050892, 0.18905948102474213, -0.0000939953897614032, -0.38382068276405334, 0.08452636748552322, -0.025970377027988434, -0.2053515762090683, 0.13915754854679108, 0.1444866806268692, -0.23624493181705475, 0.04137926921248436, -0.14453239738941193, -0.020130906254053116, 0.2755207121372223, -0.05694437772035599, 0.2816287875175476, 0.2967294156551361, -0.03708745911717415, 0.37344101071357727, 0.09093978255987167, 0.18805555999279022, -0.04536078870296478, 0.10801268368959427, 0.34068551659584045, -0.25269779562950134, -0.018330734223127365, 0.33297425508499146, -0.015103890560567379, 0.026554454118013382, 0.24936360120773315, 0.04532364755868912, 0.08506922423839569, 0.14619328081607819, -0.11210918426513672, 0.08970369398593903, -0.13491201400756836, -0.1154959425330162, 0.323001503944397, 0.17350594699382782, 0.1924430876970291, -0.3438031077384949, -0.3813605010509491, 0.03788634017109871, -0.13746312260627747, 0.027077527716755867, -0.013473881408572197, -0.124408058822155, 0.13910219073295593, -0.03755534812808037, -0.14551390707492828, -0.147450789809227, -0.2708519399166107, 0.14574475586414337, 0.05006282776594162, -0.09814849495887756, -0.21298952400684357, 0.16532136499881744, -0.1636768877506256, 0.04192648455500603, 0.08522465825080872, 0.13218039274215698, 0.05957789346575737, 0.1346176415681839, -0.5045060515403748, -0.22949974238872528, 0.2251310795545578, -0.02238583378493786, -0.04064394161105156, 0.4539403021335602, 0.41472044587135315, -0.036556851118803024, 0.10725641250610352, 0.23341545462608337, -0.2438802719116211, 0.12544183433055878, 0.04957648366689682, 0.11454916000366211, -0.07399342954158783, -0.2584529221057892, 0.07194973528385162, 0.10611496865749359, -0.027447067201137543, -0.24889521300792694, 0.16620971262454987, -0.2637993097305298, 0.11173417419195175, -0.08881133049726486, 0.0035819998010993004, -0.10248780995607376, -0.019502604380249977, 0.18453648686408997, 0.08712055534124374, -0.26727092266082764, -0.2316717654466629, -0.4868294596672058, -0.05647731572389603, -0.08782267570495605, -0.14374369382858276, -0.03594616800546646, 0.1540452539920807, -0.2564074695110321, -0.13721249997615814, 0.21305324137210846, 0.4625188708305359, 0.08469799160957336, -0.10513247549533844, 0.368580162525177, -0.09581717103719711, 0.2462841123342514, 0.08268649876117706, 0.06054488196969032, 0.17374978959560394, -0.20258235931396484, -0.12465060502290726, -0.19698095321655273, 0.1949644386768341, -0.38109028339385986, 0.09186404943466187, -0.08256673812866211, -0.1085042729973793, 0.3111916184425354, 0.3460131287574768, 0.0519414059817791, -0.1759123057126999, 0.34498685598373413, 0.14166195690631866, -0.3886801302433014, 0.07217545807361603, 0.10439818352460861, 0.0998392254114151, 0.0014978821855038404, -0.23083160817623138, 0.16554217040538788, 0.30005258321762085, -0.11108100414276123, -0.04123364016413689, -0.2707587778568268, 0.03085099533200264, 0.04754757508635521, -0.09390855580568314, 0.13679581880569458, 0.12249389290809631, 0.011681266129016876, 0.008873275481164455, 0.30506783723831177, 0.12634027004241943, 0.06671148538589478, 0.024792565032839775, -0.30164092779159546, -0.0028973754961043596, -0.04030654579401016, -0.041567832231521606, 0.05186539888381958, -0.24803124368190765, 0.007585317827761173, 0.08315417915582657, -0.1703420877456665, 0.13940027356147766, -0.04513520374894142, -0.08337260037660599, -0.3204881548881531, 0.06163537874817848, 0.008949708193540573, -0.115077443420887, 0.18015338480472565, 0.05199084430932999, -0.07987608760595322, 0.0484703965485096, -0.07164871692657471, -0.016388937830924988, 0.32084372639656067, 0.18498365581035614, 0.13575072586536407, 0.0035563164856284857, 0.20335225760936737, 0.09741362929344177, -0.6087740659713745, 0.07565806061029434, 0.24514447152614594, -0.08024702966213226, -0.21203221380710602, -0.010769853368401527, 0.11218325048685074, -0.393832802772522, 0.391656756401062, 0.003384719602763653, -0.017883850261569023, -0.6075606346130371, -0.09669661521911621, 0.10283515602350235, 0.03839053586125374, 0.10801325738430023, 0.3577807545661926, -0.05950549617409706, -0.2819906175136566, -0.12478245794773102, -0.07203548401594162, 0.22109156847000122, 0.23637709021568298, -0.21657779812812805, 0.13569475710391998, 0.2525675296783447, 0.17415636777877808, 0.17116482555866241, 0.30593928694725037, 0.4470213055610657, 0.37830090522766113, -0.3052435517311096, 0.020260950550436974, 0.12503506243228912, -0.10309748351573944, 0.13465847074985504, -0.2787957191467285, 0.366581529378891, -0.16350342333316803, 0.014336364343762398, 0.12182935327291489, -0.01767311431467533, 0.25996696949005127, -0.1573541909456253, -0.03309941664338112, -0.24813032150268555, -0.09277089685201645, 0.2184215933084488, -0.2079184353351593, 0.026820987462997437, -0.47802531719207764, 0.38159018754959106, -0.2032196819782257, -0.07582363486289978, 0.21645468473434448, 0.05911228805780411, 0.029317796230316162, -0.07019824534654617, 0.13917101919651031, -0.11069681495428085, -0.04197557643055916, 0.2877902388572693, 0.14316321909427643, -0.07649944722652435, -0.030004823580384254, -0.11908161640167236, 0.152506023645401, 0.1395283341407776, -0.22701025009155273, -0.539023756980896, -0.10783085227012634, 0.44357702136039734, 0.07737953215837479, -0.3943558633327484, -0.24701187014579773, -0.32143348455429077, -0.14164426922798157, -0.2150501310825348, -0.22752009332180023, 0.15634146332740784, 0.10949084162712097, -0.09619349986314774, 0.052317582070827484, 0.028926581144332886, 0.3226880729198456, 0.03887155279517174, -0.14720124006271362, 0.10305105894804001, -0.0218853410333395, 0.5984311103820801, -0.30747705698013306, 0.31486332416534424, -0.2518397569656372, 0.11917150020599365, -0.20919577777385712, 0.3888818323612213, -0.16990329325199127, 0.0630827248096466, 0.25172480940818787, -0.13639549911022186, 0.23675566911697388, -0.03385915979743004, -0.49127334356307983, 0.32068556547164917, 0.18499603867530823, 0.2169146090745926, 0.1960964947938919, 0.06678680330514908, -0.3899596631526947, 0.1577630490064621, 0.10295580327510834, -0.1570187509059906, -0.06668762117624283, -0.41049519181251526, 0.1685217022895813, 0.16763730347156525, -0.21271750330924988, 0.0297759547829628, -0.07936296612024307, -0.08900751918554306, 0.1356731653213501, 0.07194623351097107, 0.28104934096336365, 0.0018207882530987263, -0.11101379245519638, 0.29069840908050537, -0.03935999795794487, 0.3425081968307495, -0.011684642173349857, 0.09128106385469437, 0.22606144845485687, -0.489366352558136, -0.15001702308654785, -0.06028052791953087, -0.08722829818725586, -0.10768348723649979, 0.00878592487424612, 0.22834238409996033, -0.14144320785999298, 0.030163777992129326, -0.07803352922201157, 0.00905467476695776, 0.1997118443250656, 0.1632937490940094, 0.15486788749694824, -0.3584710657596588, -0.1258176863193512, -0.09376280754804611, -0.023264752700924873, 0.16375099122524261, -0.03184104338288307, -0.174725741147995, -0.44763821363449097, -0.12209135293960571, 0.8076557517051697, -0.3600756525993347, -0.054649852216243744, 0.2760862410068512, 0.05370573699474335, 0.00008225117198890075, 0.055943675339221954, 0.005604878533631563, 0.15596605837345123, -0.03236112743616104, -0.10892108827829361, 0.3039650321006775, 0.20033758878707886, -0.01777995377779007, -0.1323515921831131, 0.010271946899592876, -0.6765488982200623, -0.20526599884033203, 0.11986349523067474, 0.07168936729431152, 0.05374970659613609, -0.15136030316352844, -0.13922594487667084, 0.0012289611622691154, 0.1523873656988144, 0.23710858821868896, 0.18011516332626343, 0.0408855639398098, -0.316292405128479, -0.33336031436920166, -0.3934287428855896, 0.1241920217871666, 0.013155906461179256, -0.0809219479560852, -0.29254409670829773, -0.014445572160184383, -0.21345621347427368, -0.028468700125813484, -0.17220859229564667, 0.44547149538993835, -0.1158171147108078, -0.03347129002213478, -0.19457420706748962, -0.35950371623039246, 0.07820481061935425, 0.02729698270559311, -0.2980562746524811, -0.019712883979082108, 0.27800464630126953, 0.34229546785354614, -0.04968501627445221, -0.07469797134399414, 0.036187730729579926, -0.1731899380683899, 0.10468088835477829, -0.07934621721506119, 0.23789308965206146, 0.08278495073318481, -0.14947718381881714, 0.28765419125556946, -0.1924034059047699, -0.14507697522640228, -0.03858879581093788, -0.22565577924251556, 0.09591226279735565, -0.09595216065645218, 0.08057504147291183, 0.2959692180156708, -0.14240233600139618, 0.07085318118333817, -0.3163975179195404, 0.06721483170986176, 0.004762164317071438, 0.09819766879081726, 0.04174171760678291, -0.07861406356096268, 0.08380069583654404, 0.06098580360412598, 0.046792544424533844, 0.145381361246109, 0.3102720379829407, 0.45434579253196716, -0.19141776859760284, -0.3048090934753418, -0.001194422715343535, 0.2960127890110016, 0.2141438126564026, -0.23820042610168457, -0.021947452798485756, -0.04023730382323265, -0.22057706117630005, 0.14087308943271637, -0.2823644280433655, -0.3219984471797943, 0.12147903442382812, 0.281809002161026, -0.056323062628507614, 0.06788681447505951, 0.5239202380180359, 1.0197993516921997, 0.19830133020877838, -0.011812375858426094, -0.32676348090171814, -0.4713067412376404, 0.32885968685150146, 0.04587199538946152, -0.07494745403528214, -0.14147038757801056, 0.11412598937749863, 0.1811651587486267, -0.05072476342320442, 0.21086397767066956, 0.32610616087913513, -0.09550560265779495, -0.08585942536592484, -0.07779957354068756, -0.1783687174320221, 0.11606575548648834, 0.0979035422205925, 0.062322650104761124, -0.46372854709625244, 0.07687871158123016, 0.31848835945129395, 0.1320374459028244, 0.13391833007335663, -0.037150222808122635, 0.13627906143665314, -0.27871742844581604, -0.07450707256793976, -0.05249924957752228, 0.15016509592533112, -0.4426155984401703, -0.5051140785217285, 0.2056465446949005, -0.40545526146888733, 0.10109901428222656, -0.06402578204870224, 0.43114957213401794, 0.2187136858701706, -0.010013679973781109, 0.16349153220653534, 0.21332204341888428, 0.13005104660987854, 0.010248137637972832, -0.06555169075727463, 0.14430882036685944, -0.13917027413845062, -0.030955713242292404, -0.03791867569088936, -0.04312853515148163, 0.23769237101078033, 0.06817497313022614, -0.030541522428393364, 0.14885690808296204, 0.3145151138305664, 0.14312371611595154, -0.2768786549568176, -0.1747647374868393, -0.08747851103544235, 0.3273448050022125, 0.04377523437142372, -0.13474038243293762, -0.007956964895129204, 0.2720877230167389, 0.19669483602046967, -0.2894994020462036, -0.17445681989192963, -0.05416858196258545, -0.06839619576931, 0.0453944094479084, -0.1864553838968277, -0.03742797300219536, -0.4323579967021942, 0.22547203302383423, 0.08266592025756836, 0.4321063756942749, -0.1987740844488144, -0.12154588103294373, -0.4896416962146759, 0.2785271108150482, 0.2277998924255371, 0.2522658407688141, 0.3076092600822449, -0.15543806552886963, -0.08914673328399658, -0.29467350244522095, -0.1832132637500763, -0.08132077753543854, -0.07737443596124649, -0.006557252258062363, -0.07296495884656906, 0.17762894928455353, 0.1469758152961731, -0.5337823629379272, -0.19273795187473297, 0.12608939409255981, -0.07837095856666565, 0.058395866304636, 0.005110388156026602, -0.10936860740184784, -0.07217276096343994, 0.2814711034297943, 0.062376804649829865, -0.041469741612672806, -0.38377270102500916, -0.32183098793029785, -0.006120355799794197, -0.12930914759635925, -0.04077340289950371, -0.25960594415664673, 0.2834572196006775, 0.1245739609003067, -0.14529062807559967, -0.08328329771757126, -0.13175128400325775, 0.16097871959209442, -0.017778944224119186, 0.00881247129291296, 0.04261113703250885, -0.08555208891630173, -0.06113026663661003, 0.13589508831501007, -0.03843452408909798, 0.44231683015823364, 0.13690152764320374, -0.04570547863841057, -0.1912386268377304, 0.40766412019729614, 0.22028085589408875, 0.12024684250354767, 0.03735160455107689, -0.04842310771346092, 0.3326471745967865, -0.2380504459142685, 0.08589804172515869, 0.013763933442533016, -0.05735769122838974, 0.21601130068302155, -0.2087690532207489, 0.19688378274440765, 0.45683011412620544, -0.07243584841489792, -0.024726502597332, 0.18875503540039062, -0.22858522832393646, 0.13207565248012543, 0.46291542053222656, 0.2158822864294052, 0.25898340344429016, -0.03066501021385193, 0.13229554891586304, 0.15217864513397217, -0.10688614100217819, 0.07798071205615997, 0.08084654808044434, -0.07831557840108871, 0.23960749804973602, 0.5451748967170715, -0.15522222220897675, 0.2220284640789032, -0.07087627053260803, 0.06625683605670929, 0.34173285961151123, 0.21774546802043915, 0.14351707696914673, 0.4582509398460388, -0.09845660626888275, 0.13625842332839966, 0.05739264935255051, 0.22713524103164673, 0.27981871366500854, 0.07671575248241425, 0.060915496200323105, -0.1954696923494339, -0.08363202959299088, 0.04612624645233154, -0.19765818119049072, 0.07105474174022675, -0.057930536568164825, -0.36998629570007324, -0.25630638003349304, 0.0632990151643753, -0.3771950602531433, 0.05174450948834419, -0.1102377399802208, 0.29867520928382874, -0.2406586855649948, 0.1628209501504898, 0.28352969884872437, -0.09618045389652252, -0.08853153884410858, 0.15006016194820404, -0.08445379883050919, -0.3100886046886444, -0.2850119173526764, -0.1892888993024826, -0.0827888771891594, -0.10784434527158737, -0.07881017029285431, 0.04836583510041237, -0.14012101292610168, -0.19715796411037445, 0.01573261432349682, -0.15770608186721802, -0.20558206737041473, -0.0780378058552742, 0.16242974996566772, -0.0774107575416565, -0.016812071204185486, 0.29835811257362366, -0.41888850927352905, 0.11458838731050491, 0.1392470747232437, -0.06208532676100731, -0.12445691227912903, -0.060387466102838516, 0.24160905182361603, -0.2560568153858185, 0.12987707555294037, 0.056751497089862823, -0.18134921789169312, -0.25746724009513855, 0.2725438177585602, -0.40050023794174194, -0.20832598209381104, -0.09255297482013702, 0.18577148020267487, 0.2128477543592453, 0.3569210469722748, 0.2786075174808502, -0.05242876335978508, 0.06800428777933121, 0.11916346848011017, -0.1754378080368042, 0.3300945460796356, 0.07212891429662704, 0.19485288858413696, 0.05187738314270973, -0.21684736013412476, 0.05751166120171547, 0.25555071234703064, 0.17071132361888885, 0.024625802412629128, 0.011638494208455086, 0.27639082074165344, -0.09447765350341797, 0.2559412121772766, -0.2458294779062271, 0.3153201639652252, 0.08439335227012634, 0.0836300179362297, 0.13298967480659485, -0.26906344294548035, 0.28335919976234436, 0.15432153642177582, -0.324819415807724, 0.28613659739494324, -0.13388116657733917, 0.5121607184410095, -0.029562687501311302, 0.2408929318189621, -0.3077719211578369, -0.20692060887813568, 0.3339158594608307, 0.26821839809417725, -0.09226999431848526, -0.09370074421167374, 0.0641649067401886, -0.13712365925312042, 0.2297443002462387, 0.07696112990379333, -0.14405257999897003, 0.08187508583068848, 0.1348005086183548, -0.019560201093554497, 0.26973000168800354, 0.13636699318885803, 0.11201377213001251, -0.35449403524398804, -0.05889682099223137, 0.048754602670669556, 0.05898982286453247, -0.1490916609764099, -0.22982563078403473, 0.06031085178256035, 0.10496771335601807, -0.1274440735578537, -0.1511010080575943, -0.27206188440322876, 0.2543531060218811, -0.38459762930870056, 0.22159121930599213, -0.07843686640262604, -0.20381681621074677, 0.07003555446863174, -0.13524645566940308, -0.1930069625377655, -0.24204665422439575, -0.07877591252326965, -0.22772890329360962, -0.2254256010055542, 0.23717282712459564, 0.09736903011798859, 0.23997944593429565, -0.341902494430542, -0.12413759529590607 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#visitor-profiling
Visitor Profiling The result of the ongoing profiling process is a set of target groups, that are assigned with a certain assignment relevance to the current visitor. So visitor profiling rules are always some conditions that result in assignment of an target group.
Visitor Profiling
[ 0.2741488516330719, -0.37379908561706543, -0.18008218705654144, -0.16884660720825195, -0.08216407895088196, -0.1645442545413971, 0.08388730883598328, -0.2124447077512741, -0.32571709156036377, -0.05711287632584572, -0.2596110999584198, -0.11348782479763031, -0.019938815385103226, 0.2344726026058197, 0.27488186955451965, -0.09328616410493851, 0.0526922307908535, -0.04823242127895355, -0.19352012872695923, -0.09971936047077179, -0.23616182804107666, -0.005340836010873318, -0.0348358154296875, 0.5185320973396301, -0.45869961380958557, -0.05609619989991188, -0.012919275090098381, -0.2375662922859192, 0.05052932724356651, -0.18841633200645447, 0.08162488043308258, 0.0660828948020935, 0.12497595697641373, 0.009320296347141266, -0.00011326890671625733, -0.2091597318649292, -0.10463690012693405, -0.2596951723098755, 0.175576850771904, 0.08132334053516388, 0.39715445041656494, 0.23760728538036346, 0.0614086389541626, -0.17764812707901, -0.04333410784602165, -0.12636925280094147, 0.0661206841468811, -0.12987716495990753, 0.23193535208702087, -0.1556941121816635, 0.18727591633796692, -0.01371575053781271, -0.403725266456604, -0.1585196852684021, -0.07713235169649124, -0.1929158866405487, 0.0009439514833502471, -0.18070580065250397, -0.12143602967262268, -0.35453322529792786, -0.025790056213736534, -0.21225453913211823, -0.060719531029462814, 0.12859347462654114, 0.4599572718143463, -0.1599593460559845, 0.34775471687316895, -0.4168924391269684, 0.032093215733766556, 0.23475798964500427, 0.4458237290382385, 0.6890266537666321, -0.05364746227860451, -0.1919998973608017, -0.19301393628120422, 0.10121883451938629, 0.04516085982322693, 0.3358268141746521, -0.27038127183914185, 0.022719282656908035, -0.1237000897526741, 0.30522555112838745, 0.02516082674264908, -0.31129592657089233, -0.3724333643913269, 0.002540287794545293, -0.10121217370033264, 0.11644383519887924, 0.02231031283736229, 0.38469815254211426, 0.2940584421157837, 0.22644110023975372, 0.08245741575956345, 0.1273345798254013, -0.378450870513916, -0.2251521497964859, 0.4921475946903229, 0.7797439694404602, 0.017605632543563843, 0.4343860149383545, 0.30311059951782227, -0.05660757049918175, -0.43317216634750366, 0.23788388073444366, 0.3249576687812805, -0.27556946873664856, 0.48135167360305786, -0.2207546830177307, 0.02200171910226345, -0.23432084918022156, -0.03723905608057976, 0.21154208481311798, 0.6411523222923279, -0.00721855228766799, -0.05703612416982651, 0.031664881855249405, 0.012526136822998524, -0.04618578031659126, -0.28894922137260437, 0.35784289240837097, -0.1992088109254837, 0.06102599948644638, -0.14361880719661713, 0.38784146308898926, 0.18505141139030457, -0.21937590837478638, -0.12229721248149872, -0.1773606836795807, -0.1934136301279068, 0.008117163553833961, 0.019399888813495636, 0.004584289621561766, -0.3741941452026367, -0.21204347908496857, -0.2997913658618927, 0.3174763023853302, 0.39244818687438965, -0.2920362949371338, 0.0022252050694078207, -0.30005788803100586, 0.2438025027513504, -0.14089688658714294, 0.42941001057624817, 0.12607437372207642, -0.01943051442503929, -0.1391255259513855, 0.05651797354221344, 0.1683371663093567, -0.24239890277385712, 0.06194744631648064, 0.03364725038409233, 0.03524494916200638, 0.7321086525917053, 0.137590691447258, -0.2997754216194153, -0.23981539905071259, 0.1613306701183319, 0.01699826493859291, -0.49440231919288635, 0.2425534427165985, 0.2842789888381958, -0.03261725977063179, 0.017338821664452553, 0.11015103757381439, -0.19985288381576538, 0.2582217752933502, 0.4659634530544281, -0.10710734128952026, 0.0008089427137747407, -0.5165776610374451, -0.0011362271616235375, 0.13977348804473877, 0.0765954926609993, 0.17107687890529633, -0.09971442818641663, -0.08292452991008759, -0.05098501965403557, 0.3539418876171112, 0.145832821726799, -0.15265533328056335, -0.3400125801563263, 0.19166199862957, 0.2605128288269043, 0.10811667889356613, -0.0832042396068573, -0.2597256600856781, -0.10328162461519241, 0.06902581453323364, 0.1001044362783432, -0.2640617787837982, -0.021570831537246704, 0.3432774245738983, 0.05331602320075035, -0.3254696726799011, -0.07182365655899048, 0.20676670968532562, 0.15245535969734192, -0.11343376338481903, 0.08735600113868713, 0.13950727880001068, 0.030912725254893303, -0.12920302152633667, 0.11052811145782471, 0.06545886397361755, 0.10096843540668488, 0.35700279474258423, -0.03396858274936676, 0.006694913376122713, -0.3920327425003052, -0.15762902796268463, 0.9098251461982727, -0.2857568562030792, -0.2741978168487549, 0.0792376697063446, 0.0888652503490448, -0.4950883388519287, 0.13805539906024933, 0.14067897200584412, 0.006661900319159031, -0.4710181951522827, -0.060200296342372894, 0.051329728215932846, -0.275465726852417, -0.07944651693105698, 0.36057043075561523, 0.1567237228155136, 0.09342516213655472, 0.0052205403335392475, 0.2647126019001007, 0.12150704860687256, 0.0056963772512972355, 0.16394400596618652, 0.16358833014965057, 0.023708978667855263, 0.7781765460968018, 0.22571083903312683, 0.48515814542770386, 0.24512836337089539, -0.12566643953323364, -0.07974126189947128, -0.2885948419570923, -0.093834288418293, -0.10266733169555664, 0.2910298705101013, 0.07757110893726349, 0.3589140474796295, 0.05240049958229065, 0.14369142055511475, -0.026924192905426025, 0.1814558207988739, -0.005010776687413454, -0.1440965086221695, 0.07450384646654129, -0.13691478967666626, 0.1950017809867859, 0.2590939998626709, 0.12492784112691879, 0.16359001398086548, -0.4131847023963928, 0.09109549224376678, -0.27195972204208374, -0.01863078773021698, -0.15917417407035828, 0.16669607162475586, 0.1742948591709137, -0.15025058388710022, 0.0025158696807920933, 0.030476177111268044, 0.1642589122056961, 0.13334785401821136, 0.44712331891059875, -0.12282402813434601, 0.19512952864170074, -0.2596454620361328, 0.11903585493564606, 0.18970432877540588, -0.36238786578178406, -0.1588243991136551, -0.4298574924468994, 0.2402304857969284, -0.34200775623321533, -0.19975924491882324, -0.08786328136920929, -0.08500128984451294, -0.28659865260124207, -0.463710218667984, 0.03690972179174423, -0.2010452002286911, -0.023853382095694542, -0.011781778186559677, -0.12914855778217316, -0.3973180055618286, -0.02041846141219139, -0.07746102660894394, -0.09092898666858673, -0.00654479768127203, 0.21957369148731232, 0.469403475522995, -0.18633946776390076, 0.39648550748825073, -0.2307857871055603, -0.37054508924484253, -0.05580778047442436, 0.21667280793190002, -0.20076891779899597, -0.264925092458725, 0.39321205019950867, -0.3032069802284241, 0.02647322416305542, -0.594942569732666, -0.18326254189014435, 0.04445841535925865, -0.18350650370121002, 0.4376166760921478, 0.03988349437713623, 0.3104328513145447, -0.38365599513053894, 0.2567397356033325, -0.26035186648368835, -0.23599417507648468, -0.24952338635921478, -0.20165592432022095, 0.10071486979722977, 0.17676499485969543, 0.02695339173078537, -0.18721602857112885, -0.07256725430488586, -0.11252913624048233, 0.22428332269191742, 0.23978041112422943, 0.3036039173603058, -0.09381818026304245, -0.4962669014930725, -0.09829593449831009, -0.280862957239151, 0.04493027180433273, -0.4174639880657196, -0.2485944777727127, 0.20849528908729553, -0.3552446961402893, 0.030505068600177765, -0.1186855211853981, 0.042409446090459824, 0.251541405916214, -0.09803839027881622, -0.24940448999404907, -0.5513007044792175, 0.2899133265018463, 0.21344973146915436, 0.0748397558927536, -0.032179590314626694, -0.16093876957893372, -0.029754728078842163, -0.31272372603416443, -0.12393094599246979, 0.16576005518436432, -0.06547379493713379, 0.2604057192802429, 0.03585458919405937, -0.13909460604190826, -0.3707127571105957, 0.01038294192403555, 0.23884904384613037, 0.1498960554599762, 0.2139066755771637, 0.45218175649642944, 0.2406366467475891, 0.1592010110616684, -0.20144017040729523, 0.42138004302978516, -0.17889989912509918, -0.11010061204433441, -0.11843138188123703, 0.15529942512512207, 0.04049477353692055, -0.1538059562444687, -0.10238457471132278, -0.2632967531681061, -0.4066506028175354, -0.1694796234369278, 0.06704167276620865, -0.1069527268409729, 0.48358607292175293, 0.07507698982954025, 0.053355623036623, 0.17386534810066223, 0.05812244117259979, -0.02545006200671196, 0.358608216047287, 0.6461711525917053, -0.04384899511933327, -0.236104816198349, -0.10987654328346252, -0.1526314914226532, 0.22615380585193634, -0.43214479088783264, -0.009177903644740582, -0.14980512857437134, 0.10022184997797012, 0.3675785958766937, 0.18485809862613678, -0.13294675946235657, -0.10373074561357498, 0.30143114924430847, -0.12281491607427597, -0.06046654284000397, 0.2026313692331314, 0.11258701980113983, 0.029544536024332047, -0.31885966658592224, 0.188553124666214, -0.14385905861854553, 0.21207676827907562, -0.16847047209739685, 0.2754541337490082, -0.3759256899356842, 0.00660699000582099, 0.06952263414859772, -0.22461804747581482, -0.25393885374069214, 0.2533934414386749, 0.23672185838222504, -0.010814420878887177, -0.4528048038482666, -0.059716302901506424, -0.15286144614219666, -0.04411175474524498, 0.03518596291542053, 0.3394703269004822, 0.06457618623971939, -0.21491186320781708, 0.28668051958084106, -0.1655326932668686, 0.3187849223613739, -0.1405012011528015, -0.03060108609497547, 0.16513094305992126, -0.1706005334854126, 0.1233377680182457, 0.32328060269355774, -0.08684446662664413, 0.4001075327396393, 0.3078053295612335, 0.12591321766376495, 0.35047680139541626, -0.46420735120773315, -0.08985257893800735, -0.09725219011306763, 0.07601042836904526, 0.0824575275182724, 0.2150225043296814, 0.0803101435303688, -0.33045056462287903, 0.4567122459411621, 0.17809903621673584, -0.43976613879203796, -0.03246697038412094, -0.03318812698125839, -0.023481745272874832, 0.21285401284694672, 0.4603534936904907, 0.7118625640869141, 0.24660198390483856, -0.06432202458381653, -0.0015351271722465754, -0.44060590863227844, -0.13597910106182098, 0.09779036045074463, -0.11283252388238907, -0.03408912569284439, -0.022440394386649132, -0.1731957644224167, -0.22890342772006989, 0.24511472880840302, 0.3726075291633606, 0.19974717497825623, -0.06834631413221359, -0.2542708218097687, -0.06371723860502243, 0.33128008246421814, -0.016416875645518303, 0.12029358744621277, 0.04390737786889076, 0.0945877805352211, 0.09360433369874954, -0.08769459277391434, 0.4587714970111847, -0.10379213094711304, 0.26804831624031067, -0.3279482126235962, 0.020452043041586876, 0.2849452793598175, -0.3552733361721039, 0.014683260582387447, -0.0740165114402771, 0.07187044620513916, -0.523070216178894, -0.017742792144417763, 0.42020609974861145, -0.1770334541797638, -0.02337193861603737, 0.03738570585846901, 0.3540516495704651, 0.3819560408592224, -0.03338557854294777, 0.18730765581130981, -0.2016497403383255, 0.19579897820949554, -0.06268507987260818, -0.016615815460681915, 0.048072461038827896, -0.5048661231994629, 0.06453314423561096, -0.1768932342529297, 0.27670982480049133, 0.20806078612804413, -0.07065599411725998, 0.20410582423210144, 0.15339402854442596, -0.24725301563739777, -0.09324705600738525, 0.1558833122253418, 0.053171753883361816, -0.12387286871671677, 0.2878178060054779, -0.004747138824313879, -0.22274503111839294, -0.05055374652147293, 0.05898551270365715, 0.12522344291210175, 0.059497181326150894, 0.1519237756729126, -0.7165593504905701, -0.1303962767124176, -0.3003399670124054, 0.4730176329612732, 0.06500037759542465, 0.14146485924720764, 0.2740251123905182, 0.30592334270477295, 0.180269256234169, 0.03923559561371803, 0.15569211542606354, 0.15797975659370422, 0.3263918459415436, -0.2770373523235321, -0.2913210690021515, 0.252719908952713, 0.012414606288075447, -0.6747862100601196, -0.04580477997660637, 0.12414411455392838, 0.4542904496192932, 0.3176960349082947, 0.3677249252796173, -0.29086798429489136, -0.31838592886924744, -0.1582980751991272, 0.625507652759552, 0.359698086977005, -0.26094263792037964, -0.547073483467102, 0.08751743286848068, 0.0815587267279625, -0.009708356112241745, -0.35165756940841675, -0.19976267218589783, -0.08900165557861328, 0.10856921225786209, -0.0825406089425087, 0.05614685267210007, -0.052535828202962875, 0.4148560166358948, -0.0966382622718811, -0.028139391914010048, 0.060133449733257294, -0.08392448723316193, 0.07485891133546829, -0.13823969662189484, -0.08649113774299622, 0.03087349608540535, -0.22384287416934967, -0.05678308382630348, -0.018511418253183365, -0.01456922385841608, -0.11554490029811859, 0.010134006850421429, -0.21852245926856995, -0.04248107969760895, 0.2603800892829895, 0.19094495475292206, -0.03902460262179375, -0.30714088678359985, 0.023111313581466675, 0.23466859757900238, 0.12152527272701263, -0.1024421826004982, -0.1453837752342224, 0.30731573700904846, 0.046376537531614304, -0.5197811126708984, 0.10471571236848831, 0.2200467735528946, -0.12312724441289902, 0.2724333703517914, 0.26321446895599365, 0.04754244163632393, 0.12119898945093155, 0.11698924005031586, 0.6702290773391724, 0.13278378546237946, 0.07554463297128677, -0.06738141179084778, -0.1267828345298767, -0.4678802192211151, 0.33049607276916504, 0.028910985216498375, 0.20403623580932617, 0.27684712409973145, 0.6661751866340637, -0.2554275095462799, 0.1683892011642456, -0.11785018444061279, 0.16711834073066711, 0.22293181717395782, 0.19652175903320312, 0.2454439103603363, -0.010121764615178108, -0.43600353598594666, 0.016470275819301605, 0.14652754366397858, -0.28779953718185425, 0.40182989835739136, -0.1158330962061882, 0.4930137097835541, -0.1860627681016922, 0.2582817077636719, -0.13852931559085846, -0.022205648943781853, -0.21805398166179657, 0.012885288335382938, -0.4285237789154053, -0.23239508271217346, -0.1485046148300171, -0.07621270418167114, 0.2523685693740845, -0.17859075963497162, 0.07932639122009277, 0.055577583611011505, -0.036865558475255966, 0.19752299785614014, -0.16308461129665375, -0.04581201449036598, 0.16025350987911224, -0.3878948986530304, -0.16792038083076477, -0.20422108471393585, 0.07746438682079315, 0.30800148844718933, 0.23695319890975952, 0.09832270443439484, -0.061769917607307434, -0.18221160769462585, -0.015308219939470291, 0.1726946383714676, -0.007866918109357357, 0.01552257128059864, 0.07191500812768936, 0.08627542853355408, 0.07572760432958603, 0.37669387459754944, 0.12218522280454636, -0.1704944223165512, -0.23666822910308838, 0.32759523391723633, 0.18327917158603668, -0.47839590907096863, 0.1876119077205658, 0.1887001395225525, -0.01581428386271, 0.07440841943025589, 0.08832301944494247, 0.1430436670780182, -0.11012380570173264, 0.07499532401561737, -0.20708173513412476, -0.32644858956336975, -0.09359438717365265, 0.06924772262573242, -0.05057120695710182, 0.48700904846191406, -0.1527569442987442, 0.19631576538085938, -0.28163036704063416, -0.35365885496139526, -0.3268719017505646, 0.1357560157775879, 0.5643730163574219, -0.07459946721792221, 0.017854144796729088, -0.19251687824726105, -0.2491856962442398, 0.37728139758110046, -0.1506451815366745, -0.06706030666828156, -0.07535038888454437, 0.4667641222476959, -0.1327834576368332, 0.24881522357463837, -0.15168532729148865, 0.36434707045555115, -0.2700643241405487, -0.16932226717472076, -0.016888180747628212, -0.25985121726989746, 0.0033184830099344254, 0.23972174525260925, -0.4742015600204468, 0.5100619792938232, 0.6520215272903442, 0.47603052854537964, 0.03822143375873566, 0.4465685188770294, 0.08318653702735901, 0.20088420808315277, 0.13244566321372986, -0.30310338735580444, 0.06038007140159607, -0.17370055615901947, 0.0945415049791336, -0.10017592459917068, 0.24914154410362244, 0.2203269600868225, 0.1825457662343979, 0.49096038937568665, 0.09994607418775558, 0.14390116930007935, 0.16745388507843018, -0.1853683739900589, -0.2943057417869568, 0.022624896839261055, -0.07263518124818802, 0.305287629365921, 0.3913937509059906, -0.07129067182540894, -0.3285398781299591, -0.20799390971660614, -0.055611465126276016, 0.12685492634773254, -0.07244027405977249, -0.2735835611820221, 0.4675094485282898, -0.044278062880039215, -0.19573107361793518, -0.09981007874011993, -0.26782113313674927, 0.42062246799468994, -0.14053425192832947, -0.08817127346992493, -0.037790194153785706, -0.1660100817680359, -0.24724021553993225, -0.18886759877204895, 0.1933034062385559, -0.06569810211658478, 0.1346166580915451, 0.05938466265797615, -0.30451926589012146 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#learning-about-customer-interests-based-on-behaviour
Learning about customer interests based on behaviour
Learning about customer interests based on behaviour
[ -0.031136373057961464, 0.05928715690970421, -0.35283657908439636, 0.3204420506954193, -0.05250877887010574, -0.36085546016693115, 0.3962126672267914, -0.08955051749944687, 0.12981773912906647, 0.17753955721855164, -0.046710044145584106, 0.10236997902393341, -0.1982778161764145, 0.16597342491149902, -0.2739274799823761, -0.04617742449045181, -0.24476222693920135, 0.12968632578849792, 0.1248898133635521, -0.06774018704891205, 0.22877691686153412, 0.024925237521529198, 0.375652939081192, 0.05970915034413338, 0.11876127868890762, -0.13709287345409393, 0.05006225407123566, -0.2739158868789673, 0.044469092041254044, 0.12930208444595337, 0.4272582530975342, -0.06731219589710236, 0.04861106351017952, 0.21507863700389862, -0.00010385682253399864, -0.32266750931739807, -0.19671623408794403, -0.11215315014123917, 0.0703192949295044, 0.017310844734311104, -0.05934859812259674, 0.09370387345552444, 0.12812428176403046, -0.2678556740283966, -0.5260175466537476, 0.42312538623809814, -0.14320825040340424, -0.1128821149468422, 0.2008693665266037, -0.17499445378780365, 0.27142804861068726, -0.19474279880523682, -0.4472121000289917, 0.07054813206195831, 0.5600498914718628, 0.5526735782623291, -0.02600649930536747, -0.19876345992088318, 0.32291099429130554, -0.1153598204255104, -0.16647781431674957, 0.20070667564868927, -0.19287005066871643, 0.04571902006864548, -0.12796342372894287, -0.09599395096302032, 0.22412699460983276, 0.18352247774600983, 0.1437801718711853, 0.10414262861013412, 0.06413391977548599, 0.4687066078186035, 0.04630758985877037, -0.5599238872528076, 0.1562318056821823, -0.11006754636764526, 0.05247440189123154, 0.006822701543569565, -0.45669424533843994, 0.04053625836968422, -0.01532361563295126, -0.00045601974125020206, 0.03636220097541809, -0.12510043382644653, -0.07838525623083115, 0.29905518889427185, -0.5864453315734863, -0.20493631064891815, 0.07843761146068573, -0.29375454783439636, 0.16878539323806763, 0.27219343185424805, 0.027168849483132362, -0.00763357151299715, -0.12689977884292603, -0.3162584602832794, 0.26062047481536865, 0.583234965801239, 0.12841220200061798, 0.07153711467981339, 0.4366672933101654, 0.25614872574806213, 0.05330171063542366, -0.1222299113869667, 0.32619336247444153, 0.15796731412410736, 0.17983847856521606, -0.14470258355140686, -0.25091710686683655, 0.2703304886817932, -0.17628046870231628, 0.34623241424560547, 0.026315338909626007, 0.25755828619003296, 0.05220566317439079, 0.12509363889694214, 0.0019433266716077924, 0.051031287759542465, -0.33324334025382996, 0.04486039653420448, -0.12827080488204956, -0.19348549842834473, 0.21697057783603668, 0.08611892908811569, -0.19161087274551392, 0.1492617428302765, -0.3167222738265991, -0.04732000455260277, -0.03694521635770798, 0.09423019737005234, -0.0010767622152343392, -0.08383157104253769, -0.09363625943660736, -0.05344726890325546, 0.23961931467056274, 0.33099424839019775, 0.16374237835407257, -0.21899697184562683, -0.5823022127151489, -0.14788992702960968, 0.10098139196634293, -0.36140480637550354, 0.27185672521591187, -0.24018846452236176, -0.17085815966129303, -0.22632816433906555, -0.10477359592914581, 0.029679423198103905, -0.04862453043460846, 0.006654462311416864, -0.1045251116156578, 0.053685035556554794, 0.09237246960401535, 0.28270766139030457, -0.1965910792350769, -0.30455052852630615, 0.31346985697746277, 0.6913491487503052, 0.05505097657442093, 0.15402387082576752, 0.05973087251186371, 0.06295380741357803, -0.015680331736803055, -0.26353776454925537, -0.014257142320275307, 0.14713841676712036, 0.4702918827533722, -0.2396637201309204, -0.31140264868736267, -0.2081870287656784, -0.1805068999528885, 0.1169106662273407, -0.1180315762758255, 0.04571875184774399, 0.1852780431509018, -0.3336634635925293, 0.10208185017108917, -0.14968477189540863, -0.16886629164218903, 0.2455970197916031, -0.3333270847797394, 0.25711479783058167, 0.38315847516059875, -0.021122943609952927, 0.04340463876724243, 0.13191452622413635, -0.043033283203840256, 0.06707721203565598, -0.060986533761024475, -0.0967719554901123, 0.05898718163371086, -0.41920456290245056, 0.22487129271030426, 0.22749240696430206, -0.15563592314720154, 0.12412334233522415, 0.1260627657175064, -0.35225972533226013, 0.180943101644516, -0.016749583184719086, 0.05562498793005943, -0.03951506316661835, 0.3502049744129181, 0.305034339427948, 0.014813951216638088, -0.0932651087641716, -0.17980746924877167, -0.3146163523197174, -0.5921400785446167, 0.09804516285657883, 0.290327250957489, -0.26736682653427124, -0.08958769589662552, 0.0778002142906189, 0.11200273782014847, 0.0238388292491436, 0.2968309223651886, 0.2956835627555847, -0.2909207344055176, -0.367661714553833, -0.05239976942539215, 0.2003265917301178, 0.10984005779027939, -0.11212115734815598, -0.20078051090240479, -0.10924766957759857, -0.0610974095761776, 0.22234222292900085, 0.13998450338840485, 0.03443039208650589, 0.3071615993976593, 0.18129855394363403, 0.2348581999540329, -0.2652277946472168, 0.011806472204625607, 0.4189741313457489, 0.3918455243110657, 0.5726563930511475, -0.007248629815876484, -0.24418503046035767, 0.12642066180706024, -0.09700694680213928, 0.14336706697940826, 0.25128042697906494, -0.2969372570514679, 0.34111177921295166, 0.487197607755661, 0.08132009953260422, -0.045716021209955215, -0.13894639909267426, 0.026055872440338135, -0.25736409425735474, -0.009892761707305908, -0.22336815297603607, 0.3108665347099304, 0.026121309027075768, -0.22268378734588623, 0.1096821129322052, -0.4168305993080139, 0.3439662456512451, -0.22944310307502747, 0.22749564051628113, 0.328659325838089, -0.022159362211823463, 0.31348127126693726, -0.12993355095386505, 0.2583375573158264, -0.11409644037485123, -0.06910376250743866, 0.14803571999073029, -0.11447060108184814, -0.4516645073890686, 0.1681760549545288, 0.069571852684021, -0.052633821964263916, 0.14427824318408966, 0.07241246104240417, -0.09599824249744415, 0.09286519140005112, 0.27092602849006653, -0.09847086668014526, -0.4533582031726837, 0.022002438083291054, -0.15740668773651123, -0.05934133008122444, -0.10347193479537964, 0.07703767716884613, 0.041547294706106186, -0.008445227518677711, -0.20018655061721802, 0.12674114108085632, 0.14867128431797028, -0.13019901514053345, -0.11224406957626343, -0.1297462433576584, -0.35834410786628723, -0.06760316342115402, 0.5772435665130615, 0.12634173035621643, -0.02013132907450199, 0.13363035023212433, -0.17094199359416962, 0.10827481746673584, 0.3063519299030304, -0.3447187840938568, 0.008700067177414894, 0.06224625185132027, -0.2734470069408417, 0.16674767434597015, -0.07007822394371033, -0.4588865041732788, 0.158233642578125, -0.17805635929107666, 0.08765961974859238, 0.3801161050796509, -0.24820227921009064, -0.3275284469127655, -0.25860801339149475, -0.1377640664577484, 0.09819421917200089, 0.2974351644515991, -0.5078791379928589, 0.11215820163488388, -0.12112855911254883, 0.018805956467986107, -0.18509095907211304, -0.12378650158643723, -0.04742124304175377, 0.10058306157588959, 0.4831201732158661, 0.1760440617799759, 0.12152422964572906, -0.27406230568885803, 0.12342219054698944, -0.18993549048900604, 0.3211376965045929, -0.2187098115682602, 0.25590652227401733, -0.01907808892428875, -0.15338334441184998, 0.0901966243982315, -0.28790274262428284, -0.4301028251647949, -0.2321963906288147, 0.16225990653038025, -0.01329823862761259, 0.2755486071109772, 0.0494038425385952, -0.08922122418880463, -0.2075960487127304, -0.3355846703052521, 0.09934958815574646, -0.009693419560790062, -0.14134931564331055, -0.038484636694192886, -0.2669509947299957, 0.15971411764621735, 0.03399050608277321, 0.2210123986005783, -0.15723049640655518, -0.5247989296913147, 0.17576223611831665, 0.1487583965063095, -0.421106219291687, -0.09270239621400833, 0.23237855732440948, 0.18663761019706726, -0.03500255569815636, 0.26265478134155273, -0.045485515147447586, -0.1935594230890274, 0.2929235100746155, -0.1807347536087036, 0.14750583469867706, 0.24797776341438293, -0.15218864381313324, -0.2792794108390808, 0.06962818652391434, -0.15979769825935364, -0.1908399760723114, 0.16951563954353333, 0.08670990914106369, 0.5121996402740479, 0.19248943030834198, 0.24830378592014313, -0.1142263188958168, -0.10393524169921875, -0.10286267846822739, -0.03589277341961861, 0.2696365714073181, -0.0804557204246521, -0.3246186375617981, -0.10068363696336746, 0.14177824556827545, 0.038086339831352234, 0.012023457325994968, -0.1060764342546463, -0.1998668909072876, -0.09833022952079773, 0.041525572538375854, -0.11540970206260681, 0.016424259170889854, 0.3482523262500763, 0.20065931975841522, -0.23217256367206573, -0.2636331021785736, 0.3323110044002533, 0.18778161704540253, -0.18124207854270935, -0.5670756697654724, -0.35115736722946167, 0.09046363085508347, -0.19141189754009247, -0.005247754044830799, 0.45249804854393005, -0.44497495889663696, 0.10523227602243423, -0.06557226926088333, 0.5010635852813721, -0.1369883120059967, -0.0052710361778736115, 0.32212457060813904, -0.20512302219867706, -0.20138370990753174, -0.24169045686721802, -0.01253060158342123, 0.0021544659975916147, 0.5772632360458374, 0.14105485379695892, -0.2341807782649994, -0.08018682897090912, 0.19606244564056396, -0.16995395720005035, -0.39221110939979553, 0.3423979580402374, 0.15200094878673553, 0.2065763920545578, 0.6283119320869446, 0.20140603184700012, 0.046437449753284454, -0.011924230493605137, -0.07005791366100311, 0.32247307896614075, 0.18500585854053497, 0.3017376959323883, 0.017909958958625793, 0.17676953971385956, 0.10568100959062576, -0.24398353695869446, 0.08042895793914795, 0.01880926825106144, 0.10122639685869217, 0.05827532336115837, 0.6301291584968567, -0.2323044240474701, -0.3432483971118927, -0.7412269115447998, 0.03561992570757866, -0.013237545266747475, 0.34028181433677673, 0.5643835067749023, 0.7352578639984131, 0.35790812969207764, 0.09364424645900726, 0.33111947774887085, -0.5804376602172852, 0.05247378349304199, 0.022260742262005806, -0.24240054190158844, -0.05780002474784851, 0.39717134833335876, -0.1296776384115219, -0.006103340070694685, 0.2646896243095398, 0.46114635467529297, 0.007384089287370443, -0.2872103750705719, -0.15643993020057678, -0.04952486976981163, 0.2286238670349121, 0.0008781938813626766, -0.2553234100341797, -0.14416955411434174, -0.14354343712329865, 0.19438286125659943, 0.0546443909406662, 0.1584232896566391, 0.14424598217010498, 0.0004972300375811756, -0.3992704749107361, 0.04290544241666794, -0.10239540040493011, -0.0558796301484108, -0.4702034294605255, -0.4522957503795624, -0.07945764809846878, -0.6286970376968384, 0.260917603969574, -0.024633046239614487, 0.11129163950681686, 0.03375915437936783, -0.16535831987857819, 0.09049010276794434, 0.17344222962856293, 0.12611660361289978, 0.41590768098831177, 0.0013957064365968108, 0.27069705724716187, -0.04793592542409897, 0.046242766082286835, 0.016482345759868622, -0.16944222152233124, -0.10552646219730377, -0.21198396384716034, 0.03543442115187645, 0.06201516464352608, -0.5499683022499084, -0.31114301085472107, 0.017977844923734665, -0.3488138020038605, 0.11049345880746841, 0.20279617607593536, 0.3435824513435364, 0.03365063667297363, -0.0015120969619601965, 0.2426305115222931, -0.033380478620529175, -0.3179623484611511, -0.1506863534450531, 0.20528292655944824, -0.1561545580625534, 0.06513005495071411, -0.29539045691490173, -0.08301211893558502, -0.38681137561798096, -0.12573005259037018, 0.35120242834091187, 0.20178338885307312, -0.24606873095035553, 0.21194612979888916, -0.3352920114994049, 0.21706154942512512, 0.07112523913383484, -0.02321810834109783, 0.22434593737125397, -0.0880877748131752, -0.15785789489746094, -0.11831667274236679, 0.3288164436817169, -0.2506122291088104, -0.20082344114780426, 0.1546410173177719, -0.2937970757484436, 0.18181927502155304, 0.20874233543872833, -0.3768754005432129, -0.19415651261806488, -0.12057772278785706, 0.2274329960346222, 0.4128515124320984, -0.18798770010471344, -0.37219730019569397, 0.32152435183525085, 0.272396057844162, -0.13791310787200928, -0.2957766056060791, -0.29850003123283386, -0.05163715407252312, 0.029832808300852776, 0.07422668486833572, 0.1965128481388092, -0.2081909477710724, -0.08635429292917252, -0.16751717031002045, 0.10967933386564255, -0.060500893741846085, 0.1956874132156372, 0.25935977697372437, 0.08919595927000046, -0.3901446461677551, 0.025164563208818436, -0.025246640667319298, 0.07033217698335648, -0.018340006470680237, -0.3920486867427826, -0.25709763169288635, 0.05656898021697998, 0.016353007405996323, -0.11955364048480988, 0.07538746297359467, 0.3104678988456726, 0.3098911941051483, -0.03209562972187996, 0.1706847846508026, 0.12112166732549667, 0.07860647141933441, 0.09171094000339508, 0.020015744492411613, 0.03490914776921272, 0.13220632076263428, 0.18539917469024658, -0.05090268328785896, 0.24294960498809814, -0.16473887860774994, 0.19870497286319733, 0.04970850422978401, -0.3723272383213043, 0.008104774169623852, 0.2596149444580078, 0.1900191605091095, 0.300843209028244, 0.21615903079509735, 0.010058780200779438, 0.11568842828273773, -0.19239628314971924, 0.22353754937648773, 0.12899890542030334, -0.1626124083995819, 0.06215342879295349, 0.30622944235801697, -0.047277674078941345, 0.4019932150840759, -0.06451153755187988, 0.2958480417728424, 0.39189669489860535, 0.07939530164003372, 0.06149597838521004, 0.15239231288433075, -0.11108584702014923, -0.30294546484947205, -0.2125174105167389, 0.03674289956688881, 0.4120919406414032, 0.008910476230084896, 0.6927584409713745, -0.1711268424987793, 0.08030643314123154, 0.011034821160137653, -0.01625298149883747, -0.14569473266601562, 0.16534064710140228, -0.23610243201255798, -0.057470131665468216, -0.2295602262020111, -0.32266169786453247, -0.08676096796989441, -0.13554614782333374, -0.03711727634072304, -0.08646148443222046, -0.04649842903017998, -0.21107958257198334, 0.1415204554796219, 0.16377082467079163, -0.025302493944764137, -0.2721727788448334, 0.09008049219846725, -0.24146120250225067, 0.15004640817642212, 0.019672874361276627, 0.09210436046123505, -0.018586596474051476, -0.014503655023872852, -0.02747984789311886, -0.192426860332489, -0.1787472516298294, -0.31087806820869446, -0.0899733379483223, 0.018722159788012505, 0.04766657203435898, 0.07128453999757767, 0.24211032688617706, 0.17626993358135223, -0.36167779564857483, 0.22481921315193176, 0.30259284377098083, -0.061358727514743805, -0.3830493092536926, 0.2117103487253189, 0.08955985307693481, -0.015285161323845387, 0.009568003937602043, -0.052041683346033096, 0.07048869878053665, -0.22275805473327637, -0.21978908777236938, -0.1597013622522354, 0.19375605881214142, -0.1228657066822052, 0.10853094607591629, -0.06316971778869629, 0.04675007984042168, 0.08728916198015213, 0.10445012897253036, 0.03648953512310982, 0.19879138469696045, -0.22860172390937805, -0.09367842972278595, 0.6461296081542969, -0.18839792907238007, 0.238652765750885, -0.21252751350402832, 0.11455243080854416, 0.3565744459629059, -0.23365645110607147, 0.08967848867177963, 0.5633261203765869, -0.021210793405771255, -0.25194472074508667, 0.21615086495876312, -0.3006037175655365, 0.24342913925647736, 0.23082083463668823, -0.25611570477485657, 0.27079761028289795, 0.1576196700334549, 0.1861773580312729, -0.2302948534488678, -0.1551608294248581, -0.00949644111096859, -0.2892608046531677, 0.11137443780899048, -0.1345171481370926, 0.46562376618385315, -0.09363290667533875, 0.01709924079477787, -0.2531261146068573, -0.03930385410785675, 0.023677237331867218, 0.023960191756486893, 0.29595234990119934, 0.42631101608276367, 0.11754340678453445, 0.20156754553318024, 0.3287557363510132, 0.0655679851770401, 0.1208488717675209, 0.21714630722999573, 0.29986071586608887, -0.0718797817826271, -0.1016375944018364, 0.08658231049776077, 0.04449575021862984, 0.02223808690905571, 0.09777486324310303, 0.0751434937119484, -0.05315874144434929, -0.16140322387218475, -0.11923759430646896, 0.16496606171131134, -0.2861098051071167, -0.2015659213066101, 0.09604907035827637, 0.1088251993060112, -0.19909675419330597, 0.007704457268118858, 0.024428248405456543, 0.17562857270240784, -0.10349010676145554, 0.465533971786499, 0.0019632279872894287, -0.08898528665304184, -0.3066456913948059, -0.1384372115135193, 0.26072707772254944, 0.19033144414424896, 0.44473475217819214, -0.20632021129131317, -0.08936182409524918 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#assign-target-groups-to-documents
Assign Target Groups to Documents If there is a document, directly associate this document with a target group. Every time a visitor visits that page, it gets the technical-guy target group assigned. Since one visit might be a coincidence, multiple visits might hint for a technical interest of that visitor. To filter out the coincidence visitors, a threshold can be defined at the target group. So not before the third visit, the target group is actually assigned to the visitors profile. For a real-life example please have a look at our public demo instance.
Assign Target Groups to Documents
[ 0.37935715913772583, -0.3776148557662964, -0.1898614764213562, -0.04890203848481178, -0.36127838492393494, -0.277271032333374, 0.12180618941783905, -0.14306266605854034, -0.10013473033905029, 0.08272012323141098, -0.030761051923036575, 0.023122843354940414, 0.15506747364997864, 0.18338526785373688, 0.11091513186693192, -0.0848962739109993, 0.1691809594631195, 0.13841097056865692, 0.28982022404670715, 0.01729792356491089, -0.05467468127608299, -0.1697864532470703, 0.052828676998615265, 0.07548452913761139, -0.019709238782525063, -0.198363795876503, -0.05682520568370819, -0.032177411019802094, 0.2035854309797287, -0.1600417196750641, -0.26469656825065613, 0.49238502979278564, -0.1355530321598053, 0.29766765236854553, -0.00010179985110880807, -0.2738666236400604, -0.09071909636259079, -0.07595037668943405, 0.14861637353897095, 0.033289551734924316, -0.11514143645763397, 0.16888955235481262, -0.14430837333202362, -0.2540353238582611, -0.2769230306148529, 0.07002122700214386, -0.0021382763516157866, 0.05343750864267349, 0.3235814571380615, 0.031766172498464584, 0.26560717821121216, -0.05671745911240578, -0.2568586468696594, 0.009746945463120937, 0.26275092363357544, 0.22925332188606262, -0.2578308880329132, -0.11370500922203064, 0.33331742882728577, -0.23494188487529755, -0.06860329210758209, 0.2300485074520111, -0.07211878895759583, 0.2070440798997879, 0.4840501844882965, 0.1574055701494217, 0.429563045501709, -0.3659537434577942, -0.302021861076355, 0.13869477808475494, 0.28765320777893066, 0.3181740641593933, 0.12270350009202957, -0.26124435663223267, -0.005851016379892826, 0.39014145731925964, 0.13216550648212433, 0.11513600498437881, -0.3433201014995575, -0.03006472811102867, 0.10331631451845169, 0.0535840168595314, -0.37161728739738464, 0.07031980156898499, 0.2890746295452118, 0.16831067204475403, -0.05256655439734459, -0.10673532634973526, 0.4941796064376831, 0.17841580510139465, 0.4021287262439728, 0.07585490494966507, 0.37983113527297974, 0.14464688301086426, 0.26325422525405884, -0.26488056778907776, 0.0007890370325185359, 0.5291924476623535, 0.3586269021034241, 0.2074551284313202, 0.3497878909111023, 0.19400052726268768, 0.12029901146888733, 0.3023016154766083, 0.08126027137041092, -0.22645817697048187, 0.1817016750574112, 0.009709056466817856, 0.1744592934846878, 0.09173580259084702, -0.02605675719678402, 0.4138121008872986, 0.19575512409210205, -0.037684403359889984, 0.2640748918056488, -0.004480961710214615, 0.05644012615084648, 0.0643649771809578, -0.07487620413303375, 0.15110105276107788, -0.19987879693508148, -0.05136857554316521, -0.16162604093551636, 0.21519728004932404, -0.04172185808420181, -0.2815260887145996, -0.20895615220069885, -0.1785191297531128, -0.35847362875938416, -0.16337522864341736, 0.027005909010767937, -0.04104029759764671, -0.11005394160747528, 0.09539134800434113, 0.12775219976902008, 0.08507826924324036, -0.093417227268219, -0.0935264602303505, -0.07899823784828186, -0.3899126648902893, 0.536439836025238, -0.11131606996059418, 0.12819097936153412, -0.004412197042256594, -0.05963391810655594, -0.2387457638978958, -0.09165415167808533, -0.04556455463171005, -0.25847843289375305, -0.027270426973700523, 0.11657433956861496, 0.07825715839862823, 0.24300649762153625, 0.3084748685359955, 0.12041345983743668, -0.0100419195368886, 0.0569063201546669, 0.3784482777118683, -0.20651568472385406, 0.3304011821746826, 0.12268494814634323, 0.25860631465911865, -0.026506373658776283, -0.0009676017216406763, -0.22997352480888367, 0.3468581438064575, 0.5995998382568359, -0.12114249914884567, 0.00464659184217453, -0.22065995633602142, 0.0296255424618721, -0.14009587466716766, -0.07733698934316635, 0.20113641023635864, -0.07487955689430237, -0.035311974585056305, 0.28894609212875366, -0.0648355782032013, -0.0680762380361557, -0.08451307564973831, -0.42514485120773315, 0.3736361265182495, 0.31637829542160034, 0.18921752274036407, -0.08493725955486298, -0.12713028490543365, -0.16061517596244812, 0.15992315113544464, -0.06666434556245804, 0.10087868571281433, -0.24145838618278503, 0.25947463512420654, 0.2035510241985321, -0.08691839873790741, 0.03056093119084835, 0.06531082093715668, 0.17434434592723846, -0.12797130644321442, 0.013895221054553986, 0.25948014855384827, 0.13125337660312653, -0.005344847217202187, 0.2122696340084076, 0.18205903470516205, 0.2181798368692398, 0.21315190196037292, -0.14465710520744324, -0.15712688863277435, -0.23175665736198425, -0.09342038631439209, 0.6152487993240356, -0.5563502907752991, -0.43067285418510437, -0.26488813757896423, -0.22668996453285217, -0.18401053547859192, 0.2811349034309387, 0.31132516264915466, 0.03849770501255989, -0.13632214069366455, 0.07732643187046051, 0.06609892845153809, -0.1542893350124359, 0.20319272577762604, -0.10639059543609619, 0.011274888180196285, -0.27025455236434937, 0.4590374529361725, 0.06824351847171783, 0.058014240115880966, 0.09643621742725372, -0.050044260919094086, 0.2484348565340042, 0.052064310759305954, 0.21814024448394775, 0.02645260840654373, 0.5107102394104004, 0.5896820425987244, 0.08479071408510208, -0.3559421896934509, -0.08429080992937088, 0.22515681385993958, 0.12080083042383194, 0.14762872457504272, -0.18335303664207458, 0.13710691034793854, 0.23094572126865387, 0.11575347930192947, -0.30839571356773376, -0.19818773865699768, 0.09500011801719666, -0.2648355960845947, -0.008847878314554691, -0.08793482184410095, -0.020801197737455368, -0.0531795434653759, -0.07791728526353836, 0.12194911390542984, -0.329252690076828, 0.5203401446342468, -0.36804020404815674, -0.016063811257481575, 0.1877036690711975, 0.20496688783168793, 0.06548130512237549, -0.34861838817596436, -0.04074431210756302, 0.21369881927967072, -0.07698248326778412, 0.14410990476608276, 0.4277932941913605, -0.2548024356365204, -0.18489482998847961, -0.07659481465816498, -0.02807478979229927, -0.06703053414821625, -0.19584669172763824, 0.028460457921028137, -0.14362037181854248, 0.42526111006736755, -0.09520657360553741, -0.4428366720676422, 0.11547704041004181, -0.07114288955926895, -0.2850537896156311, -0.02572428062558174, 0.3443230986595154, -0.49492985010147095, -0.01772638037800789, 0.13188597559928894, -0.2375757098197937, -0.05585917457938194, 0.31526848673820496, 0.17846925556659698, -0.23957477509975433, -0.21961912512779236, 0.17529596388339996, 0.8762634992599487, 0.034428671002388, 0.34722232818603516, -0.28123629093170166, 0.07448818534612656, -0.10921255499124527, 0.20550422370433807, 0.01981426402926445, 0.18768522143363953, 0.6078923940658569, -0.16151979565620422, 0.041279491037130356, -0.4307560324668884, -0.29232361912727356, -0.029702072963118553, 0.13366524875164032, 0.24098975956439972, -0.08048291504383087, 0.10339715331792831, -0.06066562607884407, -0.02444332279264927, -0.21448755264282227, 0.08072371780872345, -0.0858248770236969, -0.19649720191955566, -0.15076331794261932, 0.18926717340946198, 0.0010199120733886957, -0.24777962267398834, -0.08030429482460022, -0.17175668478012085, 0.005399703048169613, 0.15267027914524078, 0.32558900117874146, 0.09836733341217041, -0.13962751626968384, -0.06732203811407089, -0.0855972096323967, 0.4715869128704071, -0.37096649408340454, -0.16046404838562012, 0.27504366636276245, -0.39175814390182495, -0.07888472080230713, 0.06820008903741837, -0.3098677694797516, -0.22633786499500275, -0.14442476630210876, -0.307793527841568, -0.433420330286026, -0.02448473498225212, -0.2826966643333435, -0.27923446893692017, 0.00712086446583271, 0.060210779309272766, -0.0846613273024559, -0.38144823908805847, -0.1084679365158081, 0.38678568601608276, 0.19448690116405487, -0.07542076706886292, 0.3774821162223816, -0.034085582941770554, -0.6012383699417114, 0.3194458782672882, 0.14485730230808258, -0.04338313639163971, 0.029894744977355003, 0.15067045390605927, 0.32343539595603943, -0.00157632096670568, 0.1928107887506485, 0.20751188695430756, -0.22952169179916382, 0.18183302879333496, 0.2583499252796173, 0.4437853991985321, 0.05416460335254669, -0.3133239150047302, -0.05772200971841812, -0.3185867667198181, -0.3910123407840729, -0.3638988733291626, 0.06898769736289978, -0.06828756630420685, 0.1325732320547104, -0.10340732336044312, -0.32709261775016785, 0.39242497086524963, 0.03388677537441254, -0.11468176543712616, 0.23509396612644196, 0.23446139693260193, 0.0011071392800658941, -0.12356036901473999, 0.14115646481513977, -0.11612515151500702, 0.18140581250190735, -0.062373802065849304, -0.13498197495937347, 0.02866327203810215, -0.25655117630958557, 0.2858630120754242, -0.03684660419821739, -0.030109671875834465, -0.209066241979599, 0.16682280600070953, -0.24001160264015198, -0.06902118772268295, 0.30727073550224304, 0.23466715216636658, -0.09181155264377594, -0.2973209321498871, 0.11151790618896484, 0.08782874792814255, -0.028051866218447685, -0.07869001477956772, 0.10483348369598389, -0.46827685832977295, 0.01893998496234417, -0.0829409807920456, 0.09433288872241974, -0.11912975460290909, -0.11418099701404572, 0.5975031852722168, 0.006797758396714926, -0.31177818775177, -0.1648932695388794, -0.48225539922714233, 0.3755916655063629, 0.03858848661184311, 0.15136834979057312, 0.12256382405757904, -0.25584566593170166, 0.25816279649734497, -0.25025588274002075, 0.5652480721473694, 0.2302432358264923, 0.259403258562088, 0.14315328001976013, -0.14201807975769043, -0.21005751192569733, -0.17250461876392365, -0.2997784912586212, 0.08227196335792542, 0.43787893652915955, 0.45362985134124756, 0.37025701999664307, -0.23777857422828674, 0.28257542848587036, -0.031867604702711105, 0.2921026051044464, -0.23319575190544128, -0.13345645368099213, -0.12166976183652878, -0.13184711337089539, 0.05483756586909294, -0.3244673013687134, -0.5096480250358582, -0.0030699484050273895, 0.14829620718955994, -0.15099915862083435, 0.027054300531744957, 0.23719754815101624, 1.1083167791366577, 0.1575927883386612, 0.046897996217012405, -0.2063543051481247, -0.3148282766342163, -0.01503834780305624, -0.43008220195770264, -0.07459458708763123, -0.17240765690803528, 0.06428872048854828, 0.049630362540483475, 0.027930986136198044, 0.22537918388843536, 0.17587250471115112, -0.3747800290584564, -0.28070640563964844, -0.26209744811058044, -0.04446540027856827, -0.017810029909014702, 0.040656719356775284, -0.03402729332447052, -0.009110995568335056, 0.13517363369464874, 0.22304919362068176, -0.01654825359582901, 0.2218901365995407, 0.042973313480615616, 0.15883757174015045, -0.1916608363389969, -0.24976365268230438, 0.2067328691482544, -0.3520362377166748, -0.5628327131271362, -0.417260080575943, -0.11995478719472885, -0.4318068027496338, 0.05828430503606796, -0.12641102075576782, 0.08288408070802689, 0.003025785554200411, -0.1706690490245819, 0.007894107140600681, 0.2708238363265991, 0.13613155484199524, 0.09734690189361572, -0.40466442704200745, 0.17337100207805634, -0.059893906116485596, -0.0678921565413475, 0.015661343932151794, 0.03830445557832718, -0.1951693743467331, -0.19285732507705688, 0.12153438478708267, 0.04686956852674484, -0.03522617369890213, 0.4165225625038147, 0.08773916214704514, -0.25028136372566223, -0.07135947048664093, 0.28452327847480774, 0.09261369705200195, -0.2210475355386734, 0.026877980679273605, -0.03649051487445831, -0.1401929408311844, -0.025122536346316338, -0.06730011850595474, 0.14880244433879852, -0.27637195587158203, -0.42433300614356995, -0.26180726289749146, -0.3071901798248291, -0.4465022683143616, 0.29797789454460144, 0.15663573145866394, 0.15311852097511292, -0.027796966955065727, 0.1660369634628296, -0.4164508581161499, 0.32873713970184326, 0.5450429916381836, 0.04762730747461319, 0.184937983751297, 0.03188222274184227, -0.08602132648229599, 0.35000014305114746, -0.050507474690675735, -0.13266706466674805, 0.16462956368923187, 0.008651657029986382, 0.026990382000803947, 0.22498083114624023, 0.6062527894973755, -0.4540936052799225, -0.10993095487356186, -0.19853709638118744, 0.3208552598953247, 0.2867957353591919, 0.036497604101896286, -0.28004738688468933, 0.25006988644599915, 0.09212564677000046, 0.0940779596567154, -0.13570405542850494, -0.3938056528568268, -0.1982317715883255, 0.05234459787607193, -0.20899637043476105, -0.05859493091702461, -0.1269528716802597, 0.10170041024684906, -0.05085616931319237, -0.10355360060930252, 0.2255479395389557, -0.09599968791007996, 0.09149926900863647, 0.03800758346915245, 0.019715921953320503, -0.1260523796081543, -0.005552832502871752, -0.1889207512140274, -0.1452949047088623, 0.10262716561555862, -0.09746360778808594, -0.022552574053406715, -0.4301668107509613, -0.16066990792751312, 0.24836274981498718, 0.35187068581581116, 0.32510480284690857, -0.18437346816062927, -0.02584625594317913, 0.3250845968723297, 0.09488734602928162, 0.23882326483726501, -0.09517897665500641, 0.06947039812803268, -0.308460533618927, -0.1702963411808014, -0.024947643280029297, 0.4277281165122986, -0.12429793179035187, -0.2487039715051651, 0.16251777112483978, -0.3569035530090332, 0.08108299225568771, 0.4740896224975586, 0.4691630005836487, 0.0653582438826561, 0.09029972553253174, -0.06329655647277832, 0.034884221851825714, -0.19496029615402222, 0.1618245393037796, -0.22451584041118622, -0.26010528206825256, -0.03419697657227516, 0.23693327605724335, -0.25772765278816223, 0.4692864716053009, 0.0843530222773552, 0.2958429753780365, 0.2631780803203583, 0.181113138794899, 0.333662211894989, -0.13012513518333435, -0.08261249214410782, 0.2467622309923172, 0.11912757158279419, -0.031303521245718, 0.1903967708349228, 0.1654757559299469, 0.2766428589820862, 0.16407687962055206, 0.06922093778848648, -0.09873954951763153, -0.20121236145496368, 0.13927088677883148, 0.2640308439731598, -0.15795639157295227, -0.24090002477169037, -0.2511635720729828, -0.29691991209983826, 0.22488220036029816, -0.2828912138938904, 0.12698331475257874, 0.09749148786067963, 0.03099173866212368, -0.1882736086845398, 0.2722610831260681, 0.06206413730978966, 0.3464733362197876, -0.42090845108032227, -0.26208603382110596, -0.13651856780052185, -0.04852065443992615, 0.05761577934026718, 0.02827329933643341, -0.196940079331398, -0.04800117388367653, -0.12894277274608612, 0.06628860533237457, -0.0663912296295166, -0.14638464152812958, -0.3201991319656372, -0.16301967203617096, 0.17269693315029144, -0.525165855884552, 0.22474324703216553, 0.12467114627361298, -0.23126861453056335, 0.022133631631731987, 0.42651405930519104, -0.03623731806874275, -0.15965913236141205, -0.021278873085975647, 0.02239111252129078, 0.0324268564581871, -0.157114639878273, 0.09805402904748917, -0.3535488545894623, -0.3464645743370056, 0.16147370636463165, -0.21712100505828857, 0.034938499331474304, -0.4589221179485321, 0.08874665200710297, 0.06384614109992981, 0.2623884379863739, 0.06630793958902359, 0.2024228274822235, -0.20596380531787872, -0.2228127270936966, -0.13181479275226593, 0.45251163840293884, 0.2201787531375885, 0.013235114514827728, 0.052826669067144394, 0.21933136880397797, -0.282002717256546, 0.26138925552368164, 0.16476675868034363, 0.05560063570737839, 0.16633567214012146, 0.3923752009868622, -0.047862593084573746, 0.13294591009616852, -0.22243601083755493, -0.04466807469725609, 0.08780888468027115, -0.20266704261302948, 0.19103384017944336, -0.4263198673725128, 0.20558379590511322, 0.24310731887817383, -0.27297893166542053, 0.4769023060798645, 0.35694777965545654, 0.38890013098716736, -0.10562952607870102, 0.4113050699234009, -0.06935813277959824, 0.09717768430709839, -0.012273279950022697, 0.13854122161865234, -0.3246225416660309, -0.16189070045948029, 0.40767163038253784, -0.09920308738946915, 0.0011687378864735365, -0.017450006678700447, 0.18742701411247253, 0.11758001893758774, 0.19049221277236938, 0.1438811719417572, -0.12338897585868835, 0.07955952733755112, -0.1058487519621849, 0.007024265825748444, -0.020207714289426804, 0.24605320394039154, 0.07195236533880234, -0.22840072214603424, -0.2819659113883972, -0.16603080928325653, -0.18733754754066467, 0.16815154254436493, -0.14744462072849274, -0.31277742981910706, 0.5820665955543518, 0.09065693616867065, -0.003896469948813319, -0.06346213817596436, -0.4294244945049286, 0.11399263143539429, -0.011399297043681145, -0.11363697797060013, 0.3186236023902893, -0.154378741979599, -0.17029103636741638, -0.253627747297287, 0.2162795513868332, -0.005000438541173935, 0.46927088499069214, -0.16805040836334229, -0.44178536534309387 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#global-targeting-rules-with-simple-conditions-&-actions
Global Targeting Rules with simple Conditions & Actions Regular visits in a certain shopping category (e.g. football) indicate an interest in football. To track that information, add a global targeting rule with a URL condition and an action to assign the corresponding target group. To eliminate coincidence visits, e.g. an additional time on site condition can be added, like at the profiling_football targeting rule at the demo. The action should be executed on every request that matches the criteria - so use the scope Hit here. By doing so, the assignment count of the target group gets increased every time and so a certain relevance for the target groups can be identified - e.g. visitor is more interested in football that in basketball.
Global Targeting Rules with simple Conditions & Actions
[ 0.1267312914133072, -0.3335890471935272, -0.19697509706020355, -0.04412863403558731, 0.044455625116825104, -0.2847296893596649, -0.012679173611104488, -0.07852181792259216, -0.16382846236228943, -0.21587654948234558, -0.09104267507791519, -0.11922139674425125, -0.17052717506885529, 0.2063632607460022, 0.04839305579662323, 0.06139048561453819, 0.020173190161585808, -0.028744611889123917, -0.056562695652246475, 0.14519572257995605, 0.031423334032297134, -0.07152806967496872, 0.09695463627576828, 0.23431845009326935, -0.24909231066703796, -0.11270216852426529, -0.12773223221302032, -0.23431068658828735, 0.05596358701586723, -0.15136279165744781, 0.016362860798835754, 0.10773886740207672, 0.06391936540603638, 0.21412670612335205, -0.0001008961844490841, -0.3361455500125885, -0.07638745754957199, -0.34288346767425537, 0.08456450700759888, 0.04841676726937294, 0.04190344363451004, 0.08582725375890732, -0.08604342490434647, -0.19537940621376038, -0.09756555408239365, 0.07872036844491959, -0.10172808170318604, -0.0019672776106745005, 0.0059714242815971375, 0.06789354979991913, 0.3303987979888916, -0.1194443553686142, -0.1532999575138092, -0.0740005150437355, 0.3672421872615814, 0.02289758063852787, -0.007769029587507248, -0.054827865213155746, 0.05205785110592842, -0.19508180022239685, -0.020004717633128166, 0.2016366422176361, -0.2162737250328064, 0.15185809135437012, 0.23486866056919098, -0.00861349981278181, 0.1363915354013443, -0.19865192472934723, 0.19567161798477173, 0.13446329534053802, 0.055839043110609055, 0.16973985731601715, -0.010499563068151474, -0.24548198282718658, 0.06557341665029526, -0.10374802350997925, -0.14108096063137054, 0.09984677284955978, -0.12710215151309967, 0.09310677647590637, 0.12148863077163696, 0.10096187889575958, -0.028629083186388016, 0.18744437396526337, 0.22813165187835693, 0.06647851318120956, -0.09556303173303604, -0.16390302777290344, 0.1298438310623169, -0.06925857067108154, 0.027706902474164963, -0.05764590948820114, 0.1019258052110672, 0.22179779410362244, -0.277804434299469, -0.5688872933387756, 0.030537685379385948, 0.6685181260108948, 0.24254870414733887, 0.2313683182001114, 0.42922356724739075, 0.18860410153865814, 0.1789889633655548, 0.17153504490852356, 0.20072445273399353, -0.005553266033530235, 0.1538027971982956, -0.41667869687080383, 0.10633230954408646, -0.08988172560930252, -0.17577871680259705, 0.39432913064956665, 0.2112703025341034, -0.054440855979919434, -0.061243973672389984, -0.05151917040348053, -0.18649886548519135, 0.135310560464859, -0.23753315210342407, 0.11263412237167358, -0.3109312057495117, -0.1654471606016159, 0.050649214535951614, 0.35601887106895447, 0.031746938824653625, -0.1672952026128769, -0.35367047786712646, -0.056328047066926956, 0.019125623628497124, -0.0907566025853157, -0.09317152947187424, 0.14383696019649506, -0.17073842883110046, 0.25451523065567017, 0.15962094068527222, 0.3284473419189453, 0.027661405503749847, -0.23024676740169525, -0.36754482984542847, -0.3350798785686493, 0.19096188247203827, -0.3830799162387848, 0.1911337971687317, -0.3149785101413727, -0.06312336027622223, -0.28226354718208313, 0.03962724283337593, 0.1037076860666275, -0.35681024193763733, 0.11428641527891159, 0.08909087628126144, -0.14906111359596252, 0.5084410905838013, 0.2829033136367798, -0.3470219671726227, -0.42674490809440613, 0.45770174264907837, 0.5893972516059875, -0.3679504096508026, 0.23516464233398438, -0.023234320804476738, 0.4879411458969116, -0.013014739379286766, -0.08912526816129684, -0.1818295121192932, 0.4033888280391693, 0.3277488052845001, -0.23766648769378662, 0.10382303595542908, 0.08515859395265579, -0.23069636523723602, -0.08227862417697906, -0.15978577733039856, 0.07586825639009476, 0.21686069667339325, -0.12373775243759155, 0.3014413118362427, 0.06436970829963684, -0.07301758229732513, 0.007459910120815039, -0.5346019268035889, 0.03811259567737579, 0.16774222254753113, 0.2183670550584793, -0.0885239914059639, -0.0025339419953525066, 0.18695972859859467, 0.2676934599876404, -0.01897883042693138, 0.04556525498628616, -0.0326448492705822, -0.33262747526168823, 0.14589306712150574, 0.1743142455816269, 0.07672704756259918, -0.1945541799068451, 0.27050361037254333, -0.016293799504637718, -0.0011048392625525594, 0.1346411556005478, -0.08110545575618744, 0.020788542926311493, 0.3869099020957947, 0.09466090798377991, 0.04087773710489273, -0.0657062754034996, -0.1990792453289032, -0.17636233568191528, -0.37576058506965637, 0.2753443121910095, 0.4011278450489044, -0.40379396080970764, -0.27684485912323, -0.16396979987621307, -0.10767623782157898, -0.20722009241580963, 0.32479387521743774, 0.027612371370196342, -0.040382131934165955, -0.25441774725914, -0.004279137589037418, 0.056040208786726, 0.19135954976081848, -0.12582582235336304, 0.37178558111190796, 0.11486846953630447, -0.08436668664216995, -0.010924739763140678, 0.13679125905036926, 0.18924394249916077, 0.4636552631855011, 0.006897244602441788, 0.16584289073944092, -0.0026248900685459375, 0.287641316652298, 0.10428041964769363, 0.7691521644592285, 0.46877047419548035, -0.07311960309743881, -0.05454971641302109, -0.18994633853435516, 0.2244497537612915, 0.11514592170715332, 0.0840834453701973, -0.3610818684101105, 0.28704410791397095, 0.46479809284210205, 0.21849025785923004, -0.22392112016677856, -0.08614373952150345, 0.08140169829130173, -0.3004186451435089, 0.06528013944625854, -0.07200462371110916, -0.011501639150083065, -0.008330350741744041, -0.12054325640201569, 0.21986526250839233, -0.3239859938621521, 0.3871223032474518, -0.10516411066055298, 0.043479375541210175, 0.3855288028717041, 0.29830795526504517, 0.013747714459896088, -0.29270997643470764, -0.0041994499042630196, 0.2995985448360443, 0.05081649869680405, 0.3123111128807068, 0.26975613832473755, -0.13994506001472473, 0.04151258245110512, -0.10195616632699966, 0.18437816202640533, 0.15869800746440887, -0.0625612661242485, -0.3879131078720093, -0.06984087824821472, 0.25530746579170227, -0.07924821227788925, -0.41365498304367065, 0.06797952204942703, -0.07455256581306458, -0.11906836926937103, -0.29655027389526367, 0.011074623093008995, -0.07838788628578186, -0.18286855518817902, -0.13460518419742584, -0.29397985339164734, -0.13412177562713623, 0.25222814083099365, -0.02743757702410221, -0.14673228561878204, -0.05299029499292374, 0.06886585056781769, 0.7047582268714905, -0.06878640502691269, -0.09199467301368713, -0.1235889345407486, -0.3879983425140381, -0.18159158527851105, 0.33177387714385986, -0.05592767894268036, -0.023386700078845024, 0.17535565793514252, -0.03535192087292671, 0.2888333201408386, -0.022778242826461792, -0.48232030868530273, 0.04582308232784271, 0.1272115558385849, 0.059118758887052536, 0.021281421184539795, 0.003572846995666623, -0.3602374196052551, 0.17565999925136566, -0.05467035993933678, 0.05027264729142189, 0.09795303642749786, -0.3383381962776184, -0.11912145465612411, 0.1792682409286499, 0.05725254490971565, -0.10778489708900452, -0.2499602884054184, -0.15900474786758423, -0.18584834039211273, 0.23815777897834778, 0.1882994920015335, -0.0008308454416692257, -0.2562570571899414, 0.1571071296930313, -0.14090189337730408, 0.2626051604747772, -0.3739367425441742, 0.14156456291675568, 0.4392736256122589, -0.2998853325843811, -0.13326257467269897, -0.06557620316743851, -0.24490414559841156, 0.0706229880452156, -0.1342824399471283, -0.24633429944515228, -0.3069014251232147, 0.031478654593229294, -0.434927374124527, 0.021358229219913483, -0.10987095534801483, -0.018601860851049423, -0.036151014268398285, -0.45385250449180603, -0.01805875077843666, 0.12056900560855865, 0.2544308006763458, -0.1199164167046547, 0.15778128802776337, -0.06285867094993591, -0.5609679818153381, 0.5650826096534729, 0.13518936932086945, -0.09273142367601395, -0.2410077154636383, 0.4982318580150604, 0.21337726712226868, 0.0633796751499176, 0.30724036693573, 0.2633766233921051, -0.1912781000137329, -0.07478268444538116, 0.11547956615686417, 0.3486191928386688, 0.03084545023739338, -0.30377742648124695, -0.36015668511390686, -0.0639706552028656, -0.20870935916900635, -0.305532306432724, 0.19803671538829803, 0.1400165855884552, 0.08301777392625809, 0.02686765231192112, -0.04988080635666847, 0.12672509253025055, 0.025389788672327995, 0.06765889376401901, 0.16370555758476257, 0.05357719957828522, -0.019188426434993744, -0.1968240737915039, -0.17166000604629517, 0.0902077704668045, 0.36470431089401245, -0.2265307903289795, 0.07996795326471329, 0.003824737621471286, -0.21823813021183014, 0.059324298053979874, -0.015960613265633583, -0.030178384855389595, 0.005149227567017078, 0.23926645517349243, -0.4960118532180786, 0.003421216504648328, 0.07800814509391785, 0.3244534730911255, 0.031246816739439964, -0.35548755526542664, 0.1371251493692398, 0.11512920260429382, -0.29885244369506836, 0.011792851611971855, 0.2537041902542114, -0.386181116104126, -0.05365632474422455, -0.13833872973918915, 0.03326817974448204, -0.08564039319753647, -0.23082759976387024, 0.4431120753288269, 0.03777233138680458, -0.04297522082924843, 0.03349440544843674, -0.25574228167533875, 0.029946643859148026, 0.22083589434623718, 0.23418566584587097, -0.026512349024415016, 0.04510700702667236, 0.42014366388320923, -0.1634039580821991, 0.10420501977205276, 0.03515251725912094, -0.08400554209947586, 0.22719182074069977, 0.1733047068119049, -0.17761772871017456, 0.029234837740659714, -0.014880579896271229, 0.04830023646354675, 0.5087575912475586, 0.3494504690170288, 0.5220452547073364, -0.36132070422172546, 0.1867302656173706, 0.06770740449428558, 0.06339172273874283, -0.1517241895198822, 0.03588126227259636, 0.09247107058763504, -0.09064564853906631, 0.37200888991355896, -0.14348037540912628, -0.4005320072174072, 0.06334356963634491, 0.14435391128063202, 0.02666826918721199, 0.1322849988937378, 0.388182669878006, 1.023716688156128, 0.40873920917510986, 0.006959850899875164, -0.08079126477241516, -0.7937158346176147, -0.12688769400119781, 0.05272436887025833, -0.0899810716509819, -0.04276834800839424, 0.1811978816986084, 0.0593777559697628, -0.0166530329734087, 0.2803492546081543, 0.6728519797325134, -0.14146848022937775, 0.059070371091365814, -0.07204508781433105, 0.08006622642278671, 0.24752409756183624, -0.1609918475151062, 0.0024222598876804113, -0.05668959766626358, 0.012542174197733402, 0.287041574716568, -0.10704153031110764, 0.4245273470878601, 0.08289801329374313, 0.046699970960617065, -0.2890491187572479, -0.1412173956632614, 0.17467351257801056, -0.28791430592536926, -0.26358115673065186, -0.47049182653427124, -0.3593958616256714, -0.4634830355644226, -0.18999704718589783, 0.05236169695854187, -0.008639410138130188, -0.145956888794899, -0.31885388493537903, 0.19726848602294922, 0.029324643313884735, 0.20062242448329926, 0.1680499017238617, -0.3297985792160034, 0.09214218705892563, 0.013716667890548706, -0.17788594961166382, 0.15302549302577972, -0.10403132438659668, 0.20514732599258423, 0.07069098949432373, -0.06313169747591019, -0.3455677032470703, 0.06630627065896988, -0.1244794949889183, 0.047018080949783325, -0.18926161527633667, -0.05778094753623009, 0.27987170219421387, 0.03169333189725876, -0.16478654742240906, 0.03008636087179184, -0.08731474727392197, -0.011076008901000023, -0.20672515034675598, 0.03811505809426308, 0.07819299399852753, -0.12943367660045624, -0.17541547119617462, -0.1845986396074295, -0.2860983908176422, -0.35007166862487793, 0.26975712180137634, 0.058432530611753464, -0.020952528342604637, -0.22925516963005066, 0.05719124898314476, -0.24493040144443512, 0.2971666157245636, 0.1541137993335724, -0.02820040099322796, 0.4446260631084442, 0.07485022395849228, -0.10397548228502274, 0.0908164530992508, 0.13608379662036896, 0.06704779714345932, 0.04256507381796837, -0.0767844021320343, -0.048796646296978, 0.33496299386024475, 0.41712063550949097, -0.477867990732193, -0.0026723386254161596, -0.07003048807382584, 0.23474042117595673, -0.049777962267398834, -0.22409936785697937, -0.14070408046245575, 0.22949691116809845, 0.11757417023181915, 0.15435117483139038, -0.14900054037570953, -0.33731719851493835, -0.11097165942192078, 0.07701902091503143, -0.04285867139697075, 0.4161039888858795, -0.4530319273471832, 0.06892158091068268, 0.12627460062503815, -0.02135026827454567, 0.05736158415675163, -0.08636091649532318, 0.21795475482940674, -0.12202964723110199, 0.014848265796899796, -0.150552898645401, -0.19646021723747253, -0.07447811961174011, -0.1367681622505188, 0.17385020852088928, 0.33366647362709045, -0.018594499677419662, -0.19095955789089203, -0.045619867742061615, 0.08504439145326614, 0.24724648892879486, 0.5327596664428711, -0.19123458862304688, -0.006481848657131195, 0.2083163857460022, -0.2350534200668335, 0.2350621074438095, 0.06680010259151459, -0.009253544732928276, -0.06578903645277023, -0.19058968126773834, 0.20061613619327545, 0.3573087453842163, -0.3563779890537262, 0.029752125963568687, -0.04301663115620613, -0.42091599106788635, 0.21294265985488892, 0.2741492688655853, 0.29113075137138367, 0.3214905261993408, 0.28993043303489685, 0.06701633334159851, 0.412927508354187, 0.054461248219013214, 0.3118335008621216, -0.3274475932121277, 0.01866675354540348, -0.05289073288440704, 0.4620411694049835, -0.11586660146713257, 0.42755115032196045, -0.20840942859649658, -0.09789858013391495, 0.33464351296424866, 0.20173443853855133, -0.021604375913739204, -0.08322367817163467, 0.08797218650579453, 0.19985151290893555, 0.37014859914779663, 0.2786964178085327, 0.18086260557174683, 0.03898996114730835, 0.3725017309188843, 0.04044457897543907, -0.04323448985815048, -0.08274725824594498, -0.22160199284553528, 0.07043782621622086, 0.3015328347682953, -0.08271950483322144, -0.1944759339094162, -0.4024848937988281, -0.2546474039554596, 0.2850275933742523, -0.2809971868991852, -0.0034426881466060877, -0.016728289425373077, 0.2630997896194458, -0.18042407929897308, -0.10585791617631912, 0.245907723903656, 0.20934833586215973, -0.26498842239379883, -0.15847551822662354, 0.008634104393422604, -0.12258962541818619, 0.1365412026643753, -0.004295614548027515, -0.21679285168647766, -0.08665227890014648, -0.21194098889827728, -0.06512708961963654, -0.02532917633652687, -0.22564537823200226, -0.1820065975189209, -0.10857022553682327, 0.11461305618286133, -0.2964988052845001, 0.45143523812294006, 0.22812598943710327, -0.4228476583957672, 0.12137146294116974, 0.3484533429145813, -0.00879664160311222, -0.2590652108192444, 0.041906435042619705, 0.09037616848945618, 0.04092356190085411, 0.0388568677008152, -0.20992259681224823, -0.17623578011989594, -0.189717099070549, -0.03893883898854256, -0.46092110872268677, -0.13561519980430603, -0.4539760649204254, 0.15899482369422913, 0.22881771624088287, 0.38869744539260864, -0.37740930914878845, 0.3630751669406891, -0.23674224317073822, -0.26004499197006226, -0.3795604705810547, 0.29029572010040283, 0.34087157249450684, -0.01188773475587368, 0.17384694516658783, -0.07625021040439606, -0.0267745740711689, 0.414511501789093, -0.09825175255537033, 0.19347326457500458, 0.28179532289505005, 0.3596207797527313, -0.23578859865665436, 0.4091624915599823, -0.33803409337997437, 0.3412947654724121, 0.08904064446687698, -0.19527646899223328, 0.13430775701999664, -0.15015912055969238, 0.248712420463562, -0.10113489627838135, -0.45714226365089417, 0.14195512235164642, 0.2431240677833557, 0.4815453588962555, -0.32342204451560974, 0.32928118109703064, -0.158036008477211, 0.17968755960464478, -0.0016364441253244877, -0.0031982744112610817, -0.015078889206051826, -0.006745513062924147, 0.05715120583772659, -0.14714756608009338, 0.12564072012901306, -0.08109746873378754, 0.19062364101409912, 0.11797118186950684, 0.12577274441719055, 0.06273939460515976, 0.24431611597537994, -0.030931949615478516, -0.08816446363925934, 0.08182267099618912, -0.21196117997169495, 0.0278227087110281, 0.12548761069774628, 0.11325962841510773, 0.0005762169603258371, -0.15203627943992615, 0.014204459264874458, 0.08127157390117645, 0.026832977309823036, 0.0898059606552124, 0.3730635344982147, -0.08178943395614624, -0.08558516204357147, -0.0757250040769577, -0.12405889481306076, 0.14747485518455505, 0.3056350648403168, 0.018442783504724503, 0.2375468909740448, -0.1773899346590042, -0.3980047106742859, -0.2363928258419037, -0.15147817134857178, 0.12245815992355347, 0.419840931892395, -0.2788121700286865, -0.39318305253982544 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#guessing-customer-characteristics-based-on-behaviour
Guessing customer characteristics based on behaviour
Guessing customer characteristics based on behaviour
[ 0.045693691819906235, -0.17888188362121582, -0.2742908298969269, 0.13693220913410187, 0.07039409130811691, -0.22925496101379395, 0.48628175258636475, -0.01616528630256653, 0.12852227687835693, 0.14661943912506104, 0.11356424540281296, -0.03718828037381172, -0.017688067629933357, 0.017669426277279854, -0.03070877306163311, -0.16439977288246155, -0.3700063228607178, 0.08108767867088318, -0.014994729310274124, -0.04928610473871231, 0.16971296072006226, -0.01980292797088623, 0.43353864550590515, 0.1889905035495758, -0.07374531775712967, -0.1036936342716217, 0.07733999937772751, -0.26377072930336, 0.02816939540207386, 0.2072656750679016, 0.19609332084655762, -0.060081347823143005, -0.017466634511947632, 0.014305966906249523, -0.0001043608644977212, -0.34303519129753113, -0.05559826269745827, -0.2198435664176941, 0.048439446836709976, -0.10211682319641113, -0.25848397612571716, 0.3684101700782776, 0.09182202816009521, -0.21363352239131927, -0.3504156172275543, 0.2071399837732315, -0.09851162880659103, 0.11978363245725632, 0.4604870080947876, -0.25982868671417236, 0.27013322710990906, -0.16439567506313324, -0.6879997253417969, 0.005847104825079441, 0.19686731696128845, 0.24845953285694122, 0.17587007582187653, -0.15267625451087952, 0.09278137236833572, -0.25832638144493103, -0.20276203751564026, 0.037812329828739166, -0.10254669934511185, 0.029022686183452606, -0.2536781132221222, -0.13162964582443237, 0.29828116297721863, 0.17547465860843658, 0.12316591292619705, 0.2739757001399994, 0.09279599040746689, 0.3311857283115387, 0.09045054763555527, -0.38021013140678406, 0.05424994230270386, 0.01999323070049286, 0.11103267222642899, -0.15723928809165955, -0.538659393787384, -0.07975204288959503, -0.20478394627571106, 0.13007988035678864, 0.19553494453430176, -0.23255003988742828, -0.3543754816055298, 0.211909681558609, -0.37601742148399353, -0.10879501700401306, 0.04302077367901802, -0.20593637228012085, -0.12957270443439484, 0.09725519269704819, -0.10202986001968384, -0.022608589380979538, -0.003340178169310093, -0.455491304397583, 0.3219763934612274, 0.4705612361431122, 0.0468156635761261, 0.22544194757938385, 0.5244635343551636, 0.10251116007566452, 0.08380810916423798, -0.0751744732260704, 0.285028338432312, 0.14060768485069275, 0.10242854803800583, -0.3101762533187866, -0.3307885229587555, 0.13908176124095917, -0.18880236148834229, 0.3436637222766876, 0.11376529186964035, -0.009576934389770031, 0.3691542148590088, 0.17591866850852966, -0.20166820287704468, -0.1553642451763153, -0.4711347818374634, 0.009531965479254723, -0.220987930893898, 0.05025210604071617, 0.19684593379497528, 0.2816738188266754, -0.20531809329986572, -0.026026086881756783, -0.3310509920120239, -0.13647931814193726, -0.08781557530164719, -0.051051802933216095, -0.05612536147236824, -0.11697911471128464, -0.07142525166273117, -0.15000012516975403, 0.1272841989994049, 0.3220560848712921, 0.09672053903341293, -0.12462411820888519, -0.4858230948448181, -0.2396705597639084, -0.0657421201467514, -0.4345455467700958, 0.21469075977802277, -0.18028874695301056, -0.38252654671669006, -0.2004658579826355, -0.09914682805538177, 0.08767703920602798, -0.0494956374168396, 0.10560845583677292, 0.11958382278680801, 0.22783032059669495, 0.09508006274700165, 0.330053448677063, -0.26000839471817017, -0.4629087448120117, 0.16507968306541443, 0.40121015906333923, 0.09523644298315048, -0.018211744725704193, -0.026388665661215782, 0.055186934769153595, 0.3005855083465576, -0.10703780502080917, -0.08956706523895264, 0.22436314821243286, 0.4042631983757019, -0.3004634976387024, 0.0070653692819178104, -0.24856850504875183, -0.11455445736646652, 0.15644264221191406, -0.10757032036781311, 0.17657136917114258, 0.2672378420829773, -0.1513832062482834, 0.07954584062099457, 0.05318721383810043, -0.1202126070857048, 0.175528883934021, -0.220917209982872, 0.251092791557312, 0.22261446714401245, -0.05949283763766289, 0.11265365034341812, -0.024026308208703995, -0.055940791964530945, 0.007581296842545271, 0.06330060213804245, -0.018907366320490837, -0.21767324209213257, -0.426025390625, 0.02357184886932373, -0.01201643981039524, -0.1703038513660431, 0.2273239642381668, 0.0028925363440066576, -0.19535697996616364, 0.16263291239738464, -0.07229705899953842, -0.24909639358520508, -0.21302467584609985, 0.40048518776893616, 0.23842813074588776, 0.04265546426177025, 0.03210177645087242, -0.2527812421321869, -0.23471599817276, -0.4441913664340973, -0.20651349425315857, 0.18213093280792236, -0.1376505345106125, -0.11063417047262192, -0.040965210646390915, 0.2340044230222702, 0.32430267333984375, 0.32178741693496704, 0.2594599723815918, -0.25349101424217224, -0.4404132068157196, 0.06369786709547043, 0.20435018837451935, 0.20863159000873566, -0.09799396246671677, -0.08525163680315018, -0.09209999442100525, 0.028316987678408623, 0.19051478803157806, 0.2764260470867157, -0.09190995991230011, 0.2966308295726776, 0.08309867233037949, 0.12963680922985077, -0.10446001589298248, 0.031467173248529434, 0.6165503263473511, 0.10327627509832382, 0.35850775241851807, -0.2366625964641571, 0.08366424590349197, -0.06009617820382118, -0.04546013101935387, 0.10190356522798538, 0.2878911793231964, -0.34454646706581116, 0.2172698825597763, 0.4347772002220154, -0.008271108381450176, -0.15644538402557373, -0.02891855500638485, 0.04563945531845093, -0.24736185371875763, 0.017267296090722084, -0.2877233922481537, 0.378143846988678, 0.056329622864723206, -0.08976580947637558, 0.11622580140829086, -0.5409359931945801, 0.1965826004743576, -0.33345919847488403, 0.23194058239459991, 0.3860096335411072, -0.2214408963918686, 0.45109808444976807, -0.0013636992080137134, 0.09301483631134033, -0.06383038312196732, 0.056057851761579514, 0.13081447780132294, -0.29499003291130066, -0.414191871881485, 0.09423413872718811, -0.035226039588451385, 0.013412297703325748, 0.0032941079698503017, -0.04138365015387535, -0.03688543662428856, -0.0008057677769102156, 0.22890663146972656, -0.06600402295589447, -0.39157208800315857, 0.07434777915477753, -0.19400689005851746, -0.19136106967926025, 0.07275079935789108, -0.1756446212530136, -0.006952220574021339, -0.041912421584129333, -0.14004874229431152, -0.030768906697630882, 0.10149312764406204, -0.07728515565395355, -0.32124829292297363, -0.39707693457603455, -0.24671928584575653, -0.11874529719352722, 0.6382474303245544, 0.05635566636919975, -0.15904447436332703, -0.07517759501934052, -0.1458245813846588, 0.12581771612167358, 0.24165479838848114, -0.36067360639572144, -0.06239382550120354, 0.1867394745349884, -0.33208155632019043, -0.039385803043842316, 0.0747087150812149, -0.4878055453300476, 0.06962897628545761, -0.12239638715982437, 0.26911661028862, 0.5308890342712402, -0.27966856956481934, -0.10985603928565979, 0.03683587163686752, -0.1738477498292923, 0.14864280819892883, 0.2457217276096344, -0.4316751956939697, 0.3075101971626282, -0.09869526326656342, 0.04521125927567482, -0.07892026752233505, 0.11561258137226105, 0.024835551157593727, 0.09695520251989365, 0.6066872477531433, 0.0112829077988863, 0.03743549436330795, -0.2768278419971466, 0.11205801367759705, -0.3429291546344757, 0.2309771180152893, -0.225691556930542, -0.06988396495580673, 0.09268005192279816, -0.024584446102380753, 0.07185417413711548, -0.26879745721817017, -0.37365442514419556, -0.12044435739517212, 0.10391497611999512, -0.0763615295290947, 0.19878102838993073, 0.024746686220169067, -0.020403077825903893, -0.18133994936943054, -0.4399785101413727, 0.041027914732694626, -0.042082805186510086, -0.19838939607143402, -0.19738520681858063, -0.2661539912223816, 0.16619351506233215, 0.29516613483428955, 0.2709850072860718, -0.23608477413654327, -0.3406544029712677, 0.08439286053180695, 0.18761439621448517, -0.32850921154022217, -0.1670214980840683, 0.11689233779907227, 0.2623995244503021, -0.02947179414331913, 0.14768345654010773, 0.1069825068116188, -0.2162499725818634, 0.3262644410133362, -0.17519882321357727, 0.29314833879470825, 0.08016030490398407, 0.10709231346845627, -0.10927239060401917, 0.06435482203960419, -0.09317465126514435, -0.3050733804702759, 0.11822871118783951, -0.06280133873224258, 0.1656726896762848, 0.3697574734687805, 0.2971072793006897, -0.2676871716976166, -0.2379702627658844, -0.15140964090824127, -0.0340145044028759, 0.47513270378112793, -0.073699451982975, -0.12172449380159378, 0.05740034580230713, 0.1299542784690857, 0.09574509412050247, 0.015140251256525517, -0.05355158448219299, -0.251379132270813, -0.06345641613006592, 0.10238705575466156, -0.10098031908273697, -0.1943032592535019, 0.3305281400680542, 0.34774771332740784, -0.20431187748908997, -0.2488655298948288, 0.1383320838212967, 0.1768556386232376, -0.064277783036232, -0.4029606282711029, -0.27986112236976624, 0.0223690252751112, -0.17632511258125305, -0.023337602615356445, 0.5545424818992615, -0.37607699632644653, -0.011840693652629852, -0.19839006662368774, 0.22407963871955872, -0.08745604753494263, 0.22224485874176025, 0.2174777239561081, -0.1267685890197754, -0.16337645053863525, -0.21305671334266663, 0.03272935748100281, -0.14405350387096405, 0.377618670463562, 0.3440786898136139, -0.052282772958278656, -0.16916939616203308, -0.10566920042037964, -0.025919217616319656, -0.39600521326065063, 0.35953372716903687, 0.14735575020313263, 0.32337552309036255, 0.421197772026062, 0.061459895223379135, -0.06268071383237839, 0.019226690754294395, -0.08075109869241714, 0.3265821635723114, 0.07815877348184586, 0.18061622977256775, -0.1403527706861496, 0.34026849269866943, 0.09121450781822205, -0.21533286571502686, 0.15736024081707, 0.19924303889274597, 0.1416788548231125, 0.18818147480487823, 0.744191586971283, -0.21573461592197418, -0.347114235162735, -0.4376544952392578, 0.04576776921749115, -0.09424331784248352, 0.4703512191772461, 0.7053060531616211, 0.7984664440155029, 0.23500892519950867, 0.10581763088703156, 0.06859481334686279, -0.37054672837257385, 0.08899617940187454, 0.18358032405376434, -0.1546689122915268, -0.1075153797864914, 0.3253640830516815, -0.11625176668167114, -0.10864453762769699, 0.26194480061531067, 0.3975430727005005, -0.1987885981798172, -0.3160912096500397, -0.34439724683761597, 0.05133434012532234, 0.25166162848472595, -0.12451934814453125, -0.18141308426856995, -0.08387817442417145, -0.12293418496847153, 0.20603705942630768, 0.08702776581048965, 0.14067651331424713, 0.008397873491048813, 0.05485619604587555, -0.45390748977661133, -0.1149158924818039, 0.057110078632831573, -0.14676779508590698, -0.5266000628471375, -0.4874931275844574, 0.1309782713651657, -0.2607128918170929, 0.14845356345176697, 0.196514293551445, -0.09866097569465637, 0.1771637350320816, 0.0032052616588771343, 0.10745594650506973, 0.15743349492549896, 0.1143931895494461, 0.3634231388568878, 0.09797679632902145, 0.37776729464530945, -0.1680641919374466, -0.03147507831454277, 0.08203443139791489, -0.10449746251106262, 0.019416162744164467, -0.3776370882987976, -0.010974820703268051, -0.030573338270187378, -0.632044792175293, -0.34419456124305725, -0.10725820809602737, -0.1505877524614334, 0.1153564527630806, 0.23809120059013367, 0.30272775888442993, 0.15614795684814453, 0.11053556948900223, 0.23233769834041595, -0.1471680849790573, -0.29190632700920105, -0.049172624945640564, 0.10701606422662735, -0.12845951318740845, 0.13607168197631836, -0.5257280468940735, -0.07829055935144424, -0.4486919343471527, 0.006309278309345245, 0.22921569645404816, -0.04599373787641525, -0.1382676661014557, -0.16423578560352325, -0.305277019739151, -0.03601393476128578, 0.18581975996494293, 0.1893548220396042, 0.15017831325531006, 0.157145157456398, -0.260833740234375, -0.02417282946407795, 0.3756513297557831, -0.15467052161693573, -0.15311691164970398, 0.09471782296895981, -0.023209918290376663, 0.16583003103733063, 0.34469348192214966, -0.4065570533275604, -0.026324469596147537, -0.11278172582387924, 0.32271140813827515, 0.22066287696361542, -0.07752139866352081, -0.20167505741119385, 0.2830358147621155, 0.31383585929870605, 0.11986622214317322, -0.27563029527664185, -0.34362176060676575, -0.04522331431508064, 0.028475645929574966, -0.06918595731258392, 0.1681337058544159, -0.17329224944114685, 0.09368281066417694, -0.11200825870037079, 0.11887203902006149, 0.00402102991938591, 0.37096157670021057, 0.3014511466026306, 0.10124342888593674, -0.1566692441701889, 0.07698023319244385, -0.3956543803215027, 0.0899147242307663, 0.15480384230613708, -0.22305195033550262, -0.3661801815032959, 0.1517113745212555, -0.1871310919523239, -0.06517884135246277, 0.14222507178783417, 0.2600286602973938, 0.3711470067501068, -0.008990495465695858, 0.1479099988937378, 0.13000836968421936, 0.13292838633060455, 0.09249124675989151, -0.0035208198241889477, 0.13772350549697876, 0.048011451959609985, 0.08326101303100586, 0.00349079049192369, 0.31600043177604675, -0.09946249425411224, 0.4375017583370209, 0.036173269152641296, -0.11076883971691132, 0.19201932847499847, 0.36975041031837463, 0.008717389777302742, -0.011850083246827126, 0.2350013256072998, -0.16975562274456024, -0.040737900882959366, -0.19650594890117645, 0.19111797213554382, 0.3475808799266815, -0.2658717930316925, 0.08113347738981247, 0.45470207929611206, 0.03455549478530884, 0.17838720977306366, -0.017161546275019646, 0.30249980092048645, 0.12262476980686188, -0.28450214862823486, 0.1296495646238327, 0.23011676967144012, -0.08436926454305649, 0.00015914114192128181, 0.08897465467453003, -0.06120959296822548, 0.4233459234237671, 0.06376098841428757, 0.7566483020782471, -0.07754594832658768, 0.12818196415901184, -0.13342462480068207, -0.039936646819114685, -0.28112322092056274, -0.0610412061214447, -0.27956655621528625, 0.03164532780647278, -0.3745851218700409, -0.37868452072143555, -0.19862166047096252, -0.22723005712032318, -0.13813383877277374, 0.2620357871055603, 0.012925724498927593, -0.102053701877594, -0.026670530438423157, 0.015191806480288506, 0.09267163276672363, -0.29579877853393555, 0.09788583219051361, -0.1340218037366867, 0.2572239339351654, 0.16526192426681519, 0.13038769364356995, 0.10906059294939041, -0.016924642026424408, 0.10368122905492783, -0.11339199542999268, -0.13520660996437073, -0.24555833637714386, -0.00744944391772151, 0.20017823576927185, -0.08699104934930801, 0.2783139646053314, 0.3841371536254883, 0.2220197170972824, -0.34502896666526794, 0.07225296646356583, 0.10269027203321457, 0.14545325934886932, -0.5228302478790283, 0.5171080827713013, 0.1057954803109169, -0.08030933141708374, 0.10433090478181839, -0.14114956557750702, -0.12505453824996948, -0.19344906508922577, -0.3650035262107849, -0.19129137694835663, 0.2347368597984314, 0.050942983478307724, 0.12458854168653488, -0.10382736474275589, 0.0688893124461174, -0.15468661487102509, 0.10839305073022842, 0.08828788995742798, 0.26979246735572815, -0.20530027151107788, -0.09026050567626953, 0.5192545056343079, -0.38306036591529846, 0.1999979466199875, -0.13066934049129486, 0.12082710862159729, 0.4023526906967163, -0.1668969988822937, 0.10692254453897476, 0.338156521320343, 0.02939700148999691, -0.034656886011362076, 0.09731133282184601, -0.2644713521003723, 0.06030026450753212, 0.15286174416542053, -0.24245451390743256, 0.25608330965042114, 0.12525083124637604, 0.20927058160305023, -0.276601642370224, -0.2605092227458954, 0.1624279022216797, -0.002232027007266879, 0.06539414077997208, -0.034088920801877975, 0.6128836274147034, -0.03293531760573387, -0.04609612002968788, -0.08065228909254074, -0.1221996322274208, -0.04805329814553261, 0.09133444726467133, 0.2811882495880127, 0.2685059607028961, 0.2015444040298462, 0.2550906240940094, 0.33501121401786804, -0.0210513174533844, 0.024790968745946884, 0.2637082040309906, 0.061135124415159225, -0.34239158034324646, -0.07193247973918915, 0.07638262212276459, 0.1602098047733307, 0.36655449867248535, -0.004229744430631399, 0.1199844628572464, -0.05251407250761986, -0.2517808973789215, 0.015516516752541065, 0.20403416454792023, -0.09843680262565613, -0.3311515152454376, 0.2911873757839203, 0.026145657524466515, -0.20732998847961426, -0.33059918880462646, 0.1416531354188919, 0.21285603940486908, -0.12633752822875977, 0.6423833966255188, 0.21298706531524658, 0.013029711320996284, 0.05545155331492424, -0.15192937850952148, 0.3923928439617157, 0.1862475574016571, 0.4220682978630066, -0.10863875597715378, -0.17414788901805878 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#global-targeting-rule-with-more-complex-conditions
Global Targeting Rule with more complex Conditions Similar to the category interest tracking, customer characteristics like favorite color or even gender can be guessed. To do so, add for example a targeting rule that tracks product filtering for blue products and assigns corresponding target groups like the profiling_blue-lover rule does in the demo.
Global Targeting Rule with more complex Conditions
[ 0.10852990299463272, -0.2050759196281433, -0.25949594378471375, -0.14414329826831818, -0.031655747443437576, -0.28052282333374023, 0.28605177998542786, 0.03786597028374672, -0.11932407319545746, -0.10181113332509995, -0.14218448102474213, -0.13860143721103668, -0.24100106954574585, 0.3599526882171631, -0.0877961739897728, -0.011311155743896961, -0.15345309674739838, 0.30986982583999634, 0.09022541344165802, 0.07700857520103455, 0.33997052907943726, 0.0054342797957360744, 0.3750338554382324, 0.2449692338705063, -0.2023226022720337, 0.039745911955833435, 0.12795782089233398, -0.17787180840969086, 0.07283248752355576, -0.018603967502713203, 0.1760845184326172, 0.19193488359451294, -0.061625052243471146, -0.03602582588791847, -0.00009662750380812213, -0.3469807207584381, -0.24350669980049133, -0.2908696234226227, 0.2451706975698471, -0.25458142161369324, 0.1528308093547821, -0.10028917342424393, -0.14999520778656006, -0.09869001805782318, -0.18845130503177643, 0.2738800644874573, -0.1146426796913147, -0.025366993620991707, 0.12841878831386566, 0.0712682455778122, 0.34970173239707947, 0.03062347136437893, -0.17302213609218597, 0.23211662471294403, 0.43656498193740845, 0.038785677403211594, -0.07620253413915634, -0.22110825777053833, 0.2229520082473755, -0.46467873454093933, -0.07976558804512024, 0.3517840504646301, 0.012424048967659473, 0.15169981122016907, 0.27969539165496826, -0.2517642676830292, 0.2963804304599762, -0.17065377533435822, -0.12067405879497528, 0.42463618516921997, -0.11323370784521103, 0.34758424758911133, 0.04992050305008888, -0.3424810767173767, -0.17594601213932037, -0.08047231286764145, -0.0014643315225839615, 0.05957220867276192, -0.3383818566799164, -0.018389888107776642, -0.06553502380847931, -0.022621000185608864, -0.002374286064878106, -0.1198149248957634, 0.011538942344486713, 0.3583550453186035, -0.2057097852230072, -0.19753536581993103, 0.27362507581710815, -0.0991809144616127, -0.04513441026210785, 0.09472089260816574, -0.04557790979743004, 0.017187342047691345, -0.0633307620882988, -0.4831988513469696, 0.08252488076686859, 0.488718718290329, 0.05315070226788521, 0.028433043509721756, 0.48430514335632324, 0.27633240818977356, 0.020980149507522583, 0.29942697286605835, 0.23535050451755524, -0.15646842122077942, 0.2107762098312378, -0.5945728421211243, 0.1199362501502037, -0.24687263369560242, -0.16244308650493622, 0.22594799101352692, 0.22042712569236755, -0.05850270390510559, 0.06950867176055908, -0.007909280247986317, -0.08700652420520782, -0.0008167388732545078, -0.5303317904472351, -0.01819632574915886, -0.18170621991157532, -0.044926274567842484, 0.15558961033821106, 0.1770046204328537, 0.24645933508872986, -0.1486470103263855, -0.28794553875923157, -0.16164158284664154, 0.014455005526542664, -0.004897994454950094, -0.03396360203623772, 0.056383028626441956, -0.1014404371380806, -0.029927395284175873, 0.08753792196512222, 0.16367694735527039, 0.13979454338550568, -0.37735697627067566, -0.18483103811740875, -0.1888318955898285, 0.0954032614827156, -0.13491305708885193, 0.35311514139175415, -0.004049835726618767, -0.3592015504837036, -0.3793396055698395, 0.061718109995126724, -0.04882997274398804, -0.366499662399292, -0.035232171416282654, 0.2337971329689026, -0.13956016302108765, 0.17284193634986877, 0.283758282661438, -0.33951878547668457, -0.26069748401641846, 0.22781938314437866, 0.615339457988739, -0.2552628517150879, 0.1140342578291893, 0.08956566452980042, 0.02459520474076271, -0.024611197412014008, 0.011652639135718346, -0.1675403118133545, 0.3757103979587555, 0.2119002789258957, -0.35894688963890076, -0.11715064197778702, -0.1513567566871643, 0.0031739312689751387, -0.21451185643672943, -0.12775219976902008, -0.19572997093200684, -0.024334844201803207, -0.023499242961406708, 0.25751549005508423, 0.0667896419763565, -0.0023508372250944376, -0.017806552350521088, -0.531326174736023, 0.05908777192234993, 0.20681162178516388, 0.16542595624923706, -0.25982946157455444, -0.29192811250686646, -0.1079152375459671, 0.22108551859855652, -0.11015672981739044, 0.07144396007061005, 0.00802574586123228, -0.2657163441181183, 0.05627653747797012, -0.01193456631153822, 0.03927633911371231, -0.03803473711013794, 0.20452916622161865, 0.0038382140919566154, 0.07380842417478561, 0.18015378713607788, -0.1044953390955925, -0.140310138463974, 0.39133086800575256, 0.03754618018865585, -0.20879395306110382, -0.11084048449993134, 0.03884122148156166, -0.047688327729701996, -0.22934231162071228, 0.007454465143382549, 0.3795400857925415, -0.3870537281036377, -0.1794399619102478, -0.15564580261707306, -0.0029676463454961777, -0.15617381036281586, 0.35700687766075134, 0.2954423427581787, -0.09328106790781021, -0.5371725559234619, 0.08465766906738281, 0.2022557556629181, 0.11958082020282745, -0.11243530362844467, 0.2837410569190979, 0.01554469671100378, 0.012828419916331768, 0.013565500266849995, 0.30272427201271057, 0.1667180061340332, 0.2528930604457855, 0.023425282910466194, 0.034112609922885895, -0.1767343431711197, 0.07668489217758179, 0.24007010459899902, 0.42957380414009094, 0.5545991659164429, -0.16157153248786926, -0.13475829362869263, -0.2523501217365265, -0.0014380363281816244, 0.01593439280986786, 0.2112945169210434, -0.2043578177690506, 0.3697834610939026, 0.22214503586292267, 0.015650378540158272, -0.2836729884147644, -0.030121762305498123, 0.15947294235229492, -0.06945300102233887, 0.043874241411685944, -0.3715897798538208, -0.15635964274406433, 0.016699399799108505, -0.24641095101833344, 0.11501367390155792, -0.5411527752876282, 0.6744620203971863, -0.0051913089118897915, 0.28792697191238403, 0.47986412048339844, 0.06185268983244896, 0.18054050207138062, -0.2503649890422821, 0.17451152205467224, 0.3152037560939789, 0.056972332298755646, 0.29066190123558044, 0.13310426473617554, -0.2132541537284851, 0.056775957345962524, -0.15893840789794922, 0.16715337336063385, 0.1425941437482834, -0.049200721085071564, -0.3235768675804138, -0.029010487720370293, -0.0011721830815076828, -0.3351248800754547, -0.34841057658195496, -0.015517194755375385, -0.1962709128856659, -0.1243460401892662, -0.04708285629749298, 0.0019235756481066346, 0.02110034041106701, -0.07705805450677872, -0.2441330999135971, -0.09100408852100372, 0.06302802264690399, 0.22588755190372467, 0.23120565712451935, -0.2960241734981537, -0.09252478927373886, -0.15810120105743408, 0.6028059124946594, -0.08875779807567596, -0.11366584151983261, -0.36780399084091187, -0.1530507355928421, -0.10081955045461655, 0.3832774758338928, -0.05622364580631256, 0.1008082777261734, 0.39396771788597107, -0.0781625360250473, 0.35245779156684875, -0.054445985704660416, -0.5063255429267883, -0.19211030006408691, -0.07356732338666916, 0.22265569865703583, 0.07644543051719666, -0.019387979060411453, -0.2859632670879364, 0.05670342221856117, -0.13070616126060486, -0.03902939334511757, -0.1487693041563034, -0.396719753742218, 0.07698769122362137, 0.07533407211303711, 0.02354740910232067, -0.039349328726530075, -0.27386972308158875, -0.2798587381839752, -0.1295071393251419, -0.018013572320342064, 0.21003909409046173, -0.02254064753651619, -0.2599279582500458, 0.0501677542924881, -0.22216662764549255, 0.15358896553516388, -0.3132565915584564, 0.08644429594278336, 0.12173156440258026, -0.15707452595233917, 0.023212825879454613, 0.07069119811058044, -0.11455941200256348, -0.12483427673578262, -0.094883032143116, -0.13969017565250397, 0.009791220538318157, 0.03823760896921158, -0.022137662395834923, 0.2715631127357483, -0.2952151596546173, 0.07275785505771637, 0.08026595413684845, -0.3141538202762604, -0.032344914972782135, -0.01288625504821539, 0.038583528250455856, -0.12722939252853394, 0.018284786492586136, -0.07903464883565903, -0.45169714093208313, 0.25688478350639343, 0.33890843391418457, -0.24321897327899933, -0.24040614068508148, 0.5628153681755066, 0.4688839614391327, 0.18379610776901245, 0.18494319915771484, -0.04225190728902817, 0.05703476071357727, 0.10566369444131851, 0.31412747502326965, 0.36297574639320374, -0.10638672113418579, -0.3486264646053314, -0.09438890963792801, -0.08312477916479111, -0.19015532732009888, -0.29732030630111694, 0.25333866477012634, 0.07611917704343796, 0.1310708373785019, 0.06513355672359467, -0.08860323578119278, 0.16208095848560333, 0.005395602900534868, -0.27314090728759766, 0.21867892146110535, 0.10156720131635666, 0.0390191525220871, -0.21385447680950165, -0.23865821957588196, 0.03872247412800789, 0.09145363420248032, 0.05436297878623009, 0.19476576149463654, -0.09319807589054108, -0.10972202569246292, 0.06170792505145073, 0.004577419254928827, 0.13276301324367523, 0.005614549852907658, 0.2621346116065979, -0.28905439376831055, -0.1150420531630516, 0.3622150123119354, 0.10782426595687866, 0.1095925122499466, -0.03843126446008682, -0.003693745471537113, 0.14920485019683838, -0.197344109416008, -0.09260045737028122, 0.16782011091709137, -0.3283749222755432, 0.01801155135035515, -0.04387061670422554, 0.08716348558664322, -0.09353473782539368, -0.024428201839327812, 0.6175360679626465, -0.02055267244577408, 0.04618479311466217, -0.24416130781173706, -0.17963002622127533, 0.007368917111307383, 0.15813395380973816, 0.2983512878417969, 0.1854591816663742, -0.1766420602798462, 0.2480466514825821, -0.14551405608654022, 0.08936532586812973, 0.005968718323856592, -0.0719991996884346, 0.1316378265619278, 0.06333453208208084, -0.20717744529247284, 0.05964203551411629, 0.20744743943214417, -0.010683831758797169, 0.4434744417667389, 0.36576583981513977, 0.395112007856369, -0.18210014700889587, 0.05767173692584038, 0.3021130859851837, 0.1668092906475067, -0.1917687952518463, 0.3013865053653717, 0.09978149831295013, -0.13222408294677734, 0.454921156167984, -0.1399494856595993, -0.37266018986701965, -0.07641732692718506, 0.15338106453418732, -0.18407590687274933, 0.13051925599575043, 0.45569750666618347, 0.886551558971405, 0.41061171889305115, -0.09925445914268494, -0.35884302854537964, -0.7173652648925781, 0.042031995952129364, 0.27055397629737854, -0.077240951359272, -0.10827525705099106, 0.08494345098733902, 0.011328465305268764, 0.009721721522510052, 0.23554208874702454, 0.3345331847667694, 0.0648050382733345, -0.08018981665372849, -0.0966072827577591, 0.0672130435705185, 0.18535158038139343, -0.27790921926498413, -0.16895420849323273, -0.014447972178459167, 0.027245765551924706, 0.29272064566612244, -0.1919214427471161, 0.3887341320514679, 0.08792552351951599, -0.13255810737609863, -0.2219657152891159, -0.036150187253952026, -0.11803587526082993, -0.2683075964450836, -0.27716174721717834, -0.3190062940120697, -0.29921823740005493, -0.50239497423172, 0.0944838896393776, 0.14505276083946228, 0.2505531907081604, 0.04166387394070625, -0.11043000221252441, 0.14608728885650635, 0.20412832498550415, 0.1101418063044548, 0.16041511297225952, -0.17334063351154327, 0.23386596143245697, -0.015037712641060352, -0.31999051570892334, 0.1428404152393341, 0.009801770560443401, 0.1374148279428482, -0.19177782535552979, 0.23650707304477692, -0.12387596815824509, 0.18429048359394073, -0.17496509850025177, -0.020663710311055183, -0.1360023319721222, -0.2208373099565506, 0.3094036877155304, 0.19161465764045715, -0.277629554271698, 0.024070201441645622, -0.01783731020987034, 0.04169758781790733, -0.056718479841947556, -0.20683999359607697, 0.022847933694720268, 0.3320198357105255, -0.15293730795383453, -0.3971949815750122, -0.20999456942081451, -0.36873358488082886, 0.24761956930160522, 0.19869810342788696, 0.13213330507278442, -0.024530775845050812, 0.19198614358901978, -0.491805762052536, 0.08181162178516388, 0.19691893458366394, 0.11715055257081985, 0.2777504026889801, 0.10980327427387238, -0.12725508213043213, 0.057699430733919144, -0.016201257705688477, -0.33252260088920593, 0.11118391901254654, -0.025372745469212532, -0.281437486410141, 0.026672042906284332, 0.4278976023197174, -0.4982006251811981, -0.17015613615512848, -0.14792777597904205, 0.08142288029193878, -0.09672200679779053, -0.14013636112213135, -0.10470619052648544, 0.15406371653079987, 0.14875388145446777, 0.292001873254776, -0.2709606885910034, -0.44242236018180847, -0.08135231584310532, 0.016175074502825737, -0.14259442687034607, 0.07860354334115982, -0.2899358570575714, 0.15781301259994507, 0.10741913318634033, -0.04590436816215515, 0.16679656505584717, -0.04884161800146103, 0.38969048857688904, -0.035513438284397125, -0.07053004950284958, -0.23044216632843018, 0.09273885190486908, -0.03800211474299431, -0.007863897830247879, 0.029995648190379143, 0.1737605184316635, 0.0816626101732254, -0.08445531874895096, -0.07252007722854614, 0.4609808027744293, 0.12478514015674591, 0.2606740891933441, -0.010185549966990948, -0.1299397051334381, 0.3145052492618561, -0.17740678787231445, 0.11214792728424072, -0.02869933657348156, 0.0006907579954713583, 0.1196080669760704, -0.01980471797287464, 0.23101688921451569, 0.4542335271835327, -0.35121533274650574, -0.06815579533576965, 0.14342539012432098, -0.12225581705570221, 0.3945905566215515, 0.3542918562889099, 0.29217082262039185, 0.16256773471832275, 0.2510877847671509, 0.03961300104856491, 0.3123587667942047, -0.04364772140979767, -0.04011324420571327, -0.03166041150689125, 0.04431021213531494, 0.06551940739154816, 0.765612781047821, 0.08333206921815872, 0.5325612425804138, 0.00866068247705698, 0.13235971331596375, 0.4698867201805115, 0.16417433321475983, 0.05489315092563629, 0.03605209290981293, -0.014942619018256664, -0.04607560858130455, 0.22357966005802155, 0.18706552684307098, 0.40838733315467834, -0.0023862679954618216, 0.3567069172859192, -0.27186623215675354, -0.10823933780193329, 0.023446708917617798, -0.10700251162052155, -0.1851697564125061, -0.014561868272721767, -0.09023912996053696, -0.04404205083847046, -0.24108335375785828, -0.16977949440479279, 0.15813244879245758, -0.37214764952659607, -0.155059352517128, -0.0887533500790596, 0.08876128494739532, 0.030098723247647285, -0.12646512687206268, 0.09978855401277542, 0.08539914339780807, -0.22892643511295319, -0.19643783569335938, -0.0022208935115486383, -0.043115921318531036, 0.13585050404071808, -0.06325940042734146, -0.09024311602115631, -0.17481902241706848, 0.004804861266165972, -0.027073413133621216, -0.057486142963171005, -0.3463801145553589, -0.3706170618534088, 0.10507632046937943, 0.0025236152578145266, -0.07140745222568512, 0.2572557032108307, 0.3220488727092743, -0.3961983621120453, 0.36178115010261536, 0.2991480529308319, -0.13125820457935333, -0.2606918513774872, 0.023155363276600838, 0.02498655952513218, -0.03867077827453613, -0.15601567924022675, -0.1105915904045105, -0.025509225204586983, -0.11667804419994354, 0.08169678598642349, -0.20911180973052979, -0.05333779752254486, -0.13208477199077606, 0.1570444256067276, 0.26012784242630005, 0.10629023611545563, -0.21306408941745758, 0.2906261682510376, -0.07084660977125168, 0.014309275895357132, -0.4157666265964508, 0.0598716139793396, 0.4372406303882599, -0.03861797973513603, -0.011826860718429089, -0.08530111610889435, 0.12401626259088516, 0.24899893999099731, -0.08077441900968552, 0.2875267565250397, 0.3511197566986084, 0.30353236198425293, -0.15053915977478027, 0.26975730061531067, -0.12442919611930847, 0.14404697716236115, 0.14761418104171753, -0.32616809010505676, 0.1660488396883011, -0.022386569529771805, 0.3161357045173645, -0.24873241782188416, -0.22769573330879211, 0.21792566776275635, 0.08197445422410965, 0.29852819442749023, -0.23266005516052246, 0.27950519323349, -0.10481379181146622, 0.15377850830554962, -0.009262735024094582, 0.13910910487174988, -0.14972065389156342, -0.13988925516605377, 0.022983789443969727, 0.2675095796585083, 0.14119850099086761, 0.12549816071987152, 0.1523759365081787, 0.27599218487739563, 0.02206762321293354, -0.06857093423604965, 0.43485182523727417, -0.037720415741205215, -0.23445142805576324, -0.02130178175866604, -0.20774465799331665, 0.17042268812656403, 0.04985140636563301, -0.16515737771987915, -0.1775793731212616, -0.2199605256319046, 0.054603736847639084, 0.11743173748254776, -0.1605762392282486, -0.08085945248603821, 0.35746967792510986, 0.4090406000614166, -0.1642809808254242, -0.002675099531188607, -0.07952527701854706, 0.02320278435945511, -0.04198499023914337, 0.013725328259170055, 0.1693098545074463, -0.06796900928020477, -0.0543980672955513, -0.21120434999465942, -0.05380769446492195, 0.18759219348430634, 0.4340062141418457, -0.1615726351737976, -0.3777182698249817 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#classify-customers-based-on-behaviour
Classify customers based on behaviour
Classify customers based on behaviour
[ 0.047923944890499115, -0.06693249940872192, -0.43377962708473206, -0.005508138332515955, 0.05010010674595833, -0.14325378835201263, 0.5146039724349976, -0.0014283600030466914, 0.25543123483657837, -0.1385089010000229, -0.025563403964042664, 0.0569617822766304, -0.18662823736667633, 0.1715978980064392, -0.09161835163831711, -0.19619189202785492, -0.14132340252399445, 0.16263854503631592, -0.1604573130607605, -0.034267231822013855, 0.12053577601909637, 0.0774453803896904, 0.25509482622146606, 0.1616855412721634, -0.005651523359119892, -0.09643365442752838, 0.2915378212928772, -0.3511233925819397, 0.06354469060897827, 0.13207890093326569, 0.3704119026660919, 0.132077157497406, -0.0815780833363533, 0.27563658356666565, -0.00010280713468091562, -0.34308722615242004, -0.3688906729221344, -0.10342811048030853, 0.05466007441282272, -0.09196723252534866, -0.28786444664001465, 0.14150869846343994, 0.003090908518061042, -0.03529471158981323, -0.3905516564846039, 0.2229219228029251, -0.16016975045204163, -0.016181359067559242, 0.6370528936386108, -0.1990998089313507, 0.2931945323944092, -0.32365819811820984, -0.6123983860015869, 0.0026836737524718046, 0.13872893154621124, 0.5026716589927673, -0.021102692931890488, 0.10081620514392853, 0.1678188592195511, -0.3096162974834442, -0.3073368966579437, 0.04640191048383713, -0.050076596438884735, -0.03499932959675789, 0.03451192006468773, -0.20738506317138672, 0.2767532765865326, 0.10400273650884628, -0.11910410225391388, 0.12287824600934982, 0.04709244519472122, 0.40229228138923645, -0.0741974338889122, -0.23487447202205658, 0.012710954993963242, -0.29328370094299316, 0.019909489899873734, 0.05035392567515373, -0.2494402676820755, 0.015919391065835953, -0.32480499148368835, 0.2837066352367401, -0.02571941539645195, -0.11282972246408463, -0.2900055944919586, 0.2917407155036926, -0.29687467217445374, -0.15947440266609192, 0.045170873403549194, -0.17608143389225006, 0.03724262863397598, 0.2721605896949768, 0.08872818201780319, 0.004507278557866812, -0.1031939834356308, -0.4457465708255768, 0.2951800227165222, 0.2680216133594513, 0.15585076808929443, 0.08387145400047302, 0.2723030149936676, 0.17771950364112854, 0.17664413154125214, 0.042567525058984756, 0.13090047240257263, 0.269952654838562, 0.469357430934906, -0.14067412912845612, -0.30116891860961914, 0.252449631690979, -0.2882784605026245, 0.43231236934661865, -0.06731009483337402, 0.05473296716809273, 0.24892807006835938, 0.31697773933410645, -0.2976016700267792, -0.0019013818819075823, -0.49475762248039246, 0.01788116805255413, -0.1376180648803711, -0.2138475924730301, 0.258249431848526, 0.219034805893898, -0.08536761999130249, -0.22278989851474762, -0.2821804881095886, -0.10321187973022461, 0.003337576286867261, -0.015034908428788185, -0.04541420191526413, -0.006846388801932335, -0.18076235055923462, -0.09002187103033066, 0.08929991722106934, 0.13508233428001404, 0.031161649152636528, -0.30866509675979614, -0.48463815450668335, -0.10199517756700516, 0.020750878378748894, -0.23217640817165375, 0.08244642615318298, -0.20021292567253113, -0.42246824502944946, -0.31743887066841125, -0.1000245213508606, 0.073885478079319, -0.05378979444503784, -0.009444358758628368, 0.09129861742258072, 0.08338990062475204, 0.13901613652706146, 0.2913760840892792, -0.07130038738250732, -0.44737833738327026, 0.13824327290058136, 0.3941529095172882, 0.1692124307155609, -0.1245926022529602, -0.03746795654296875, 0.12667426466941833, 0.07818138599395752, -0.15491928160190582, -0.09215712547302246, 0.17913994193077087, 0.2441556602716446, -0.24049775302410126, -0.26846736669540405, -0.2383350133895874, 0.04923487827181816, 0.18923945724964142, 0.0503959022462368, -0.01630369760096073, 0.2244173139333725, -0.29700613021850586, 0.12420004606246948, -0.002845647744834423, -0.13825267553329468, 0.1942237764596939, -0.40363308787345886, 0.14071708917617798, 0.28678998351097107, 0.09155036509037018, 0.20137910544872284, -0.08829568326473236, -0.1600804626941681, 0.06626582145690918, 0.07592230290174484, -0.04944460093975067, -0.05514944717288017, -0.20180828869342804, 0.2917046546936035, 0.07465491443872452, -0.18514694273471832, 0.3022240698337555, 0.07668890058994293, -0.11188330501317978, 0.15040995180606842, -0.019373346120119095, -0.06651007384061813, -0.22473488748073578, 0.4360653758049011, 0.3429000973701477, -0.001537850359454751, -0.022597460076212883, 0.024971330538392067, -0.26913982629776, -0.5631124973297119, 0.08179064840078354, 0.40159404277801514, -0.1149265244603157, -0.3123156726360321, -0.15581932663917542, 0.07570897787809372, 0.27475371956825256, 0.3017333149909973, 0.02337457239627838, -0.13829684257507324, -0.4411247968673706, 0.07189472764730453, 0.2452058047056198, 0.041932616382837296, -0.04579239711165428, 0.14084070920944214, 0.017834844067692757, -0.06924988329410553, 0.14273904263973236, 0.25000256299972534, 0.03727841377258301, 0.2660500705242157, 0.1668829321861267, 0.3539293706417084, -0.20638516545295715, 0.11279886215925217, 0.36703070998191833, 0.21690188348293304, 0.3332413136959076, -0.16809767484664917, 0.005147269926965237, -0.07907675206661224, -0.052999623119831085, 0.1546894609928131, 0.3197776675224304, -0.408751517534256, 0.5172187685966492, 0.4523303210735321, 0.0483950637280941, -0.1437990814447403, -0.05378846451640129, 0.13290365040302277, -0.1460982859134674, 0.002715200884267688, -0.2994680404663086, 0.4966561496257782, -0.1376696079969406, -0.27229955792427063, 0.0010444336803629994, -0.3700770139694214, 0.23331476747989655, -0.36166611313819885, 0.09784281253814697, 0.5445798635482788, -0.1861065775156021, 0.4730783700942993, -0.005757345352321863, 0.22322578728199005, -0.03494434431195259, 0.010599474422633648, 0.13827082514762878, -0.3127361536026001, -0.42102110385894775, 0.13940848410129547, -0.015841040760278702, 0.007424060255289078, -0.06723915785551071, 0.0438774935901165, 0.005514811724424362, 0.07149656116962433, 0.11709491908550262, -0.20204104483127594, -0.6042606830596924, 0.049529314041137695, -0.25906121730804443, -0.13402162492275238, 0.028524160385131836, -0.04564473405480385, -0.05987130478024483, 0.021066470071673393, -0.1988236904144287, -0.1424698680639267, 0.08791522681713104, -0.09062192589044571, -0.13624435663223267, -0.19585828483104706, -0.12655304372310638, -0.04249640554189682, 0.6624447107315063, 0.16083857417106628, -0.052291713654994965, 0.03580545261502266, -0.1722857505083084, 0.2717151939868927, 0.3378280997276306, -0.28890323638916016, -0.10874126106500626, 0.3556404709815979, -0.4372950792312622, -0.038744308054447174, 0.07890807837247849, -0.5092363357543945, -0.0018963031470775604, -0.27936363220214844, 0.2086731344461441, 0.4313832223415375, -0.04831800237298012, -0.32757219672203064, -0.19802099466323853, -0.13787247240543365, 0.05149831622838974, 0.23455025255680084, -0.2872196137905121, -0.030934134498238564, -0.051995813846588135, 0.11135343462228775, -0.25797438621520996, 0.03531036153435707, -0.11150803416967392, 0.16181498765945435, 0.5577879548072815, 0.15487030148506165, -0.16579748690128326, -0.26516133546829224, 0.2296937257051468, -0.3642182946205139, 0.3436126112937927, -0.15479154884815216, 0.09188850224018097, 0.2405085563659668, -0.29009923338890076, 0.025110969319939613, -0.08719081431627274, -0.24330808222293854, -0.1089383140206337, 0.03508951514959335, 0.15984642505645752, 0.15489338338375092, 0.16525371372699738, -0.14534223079681396, 0.06475203484296799, -0.5555633306503296, 0.10377650707960129, -0.105072982609272, -0.10033729672431946, -0.1526680588722229, -0.28565800189971924, 0.03738459572196007, 0.3137999176979065, 0.17019814252853394, -0.37309083342552185, -0.2599000930786133, 0.09928444772958755, 0.36293891072273254, -0.31812477111816406, -0.08280371874570847, 0.16747207939624786, 0.339927077293396, -0.25267186760902405, 0.2503757178783417, -0.05746788531541824, -0.2877176105976105, 0.21129310131072998, 0.07701131701469421, 0.16391463577747345, 0.21803061664104462, 0.09151667356491089, -0.23360995948314667, -0.0879775658249855, -0.27148863673210144, -0.1745544821023941, 0.08831591159105301, 0.09046437591314316, 0.39439862966537476, 0.20772935450077057, -0.012478996999561787, -0.13609783351421356, -0.18833112716674805, -0.1457049697637558, 0.24218381941318512, 0.4292142987251282, 0.021815309301018715, -0.1301635354757309, -0.1301867663860321, 0.09755879640579224, -0.05502505972981453, -0.009482042863965034, -0.19212892651557922, -0.15414951741695404, -0.027020033448934555, 0.07304433733224869, 0.007182469125837088, -0.02298208512365818, 0.3297598958015442, 0.315843790769577, -0.21333694458007812, -0.36763495206832886, 0.0776933953166008, 0.21158941090106964, -0.11024720966815948, -0.510613203048706, -0.2813446521759033, -0.1653837263584137, -0.16786570847034454, -0.0032084400299936533, 0.39390718936920166, -0.5317683219909668, 0.07507330179214478, -0.3419426381587982, 0.19728286564350128, 0.019224466755986214, 0.015925854444503784, 0.278420627117157, -0.1764782965183258, -0.04477711394429207, -0.20012250542640686, -0.1274992823600769, -0.06962056457996368, 0.14556990563869476, 0.3924325704574585, -0.10798892378807068, -0.094902403652668, 0.028047872707247734, -0.1464538872241974, -0.43654194474220276, 0.2824721932411194, 0.1890069991350174, 0.2272546887397766, 0.33096688985824585, -0.07992719858884811, -0.0362018458545208, 0.04370526596903801, 0.05900948867201805, 0.20507586002349854, 0.15623196959495544, 0.1343054175376892, 0.05461223050951958, 0.23903220891952515, 0.1845504194498062, -0.1377345770597458, 0.047487400472164154, 0.0593586228787899, 0.0004770646628458053, 0.05983412638306618, 0.44970113039016724, 0.050539158284664154, -0.33613380789756775, -0.5938034057617188, 0.13826407492160797, -0.03783021494746208, 0.32877016067504883, 0.6135675311088562, 0.8565003871917725, 0.24138078093528748, 0.10769674926996231, 0.06187254190444946, -0.396555095911026, 0.19934622943401337, 0.03097989782691002, 0.07628051936626434, -0.1786043494939804, 0.1323963701725006, -0.18837256729602814, -0.19113630056381226, 0.2850230932235718, 0.436969131231308, -0.0316743366420269, -0.26853492856025696, -0.5151432156562805, -0.056566204875707626, -0.0514368861913681, -0.2762923836708069, -0.09330736100673676, -0.10279978811740875, -0.2664702534675598, 0.24824239313602448, 0.12073569744825363, 0.10963857173919678, -0.08192404359579086, -0.013336091302335262, -0.33028897643089294, 0.08436458557844162, 0.17323249578475952, -0.17084679007530212, -0.2663078308105469, -0.4074784815311432, -0.002245102310553193, -0.1102205365896225, 0.3206633925437927, 0.1449531763792038, -0.16365863382816315, -0.02286551706492901, 0.03380492329597473, -0.00882724765688181, 0.11871079355478287, 0.0654938593506813, 0.2570030093193054, -0.008780445903539658, 0.40160176157951355, -0.19479858875274658, 0.21103623509407043, -0.09023363888263702, -0.04275659844279289, -0.021660733968019485, -0.426334410905838, 0.26267209649086, -0.08595000207424164, -0.7214486598968506, -0.13926169276237488, 0.15576748549938202, -0.28155580163002014, -0.04295670986175537, 0.2775878310203552, 0.3194623589515686, 0.025012336671352386, 0.0871359258890152, -0.014652407728135586, -0.03793671354651451, -0.23593451082706451, 0.06861943751573563, 0.3344367742538452, -0.13190124928951263, -0.07001686841249466, -0.4216690957546234, -0.17350469529628754, -0.5078185796737671, -0.15429946780204773, 0.4090319573879242, -0.136848583817482, 0.06996673345565796, -0.13534191250801086, -0.37440744042396545, 0.18822717666625977, 0.2013542503118515, 0.15464794635772705, 0.3656407594680786, 0.10773438215255737, -0.17578312754631042, -0.015517509542405605, 0.2254527062177658, -0.1583356410264969, -0.209626242518425, 0.011110901832580566, 0.11519472301006317, 0.17565566301345825, 0.29299396276474, -0.42418020963668823, -0.3041608929634094, -0.01612272672355175, 0.1717870682477951, 0.2544602155685425, -0.14517851173877716, -0.20905852317810059, 0.2444191575050354, 0.2682138681411743, 0.09241945296525955, -0.4510928690433502, -0.3612705171108246, -0.023730240762233734, -0.0097647150978446, 0.03573930636048317, 0.10567257553339005, -0.1091977208852768, 0.16761398315429688, -0.14914289116859436, 0.1368829905986786, 0.10301867872476578, 0.14851310849189758, 0.16912923753261566, 0.0221322700381279, 0.03753351792693138, 0.0014986591413617134, -0.2312195897102356, -0.1015491932630539, 0.17047975957393646, -0.48841583728790283, -0.0799582377076149, 0.027521751821041107, 0.004167620558291674, 0.009179766289889812, 0.1363050490617752, 0.3111003339290619, 0.4749688506126404, -0.17238585650920868, 0.3878020942211151, -0.07811712473630905, 0.037835411727428436, 0.18432539701461792, 0.1065736636519432, 0.17745982110500336, 0.06518443673849106, -0.01660926640033722, -0.09624714404344559, 0.30720922350883484, -0.20871978998184204, 0.03079959750175476, 0.06420206278562546, 0.05002349615097046, 0.17962150275707245, 0.09524480998516083, -0.00965183973312378, 0.1387920081615448, 0.1346960961818695, 0.0856001228094101, -0.07112635672092438, -0.36006778478622437, 0.3456822633743286, 0.2836616337299347, -0.1142343282699585, 0.12312588840723038, 0.4611762762069702, -0.03131560981273651, 0.13995367288589478, -0.1683606207370758, 0.33075663447380066, 0.32372257113456726, -0.14501720666885376, 0.1657104194164276, 0.19682642817497253, 0.10606229305267334, -0.14137837290763855, 0.13377360999584198, -0.1748737245798111, 0.28085529804229736, -0.011447474360466003, 0.6476008892059326, 0.003963778726756573, -0.04369097575545311, 0.015316823497414589, 0.010517243295907974, -0.26697465777397156, 0.12669162452220917, -0.3217698335647583, 0.09594333916902542, -0.18996083736419678, -0.4393751919269562, -0.09254523366689682, -0.22646960616111755, -0.07134796679019928, 0.09720063209533691, 0.03873657062649727, -0.280375212430954, -0.18512357771396637, 0.17511612176895142, 0.19249190390110016, -0.1840575486421585, -0.056317295879125595, 0.032042551785707474, 0.058229099959135056, 0.12098949402570724, -0.06590874493122101, 0.038075972348451614, -0.02661622315645218, 0.30216488242149353, -0.17234505712985992, -0.23582740128040314, -0.1697009652853012, 0.04379032552242279, 0.2121066004037857, -0.013636494986712933, 0.36249348521232605, 0.24155649542808533, 0.23375628888607025, -0.28496718406677246, 0.26576653122901917, 0.22294123470783234, 0.005324080120772123, -0.38806989789009094, 0.5336949229240417, 0.02201855555176735, -0.15119078755378723, -0.010026302188634872, 0.11410225927829742, 0.06012263521552086, -0.13408240675926208, -0.2589021921157837, -0.13175827264785767, 0.1894245445728302, -0.09642061591148376, 0.1133495345711708, 0.02286629006266594, 0.06414691358804703, -0.30585262179374695, 0.08663222938776016, -0.06091120466589928, 0.22458069026470184, -0.045616209506988525, 0.08819889277219772, 0.5371742248535156, -0.006320059299468994, 0.02220981754362583, -0.3182492256164551, -0.08366697281599045, 0.3716573119163513, -0.2759591341018677, -0.017406001687049866, 0.07142667472362518, -0.056795764714479446, -0.12177170813083649, 0.339728444814682, -0.24840058386325836, 0.30358296632766724, 0.13765351474285126, -0.06193036958575249, 0.421622097492218, -0.11150087416172028, 0.19522234797477722, -0.22071263194084167, -0.18819057941436768, 0.08850578218698502, 0.17018266022205353, 0.057230692356824875, -0.05009385198354721, 0.639742910861969, 0.001773380907252431, 0.04256649315357208, -0.010347429662942886, -0.12962575256824493, -0.10146169364452362, 0.21143178641796112, 0.5131317973136902, 0.23846566677093506, 0.06556946784257889, 0.11353253573179245, 0.3704858720302582, 0.08426926285028458, 0.028279880061745644, 0.31157970428466797, 0.042186520993709564, -0.2581859529018402, -0.08731672167778015, -0.005916171241551638, 0.014224317856132984, 0.291847288608551, 0.21707290410995483, -0.05308320000767708, -0.051113441586494446, -0.1325937807559967, -0.09305862337350845, 0.10609845817089081, -0.12134739011526108, -0.19857753813266754, 0.24169225990772247, 0.2179391235113144, -0.21911369264125824, -0.059791725128889084, 0.00958401057869196, 0.18654775619506836, -0.04430798813700676, 0.5847881436347961, 0.2269240915775299, -0.16241176426410675, -0.05140985548496246, -0.044476091861724854, 0.1819150745868683, 0.20233814418315887, 0.2812286913394928, -0.06871634721755981, -0.21385657787322998 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#identify-regular-customers
Identify regular customers In addition to collecting customer characteristics, you also could classify customers based on number of orders they made. For example once a new customer creates an additional order, it becomes a regular customer. See the profiling_regular-customer rule in the demo for details. In this case, it is important that the action is executed only once. Therefore choose Visitor as scope. These are only a few simple examples for visitor profiling with Pimcores targeting engine.
Identify regular customers
[ -0.2325628399848938, -0.17093569040298462, -0.16873997449874878, -0.03309628367424011, 0.046119336038827896, -0.22746767103672028, 0.183353453874588, -0.32305848598480225, -0.5443942546844482, 0.030752643942832947, -0.17699073255062103, 0.07120705395936966, -0.055545248091220856, 0.12887482345104218, 0.14708900451660156, -0.21905125677585602, -0.11080068349838257, 0.20980733633041382, -0.36548912525177, 0.08850694447755814, 0.07502401620149612, -0.08005108684301376, 0.2927164137363434, 0.2970646917819977, -0.2686546742916107, -0.15103667974472046, -0.2807671129703522, -0.3386229872703552, 0.10957800596952438, -0.2646196186542511, 0.19091133773326874, 0.3997515141963959, 0.3718684911727905, 0.23669709265232086, -0.00010535036562941968, -0.1876862645149231, -0.12243464589118958, -0.11755765229463577, -0.04938274621963501, 0.10740410536527634, 0.04516588896512985, -0.32037249207496643, 0.014466576278209686, -0.23982927203178406, -0.09213988482952118, 0.116763636469841, -0.2987278997898102, 0.25968509912490845, 0.35324782133102417, 0.061000656336545944, 0.26177236437797546, -0.26809924840927124, -0.29687175154685974, 0.01060553640127182, 0.14920857548713684, 0.3123732805252075, -0.15554800629615784, -0.18391463160514832, 0.10885461419820786, -0.06989646703004837, -0.1460031419992447, 0.12904666364192963, -0.1135716587305069, 0.15443360805511475, 0.3541024923324585, 0.1577490121126175, 0.451663613319397, 0.05735927075147629, -0.007732058875262737, 0.24099701642990112, 0.1754368245601654, 0.5118347406387329, -0.08874008059501648, -0.305420458316803, -0.16754299402236938, -0.04363143816590309, 0.03938297554850578, -0.1571182906627655, -0.18779177963733673, 0.12709608674049377, -0.3925420343875885, 0.24205538630485535, 0.052045878022909164, -0.09373543411493301, -0.06337354332208633, -0.21510106325149536, -0.021689878776669502, -0.008227614685893059, 0.31547674536705017, -0.2766675651073456, 0.2684648931026459, 0.4218798279762268, 0.10276126861572266, 0.16999058425426483, -0.030255019664764404, -0.4681492745876312, 0.3476737141609192, 0.20701028406620026, 0.10831274092197418, 0.20365670323371887, 0.2214590460062027, 0.04871194809675217, -0.17500153183937073, 0.10348429530858994, 0.11887355893850327, -0.17485304176807404, 0.34732797741889954, 0.1973881870508194, 0.09687921404838562, 0.15573692321777344, -0.29331913590431213, 0.18372678756713867, 0.3415966331958771, 0.1580561101436615, 0.22006510198116302, 0.14850006997585297, -0.15438033640384674, 0.061219822615385056, -0.05970948562026024, 0.1761738657951355, -0.09971250593662262, -0.14334113895893097, 0.4177401661872864, 0.5970816016197205, 0.07963736355304718, 0.0064365556463599205, -0.23707512021064758, -0.2436334192752838, -0.047855593264102936, -0.17223620414733887, 0.0014933536294847727, -0.009067411534488201, -0.21985073387622833, -0.0990183874964714, 0.10329969227313995, 0.18667617440223694, 0.1330047994852066, -0.28987711668014526, -0.1566227823495865, -0.19436396658420563, 0.3613530099391937, -0.2887076437473297, 0.09924288094043732, -0.0863027572631836, -0.19332925975322723, -0.449479341506958, -0.13757696747779846, 0.3823692798614502, -0.17251135408878326, -0.03749798983335495, 0.09757173806428909, -0.05571264773607254, 0.4906841814517975, 0.20261049270629883, -0.11173983663320541, -0.14404910802841187, 0.4568658471107483, 0.23106423020362854, -0.20337682962417603, -0.03569864481687546, 0.060571957379579544, 0.14031000435352325, 0.17348934710025787, -0.015597162768244743, -0.09809800237417221, 0.3878437876701355, 0.6891696453094482, -0.22099655866622925, -0.3509666919708252, -0.20514275133609772, 0.2003559172153473, -0.17076843976974487, 0.05923044681549072, -0.00316984998062253, -0.05060592293739319, -0.42966344952583313, 0.08615114539861679, 0.031440120190382004, 0.09298260509967804, -0.11000475287437439, -0.30516675114631653, 0.16534952819347382, 0.18635672330856323, 0.07250453531742096, 0.18320797383785248, -0.2695252001285553, 0.05440880358219147, -0.017411425709724426, -0.21683059632778168, 0.05309000983834267, -0.026943735778331757, -0.07138557732105255, -0.14058126509189606, 0.013974486850202084, 0.17454594373703003, 0.26409199833869934, 0.08826708048582077, -0.09009416401386261, -0.1920187920331955, -0.06306897848844528, -0.14456290006637573, -0.014676094055175781, 0.18486271798610687, 0.09392271190881729, 0.13212604820728302, 0.1517695188522339, 0.10494042932987213, -0.004777425434440374, -0.8101990818977356, -0.05474141985177994, 0.46222904324531555, -0.4921625256538391, -0.04801015555858612, 0.04872555658221245, 0.15024355053901672, 0.033016499131917953, 0.2817945182323456, 0.0007895635208114982, -0.041138794273138046, -0.49318626523017883, 0.19277286529541016, 0.03924906253814697, -0.029443414881825447, 0.01516537182033062, 0.39814746379852295, 0.09599614888429642, 0.0582362599670887, 0.19292975962162018, 0.27675995230674744, 0.26953890919685364, 0.28678596019744873, -0.12754260003566742, 0.2730772793292999, 0.14760981500148773, 0.4295412003993988, 0.5914143323898315, 0.43161702156066895, 0.4061151444911957, -0.07702165842056274, -0.06181078776717186, -0.21745960414409637, 0.11863286793231964, 0.0348183736205101, 0.16071996092796326, -0.29697176814079285, 0.3891848921775818, 0.23710575699806213, -0.03784093260765076, -0.0817183256149292, 0.24027501046657562, 0.27865922451019287, -0.3386770486831665, 0.018638968467712402, -0.29212528467178345, 0.2719632089138031, 0.036525484174489975, -0.0784551352262497, 0.03720534220337868, -0.4837612211704254, 0.1692815124988556, -0.396470844745636, 0.033195145428180695, 0.33977559208869934, 0.12359912693500519, 0.32247820496559143, -0.08477350324392319, 0.3515796661376953, -0.13368678092956543, 0.05821146443486214, 0.1945010870695114, 0.12233346700668335, -0.2743128836154938, 0.23727549612522125, 0.1337532252073288, 0.10277768224477768, 0.046257905662059784, -0.4689401388168335, -0.4380750358104706, -0.1667199283838272, 0.3615036904811859, -0.13377200067043304, -0.33198076486587524, 0.005422514863312244, 0.10384006798267365, -0.3154381513595581, -0.18081305921077728, -0.06596260517835617, -0.01111717987805605, 0.29347121715545654, -0.015307520516216755, -0.16255690157413483, -0.09849012643098831, 0.07751668244600296, 0.055799685418605804, -0.1899552196264267, -0.18714377284049988, 0.05232617259025574, 0.6849337220191956, -0.13337428867816925, 0.022403838112950325, -0.40873053669929504, -0.1210332065820694, -0.10550567507743835, 0.2868768572807312, -0.05258900672197342, -0.0024277048651129007, 0.5798466205596924, -0.24115172028541565, 0.3259144127368927, -0.2317935675382614, -0.3727794587612152, 0.053262047469615936, 0.13234513998031616, 0.16287319362163544, 0.457848459482193, 0.004548590164631605, -0.30418863892555237, 0.4257737696170807, -0.16773751378059387, -0.250407338142395, 0.2236812859773636, -0.048424139618873596, -0.1683340072631836, 0.16675806045532227, 0.15342199802398682, 0.023568853735923767, -0.05340692400932312, -0.11727502942085266, -0.011213702149689198, 0.27558577060699463, 0.3112352788448334, -0.25966203212738037, -0.36391279101371765, 0.31510066986083984, -0.06975660473108292, 0.20758295059204102, -0.12011941522359848, 0.02154752053320408, 0.25516021251678467, -0.32743486762046814, 0.0990496277809143, -0.04220479726791382, -0.3070240020751953, -0.14536304771900177, 0.033517882227897644, -0.04092901945114136, -0.18179675936698914, -0.033957574516534805, 0.06337153166532516, 0.037210624665021896, -0.17109443247318268, 0.22863586246967316, -0.044780291616916656, -0.2605263292789459, 0.09374517947435379, -0.05115102231502533, -0.02150128223001957, 0.3955175578594208, 0.25506114959716797, -0.2874200642108917, -0.43117576837539673, -0.03234146907925606, 0.6890550851821899, -0.31036463379859924, -0.06011173129081726, 0.4482191205024719, 0.11537297815084457, -0.03612370416522026, 0.13168375194072723, 0.030894743278622627, -0.00795472040772438, 0.12721368670463562, -0.19646191596984863, 0.24861076474189758, 0.12511567771434784, 0.025116290897130966, -0.34285643696784973, -0.055439844727516174, -0.3053920567035675, -0.46466541290283203, 0.08016692101955414, -0.1767846643924713, 0.3864612877368927, 0.026134781539440155, 0.05529017001390457, -0.04062831029295921, -0.087642140686512, -0.13631904125213623, 0.10440497100353241, 0.25528621673583984, -0.15336260199546814, -0.46963199973106384, -0.17202098667621613, -0.13948561251163483, 0.3700610399246216, -0.09634611010551453, -0.035226158797740936, 0.04324832931160927, 0.05988345667719841, 0.1558707058429718, -0.17865127325057983, 0.284170538187027, -0.1413901299238205, 0.1624148041009903, -0.2964215874671936, -0.3904223144054413, 0.076506607234478, 0.2933046519756317, -0.043239835649728775, -0.23151054978370667, -0.027573293074965477, 0.05742532014846802, -0.20444191992282867, -0.11615496873855591, 0.30525094270706177, -0.3131854832172394, 0.03784259408712387, -0.14224079251289368, 0.21501459181308746, -0.22780124843120575, 0.19276762008666992, 0.5534685850143433, -0.33556923270225525, -0.05534854903817177, -0.1327015459537506, -0.20113617181777954, -0.029222046956419945, -0.03435112535953522, 0.43629202246665955, 0.20117416977882385, 0.07805952429771423, 0.009828346781432629, -0.04614356532692909, 0.14297889173030853, -0.3084874451160431, 0.34990885853767395, 0.30659815669059753, -0.21012628078460693, -0.34954822063446045, 0.00020510805188678205, -0.17396067082881927, 0.10401646792888641, 0.37736615538597107, 0.16797512769699097, 0.10529046505689621, -0.15993845462799072, 0.13371959328651428, 0.30765068531036377, 0.0811883881688118, -0.3614795207977295, 0.3920701742172241, -0.2685687839984894, 0.034882526844739914, 0.2805323302745819, 0.009722216986119747, -0.4073440134525299, -0.22833704948425293, -0.2791939377784729, -0.06630894541740417, 0.44328033924102783, 0.7235379219055176, 0.8489883542060852, 0.1545657515525818, -0.031139729544520378, -0.27255603671073914, -0.2470465451478958, 0.16679181158542633, -0.3103668689727783, -0.16149593889713287, -0.08825282007455826, -0.04408096894621849, -0.10758914798498154, -0.1178123950958252, 0.28817105293273926, 0.27731993794441223, -0.2459331750869751, -0.21987192332744598, -0.3114221394062042, -0.23806780576705933, 0.22677822411060333, 0.1213773638010025, 0.16034109890460968, -0.13400550186634064, 0.10740640759468079, 0.21524229645729065, -0.14148126542568207, 0.09676551818847656, -0.07026836276054382, 0.1526297926902771, -0.3378831148147583, -0.22896550595760345, 0.34212562441825867, -0.40845927596092224, -0.5426409840583801, -0.5513036847114563, 0.05834987759590149, -0.34468597173690796, -0.11227291077375412, 0.2294156551361084, 0.12553901970386505, -0.10547886043787003, -0.09868233650922775, 0.049641773104667664, 0.20725290477275848, 0.06994455307722092, 0.18886153399944305, -0.16262848675251007, 0.11957069486379623, -0.11044985055923462, 0.3171343505382538, 0.10003948211669922, -0.18442392349243164, -0.039557259529829025, 0.05462827533483505, 0.18255341053009033, -0.13642358779907227, -0.06429313868284225, 0.03800324723124504, -0.03421084210276604, -0.4023567736148834, 0.011292854323983192, 0.1667233407497406, 0.2845641076564789, -0.23834531009197235, 0.19468647241592407, 0.0896289199590683, 0.05787099897861481, -0.09657541662454605, -0.29546573758125305, 0.35437366366386414, -0.22905732691287994, -0.28261396288871765, -0.27992963790893555, -0.022463731467723846, -0.4160556495189667, 0.2961333096027374, -0.06280037015676498, 0.03317920118570328, 0.17360302805900574, 0.1345825046300888, -0.254912406206131, 0.28899192810058594, 0.22008943557739258, 0.010522987693548203, 0.2803407907485962, -0.024957997724413872, -0.043956201523542404, -0.21617689728736877, -0.04781118780374527, -0.12455714493989944, -0.1694421023130417, 0.1863950490951538, 0.3505376875400543, 0.1419278234243393, 0.3853898346424103, -0.37338927388191223, -0.12203288823366165, -0.19087925553321838, 0.24571947753429413, 0.23349007964134216, -0.15238738059997559, -0.2075742930173874, -0.07940202206373215, 0.11619151383638382, 0.13458310067653656, -0.2600221633911133, -0.255861759185791, -0.15562951564788818, 0.0665343627333641, -0.18456469476222992, 0.1802985966205597, -0.21901553869247437, 0.3978230059146881, 0.03136911615729332, -0.21716026961803436, -0.09210357815027237, -0.02971024066209793, -0.0016317785484716296, -0.23130522668361664, -0.23489244282245636, 0.02323945052921772, -0.5194301605224609, -0.06904180347919464, 0.12792330980300903, -0.3645099401473999, -0.04387183114886284, 0.3896700143814087, -0.2349132001399994, -0.22554126381874084, 0.3249336779117584, 0.25528329610824585, 0.20837362110614777, -0.3381897211074829, 0.0620482973754406, 0.42189687490463257, -0.07064089924097061, 0.21088624000549316, -0.2081815004348755, 0.30205604434013367, -0.05036454647779465, -0.09580889344215393, 0.07426487654447556, 0.3459688723087311, -0.2260025292634964, 0.17647232115268707, 0.06158588454127312, 0.0667099803686142, 0.29616227746009827, 0.3770422637462616, 0.25061243772506714, 0.1307125687599182, 0.3143887519836426, 0.1332980990409851, -0.08519457280635834, -0.2435225397348404, 0.4171818494796753, 0.20831571519374847, -0.11772500723600388, 0.16362279653549194, 0.5886862874031067, -0.19446170330047607, 0.2865331768989563, -0.1930374801158905, 0.03064807318150997, 0.46965542435646057, 0.11720827221870422, 0.19266457855701447, 0.10629160702228546, -0.22493064403533936, -0.005788370501250029, 0.12900324165821075, -0.12562350928783417, 0.27105996012687683, -0.0238557867705822, 0.6329284310340881, -0.022245483472943306, -0.08982512354850769, -0.38252198696136475, -0.22161830961704254, -0.026997173205018044, 0.17897021770477295, -0.24664033949375153, 0.017388857901096344, -0.24162143468856812, -0.42051318287849426, 0.13263872265815735, -0.17817619442939758, -0.13787531852722168, 0.04906758666038513, 0.12303569912910461, -0.20432397723197937, -0.21714061498641968, 0.04112410172820091, 0.04682673513889313, -0.2977873682975769, -0.32049548625946045, -0.23469392955303192, -0.08827808499336243, 0.11884049326181412, 0.05454394966363907, 0.03550567850470543, -0.10851597040891647, 0.13266779482364655, -0.020945362746715546, -0.07756971567869186, 0.05997724458575249, -0.1571326106786728, 0.06361435353755951, 0.23011764883995056, 0.19887763261795044, 0.32998645305633545, 0.10122103244066238, -0.33182764053344727, 0.08785675466060638, 0.05884874239563942, 0.005010443739593029, -0.5561956763267517, 0.1288023144006729, 0.3434216380119324, -0.18973790109157562, -0.03928263857960701, -0.023345530033111572, 0.15451833605766296, -0.30688032507896423, 0.11260930448770523, -0.5323208570480347, -0.08060149103403091, -0.20546051859855652, 0.1237659901380539, -0.16619154810905457, 0.05033063516020775, 0.043551940470933914, 0.14394240081310272, -0.2675798535346985, 0.01797224022448063, -0.35894906520843506, 0.15791508555412292, 0.23006631433963776, 0.19608785212039948, 0.23448151350021362, -0.3108469843864441, -0.046739283949136734, 0.38738149404525757, -0.03597886115312576, 0.08662720769643784, -0.15673145651817322, 0.3104345202445984, 0.15113800764083862, 0.20533686876296997, -0.7461259365081787, 0.30456438660621643, -0.0169649850577116, -0.28336960077285767, 0.2833356261253357, -0.32182884216308594, 0.08679851144552231, 0.08554164320230484, -0.48951342701911926, 0.4344828128814697, 0.3866361379623413, 0.6680469512939453, 0.1655321568250656, 0.416319340467453, -0.06147940829396248, 0.29778164625167847, 0.24364764988422394, -0.04770248755812645, -0.14604249596595764, -0.11534982919692993, 0.38639315962791443, 0.0514102540910244, 0.09840486198663712, 0.13042134046554565, 0.09670804440975189, 0.16968460381031036, 0.3090265393257141, 0.08831186592578888, 0.2662700414657593, -0.13194410502910614, -0.23854683339595795, -0.014245899394154549, -0.16800779104232788, 0.3929961323738098, 0.27368855476379395, -0.15212783217430115, -0.05484093725681305, -0.03510080650448799, 0.054231222718954086, 0.08387207239866257, -0.09547562897205353, -0.27175888419151306, 0.506856381893158, -0.18691286444664001, -0.17670683562755585, 0.04698781296610832, -0.32694828510284424, 0.11819510161876678, 0.004651736002415419, 0.06489863246679306, 0.009298015385866165, -0.1604248434305191, -0.11392596364021301, -0.2416476607322693, 0.067955881357193, -0.05497131869196892, 0.3458969295024872, -0.08924692869186401, -0.3743251860141754 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#personalize-content
Personalize Content
Personalize Content
[ 0.26033759117126465, -0.15907147526741028, -0.3436773717403412, -0.033227432519197464, 0.06862324476242065, -0.04341071844100952, 0.09894350171089172, 0.17628341913223267, -0.3202000558376312, 0.28297045826911926, -0.03929844871163368, 0.26837873458862305, -0.038426097482442856, 0.09640903025865555, -0.03359449282288551, -0.3133789300918579, -0.03768616542220116, 0.4698484241962433, 0.17165499925613403, 0.021821947768330574, -0.0783250629901886, -0.05759496986865997, 0.15995022654533386, -0.11863215267658234, -0.11500027030706406, -0.23958739638328552, -0.13929924368858337, 0.15757158398628235, -0.10148003697395325, -0.21756361424922943, -0.28684288263320923, 0.509272038936615, -0.07079975306987762, -0.045623037964105606, -0.00009720033995108679, -0.17118676006793976, -0.06255559623241425, -0.055534303188323975, 0.025944381952285767, 0.18760035932064056, 0.1683860421180725, -0.005223412998020649, -0.106104776263237, -0.09818410128355026, -0.2258574664592743, 0.16699299216270447, -0.1932624727487564, 0.28212952613830566, 0.49093812704086304, -0.19976410269737244, 0.3862368166446686, -0.2937792241573334, -0.11698779463768005, 0.12717902660369873, 0.16550010442733765, 0.4330452084541321, -0.2322157323360443, 0.09771520644426346, 0.3198923170566559, 0.07084602117538452, 0.2355516105890274, 0.30537939071655273, -0.16654345393180847, -0.12630946934223175, 0.1991616040468216, -0.03164634853601456, 0.28306522965431213, -0.036570023745298386, 0.2105138599872589, 0.077543243765831, 0.34169504046440125, 0.15061618387699127, 0.035409484058618546, -0.23709233105182648, 0.2392682433128357, -0.16115815937519073, -0.18952365219593048, 0.05578494071960449, -0.0790230929851532, 0.16172611713409424, -0.18742075562477112, -0.38709479570388794, -0.25957685708999634, 0.14400045573711395, 0.3410032391548157, 0.13803857564926147, -0.06730207055807114, -0.2867293059825897, 0.0004446683160495013, -0.1887209117412567, 0.09256499260663986, -0.045559946447610855, -0.11909102648496628, 0.3303539752960205, 0.5650497078895569, -0.3834203779697418, -0.2066098004579544, -0.1280861645936966, -0.22198177874088287, 0.01702241040766239, 0.4756860136985779, 0.3779250979423523, 0.0948345959186554, -0.1276429444551468, 0.21733695268630981, 0.025915812700986862, 0.1671299934387207, 0.23070797324180603, 0.023470677435398102, 0.12134485691785812, -0.09130014479160309, 0.09731703996658325, -0.19960379600524902, 0.22472278773784637, -0.25253358483314514, 0.19019964337348938, -0.031192991882562637, 0.11180752515792847, -0.15555213391780853, 0.10509125143289566, -0.012630698271095753, 0.05917767435312271, -0.042404934763908386, -0.07173962891101837, -0.02204691246151924, -0.0931754857301712, -0.3311808407306671, 0.04410227760672569, 0.06603029370307922, -0.016916532069444656, -0.15312030911445618, 0.29462751746177673, -0.1874556839466095, 0.1788446009159088, -0.0001279557473026216, 0.15902158617973328, -0.24899160861968994, -0.1202038899064064, 0.06785040348768234, -0.4132244288921356, 0.062391605228185654, 0.14832554757595062, -0.191741943359375, -0.1507003754377365, -0.3443633019924164, 0.18208356201648712, -0.047658562660217285, -0.2731475532054901, -0.243833526968956, 0.018816573545336723, -0.037343692034482956, -0.24329566955566406, 0.2326202243566513, 0.35375094413757324, 0.3227861523628235, 0.01926025003194809, 0.43920421600341797, 0.043733954429626465, 0.17594675719738007, 0.16350311040878296, 0.10398246347904205, 0.4200282394886017, -0.44137516617774963, -0.15413883328437805, -0.24231337010860443, 0.2697802484035492, -0.039111845195293427, -0.13089331984519958, 0.05240275710821152, 0.1346951574087143, 0.07674349844455719, 0.22223959863185883, 0.14269179105758667, 0.16326792538166046, 0.16800330579280853, -0.06798651814460754, 0.31588488817214966, -0.20596422255039215, -0.19493471086025238, 0.2942986786365509, -0.2245870679616928, -0.018753886222839355, 0.1574476957321167, -0.07928376644849777, 0.20567160844802856, -0.05196863412857056, 0.2581305205821991, 0.09540276974439621, 0.023482361808419228, 0.06826262921094894, -0.09726408123970032, -0.09661350399255753, 0.06369286775588989, 0.03100818395614624, -0.1437324732542038, 0.2579306662082672, 0.06121734529733658, -0.199239581823349, 0.22547544538974762, -0.06558523327112198, 0.028352653607726097, 0.2269340604543686, 0.42720165848731995, 0.44263410568237305, -0.014745645225048065, -0.1014857143163681, 0.46290454268455505, -0.2850876748561859, -0.18108294904232025, 0.17589353024959564, 0.21022827923297882, -0.2321174293756485, -0.43043220043182373, -0.3001827001571655, 0.15102900564670563, -0.245491623878479, 0.35133835673332214, 0.19402220845222473, -0.1181754469871521, -0.2497541606426239, -0.10318266600370407, 0.298047810792923, -0.16548983752727509, -0.027699027210474014, 0.12211667001247406, -0.2732026278972626, -0.0023699968587607145, 0.0015660803765058517, 0.1757260262966156, 0.37977334856987, 0.2567763030529022, 0.1017913892865181, 0.07356292009353638, 0.07048123329877853, -0.31451112031936646, 0.15365655720233917, 0.15235300362110138, 0.3093152344226837, -0.09825946390628815, -0.4367716312408447, 0.18462450802326202, 0.12212817370891571, -0.12626205384731293, -0.05269382894039154, -0.20454686880111694, 0.14749491214752197, 0.1852659285068512, 0.16216304898262024, -0.16129866242408752, -0.1481519490480423, -0.21773399412631989, -0.05747988075017929, 0.10759945958852768, -0.4629041254520416, -0.022455662488937378, 0.16048558056354523, 0.19235506653785706, -0.05310545861721039, -0.2918616235256195, 0.26075875759124756, -0.12852957844734192, -0.018789302557706833, 0.2870917320251465, 0.16267617046833038, 0.012962490320205688, -0.08411546051502228, 0.054172538220882416, -0.2556379735469818, -0.12876681983470917, 0.10307279974222183, -0.1590278446674347, 0.21152806282043457, 0.22423820197582245, -0.0527409128844738, 0.06499879062175751, -0.11601413041353226, -0.08138205856084824, -0.0882461816072464, 0.07642444223165512, 0.2170569896697998, 0.10754159837961197, 0.14692914485931396, -0.36430180072784424, -0.141995370388031, -0.03462040051817894, -0.04887479916214943, -0.20442679524421692, -0.07447507977485657, 0.07448893040418625, -0.16026824712753296, -0.07593744248151779, 0.28725743293762207, 0.42511433362960815, -0.01039190124720335, 0.004743372090160847, -0.1413373053073883, 0.22106632590293884, 0.6432693600654602, -0.1521240919828415, 0.2091170698404312, -0.014349102042615414, -0.08372540026903152, -0.022118359804153442, 0.3234917223453522, -0.2887158989906311, 0.037279162555933, 0.04349488019943237, -0.055847909301519394, 0.36858347058296204, -0.16273744404315948, -0.06851363182067871, 0.08588900417089462, -0.07509790360927582, 0.021683599799871445, 0.13259992003440857, 0.2509501576423645, 0.13320305943489075, 0.04174116253852844, 0.08238918334245682, 0.1982652246952057, -0.09174657613039017, -0.22644640505313873, 0.060808878391981125, 0.10822436213493347, 0.11613235622644424, -0.009030123241245747, -0.13849766552448273, -0.098914735019207, 0.2956952452659607, 0.20797216892242432, 0.37467893958091736, 0.004665139596909285, -0.08706804364919662, -0.4424644708633423, -0.027861904352903366, 0.33530402183532715, -0.046213407069444656, -0.05703018978238106, 0.10563503205776215, -0.3512907326221466, 0.07475244253873825, -0.31665822863578796, -0.21533232927322388, -0.07147356867790222, -0.05197202041745186, 0.1915425807237625, 0.32900285720825195, 0.0207660049200058, -0.14054909348487854, -0.20312421023845673, -0.09023545682430267, 0.2105870097875595, -0.028756285086274147, -0.3302185535430908, -0.16289734840393066, 0.20416201651096344, -0.3095126450061798, 0.19922804832458496, -0.0636143833398819, -0.21831943094730377, -0.5411016941070557, -0.11405683308839798, 0.36010774970054626, -0.348608136177063, 0.012157618068158627, 0.24504002928733826, 0.1308247596025467, 0.020699284970760345, -0.04326435551047325, -0.224302276968956, 0.13367456197738647, 0.30723321437835693, 0.03355932980775833, 0.4257583022117615, 0.2794896066188812, -0.21145938336849213, -0.012159002013504505, -0.20354485511779785, -0.6024598479270935, -0.0456734262406826, -0.006922454573214054, 0.20004408061504364, 0.4045436382293701, -0.12475048005580902, -0.25597116351127625, -0.13548828661441803, -0.1970309168100357, 0.07090914249420166, 0.15771397948265076, -0.2165279984474182, -0.1029675230383873, -0.17641311883926392, -0.0023321101907640696, 0.20881730318069458, 0.07811741530895233, 0.18121029436588287, -0.25047168135643005, -0.055365413427352905, -0.16519129276275635, 0.17822417616844177, -0.03196994587779045, 0.16041024029254913, -0.3499646782875061, -0.23412705957889557, 0.06752250343561172, 0.0003839154087472707, 0.05179644376039505, 0.11910849064588547, 0.09940879046916962, -0.009356108494102955, -0.11348108947277069, 0.30787649750709534, 0.08819476515054703, 0.014778798446059227, 0.1186094880104065, -0.17331203818321228, -0.17457899451255798, -0.34650859236717224, 0.1323021650314331, 0.2606935203075409, -0.223605215549469, 0.154344379901886, -0.1711689680814743, 0.007100029848515987, 0.11291039735078812, -0.3201822340488434, 0.082950159907341, 0.07692413032054901, 0.11944373697042465, -0.048787474632263184, -0.2700691521167755, 0.23911406099796295, -0.2476774901151657, -0.014502177946269512, 0.15004321932792664, 0.06515848636627197, -0.04021656885743141, 0.07554934918880463, 0.2204621136188507, -0.34145766496658325, -0.21057778596878052, 0.05411328747868538, 0.20581388473510742, 0.3497924506664276, 0.004535815212875605, -0.2978650629520416, 0.07716841250658035, -0.1920946091413498, 0.13710236549377441, -0.11193368583917618, -0.15745341777801514, 0.047356437891721725, -0.4517837166786194, 0.2996363639831543, -0.471587210893631, -0.277860552072525, -0.006393630988895893, -0.07095521688461304, -0.1413234919309616, -0.08271674066781998, 0.4387097656726837, 1.2077064514160156, 0.19702579081058502, 0.19172997772693634, -0.6289395689964294, -0.24881905317306519, 0.14437125623226166, -0.3121330738067627, -0.07242637872695923, -0.32119813561439514, 0.12653537094593048, 0.13089744746685028, 0.21726445853710175, 0.23179183900356293, 0.44671693444252014, 0.12905047833919525, -0.0895576924085617, -0.18891029059886932, -0.33766642212867737, -0.09046177566051483, 0.02191999740898609, -0.17395617067813873, -0.22187338769435883, 0.0610782690346241, 0.3007500469684601, -0.05510120838880539, -0.026803653687238693, -0.010433454066514969, 0.3467860519886017, -0.31855812668800354, -0.13951489329338074, 0.039814673364162445, -0.09224331378936768, -0.1304052174091339, -0.2376561313867569, 0.11607993394136429, -0.5170395970344543, -0.09745825082063675, -0.1699400246143341, 0.1693086326122284, 0.2547960877418518, 0.046311598271131516, 0.040112629532814026, 0.249556303024292, 0.03126188740134239, -0.27147331833839417, 0.045566629618406296, 0.13600797951221466, -0.11728452146053314, -0.10433126240968704, -0.24524633586406708, 0.15007853507995605, 0.09491195529699326, -0.39301639795303345, -0.14887645840644836, 0.3627568781375885, -0.1649995595216751, -0.18108420073986053, -0.039082758128643036, 0.10074184089899063, -0.025626853108406067, 0.34571099281311035, 0.041090741753578186, 0.16610799729824066, -0.18158870935440063, 0.028476012870669365, 0.05086492374539375, 0.0003050859668292105, -0.15174241364002228, 0.13864727318286896, -0.294538289308548, 0.07395313680171967, -0.40182244777679443, -0.13565847277641296, -0.45870882272720337, 0.15627780556678772, -0.020462941378355026, 0.34261664748191833, -0.13595640659332275, 0.042216479778289795, -0.3401050567626953, -0.14717264473438263, 0.3809654414653778, 0.12680445611476898, 0.2131284475326538, 0.045214321464300156, 0.0007803203770890832, -0.2567090392112732, -0.07294517755508423, 0.07630410045385361, 0.21100366115570068, -0.15150806307792664, -0.16072668135166168, -0.04130946472287178, 0.3243946135044098, -0.5273749232292175, -0.2690868377685547, 0.02168384939432144, -0.2472430318593979, 0.3741622865200043, 0.24291996657848358, -0.3254144489765167, -0.027420315891504288, 0.3324354290962219, 0.2749524712562561, -0.04070919007062912, -0.46197253465652466, -0.27963462471961975, 0.04198252037167549, 0.046554457396268845, 0.08208164572715759, 0.061730194836854935, 0.23041635751724243, 0.14034812152385712, -0.004492763429880142, -0.023589545860886574, -0.12934277951717377, 0.23112498223781586, 0.27695000171661377, -0.1628216803073883, 0.0779799297451973, -0.29984837770462036, -0.0878356397151947, -0.20106390118598938, 0.2955929636955261, 0.1691817194223404, -0.18924446403980255, 0.06785254925489426, -0.061696819961071014, 0.3014664351940155, 0.10289941728115082, 0.3246757984161377, -0.05989215150475502, -0.15201465785503387, 0.20651444792747498, 0.03597424179315567, -0.06039316952228546, -0.2833399474620819, 0.012907990254461765, -0.055041488260030746, -0.229694202542305, 0.35691478848457336, 0.42002519965171814, 0.16187219321727753, -0.07855184376239777, -0.07543545961380005, -0.5074231028556824, -0.06083448603749275, 0.2511867880821228, 0.09390672296285629, 0.13071827590465546, -0.348027765750885, -0.1056562140583992, 0.13517789542675018, -0.032581526786088943, -0.12812283635139465, -0.0024182323832064867, -0.2401580810546875, -0.0861087441444397, 0.20200702548027039, 0.045222461223602295, 0.015999658033251762, -0.16283859312534332, 0.42929068207740784, 0.022363873198628426, 0.2048865109682083, 0.05912763997912407, 0.11826365441083908, 0.018321014940738678, 0.23509593307971954, -0.12207576632499695, 0.4475792646408081, 0.38637346029281616, 0.1255253106355667, 0.02971145324409008, 0.23989138007164001, 0.051373157650232315, 0.24952462315559387, 0.17416797578334808, 0.0986044704914093, -0.13213345408439636, -0.509630024433136, -0.06202337145805359, -0.18570461869239807, -0.32210594415664673, 0.10677340626716614, -0.33576223254203796, -0.20359688997268677, -0.1668270230293274, 0.08084289729595184, 0.07505113631486893, 0.035641178488731384, -0.13069884479045868, 0.23546651005744934, -0.16609452664852142, -0.16396792232990265, -0.13074205815792084, 0.24278521537780762, 0.11416040360927582, -0.23862728476524353, -0.3582938313484192, 0.08427319675683975, -0.2383282482624054, 0.019993379712104797, -0.2579159438610077, -0.21823100745677948, 0.04437772557139397, -0.058007825165987015, 0.17335769534111023, 0.24610088765621185, -0.021471016108989716, 0.22157277166843414, -0.3777775168418884, 0.2574045956134796, 0.17211145162582397, 0.41747385263442993, -0.08270607143640518, -0.23652276396751404, 0.2818143963813782, -0.4919215142726898, -0.002189445775002241, -0.03732753545045853, -0.3063379228115082, 0.07660049945116043, 0.27403169870376587, -0.13766959309577942, -0.11632347106933594, 0.046409722417593, 0.1772816926240921, 0.15352264046669006, 0.2601450979709625, 0.21930482983589172, 0.2274470031261444, 0.2992545962333679, -0.3480340838432312, 0.02612360008060932, 0.4637722373008728, 0.08408759534358978, -0.2467719465494156, -0.09587418287992477, -0.044916629791259766, 0.019860059022903442, 0.25190940499305725, 0.21842257678508759, -0.04364275932312012, -0.20963096618652344, 0.21579033136367798, 0.07119932025671005, 0.22648189961910248, 0.08935580402612686, 0.26838213205337524, 0.2792723774909973, 0.1197119802236557, 0.005362368188798428, 0.3299725651741028, 0.30370113253593445, 0.11904309689998627, 0.09327588975429535, -0.1689666509628296, -0.13277746737003326, 0.4484260082244873, -0.26030316948890686, 0.075287826359272, -0.33782172203063965, -0.2704048454761505, 0.27093854546546936, 0.1243918314576149, -0.1663924902677536, 0.1735447347164154, 0.29139357805252075, 0.35324031114578247, -0.07214329391717911, -0.08995398879051208, 0.035053882747888565, 0.13201650977134705, 0.12117693573236465, -0.05090998113155365, 0.1336553990840912, -0.09040173143148422, 0.31661978363990784, -0.15319158136844635, 0.10544303804636002, 0.052987635135650635, -0.11086947470903397, -0.12155457586050034, -0.022728243842720985, -0.2760624289512634, 0.18815629184246063, 0.01866992376744747, -0.4409175515174866, 0.08623822778463364, 0.26144465804100037, -0.15938152372837067, -0.09781936556100845, -0.24364887177944183, 0.015736736357212067, 0.32587140798568726, -0.037410035729408264, 0.03952335938811302, 0.03460158407688141, -0.29825082421302795, -0.3198576867580414, 0.0815638080239296, 0.08222668617963791, 0.14869995415210724, 0.37493303418159485, -0.5286329388618469, -0.30030521750450134 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#personalize-content-using-global-targeting-rules
Personalize content using global targeting rules
Personalize content using global targeting rules
[ 0.43015366792678833, -0.1881997287273407, -0.1935230791568756, -0.1603706330060959, 0.27593308687210083, -0.19547688961029053, 0.26217204332351685, 0.1932569444179535, -0.18535162508487701, -0.07745108753442764, -0.07502871751785278, 0.23358923196792603, -0.23155862092971802, 0.2601756751537323, 0.07022404670715332, -0.14490240812301636, 0.03807121142745018, 0.24209706485271454, 0.09051056206226349, 0.03377801924943924, 0.21357403695583344, -0.003928594756871462, 0.11958693712949753, 0.22498443722724915, -0.2862493395805359, -0.041045017540454865, 0.05374762415885925, 0.1487448364496231, 0.048566509038209915, -0.23132924735546112, -0.09951505810022354, 0.3310266435146332, 0.11891689151525497, 0.03507613018155098, -0.00010204513091593981, -0.21759483218193054, -0.14369507133960724, -0.1856844574213028, 0.19775515794754028, 0.29753386974334717, 0.16049858927726746, 0.002305170986801386, -0.6064040064811707, -0.06311919540166855, -0.17017006874084473, 0.15723292529582977, -0.31974101066589355, -0.04903719574213028, 0.3600207567214966, -0.16235196590423584, 0.2701568007469177, -0.1807805597782135, -0.0015226476825773716, 0.017835428938269615, 0.04665185883641243, 0.01555222924798727, 0.043663691729307175, 0.14042600989341736, 0.1230299323797226, -0.2666480541229248, -0.019771356135606766, 0.5003494024276733, -0.16282105445861816, 0.01072188001126051, 0.08020679652690887, -0.09760336577892303, -0.03703431040048599, 0.001872166059911251, 0.35937413573265076, 0.1845100373029709, 0.35890647768974304, 0.14153645932674408, -0.17894162237644196, -0.28959545493125916, 0.05951331555843353, -0.2582714855670929, -0.2910127341747284, 0.18673299252986908, -0.057789646089076996, 0.17910216748714447, -0.035394374281167984, -0.31840014457702637, -0.20805999636650085, -0.12868817150592804, 0.08525852113962173, 0.2683001458644867, -0.054096050560474396, -0.2351941466331482, -0.09269481152296066, -0.10467684268951416, 0.01694679446518421, 0.07403013110160828, -0.10224082320928574, 0.13786999881267548, 0.22074230015277863, -0.4522556662559509, -0.04742531478404999, 0.22903014719486237, -0.11412392556667328, -0.06771887093782425, 0.632154643535614, 0.36428913474082947, 0.17333930730819702, -0.11197412014007568, 0.14061030745506287, 0.07377362251281738, 0.038049329072237015, 0.16234943270683289, 0.1761915236711502, -0.0808984786272049, -0.33918076753616333, 0.26262956857681274, -0.006430368404835463, 0.11897610872983932, -0.45776012539863586, 0.2711101174354553, -0.192559614777565, 0.23905497789382935, -0.11143564432859421, 0.3613418638706207, -0.031190460547804832, 0.04576331749558449, -0.02061288058757782, 0.0023063619155436754, 0.11207709461450577, -0.2247324138879776, -0.36986079812049866, 0.0029013818129897118, -0.01518249325454235, -0.07002939283847809, -0.10959033668041229, 0.19847345352172852, -0.1933835744857788, 0.09057575464248657, 0.03893326595425606, 0.6940332055091858, -0.02099389024078846, -0.24394655227661133, 0.13224400579929352, -0.14598919451236725, -0.14647731184959412, 0.10426267236471176, 0.01945563405752182, -0.1653069704771042, -0.5435933470726013, -0.16912893950939178, 0.051623109728097916, -0.1521119624376297, -0.26001933217048645, -0.06698101758956909, 0.24671028554439545, -0.41464418172836304, 0.5060433745384216, 0.24514135718345642, -0.03521052002906799, -0.1478588879108429, 0.64841628074646, 0.3933640718460083, 0.0026458525098860264, 0.027754895389080048, 0.15516851842403412, 0.2537018358707428, -0.3681774139404297, -0.0496542751789093, -0.14557376503944397, 0.5567237734794617, -0.15755027532577515, -0.21172131597995758, 0.30985376238822937, 0.19781503081321716, -0.041926342993974686, 0.046759262681007385, -0.02343534305691719, 0.08992547541856766, 0.27514633536338806, 0.041014108806848526, 0.2162720412015915, -0.044851917773485184, -0.16579298675060272, 0.21468335390090942, -0.5825520157814026, -0.09883599728345871, 0.19746406376361847, -0.16677911579608917, 0.03367367759346962, -0.2667273283004761, 0.36784112453460693, 0.25096651911735535, 0.12159761041402817, 0.09381618350744247, -0.04073496162891388, -0.003966496791690588, -0.07487548142671585, -0.06935527175664902, 0.09479901194572449, 0.18951717019081116, 0.3325943648815155, 0.04057355225086212, -0.09756004810333252, -0.12886285781860352, 0.18654263019561768, 0.13978014886379242, 0.38868042826652527, 0.09047112613916397, 0.044259876012802124, -0.012791645713150501, -0.05877699702978134, -0.07815763354301453, -0.4492838978767395, 0.22229266166687012, 0.23511286079883575, -0.19949479401111603, -0.323244571685791, -0.14148443937301636, 0.056615401059389114, -0.3699691593647003, 0.29308491945266724, 0.2323097288608551, 0.11583810299634933, -0.3541257381439209, -0.04423544555902481, -0.0032301892060786486, -0.10301442444324493, -0.06533550471067429, 0.3122183084487915, -0.1890774965286255, -0.011023145169019699, -0.09967797249555588, 0.3715342879295349, 0.3710332214832306, 0.2984871566295624, 0.036087047308683395, -0.047124046832323074, -0.10481096804141998, -0.06339078396558762, 0.1942383050918579, 0.3430520296096802, 0.5560271739959717, -0.03195755183696747, -0.45950090885162354, 0.15346267819404602, 0.39208003878593445, 0.021632250398397446, 0.13290826976299286, -0.49192726612091064, 0.5569959878921509, 0.09158883988857269, 0.01633831486105919, -0.2463374137878418, -0.1540755182504654, -0.022266563028097153, -0.18225570023059845, -0.020660972222685814, -0.5236262679100037, -0.32593071460723877, 0.1050456091761589, -0.09728685021400452, 0.11275305598974228, -0.2732457220554352, 0.34861117601394653, -0.17393086850643158, 0.022332370281219482, 0.02549438178539276, 0.061233311891555786, 0.24309508502483368, -0.029715094715356827, 0.03228820487856865, -0.0005464064888656139, 0.027109861373901367, 0.18690675497055054, 0.09652947634458542, 0.06476224958896637, 0.3832949995994568, -0.21514369547367096, 0.1170283630490303, -0.2695743143558502, -0.33453646302223206, -0.04285292327404022, 0.07776539027690887, 0.2578268349170685, -0.06911404430866241, -0.04270093888044357, -0.06646944582462311, -0.19478125870227814, -0.15259602665901184, -0.16356919705867767, -0.3243175148963928, -0.16808919608592987, -0.0965980663895607, -0.3469422459602356, -0.14642874896526337, 0.3316066265106201, 0.3497847616672516, -0.0717393010854721, -0.356230229139328, -0.021957581862807274, -0.1973019391298294, 0.6852530241012573, -0.14614970982074738, 0.12012267857789993, -0.012890726327896118, -0.30692058801651, 0.05600793659687042, 0.19395682215690613, -0.1023385226726532, -0.02495625428855419, 0.061286941170692444, 0.1178518608212471, 0.32731160521507263, -0.09239048510789871, -0.37428903579711914, -0.05483158677816391, -0.1147461012005806, 0.12477023154497147, -0.02894311584532261, -0.01967678964138031, -0.296156108379364, 0.20112836360931396, 0.22637461125850677, -0.13750973343849182, 0.05951852351427078, -0.417728990316391, 0.02232522703707218, 0.1172325536608696, 0.13200238347053528, 0.03218233585357666, -0.24352309107780457, -0.19117751717567444, 0.18921110033988953, 0.1762417107820511, 0.2547406256198883, 0.12190860509872437, -0.1929110437631607, -0.30612364411354065, -0.017288779839873314, 0.42641133069992065, -0.0016922003123909235, -0.060591042041778564, 0.2656378746032715, -0.2604161500930786, -0.08038901537656784, -0.4930301606655121, -0.15783289074897766, 0.0912998616695404, 0.05815254896879196, 0.23823440074920654, 0.12320742011070251, 0.08349917083978653, -0.1830771416425705, 0.08446803689002991, 0.06584633886814117, 0.1338953971862793, -0.2893405556678772, -0.2504272758960724, -0.21792711317539215, -0.007171614561229944, -0.07676099985837936, -0.06275071948766708, -0.3634117543697357, -0.0918382927775383, -0.5045254230499268, 0.15204982459545135, 0.5377236604690552, -0.25386592745780945, 0.1380237489938736, 0.6323189735412598, 0.2352219671010971, 0.1545085906982422, -0.07187458872795105, 0.017384439706802368, 0.24640214443206787, -0.011348199099302292, 0.17257463932037354, 0.4406293034553528, 0.20320335030555725, -0.09115759283304214, -0.13471719622612, -0.12489821761846542, -0.7550659775733948, -0.25349029898643494, 0.14495708048343658, 0.05191090330481529, 0.26825252175331116, 0.06379923224449158, -0.35786551237106323, -0.15575411915779114, -0.04096061736345291, 0.19283579289913177, 0.1614990383386612, 0.12355732917785645, 0.02685384638607502, -0.390403687953949, -0.07207561284303665, 0.5711017847061157, 0.039731744676828384, -0.07324311882257462, 0.11900991201400757, -0.1305050551891327, -0.4935816526412964, 0.1608796864748001, -0.13314878940582275, 0.03406001254916191, -0.03910745307803154, 0.051705364137887955, -0.17020747065544128, -0.04082784056663513, 0.3269255459308624, -0.04159638285636902, 0.26863259077072144, -0.11988189071416855, 0.06725750118494034, 0.06829982995986938, -0.15188872814178467, 0.022390158846974373, -0.21367289125919342, -0.307523638010025, 0.02144632674753666, -0.27022117376327515, 0.08470716327428818, 0.36359649896621704, -0.5584135055541992, 0.3746570944786072, 0.005973056890070438, 0.07814843207597733, 0.1879560947418213, -0.053157586604356766, 0.22045710682868958, 0.0010344076436012983, 0.1539618968963623, 0.017726300284266472, -0.2262253761291504, 0.24987256526947021, -0.2974882125854492, -0.19037330150604248, -0.13081678748130798, -0.03562472388148308, 0.2764747738838196, -0.07852109521627426, -0.050831589847803116, -0.26361706852912903, 0.25166887044906616, 0.1671682596206665, 0.40873491764068604, 0.40703442692756653, 0.011886103078722954, -0.16152197122573853, 0.1252804845571518, 0.042703501880168915, 0.20357497036457062, -0.5245646834373474, -0.21847787499427795, 0.14178845286369324, -0.2619399130344391, 0.22376461327075958, -0.2758389413356781, -0.3457406461238861, 0.27733469009399414, 0.29036179184913635, -0.3040865659713745, -0.01879018172621727, 0.4514080882072449, 0.9859923720359802, 0.5102543830871582, 0.18271033465862274, -0.5569910407066345, -0.35909199714660645, 0.029282772913575172, 0.0744854211807251, -0.006562558468431234, -0.2609941363334656, 0.26090607047080994, 0.1717120110988617, 0.09949522465467453, 0.3053540587425232, 0.5381811857223511, 0.2994142472743988, -0.06276682764291763, -0.0016861599870026112, 0.22345679998397827, 0.1747123748064041, -0.05381379649043083, -0.1873439997434616, -0.306415319442749, -0.09152296930551529, 0.1926429718732834, -0.09403709322214127, 0.271268367767334, 0.007516113575547934, 0.10485175997018814, -0.3118121922016144, -0.25668203830718994, 0.003352606203407049, -0.06441597640514374, -0.16593177616596222, -0.4089469611644745, 0.20729123055934906, -0.6142866015434265, -0.07057422399520874, -0.08027572929859161, 0.2577328681945801, 0.15976037085056305, -0.08988635241985321, 0.0309579037129879, 0.35664308071136475, 0.11552941054105759, -0.14724576473236084, -0.08977818489074707, 0.13763704895973206, 0.02632760815322399, 0.014075633138418198, -0.31475865840911865, 0.2363908886909485, 0.05827855318784714, -0.254387229681015, -0.03708590194582939, 0.053651873022317886, 0.19097529351711273, -0.08564909547567368, -0.14910557866096497, 0.0339677631855011, -0.16023793816566467, 0.25481805205345154, -0.07476072013378143, -0.19245943427085876, -0.20218157768249512, -0.05258643627166748, 0.07663709670305252, -0.09096887707710266, 0.0019763470627367496, 0.04936454817652702, -0.001755059347487986, 0.12044146656990051, -0.3167661428451538, -0.12320094555616379, -0.41091790795326233, 0.03301010653376579, 0.04501505196094513, 0.28628939390182495, 0.02374211698770523, 0.1280977725982666, -0.4396771490573883, 0.055214934051036835, 0.1999807506799698, 0.28660914301872253, 0.25944578647613525, 0.23008783161640167, -0.2230679839849472, -0.33276185393333435, -0.10898849368095398, -0.2952662706375122, 0.028183285146951675, -0.07443845272064209, 0.031168058514595032, 0.11648346483707428, 0.6833885312080383, -0.47334611415863037, -0.17454738914966583, 0.2109300196170807, -0.11696289479732513, 0.18885663151741028, -0.11434712260961533, -0.4541546106338501, 0.15485434234142303, 0.1746903359889984, 0.35661065578460693, -0.1048784852027893, -0.3472599387168884, -0.13007371127605438, 0.06340125948190689, 0.14580801129341125, 0.04995616897940636, -0.18884585797786713, 0.15073809027671814, 0.09412692487239838, -0.029116244986653328, 0.3331846594810486, 0.009200051426887512, 0.24423335492610931, 0.18838581442832947, -0.034884434193372726, 0.006669687107205391, 0.1065782979130745, -0.1389959752559662, -0.13630208373069763, 0.07746562361717224, 0.3622385561466217, -0.11460331827402115, 0.042575422674417496, -0.037962332367897034, 0.2066619098186493, 0.2923785448074341, 0.4289382994174957, 0.09374676644802094, -0.033454686403274536, 0.0688086599111557, -0.3215391933917999, 0.049090638756752014, -0.17309920489788055, -0.05331019312143326, 0.039959561079740524, -0.26397544145584106, 0.44145166873931885, 0.32221049070358276, -0.05319032445549965, -0.22368137538433075, 0.016785675659775734, -0.6450198292732239, 0.0361592099070549, 0.1487177014350891, 0.6075185537338257, -0.06833124905824661, -0.40361207723617554, -0.01425420306622982, 0.19510793685913086, 0.09222104400396347, 0.0006443375023081899, 0.007499492261558771, -0.120733343064785, -0.09458362311124802, 0.2611163854598999, 0.07451333850622177, 0.1069476529955864, -0.17057257890701294, 0.3039129376411438, 0.0618719644844532, -0.029891466721892357, 0.17210432887077332, -0.06460877507925034, -0.3371100127696991, 0.272774338722229, -0.2727518677711487, 0.4527251124382019, 0.14684699475765228, -0.08806050568819046, 0.13193297386169434, 0.2857665717601776, 0.07877984642982483, 0.11525322496891022, 0.036055389791727066, 0.05126256123185158, -0.22917616367340088, -0.647770345211029, -0.1129530742764473, 0.013305118307471275, -0.07846176624298096, 0.09571722149848938, -0.030009081587195396, -0.14159882068634033, -0.2927342355251312, 0.04771139472723007, 0.2182919681072235, -0.26822665333747864, 0.00817090179771185, 0.04894647002220154, -0.2849365770816803, -0.048179611563682556, 0.058184362947940826, 0.07068518549203873, 0.18622979521751404, -0.5176354646682739, -0.20845316350460052, 0.05435581132769585, -0.18874427676200867, -0.1792704313993454, -0.10750315338373184, -0.2353893667459488, -0.09749051928520203, 0.2882159352302551, 0.23028719425201416, 0.0868481695652008, 0.15339572727680206, 0.13738800585269928, -0.34713008999824524, 0.17201030254364014, 0.1523878574371338, 0.01852634735405445, 0.14152128994464874, -0.06089918687939644, 0.37962910532951355, -0.17409265041351318, 0.10581424087285995, -0.012187505140900612, -0.10204878449440002, -0.08884298801422119, 0.43150708079338074, -0.4147129952907562, -0.05614921823143959, -0.057473838329315186, 0.15214210748672485, 0.2726379334926605, 0.37539926171302795, -0.14260604977607727, 0.25065481662750244, 0.04002043977379799, -0.06455466896295547, -0.16172237694263458, 0.48524877429008484, 0.40369853377342224, 0.07725546509027481, -0.12155722826719284, -0.1821860671043396, 0.3433065414428711, 0.275455117225647, -0.2183680534362793, 0.17134402692317963, -0.04564014449715614, 0.24445740878582, 0.04882575199007988, 0.5462705492973328, -0.28963151574134827, 0.34970366954803467, 0.21085225045681, -0.040409911423921585, 0.06190045177936554, 0.3083997368812561, 0.20002147555351257, -0.0329805389046669, -0.10800448805093765, -0.3123244047164917, -0.11944886296987534, 0.25016459822654724, -0.08994153141975403, 0.17685116827487946, -0.2865031659603119, -0.08559166640043259, -0.039567429572343826, 0.3551846146583557, -0.18386436998844147, 0.15383891761302948, 0.06693242490291595, 0.12697458267211914, 0.05230237543582916, -0.1944984346628189, -0.025823643431067467, 0.0708836168050766, 0.04242914915084839, 0.1499965488910675, 0.4363406300544739, -0.04883034899830818, -0.08808543533086777, -0.17477189004421234, -0.041215911507606506, 0.10093723982572556, 0.04640685021877289, 0.09733691066503525, -0.04423510283231735, -0.3006376326084137, 0.45672807097435, -0.19049181044101715, -0.37300601601600647, 0.07852332293987274, 0.33848220109939575, -0.30238261818885803, -0.0716935247182846, -0.34911778569221497, 0.23611898720264435, 0.21143889427185059, -0.10120106488466263, -0.03398379683494568, 0.20932690799236298, -0.3210062086582184, -0.41219115257263184, 0.14108043909072876, 0.05504235252737999, 0.20158621668815613, 0.37596210837364197, -0.7043335437774658, -0.24514390528202057 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#redirect-visitor-to-a-certain-landing-page
Redirect visitor to a certain landing page One example for content personalization is to redirect a visitor to a special landing page that is answering this questions. In our demo the example personalize_redirect-to-landingpage redirects visitors with language german that visited 5 pages on our website to a landing page. Of course this should happen not after every hit but only once per session, so scope is set to session.
Redirect visitor to a certain landing page
[ 0.20034855604171753, -0.44807347655296326, -0.1734737902879715, -0.10629814118146896, -0.1259969174861908, -0.1365492194890976, -0.04832543060183525, 0.18659621477127075, -0.1539086103439331, -0.06469526886940002, -0.0229004118591547, 0.07570826262235641, 0.008083518594503403, -0.06894969195127487, 0.34308895468711853, -0.18556863069534302, 0.17153169214725494, 0.2605574131011963, -0.09962546080350876, 0.1783483922481537, -0.12959876656532288, -0.06900506466627121, -0.1700555682182312, 0.17334190011024475, -0.11912869662046432, -0.17702342569828033, -0.15917210280895233, 0.12205023318529129, 0.5096201300621033, -0.40928471088409424, 0.1267857551574707, 0.2970649003982544, 0.07637374848127365, -0.059240203350782394, -0.00010722615843405947, -0.17858000099658966, -0.014492679387331009, -0.12094775587320328, -0.19147242605686188, -0.06670951098203659, -0.18311764299869537, 0.1085914894938469, -0.0798579603433609, 0.01650688610970974, -0.2655584514141083, 0.2102135419845581, -0.021921591833233833, 0.3738749623298645, 0.5322902798652649, 0.21044676005840302, 0.2801513075828552, -0.3786529004573822, -0.3888634145259857, 0.13330355286598206, 0.21991205215454102, 0.6715660095214844, -0.022857213392853737, -0.00005717657404602505, 0.21569904685020447, -0.13057763874530792, -0.09623264521360397, 0.32696717977523804, 0.08653473854064941, -0.03270436078310013, -0.1463848501443863, -0.014096753671765327, 0.17718708515167236, 0.018268851563334465, 0.1962183713912964, 0.13841469585895538, 0.2950003445148468, 0.19133326411247253, 0.06335705518722534, -0.30574145913124084, -0.10229900479316711, -0.10831861943006516, 0.05656056106090546, 0.03698553144931793, -0.2674204707145691, 0.09976308047771454, -0.16760437190532684, -0.36955875158309937, -0.0018388163298368454, 0.009737599641084671, 0.16173894703388214, 0.2668969929218292, -0.19297222793102264, -0.036430202424526215, -0.1722819060087204, -0.0992230698466301, 0.26331979036331177, 0.4657632112503052, 0.31733331084251404, 0.23253512382507324, 0.13901019096374512, -0.22696170210838318, -0.11238993704319, 0.04708370566368103, -0.21068285405635834, 0.22763261198997498, 0.3429807722568512, 0.4820657968521118, 0.018514519557356834, 0.14135456085205078, -0.1939108967781067, 0.09857196360826492, 0.27431827783584595, 0.01034734956920147, 0.13099081814289093, -0.062191035598516464, -0.170481875538826, 0.2991017997264862, -0.1662270426750183, 0.10771740227937698, -0.03192293271422386, 0.18298234045505524, -0.10133148729801178, 0.06386007368564606, -0.2116791158914566, 0.2276051640510559, -0.15964114665985107, 0.1572238951921463, 0.13375838100910187, 0.3302461504936218, 0.08534169942140579, -0.029307186603546143, -0.23437178134918213, -0.08836659044027328, -0.2399119883775711, -0.059470366686582565, 0.0528150238096714, 0.29217034578323364, -0.5227424502372742, 0.16471771895885468, 0.12590576708316803, 0.34739306569099426, -0.07026681303977966, -0.136160746216774, -0.1795753687620163, -0.5864735841751099, 0.20934471487998962, 0.2252129316329956, 0.16637910902500153, -0.1496836394071579, -0.2964807152748108, 0.09558547288179398, -0.13515819609165192, -0.3754289448261261, -0.3875539302825928, 0.03783942386507988, -0.12827996909618378, -0.05574812740087509, 0.4433394968509674, 0.24132513999938965, -0.0038639651611447334, -0.08390399813652039, 0.4861602485179901, 0.43340185284614563, 0.017763672396540642, 0.10893461853265762, 0.07949405163526535, 0.16607089340686798, -0.11313442140817642, -0.20311428606510162, -0.03204413503408432, 0.3943443298339844, 0.21019062399864197, -0.3655764162540436, 0.20982389152050018, -0.0790930911898613, -0.014314329251646996, -0.26392361521720886, 0.10430392622947693, 0.21504956483840942, -0.012712954543530941, 0.08184854686260223, 0.2262265682220459, -0.12508152425289154, 0.07926169782876968, -0.19538657367229462, -0.39679595828056335, 0.22374896705150604, -0.07488696277141571, -0.15871162712574005, -0.10984440892934799, -0.11884719133377075, 0.34524109959602356, 0.1155877336859703, 0.09169558435678482, 0.009258604608476162, -0.20712226629257202, -0.05721109360456467, 0.12866556644439697, 0.2261054515838623, 0.031312115490436554, 0.14126503467559814, 0.13283899426460266, 0.3883732259273529, -0.03925007954239845, -0.033015184104442596, 0.27762743830680847, -0.041861798614263535, -0.021389707922935486, 0.01080617681145668, 0.012939773499965668, -0.03513520210981369, 0.12042547762393951, -0.0692848265171051, -0.25799527764320374, -0.0411195307970047, 0.45622411370277405, -0.1940569281578064, -0.3988204598426819, -0.28404754400253296, -0.08705028891563416, -0.4837489128112793, 0.217370867729187, 0.3401505649089813, 0.21897870302200317, -0.072781041264534, -0.28439733386039734, 0.2874644994735718, -0.0008002000977285206, 0.02303714118897915, 0.19627976417541504, -0.22219295799732208, 0.026141954585909843, 0.10883242636919022, 0.027666324749588966, 0.37469661235809326, 0.28005507588386536, -0.22118711471557617, 0.11251132190227509, 0.15432943403720856, 0.06160477176308632, 0.26557838916778564, 0.42748817801475525, 0.15772424638271332, -0.14461973309516907, -0.29781976342201233, 0.10554036498069763, 0.20909766852855682, -0.21164433658123016, 0.21938887238502502, -0.1636400818824768, 0.3738502562046051, 0.3676230311393738, 0.33525460958480835, -0.1306810826063156, 0.13980472087860107, 0.2109859436750412, -0.3412419259548187, 0.040258292108774185, -0.30573785305023193, 0.16527044773101807, -0.09279490262269974, 0.3277164697647095, -0.1668173223733902, -0.4919652044773102, 0.10719906538724899, -0.1777656525373459, -0.3525017499923706, 0.47760796546936035, 0.29585781693458557, -0.00157654017675668, -0.2882987856864929, 0.34660714864730835, -0.02347242459654808, -0.13114780187606812, 0.0347449891269207, 0.37390613555908203, 0.14492230117321014, 0.06852132827043533, 0.016723180189728737, 0.15137772262096405, -0.2521454989910126, -0.4014365077018738, -0.22433289885520935, -0.14441335201263428, 0.23336921632289886, -0.08502859622240067, -0.09784437716007233, -0.22757498919963837, -0.1708495169878006, -0.17120490968227386, -0.1968388557434082, -0.27842944860458374, 0.05330274626612663, -0.17567242681980133, -0.1390160173177719, -0.17576900124549866, 0.13452301919460297, 0.30681487917900085, -0.0578981414437294, -0.07629871368408203, -0.14951492846012115, -0.04771920293569565, 0.9281925559043884, -0.21965618431568146, 0.010793054476380348, -0.3339588940143585, 0.045046620070934296, -0.27866947650909424, 0.17326997220516205, -0.2461531162261963, -0.02426915615797043, 0.2717072367668152, -0.06255176663398743, 0.4136316776275635, -0.005072781816124916, -0.2500244975090027, 0.12089253962039948, 0.22668403387069702, -0.21981757879257202, -0.013535982929170132, 0.015084601938724518, -0.1865687221288681, 0.232920303940773, -0.029072435572743416, 0.2923987805843353, 0.13496163487434387, -0.13356433808803558, 0.12374329566955566, 0.3180072605609894, 0.07435210794210434, -0.08123323321342468, -0.2032691240310669, -0.1860312968492508, -0.202658012509346, 0.0005501472041942179, 0.2557480037212372, -0.17168176174163818, -0.10082515329122543, 0.21788763999938965, -0.3236275315284729, 0.12743143737316132, -0.165718212723732, -0.1571982502937317, 0.05569490045309067, -0.48799657821655273, 0.22959654033184052, -0.19050325453281403, -0.2734643816947937, 0.13493290543556213, 0.2622986435890198, -0.2148781716823578, -0.007343008182942867, -0.12618984282016754, -0.17955854535102844, -0.3612438142299652, -0.09139882028102875, 0.32588040828704834, -0.01838274486362934, -0.32131293416023254, 0.08076655119657516, -0.2107495218515396, -0.19791460037231445, 0.23381279408931732, 0.09130377322435379, -0.1690436750650406, -0.5693562626838684, 0.3634738326072693, 0.4814744293689728, -0.003571922890841961, 0.3796484172344208, 0.3598044812679291, 0.41069525480270386, 0.07065843045711517, -0.051619064062833786, 0.36148691177368164, -0.016847437247633934, 0.0005903046112507582, -0.055944837629795074, 0.2765170633792877, 0.4426712095737457, -0.27368152141571045, -0.35402220487594604, -0.834563672542572, -0.7305881381034851, -0.33543938398361206, 0.10897436738014221, -0.2355794608592987, 0.4056089222431183, -0.2157161384820938, 0.04494963958859444, 0.18044713139533997, 0.23610751330852509, -0.10100694000720978, 0.06880740821361542, 0.09836223721504211, 0.0023210023064166307, -0.5524037480354309, -0.4245501458644867, 0.022188831120729446, 0.28989121317863464, -0.12371297180652618, 0.02953466959297657, -0.2158689796924591, -0.3351489007472992, 0.00886232778429985, -0.06753639131784439, 0.17284449934959412, -0.3596441149711609, 0.14597830176353455, -0.19983142614364624, -0.030481373891234398, -0.09047691524028778, 0.011829017661511898, 0.038548704236745834, 0.4907412528991699, -0.4217034876346588, 0.2169109731912613, 0.08248136937618256, 0.016934243962168694, 0.04787100851535797, -0.1467006653547287, 0.13161133229732513, 0.19228224456310272, 0.2877785265445709, 0.01890811137855053, -0.2831561267375946, 0.696861982345581, -0.0992286205291748, -0.3735058903694153, -0.0037797018885612488, -0.17720450460910797, 0.3759090006351471, 0.04058283194899559, 0.1315234899520874, 0.361016184091568, -0.3446008861064911, 0.19840390980243683, -0.533867597579956, 0.09628939628601074, -0.11683911830186844, -0.08682335913181305, 0.07458601146936417, -0.013008165173232555, -0.3136933147907257, -0.12019386142492294, 0.06590500473976135, 0.16170577704906464, 0.41697070002555847, 0.2785598337650299, 0.3143557608127594, 0.07171396911144257, 0.07425608485937119, -0.011850391514599323, 0.46452879905700684, -0.34783145785331726, 0.14760704338550568, -0.6650921702384949, -0.05138610303401947, 0.19424742460250854, -0.4474850594997406, -0.48655855655670166, 0.06092844158411026, 0.09235325455665588, -0.37887245416641235, 0.21138885617256165, 0.3954285979270935, 1.1237984895706177, 0.10536302626132965, 0.16337403655052185, -0.4885554909706116, -0.3618580400943756, 0.034008413553237915, -0.10757722705602646, -0.035251542925834656, 0.11035184562206268, 0.3766813278198242, 0.0553768090903759, -0.03241343051195145, 0.1370779573917389, 0.33625105023384094, -0.33370107412338257, -0.12231400609016418, -0.4317990243434906, -0.008084890432655811, 0.19393379986286163, 0.11168988049030304, -0.08768641948699951, -0.19318819046020508, -0.013629467226564884, 0.2302245795726776, -0.12161607295274734, 0.33973440527915955, -0.07763253152370453, 0.5473788976669312, -0.3658703565597534, -0.3098852336406708, 0.25060123205184937, 0.012019723653793335, 0.003024078905582428, -0.3752588927745819, -0.20724081993103027, -0.3491302728652954, 0.06831925362348557, 0.032243043184280396, 0.025739159435033798, 0.17637234926223755, -0.1925775557756424, 0.18646344542503357, 0.0981706753373146, 0.19630804657936096, 0.013782694935798645, -0.16486410796642303, 0.2095348834991455, 0.021358124911785126, -0.04498033970594406, 0.014146593399345875, 0.04875394329428673, 0.12257017195224762, -0.2132474184036255, 0.1457958221435547, 0.3104828894138336, 0.1424752175807953, 0.1414804905653, 0.015230037271976471, -0.17953410744667053, -0.20648063719272614, 0.19433556497097015, -0.19121672213077545, 0.04199884459376335, -0.19455642998218536, 0.1269703209400177, -0.0006099928868934512, 0.05655832961201668, -0.2006283700466156, 0.08933519572019577, -0.38263440132141113, 0.020019331946969032, -0.30505800247192383, -0.04998939484357834, -0.4061681032180786, 0.2651093304157257, -0.018961871042847633, 0.22585627436637878, 0.04835791513323784, -0.07391125708818436, -0.29903823137283325, 0.0067284745164215565, 0.13800448179244995, -0.03281867131590843, 0.15927863121032715, -0.007835532538592815, -0.07047942280769348, -0.09362378716468811, -0.0593845397233963, 0.1595669388771057, 0.0011594111565500498, 0.15914121270179749, 0.08023999631404877, 0.044815875589847565, 0.19178853929042816, -0.3735075891017914, -0.10138653218746185, -0.22233597934246063, 0.2173885703086853, 0.1640680432319641, 0.1534988284111023, -0.05616177245974541, 0.12710879743099213, 0.14394475519657135, 0.21086670458316803, 0.00455566355958581, -0.31129705905914307, -0.31213176250457764, 0.08169819414615631, 0.04857901483774185, -0.01676967181265354, 0.028665127232670784, 0.3225034773349762, 0.32681554555892944, -0.1861717402935028, 0.14538590610027313, 0.04020489752292633, -0.05425892397761345, 0.1331312358379364, -0.22146643698215485, -0.01129784993827343, 0.07434999197721481, -0.14837732911109924, -0.12345851957798004, -0.3116310238838196, 0.07160629332065582, 0.06507641822099686, -0.09611301124095917, -0.08850102871656418, -0.15332071483135223, 0.35382696986198425, 0.5305014848709106, 0.00972131360322237, -0.4162237346172333, 0.429877907037735, -0.046666376292705536, -0.17434664070606232, -0.2605246603488922, -0.1428590714931488, -0.09382772445678711, -0.05290413647890091, 0.48099276423454285, 0.3103361427783966, 0.2141161561012268, 0.140857994556427, 0.14082394540309906, -0.6579083204269409, -0.021701665595173836, 0.24632012844085693, 0.10536661744117737, 0.20811709761619568, 0.17797650396823883, -0.21496161818504333, 0.3598189949989319, -0.20096588134765625, 0.17655465006828308, 0.16093809902668, -0.06179717555642128, 0.14463219046592712, 0.2737446129322052, -0.1786501556634903, 0.07640016078948975, -0.06474119424819946, 0.18361102044582367, 0.26390600204467773, 0.19447901844978333, 0.4096452593803406, -0.04951798543334007, -0.039004404097795486, 0.30685898661613464, -0.04650384932756424, 0.18290722370147705, 0.4875057637691498, -0.030982373282313347, 0.34611350297927856, 0.10383642464876175, 0.0882594883441925, -0.12699942290782928, -0.1893724948167801, 0.09818412363529205, -0.20752596855163574, -0.11499214172363281, -0.19983473420143127, -0.22617055475711823, -0.1516578644514084, -0.015227521769702435, -0.32757487893104553, -0.13114430010318756, 0.09863245487213135, 0.04299527406692505, 0.06721336394548416, 0.3235088884830475, -0.10797727853059769, 0.24101965129375458, -0.1279134899377823, -0.16436481475830078, -0.21404705941677094, 0.1492723971605301, 0.005386833101511002, -0.40685921907424927, -0.06324028968811035, 0.08674878627061844, -0.332307368516922, -0.0027389153838157654, 0.016653792932629585, 0.11696217209100723, -0.1391555219888687, 0.09876590967178345, 0.4849233329296112, 0.09427907317876816, -0.02362651750445366, 0.1711154282093048, -0.3715742528438568, 0.12691524624824524, 0.3653486371040344, 0.10564793646335602, -0.23330096900463104, -0.6320410370826721, 0.21861718595027924, -0.19814936816692352, -0.2841653823852539, 0.11025434732437134, -0.29641133546829224, -0.17821279168128967, 0.0522918626666069, -0.06498851627111435, -0.08784990012645721, -0.13080981373786926, 0.09812567383050919, 0.15067501366138458, 0.3738895058631897, -0.2389909327030182, 0.4411464333534241, 0.015387325547635555, -0.35504162311553955, 0.13061310350894928, 0.40354880690574646, 0.1179090365767479, 0.14134839177131653, -0.08678090572357178, -0.23465514183044434, -0.005407820455729961, 0.21125686168670654, -0.12272948771715164, 0.14538666605949402, -0.20927618443965912, 0.2836858332157135, 0.3318867087364197, 0.311116486787796, -0.024462547153234482, 0.5638826489448547, 0.21070890128612518, -0.254133015871048, 0.0429898239672184, 0.3121371865272522, 0.04953547567129135, 0.14981301128864288, -0.32399019598960876, 0.04925809055566788, 0.10700368881225586, 0.9521300792694092, 0.003315866459161043, 0.21783073246479034, -0.33980464935302734, -0.10134245455265045, -0.14441616833209991, 0.08602087199687958, -0.31635215878486633, -0.17318284511566162, 0.06870481371879578, 0.07370498031377792, -0.013245795853435993, -0.04294147342443466, 0.07222705334424973, 0.07182618975639343, 0.2799423336982727, 0.19328176975250244, 0.30635541677474976, -0.11080615967512131, 0.1757412701845169, -0.0481320358812809, 0.019397756084799767, 0.17578427493572235, 0.018459582701325417, -0.06325724720954895, -0.19141744077205658, -0.03241783753037453, -0.05764324963092804, 0.18165148794651031, -0.3754875957965851, 0.1367090791463852, 0.4705672264099121, -0.2963021397590637, -0.12358275055885315, -0.07783877849578857, -0.2553689777851105, 0.23491506278514862, 0.08112621307373047, -0.11921008676290512, 0.2105538696050644, -0.3951031267642975, -0.3068043887615204, -0.2133243829011917, 0.021686086431145668, 0.148588165640831, 0.23301231861114502, -0.24350570142269135, -0.4781429171562195 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#inject-special-content-to-mobile-visitors
Inject special content to mobile visitors Another use case could be, that special users (e.g. mobile users from a certain country) should see a slightly different layout. See the personalize_device-mobile rule of our demo how this can be archived by injecting additional CSS code to the page.
Inject special content to mobile visitors
[ 0.3400103747844696, -0.4720226526260376, -0.310151606798172, -0.30843669176101685, 0.09287076443433762, 0.0005956535460427403, 0.6435028910636902, 0.09824172407388687, -0.20716018974781036, 0.15280210971832275, 0.03434445336461067, -0.02213018201291561, 0.06381635367870331, -0.09484703093767166, -0.0066194054670631886, -0.23457472026348114, -0.11136352270841599, 0.33777105808258057, 0.059500839561223984, 0.246183842420578, -0.17652232944965363, -0.2348516285419464, 0.32072147727012634, -0.18252509832382202, -0.1316898763179779, 0.07446099817752838, -0.013586628250777721, 0.03033357486128807, 0.1587001532316208, -0.5030721426010132, -0.014426338486373425, 0.06351233273744583, -0.0836908146739006, -0.15849348902702332, -0.00009766508446773514, 0.10944915562868118, -0.10370467603206635, -0.03907343000173569, -0.1392156481742859, 0.2385130226612091, 0.08336305618286133, -0.1431962102651596, -0.19058863818645477, -0.21430809795856476, -0.4199052155017853, -0.027547840029001236, -0.06330285966396332, -0.01155164372175932, 0.4267389476299286, 0.15805433690547943, 0.3394683599472046, -0.013593035750091076, -0.37521156668663025, -0.06442734599113464, 0.2526571452617645, 0.06379687041044235, -0.22167499363422394, -0.12298166006803513, 0.2299017310142517, -0.10552074760198593, 0.2740398943424225, 0.13916002213954926, 0.07627011090517044, 0.17197541892528534, 0.08839938044548035, -0.20170822739601135, 0.276427298784256, -0.07041086256504059, 0.09889885783195496, 0.36071768403053284, -0.0163954496383667, 0.11391262710094452, 0.27516064047813416, -0.421138733625412, 0.061470165848731995, 0.13791538774967194, 0.10665136575698853, -0.040030620992183685, 0.031765855848789215, 0.4396055042743683, -0.24515776336193085, -0.20343174040317535, -0.06993501633405685, 0.11983522027730942, -0.11940976232290268, 0.10465144366025925, -0.0983710065484047, -0.08408632129430771, -0.15244509279727936, 0.15011127293109894, 0.2545972466468811, -0.03285776451230049, 0.3476771116256714, -0.05744790658354759, 0.547639012336731, -0.1199314221739769, 0.1342085301876068, -0.19790664315223694, -0.3986719846725464, -0.05578748509287834, 0.35959553718566895, 0.20023711025714874, 0.24545449018478394, 0.0861969143152237, -0.3831309974193573, -0.016462942585349083, 0.07086677849292755, -0.2675497829914093, 0.1273295134305954, -0.014220214448869228, 0.28586655855178833, 0.14201782643795013, 0.04922576993703842, 0.06952648609876633, -0.21614384651184082, 0.14153321087360382, 0.22083626687526703, 0.25905683636665344, -0.11075998842716217, -0.1258545219898224, 0.09451889246702194, 0.21492107212543488, -0.10655515640974045, -0.06428509950637817, 0.2976949214935303, -0.04221009463071823, -0.1247527152299881, -0.11888370662927628, -0.14388903975486755, -0.16751226782798767, 0.042759690433740616, 0.08934300392866135, -0.24622122943401337, 0.19159753620624542, 0.0627555102109909, 0.06196547672152519, -0.23045118153095245, -0.06085928529500961, -0.4094603657722473, -0.014942802488803864, 0.11446020007133484, 0.11774925142526627, 0.1621553748846054, 0.09293453395366669, -0.1350352168083191, -0.21814177930355072, 0.11281539499759674, 0.015012331306934357, -0.22189116477966309, 0.1394471377134323, 0.10860177874565125, -0.3478934168815613, 0.23583193123340607, 0.28707265853881836, -0.032985568046569824, 0.046538908034563065, 0.40461164712905884, 0.21698367595672607, 0.05408082902431488, 0.07069142907857895, 0.23027554154396057, 0.3295993208885193, -0.5737844109535217, -0.13302893936634064, -0.3073609471321106, 0.13806839287281036, 0.2580033838748932, -0.40291640162467957, -0.0820164605975151, -0.10240764915943146, -0.3169020116329193, -0.1548873782157898, -0.15659618377685547, 0.2502342164516449, 0.0661984384059906, -0.11572321504354477, 0.408195436000824, 0.019018149003386497, -0.38753801584243774, -0.35157880187034607, -0.44696661829948425, 0.22597846388816833, 0.18979334831237793, -0.052456941455602646, 0.01393122598528862, 0.014816144481301308, 0.10425427556037903, 0.21676845848560333, -0.025290759280323982, -0.03764495998620987, -0.2249060869216919, -0.10782349109649658, 0.0662635862827301, 0.4178127944469452, 0.14436690509319305, 0.28773370385169983, 0.4005131125450134, -0.057151537388563156, 0.13022346794605255, -0.11532485485076904, 0.016497379168868065, -0.438479483127594, 0.21900595724582672, 0.06918896734714508, 0.06250517815351486, 0.09217672795057297, 0.05544872209429741, 0.17639702558517456, -0.27956423163414, -0.22274017333984375, 0.5770852565765381, -0.33972787857055664, -0.2740916907787323, -0.33339735865592957, -0.23954619467258453, -0.17967692017555237, 0.3251829743385315, 0.374014675617218, 0.23012255132198334, 0.03151524439454079, 0.12985564768314362, -0.08514505624771118, -0.16449321806430817, -0.07126044481992722, 0.05085036903619766, 0.07048122584819794, 0.0441792793571949, 0.24881118535995483, -0.1811903715133667, 0.283347487449646, -0.16982457041740417, -0.28853529691696167, 0.1649269163608551, -0.010397401638329029, 0.2828890085220337, 0.13880598545074463, -0.032062776386737823, 0.36619803309440613, -0.011215930804610252, -0.18238121271133423, 0.1554684042930603, 0.10658157616853714, 0.0499417707324028, 0.2757067084312439, -0.2805880308151245, 0.40366747975349426, 0.28324073553085327, 0.009060057811439037, -0.24359522759914398, -0.07246838510036469, -0.22789046168327332, -0.09979375451803207, 0.20720238983631134, -0.22456878423690796, -0.007508458569645882, 0.3208529055118561, 0.13103175163269043, -0.0997120589017868, -0.0450216606259346, 0.43413296341896057, 0.14232242107391357, -0.09289829432964325, 0.4375343918800354, 0.10171277821063995, 0.08074641972780228, -0.17551732063293457, 0.13732600212097168, 0.0723513662815094, 0.13632450997829437, 0.18144413828849792, 0.0324159674346447, 0.41286927461624146, 0.3487296998500824, -0.23581215739250183, 0.2414318025112152, -0.01577616110444069, -0.2846035063266754, -0.024249188601970673, 0.12979750335216522, 0.12661783397197723, -0.2287055402994156, 0.1187184676527977, -0.07811277359724045, -0.2993873953819275, -0.032631970942020416, -0.0819515511393547, -0.20537786185741425, 0.036707889288663864, -0.0727706030011177, -0.07659316807985306, 0.006049114745110273, 0.002820363035425544, 0.37223610281944275, -0.05658545345067978, -0.06405056267976761, -0.07018117606639862, 0.21454285085201263, 0.908569872379303, -0.0733947604894638, 0.20829997956752777, -0.07550818473100662, -0.1583271324634552, -0.011315609328448772, 0.3434940278530121, -0.37289556860923767, -0.036539413034915924, 0.23085784912109375, -0.5254008769989014, 0.08137735724449158, -0.27443015575408936, -0.41039615869522095, 0.04778825864195824, 0.19271767139434814, -0.2591557204723358, 0.056581173092126846, -0.018257347866892815, 0.21081717312335968, 0.39700639247894287, -0.024456240236759186, 0.32949206233024597, 0.07251910865306854, -0.036908384412527084, -0.004825540352612734, 0.17627695202827454, -0.02171074040234089, -0.09837659448385239, -0.05230223014950752, -0.3364845812320709, 0.2528403699398041, -0.09859370440244675, 0.2314019650220871, 0.004401037469506264, 0.01851203665137291, 0.19452179968357086, -0.23362798988819122, 0.2240280956029892, -0.20127330720424652, -0.0369090810418129, 0.11786337941884995, -0.4299895763397217, 0.06139792501926422, -0.25283533334732056, -0.07748404145240784, -0.3934706151485443, 0.15373875200748444, -0.46935462951660156, -0.15769225358963013, -0.06549961864948273, -0.09360910207033157, 0.026901165023446083, -0.1275336593389511, 0.3464776277542114, -0.025681860744953156, -0.1635190099477768, 0.056482329964637756, 0.10868910700082779, -0.2992197275161743, 0.15571808815002441, -0.1761229932308197, -0.06098965182900429, -0.1710367500782013, 0.16933058202266693, 0.1781054586172104, -0.4906614124774933, 0.09619437158107758, 0.5467237830162048, 0.07137088477611542, 0.36545515060424805, -0.2093990594148636, 0.1438979059457779, 0.31042373180389404, 0.33700674772262573, 0.31947416067123413, 0.3701135218143463, 0.031298041343688965, -0.19616387784481049, -0.0005692150443792343, -0.24294206500053406, -0.06705305725336075, -0.21949444711208344, 0.2756913900375366, 0.32587531208992004, 0.14836262166500092, 0.04778951406478882, -0.09418564289808273, 0.1307392418384552, 0.2700084149837494, -0.02668512985110283, 0.2790951430797577, -0.18277131021022797, 0.0718073844909668, -0.06595098227262497, -0.18776999413967133, -0.016782134771347046, 0.2410053014755249, 0.12363161891698837, -0.18254664540290833, -0.21193023025989532, -0.47024455666542053, 0.09844174236059189, 0.12518790364265442, -0.21868477761745453, -0.3872700035572052, -0.10922195017337799, 0.027216605842113495, -0.2572844922542572, 0.045713480561971664, -0.15072807669639587, 0.20786450803279877, -0.1571805775165558, -0.34885507822036743, 0.23761878907680511, 0.3430671989917755, 0.05774711072444916, -0.11327887326478958, -0.11847256869077682, -0.03713080659508705, -0.21354135870933533, -0.005709093529731035, 0.17478638887405396, -0.3534034490585327, 0.3626568615436554, -0.2757717967033386, -0.03982346132397652, -0.026148295029997826, -0.1658281683921814, -0.3008076846599579, 0.01956196501851082, -0.16074438393115997, 0.5483712553977966, -0.465476930141449, 0.13258779048919678, -0.4085724949836731, 0.2703574597835541, 0.13833777606487274, 0.26261764764785767, 0.19277743995189667, -0.08018000423908234, -0.29871535301208496, 0.23273047804832458, -0.15242823958396912, -0.11691690236330032, 0.3539101481437683, 0.5335156917572021, -0.05345326289534569, -0.22407251596450806, 0.19480890035629272, -0.1580958217382431, 0.04835665598511696, -0.2186950147151947, -0.1568029671907425, 0.026115549728274345, -0.050859905779361725, 0.04001747816801071, -0.35216984152793884, -0.19538214802742004, -0.03493797406554222, 0.08410613983869553, -0.4157772958278656, -0.04930055886507034, 0.0993545800447464, 0.8873348236083984, 0.06402214616537094, 0.2236138880252838, -0.020257364958524704, -0.023710764944553375, 0.031440369784832, -0.164430171251297, -0.08116357028484344, -0.031869612634181976, -0.10665810853242874, -0.02055295929312706, 0.14235982298851013, 0.4750549793243408, 0.01570301316678524, -0.1855732500553131, -0.08388029783964157, -0.3483114242553711, -0.08735467493534088, -0.09977847337722778, -0.26504889130592346, -0.09305107593536377, -0.026574309915304184, -0.36662018299102783, 0.28534364700317383, 0.2574145495891571, 0.14896249771118164, -0.02651873417198658, 0.48393523693084717, -0.13591860234737396, -0.08587120473384857, 0.23049399256706238, -0.29440924525260925, -0.18884465098381042, -0.12188129127025604, -0.19532857835292816, -0.1264592856168747, 0.0033955236431211233, -0.011742345988750458, 0.12993744015693665, -0.039254069328308105, 0.12448346614837646, 0.05410663038492203, 0.31457841396331787, -0.16637630760669708, -0.2531586289405823, -0.27616268396377563, 0.09278717637062073, -0.22765186429023743, -0.2060975432395935, 0.14643152058124542, 0.027248859405517578, 0.07590779662132263, -0.13236036896705627, 0.2321133315563202, 0.34825244545936584, -0.09900204092264175, 0.01268317922949791, -0.14912742376327515, 0.17376556992530823, -0.2469165027141571, 0.27696502208709717, -0.09746016561985016, 0.10341063886880875, -0.18245984613895416, -0.008617955259978771, -0.17139984667301178, -0.053788527846336365, -0.1634603887796402, 0.09917695075273514, 0.061448004096746445, -0.14555969834327698, -0.4355596601963043, -0.13233132660388947, -0.32168644666671753, 0.36291447281837463, 0.3231351673603058, 0.12251139432191849, -0.17801417410373688, 0.0007935719913803041, -0.44938281178474426, -0.18480511009693146, 0.33390629291534424, -0.12595076858997345, 0.241224005818367, -0.055478785187006, -0.19114650785923004, 0.06047715246677399, -0.019236791878938675, 0.13913507759571075, 0.09989993274211884, 0.08280637115240097, -0.06950177997350693, 0.04286186769604683, 0.0336490236222744, -0.46010053157806396, 0.1234443411231041, 0.24379996955394745, 0.11517664045095444, -0.007038743235170841, -0.11289539188146591, -0.1162990927696228, 0.24114809930324554, 0.16390305757522583, 0.35216689109802246, -0.29539886116981506, -0.4635752737522125, -0.32587864995002747, 0.08085229992866516, -0.07471197843551636, -0.01625969633460045, -0.06688402593135834, 0.22810474038124084, 0.0976203978061676, -0.033966947346925735, 0.2657329738140106, -0.178969144821167, 0.06084946170449257, -0.20313067734241486, 0.22462373971939087, -0.09390970319509506, -0.16411441564559937, 0.04258311912417412, -0.30757731199264526, -0.1516129970550537, -0.030559547245502472, 0.03513992950320244, -0.39633142948150635, 0.02674909308552742, 0.0927467942237854, 0.18490605056285858, 0.7914800643920898, -0.19113042950630188, -0.1472182273864746, 0.422039657831192, 0.42139455676078796, 0.0033717777114361525, -0.40298712253570557, 0.09121952950954437, -0.38973793387413025, -0.44137489795684814, 0.1771736443042755, 0.3897043466567993, 0.012721648439764977, 0.004671740811318159, 0.1204337403178215, -0.2446237951517105, 0.15301121771335602, 0.5072651505470276, 0.25347900390625, 0.42054393887519836, -0.2019055187702179, -0.23760952055454254, -0.02292555570602417, -0.1375502347946167, -0.0031860198359936476, 0.08068753033876419, -0.10604489594697952, 0.014758707955479622, 0.11153081059455872, -0.0032035980839282274, 0.13169744610786438, -0.23288172483444214, -0.0015007485635578632, 0.2847994267940521, 0.059820402413606644, -0.11142285913228989, 0.18366266787052155, -0.1623678207397461, 0.5330978631973267, 0.14154914021492004, 0.0035162880085408688, 0.41801756620407104, 0.2121991068124771, -0.1223435178399086, 0.09433862566947937, 0.26384517550468445, -0.06426729261875153, 0.2817995250225067, 0.053349193185567856, -0.09511182457208633, 0.20042867958545685, -0.017872454598546028, -0.36999019980430603, -0.12522956728935242, 0.03698401525616646, -0.0011898266384378076, 0.22597165405750275, -0.04603543132543564, -0.053162384778261185, 0.13012327253818512, 0.0526239238679409, 0.0005404669209383428, 0.33627408742904663, -0.1743217408657074, -0.35919836163520813, -0.009419524110853672, 0.005178444087505341, 0.07281261682510376, 0.10713628679513931, -0.04891589283943176, -0.19101914763450623, -0.08863895386457443, 0.06442500650882721, -0.23079238831996918, -0.011838816106319427, -0.30558761954307556, 0.009952839463949203, 0.33211904764175415, 0.029544925317168236, 0.0156101631000638, 0.25915607810020447, -0.4077683985233307, 0.2496771514415741, 0.024002276360988617, -0.10982129722833633, -0.3483394682407379, -0.34822916984558105, 0.10174964368343353, -0.05707421898841858, -0.3074778914451599, 0.36782386898994446, -0.18033039569854736, 0.054757051169872284, 0.052461832761764526, -0.03006591647863388, -0.02324511483311653, -0.02443038672208786, 0.1282327026128769, 0.10640115290880203, 0.2731174826622009, -0.18208469450473785, -0.08737463504076004, 0.31388306617736816, -0.28941744565963745, 0.017317133024334908, 0.38798612356185913, -0.0398232564330101, -0.1223684549331665, 0.20729519426822662, -0.23374800384044647, -0.04330907762050629, 0.2874681353569031, 0.03365674614906311, 0.3587963581085205, -0.08055153489112854, 0.1417163461446762, 0.057258911430835724, 0.38468676805496216, 0.31805163621902466, -0.011020475067198277, 0.18513551354408264, -0.2902994155883789, 0.21721461415290833, 0.029461918398737907, 0.2540436089038849, -0.041025809943675995, -0.05462188273668289, -0.06504251807928085, 0.06200549751520157, 0.5360008478164673, -0.0929948166012764, -0.014323648065328598, -0.1666181981563568, -0.3497205972671509, -0.014930394478142262, 0.0939488559961319, -0.04533043131232262, 0.24121801555156708, 0.19397121667861938, -0.10052523016929626, -0.1530126929283142, -0.2460618019104004, 0.3368227779865265, 0.5569935441017151, 0.3031708896160126, -0.007212046999484301, 0.07223425060510635, -0.00954556092619896, -0.12096493691205978, 0.3427206873893738, 0.16703422367572784, -0.053814202547073364, 0.15510521829128265, -0.11878012865781784, 0.04323520511388779, -0.1202654168009758, -0.15533743798732758, 0.09416986256837845, -0.4231695532798767, 0.0007255937089212239, 0.10175453871488571, 0.017242414876818657, -0.04055371508002281, -0.25586268305778503, -0.10589718818664551, 0.17000091075897217, -0.0835619643330574, 0.05961807444691658, 0.184505894780159, -0.12446989119052887, -0.20476073026657104, -0.13360972702503204, 0.34499993920326233, -0.2613358199596405, 0.19692233204841614, -0.2817889153957367, -0.45042818784713745 ]
https://pimcore.com/docs/platform//Targeting/Usage/Examples#personalized-content-documents
Personalized content documents The most common and most flexible way to customize content is to create customized variants of documents for certain target groups. See Create Personalized Content and Deliver Personalized Content for details. In our demo several different variants of the portal page are set up - e.g. for target groups football, basketball, handball and others. Just try archive the corresponding target groups and see what happens.
Personalized content documents
[ 0.15162502229213715, -0.07035236805677414, -0.19252857565879822, 0.005032593384385109, -0.1410999745130539, 0.0726795569062233, 0.013819785788655281, 0.15893667936325073, -0.41473203897476196, 0.01335162203758955, -0.05922357738018036, 0.16587506234645844, 0.27919161319732666, 0.021107085049152374, -0.04486190527677536, -0.06550682336091995, 0.06418783962726593, 0.17591935396194458, 0.031017815694212914, 0.09902755916118622, -0.2174702286720276, -0.15239335596561432, 0.09315892308950424, -0.27946436405181885, -0.1797304004430771, -0.18012969195842743, -0.18122318387031555, -0.024710386991500854, -0.1312279850244522, -0.24751126766204834, -0.07145343720912933, 0.22918757796287537, -0.0014579636044800282, -0.10754352807998657, -0.00009402489376952872, -0.1726633906364441, -0.19312193989753723, -0.22286853194236755, -0.14542487263679504, 0.3116956651210785, 0.18450450897216797, -0.13215944170951843, -0.22131973505020142, -0.19818377494812012, -0.29655343294143677, -0.1752607673406601, 0.2469945251941681, 0.13528576493263245, 0.14828601479530334, 0.012861035764217377, 0.3135778605937958, -0.05540996417403221, -0.028307732194662094, -0.034352295100688934, 0.3530924618244171, 0.032366394996643066, -0.3333140015602112, -0.059549931436777115, 0.25829264521598816, 0.05075196921825409, 0.1313898265361786, 0.22335878014564514, -0.13402055203914642, 0.04605305194854736, -0.05687201768159866, -0.01371869444847107, 0.40878626704216003, -0.4848718047142029, 0.18541795015335083, 0.00021247930999379605, 0.30421528220176697, 0.24967141449451447, 0.05732373893260956, -0.30500155687332153, 0.18839895725250244, 0.3234211504459381, -0.13287581503391266, 0.34611591696739197, -0.04387572407722473, 0.11401110142469406, -0.07656123489141464, -0.21648047864437103, -0.2607150673866272, 0.19913770258426666, 0.2497818022966385, 0.41043248772621155, -0.08138065040111542, -0.045542895793914795, -0.1822255402803421, 0.04096022620797157, 0.40861374139785767, 0.19592441618442535, -0.03900647163391113, 0.025398286059498787, 0.3908853530883789, -0.19985391199588776, -0.2906493544578552, -0.14396463334560394, 0.025362027809023857, 0.06055983155965805, 0.4036448001861572, 0.223594069480896, 0.3188306391239166, 0.009215167723596096, 0.08159590512514114, -0.1283380538225174, 0.13034652173519135, 0.0705789104104042, 0.03157305344939232, -0.11948410421609879, -0.09707105159759521, 0.12461229413747787, -0.10673089325428009, 0.21886348724365234, -0.20368443429470062, -0.16742336750030518, -0.09735256433486938, 0.18253523111343384, 0.12681564688682556, -0.14551827311515808, 0.07143378257751465, 0.288239449262619, -0.160763680934906, -0.006832310929894447, -0.001309604849666357, -0.09482532739639282, -0.29472240805625916, 0.03373406454920769, -0.06427708268165588, -0.2950197160243988, -0.01475895568728447, 0.14232495427131653, -0.26944711804389954, 0.25609278678894043, 0.2317950576543808, -0.1315547376871109, -0.09209556877613068, -0.018676387146115303, 0.05114798992872238, -0.304166316986084, 0.2570854425430298, 0.0014232004759833217, 0.28268948197364807, -0.1755322515964508, -0.013587300665676594, -0.06909331679344177, 0.017036525532603264, -0.09002222120761871, -0.333038330078125, -0.030739236623048782, 0.03204195946455002, -0.09595029801130295, 0.27515897154808044, 0.3026178479194641, 0.35763245820999146, -0.002351208357140422, 0.4120892584323883, 0.31102365255355835, -0.10213720798492432, 0.010141182690858841, 0.08017107099294662, 0.6187836527824402, -0.30174925923347473, -0.32052093744277954, -0.1688976287841797, 0.07475273311138153, 0.224363774061203, -0.08910417556762695, 0.1397494524717331, 0.1563311070203781, -0.08891475945711136, -0.030459238216280937, 0.005540044978260994, 0.019525714218616486, 0.007416538428515196, -0.01215928141027689, 0.27806970477104187, -0.17373189330101013, -0.3107963800430298, 0.1741216778755188, -0.23577970266342163, 0.041036684066057205, 0.2209230363368988, 0.30567666888237, 0.4886520504951477, -0.14808519184589386, -0.060769546777009964, 0.2820761501789093, 0.055321719497442245, 0.11025442183017731, -0.08053553849458694, -0.07488015294075012, 0.19281990826129913, 0.07240717858076096, 0.011591649614274502, 0.1483014076948166, 0.08272916078567505, 0.08353917300701141, 0.04732473939657211, 0.11451710015535355, 0.11339791864156723, 0.0889366865158081, 0.37192487716674805, 0.09852251410484314, 0.009661396965384483, 0.01351193804293871, 0.03069460578262806, -0.09914491325616837, -0.2510393261909485, -0.07458847761154175, 0.49786239862442017, -0.4221164584159851, -0.40139147639274597, -0.38706710934638977, -0.052265532314777374, -0.3750981092453003, 0.36237049102783203, 0.1593760997056961, 0.2250022441148758, -0.34699782729148865, 0.1606408953666687, 0.28620463609695435, -0.09530617296695709, -0.04440174624323845, -0.188137948513031, -0.02110806107521057, -0.005348377861082554, -0.01721043698489666, 0.2504355013370514, 0.2817245125770569, 0.20338279008865356, -0.04901350289583206, 0.08017905801534653, 0.28880950808525085, -0.2318819761276245, -0.06662467122077942, 0.3260015547275543, 0.48973241448402405, 0.0966358408331871, -0.39924994111061096, 0.1853685826063156, 0.3253512978553772, -0.16701380908489227, 0.19505900144577026, -0.39643552899360657, 0.2525895833969116, 0.20149171352386475, 0.15283755958080292, -0.007203477434813976, -0.10874523222446442, -0.12376855313777924, -0.03561107814311981, -0.00025234202621504664, -0.2135385423898697, -0.5796136260032654, 0.0498100183904171, -0.07526464015245438, -0.006883163936436176, -0.21012604236602783, 0.4428028166294098, 0.16805006563663483, 0.1396496295928955, 0.29088836908340454, 0.18600241839885712, -0.22249005734920502, -0.12114787101745605, 0.156605064868927, 0.08538249880075455, -0.10739417374134064, 0.26953205466270447, 0.2717079520225525, -0.08805964142084122, 0.1017991229891777, -0.058780934661626816, 0.24573254585266113, -0.21546779572963715, -0.3154181241989136, -0.005730377975851297, 0.2106645107269287, 0.0770539790391922, 0.0751739963889122, 0.3065457344055176, -0.1453961431980133, -0.13822342455387115, 0.09906730055809021, -0.22197823226451874, -0.06844993680715561, -0.40734797716140747, 0.017014000564813614, 0.03809856250882149, -0.15783487260341644, 0.03853635862469673, 0.537213921546936, 0.023273224011063576, 0.1845625936985016, -0.018973805010318756, 0.05534101650118828, 0.5385313034057617, -0.3047817349433899, 0.0512937568128109, 0.056198470294475555, 0.03886537626385689, -0.12214212119579315, 0.24368621408939362, -0.2957875728607178, 0.012082522734999657, 0.13572542369365692, -0.20658402144908905, 0.28389662504196167, -0.7065863609313965, -0.12970693409442902, 0.27880945801734924, 0.021652638912200928, 0.00477650947868824, -0.11301460862159729, 0.1929977983236313, -0.18256725370883942, -0.1769082248210907, 0.025438575074076653, 0.006084642373025417, -0.05126991868019104, -0.12258491665124893, -0.12286052852869034, 0.34853097796440125, -0.014806068502366543, -0.5113053917884827, 0.07300098240375519, -0.31538936495780945, 0.05860409513115883, -0.07164366543292999, 0.24249055981636047, -0.20718659460544586, -0.030473457649350166, -0.2637875974178314, 0.08083095401525497, 0.2989717125892639, -0.18214845657348633, 0.02698160707950592, 0.4830073416233063, -0.3778659999370575, -0.03533380478620529, 0.054210808128118515, -0.12315333634614944, 0.027056077495217323, 0.1804717481136322, -0.13804945349693298, 0.023340649902820587, 0.1321762204170227, -0.28099775314331055, -0.1833256632089615, 0.05504612252116203, 0.140335813164711, -0.0857657790184021, -0.3355037569999695, 0.027011334896087646, 0.24391724169254303, -0.14687472581863403, 0.05392850562930107, 0.1731252521276474, -0.2482527643442154, -0.5504968762397766, 0.2804790139198303, 0.2097674310207367, -0.11263824999332428, 0.15111294388771057, 0.201190784573555, -0.028255842626094818, 0.20217251777648926, 0.02366919256746769, 0.057545214891433716, 0.09972364455461502, 0.044928696006536484, 0.16810382902622223, 0.4172353148460388, 0.3466854989528656, -0.30959126353263855, 0.04773840308189392, -0.0737251415848732, -0.5804263353347778, -0.3099088668823242, 0.3150043785572052, 0.21612727642059326, 0.5005814433097839, -0.18224258720874786, 0.019015945494174957, -0.039417579770088196, -0.2578549385070801, 0.07871480286121368, 0.13238537311553955, -0.12845470011234283, 0.08306543529033661, 0.0226573646068573, 0.19081325829029083, 0.12789566814899445, 0.3457459509372711, -0.02062671072781086, -0.011040457524359226, -0.08191587030887604, -0.28078851103782654, 0.0028971282299607992, -0.005053916480392218, 0.054912541061639786, -0.3421389162540436, -0.1342778205871582, -0.021182866767048836, 0.17644129693508148, -0.07743721455335617, 0.02667965367436409, -0.032573141157627106, -0.30069205164909363, 0.41806939244270325, 0.29793405532836914, -0.2443888932466507, 0.028746580705046654, 0.03743896633386612, -0.33329692482948303, -0.07850851118564606, -0.00885806605219841, 0.13371248543262482, 0.06380555033683777, -0.27106788754463196, 0.11220148950815201, -0.08512517809867859, -0.17583435773849487, -0.13382092118263245, -0.34017622470855713, -0.11172424256801605, 0.08853349089622498, 0.06300278753042221, 0.17477422952651978, -0.04895490035414696, 0.2287335991859436, -0.29191258549690247, 0.3886650502681732, 0.2837650179862976, 0.11281947046518326, -0.07558659464120865, 0.12546078860759735, 0.05998831242322922, 0.16361694037914276, -0.2560731768608093, 0.16033229231834412, 0.36324894428253174, 0.2710024118423462, 0.15815052390098572, -0.43349727988243103, -0.0937994122505188, -0.008367878384888172, -0.051703356206417084, -0.16927441954612732, -0.39818909764289856, -0.11172715574502945, -0.4313638210296631, 0.26894518733024597, -0.1718190759420395, -0.2549203336238861, 0.02660389430820942, -0.13079187273979187, -0.19079723954200745, 0.21606752276420593, 0.18298158049583435, 1.0295848846435547, 0.11468582600355148, 0.11932778358459473, -0.3948460817337036, -0.4328211545944214, -0.03725447878241539, -0.49256378412246704, 0.12918269634246826, -0.22025533020496368, 0.03200016915798187, 0.10290858894586563, 0.22139757871627808, 0.11563452333211899, 0.7423107028007507, -0.316490113735199, 0.08756996691226959, -0.2789207100868225, -0.30719947814941406, -0.26090794801712036, 0.09698101878166199, -0.324642539024353, -0.23763921856880188, -0.06123301759362221, 0.2538602352142334, -0.14443528652191162, 0.032161738723516464, 0.05822066590189934, 0.04531974345445633, -0.25495558977127075, 0.035907890647649765, 0.017016954720020294, -0.08902689069509506, -0.11508588492870331, -0.3418113589286804, 0.2610480487346649, -0.3317950963973999, 0.08735313266515732, 0.0962708368897438, 0.0596080906689167, 0.18301528692245483, -0.07077233493328094, -0.03980740159749985, 0.44063234329223633, -0.1457555741071701, -0.16673709452152252, -0.022063465788960457, -0.07750435918569565, 0.029988516122102737, -0.06805256009101868, -0.080657958984375, -0.06962230056524277, 0.10638701170682907, -0.27817973494529724, -0.06838808208703995, 0.18599872291088104, -0.22295206785202026, 0.13774371147155762, -0.07859621196985245, -0.2508140206336975, -0.13661576807498932, 0.32773154973983765, -0.13981598615646362, 0.1362697333097458, -0.2884143888950348, 0.31331583857536316, -0.03704432025551796, -0.07923191785812378, -0.11060547083616257, -0.1650569587945938, -0.13865002989768982, -0.03930015116930008, -0.31765204668045044, -0.19328553974628448, -0.5085981488227844, 0.1704036146402359, -0.03128669783473015, 0.1933048814535141, -0.2642902731895447, 0.11653871089220047, -0.2564232647418976, 0.25868499279022217, 0.2915218472480774, 0.18002855777740479, 0.2185460925102234, -0.14541378617286682, 0.11032994836568832, 0.05418657884001732, 0.03473736345767975, 0.33759230375289917, 0.07670509070158005, -0.23281995952129364, -0.32931917905807495, 0.16175395250320435, 0.28275883197784424, -0.4961957633495331, -0.1517450511455536, -0.10632014274597168, 0.09447658061981201, -0.003508618101477623, 0.1463998407125473, -0.3056110441684723, -0.016714219003915787, 0.1764761507511139, 0.14005674421787262, -0.14916758239269257, -0.3477363884449005, -0.21697179973125458, 0.04116439446806908, -0.012368966825306416, 0.08310533314943314, -0.22446542978286743, 0.1422191709280014, -0.0036995012778788805, -0.13016070425510406, 0.02930518239736557, -0.14866119623184204, 0.10221493989229202, -0.09617709368467331, -0.031323421746492386, 0.09452026337385178, -0.2150774747133255, -0.14160308241844177, -0.09370948374271393, 0.29759445786476135, 0.2587064206600189, -0.11293797194957733, -0.38405975699424744, -0.0404786579310894, 0.1428024172782898, 0.2215874046087265, 0.4869100749492645, -0.10264116525650024, 0.03335006535053253, 0.3770182132720947, 0.22358399629592896, 0.11868484318256378, -0.37506821751594543, -0.1049804762005806, 0.0002721921191550791, -0.12694743275642395, 0.18445740640163422, 0.38272544741630554, 0.1030585840344429, -0.18003392219543457, -0.14321695268154144, -0.4948030412197113, 0.18009354174137115, 0.5460385680198669, 0.5632014870643616, 0.18257860839366913, -0.046239882707595825, -0.15854351222515106, -0.011490785516798496, -0.18779468536376953, -0.07187441736459732, -0.22366204857826233, -0.016623543575406075, -0.2373167872428894, 0.2232574224472046, -0.30125734210014343, -0.023723121732473373, -0.4104286730289459, 0.4009626805782318, 0.06680290400981903, 0.49124935269355774, 0.1550256311893463, 0.04419723525643349, 0.13566383719444275, -0.033429354429244995, -0.03665664419531822, 0.3792037069797516, 0.5352030992507935, 0.17403177917003632, 0.06144491210579872, 0.19721440970897675, -0.024683257564902306, 0.16108037531375885, -0.035854022949934006, 0.23834392428398132, 0.06833474338054657, -0.07577810436487198, -0.19329619407653809, -0.24633941054344177, -0.09718339890241623, 0.08341249823570251, -0.5922267436981201, 0.0204914677888155, -0.05298256129026413, 0.21061667799949646, 0.03221435844898224, 0.5087410807609558, 0.07219190895557404, 0.3486569821834564, -0.18037518858909607, 0.0036297074984759092, -0.3658100962638855, 0.09334095567464828, 0.13442474603652954, 0.009169431403279305, -0.31448134779930115, -0.0571807324886322, -0.20935609936714172, 0.07724558562040329, -0.11681198328733444, -0.07742712646722794, -0.03056217171251774, -0.002657769713550806, 0.2970176041126251, -0.1530362069606781, -0.048222802579402924, 0.26420336961746216, -0.34164735674858093, -0.04748281091451645, 0.01657823845744133, -0.11193843185901642, 0.04590955004096031, -0.05305202677845955, 0.19025063514709473, -0.34086042642593384, -0.028284979984164238, -0.122533418238163, -0.22570472955703735, 0.06401509791612625, 0.40914225578308105, -0.04482880234718323, 0.046673793345689774, -0.11184460669755936, 0.18086738884449005, 0.29910776019096375, 0.38030505180358887, 0.0060931905172765255, 0.1757737100124359, 0.09526403993368149, -0.4880984127521515, -0.052965354174375534, 0.43789780139923096, -0.04651392623782158, 0.04055602848529816, 0.18539680540561676, 0.18787814676761627, 0.07582914084196091, 0.4036968946456909, 0.032577477395534515, 0.060984816402196884, -0.022242017090320587, 0.5098550319671631, -0.10561075061559677, 0.25255462527275085, 0.03610150143504143, 0.4591926038265228, 0.21320277452468872, -0.08527357131242752, -0.08975688368082047, 0.49265754222869873, 0.21451546251773834, 0.20508034527301788, -0.002781569492071867, 0.048162661492824554, -0.02900569513440132, 0.4161412715911865, -0.2622055113315582, -0.10332600772380829, -0.30710214376449585, -0.293419748544693, 0.011437605135142803, 0.13733252882957458, -0.023044288158416748, 0.07216598838567734, 0.22423836588859558, 0.0266997329890728, 0.005831082817167044, -0.061311185359954834, 0.10690994560718536, 0.17719680070877075, 0.2607143521308899, -0.00689773028716445, -0.13712359964847565, 0.007096323650330305, 0.13728635013103485, -0.07691621780395508, -0.0847690999507904, 0.2697824537754059, -0.20498785376548767, -0.3083512783050537, -0.11133209615945816, -0.03756500408053398, -0.057923246175050735, -0.14316435158252716, -0.47505807876586914, 0.1928195059299469, 0.19618670642375946, 0.33117419481277466, 0.2099764347076416, -0.16584300994873047, -0.15323151648044586, 0.33062005043029785, -0.06326103210449219, 0.16588854789733887, -0.16989198327064514, -0.2026795595884323, -0.3613974452018738, -0.20239539444446564, 0.36559027433395386, 0.16823430359363556, 0.2796494960784912, -0.31334200501441956, -0.3705257177352905 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Visitor_Info#visitor-info
Visitor Info The VisitorInfo is the central data object which is passed to every part of the targeting system. A new VisitorInfo is created for every request and enriched with data throughout the matching process. Starting from an empty object, data will be added to the VisitorInfo from several components, making it hold all relevant targeting data for the current request.
Visitor Info
[ 0.42074084281921387, -0.30200961232185364, 0.005652072839438915, 0.32404661178588867, 0.00002455796129652299, -0.2774556279182434, -0.25675028562545776, -0.11911118030548096, -0.391171395778656, 0.1732831746339798, -0.07340839505195618, -0.4371773898601532, 0.34933382272720337, -0.04593326896429062, 0.2223043292760849, -0.09267544001340866, -0.07248863577842712, 0.1968022882938385, -0.48051735758781433, -0.25194379687309265, -0.16512854397296906, 0.05590144917368889, 0.03805353492498398, 0.13886795938014984, -0.2814143896102905, 0.1990438997745514, -0.4759659767150879, 0.23962974548339844, -0.25091853737831116, -0.46357452869415283, 0.004236303269863129, 0.04431471228599548, -0.09379123896360397, 0.19921672344207764, -0.0001158523591584526, -0.07681096345186234, 0.3104895055294037, -0.14488059282302856, -0.31699392199516296, 0.11173217743635178, -0.3847396671772003, -0.1265677809715271, 0.14878790080547333, -0.30716729164123535, 0.27426108717918396, 0.06786523759365082, 0.36228635907173157, 0.13000629842281342, 0.10954917967319489, -0.03680158033967018, 0.15066829323768616, -0.32188668847084045, -0.2992231547832489, 0.07589732110500336, 0.15308235585689545, 0.26549839973449707, 0.011486903764307499, -0.24430853128433228, 0.14247936010360718, 0.12169235944747925, -0.08640636503696442, 0.14028394222259521, -0.12488135695457458, 0.1951620876789093, 0.6669086217880249, -0.10184252262115479, 0.4793829619884491, -0.11589615792036057, -0.050501324236392975, 0.23165056109428406, 0.6083443760871887, 0.09513182193040848, 0.12862777709960938, -0.07781531661748886, -0.14088954031467438, 0.08860138058662415, 0.08545207977294922, -0.051324814558029175, 0.07977285981178284, 0.20077012479305267, 0.02601366490125656, -0.12927184998989105, -0.16960184276103973, -0.1284702718257904, -0.36447378993034363, 0.11896110326051712, -0.11094925552606583, 0.1670921891927719, -0.17562098801136017, -0.03105107694864273, 0.17396526038646698, -0.14805085957050323, -0.2704989016056061, 0.18982334434986115, -0.055693794041872025, -0.4153822958469391, 0.20799574255943298, 0.22419431805610657, 0.05630150064826012, -0.08581968396902084, 0.527162492275238, -0.0544787161052227, -0.2645021975040436, 0.1860354095697403, 0.564928412437439, -0.0703464224934578, 0.1939159482717514, -0.2904764711856842, 0.08614710718393326, -0.4543916583061218, -0.012626035138964653, 0.04434522986412048, 0.30943840742111206, 0.27709096670150757, 0.1495264768600464, 0.0007167066796682775, 0.5325557589530945, 0.11149855703115463, -0.1789674311876297, 0.31118935346603394, -0.1600605696439743, -0.04323282465338707, 0.16016870737075806, 0.30939173698425293, -0.14766474068164825, 0.21977102756500244, -0.20792941749095917, -0.6544842720031738, -0.0911295935511589, -0.5781678557395935, -0.03595450520515442, -0.09543469548225403, -0.1808282881975174, -0.07867056131362915, -0.2530517280101776, 0.10456633567810059, 0.2366960644721985, -0.22869552671909332, 0.37661007046699524, -0.17935281991958618, 0.6127345561981201, -0.24810342490673065, 0.38314443826675415, 0.13274827599525452, -0.008614213205873966, 0.1514613777399063, 0.00419600447639823, -0.2128119170665741, -0.2722468972206116, 0.20171129703521729, -0.4598657786846161, -0.061474867165088654, 0.19188758730888367, 0.15550750494003296, -0.214801624417305, -0.041064195334911346, 0.7148044109344482, 0.18243929743766785, -0.30308088660240173, 0.17040370404720306, 0.31041184067726135, 0.17651604115962982, 0.22861985862255096, -0.22613291442394257, -0.09706658124923706, 0.4770946502685547, -0.0626474991440773, -0.23824948072433472, -0.019690372049808502, -0.379748672246933, -0.22797070443630219, -0.15412165224552155, 0.013689843937754631, 0.061104778200387955, 0.18038402497768402, -0.1481732279062271, 0.11812849342823029, -0.16822662949562073, -0.022288795560598373, 0.08730551600456238, -0.24531197547912598, 0.09537273645401001, 0.29209816455841064, 0.4546552002429962, -0.06435117870569229, -0.13877461850643158, 0.15956726670265198, 0.28788256645202637, -0.20726631581783295, 0.03770028427243233, 0.12775255739688873, 0.05754050239920616, -0.1437343806028366, 0.06448354572057724, -0.18129773437976837, -0.0001794530835468322, 0.19563111662864685, -0.18540796637535095, 0.02238575927913189, 0.043034277856349945, 0.1991492211818695, 0.3923967182636261, 0.2819565236568451, 0.007793382741510868, 0.4090789556503296, 0.3846898376941681, -0.08742347359657288, -0.192752406001091, -0.22840045392513275, -0.11737614125013351, 0.7912513613700867, -0.39985793828964233, -0.20926186442375183, 0.26543864607810974, 0.04475250095129013, 0.09100876748561859, 0.1306155025959015, 0.07895608991384506, -0.2307572215795517, -0.4036431312561035, -0.2515019476413727, 0.3614785671234131, 0.0882350280880928, 0.023893075063824654, 0.10896990448236465, -0.08841980993747711, -0.02325524017214775, 0.22869345545768738, 0.12340451776981354, -0.018646778538823128, 0.22035688161849976, -0.10675500333309174, 0.10976748913526535, 0.45453789830207825, 0.5483884811401367, 0.11427479237318039, 0.39850613474845886, 0.5091648697853088, 0.15938901901245117, 0.12044913321733475, 0.13418404757976532, 0.2621942460536957, 0.15712463855743408, -0.03051600232720375, 0.2066202610731125, 0.11947068572044373, 0.23928120732307434, 0.17770102620124817, 0.012070433236658573, 0.1987943798303604, -0.006764199584722519, -0.2561499774456024, -0.14310766756534576, -0.32096049189567566, -0.03424885496497154, -0.13232867419719696, -0.06636760383844376, 0.33487072587013245, -0.46483495831489563, 0.2933361530303955, 0.19304348528385162, 0.17109183967113495, -0.17020440101623535, 0.04162042215466499, -0.4999169409275055, -0.2547394335269928, 0.16490890085697174, 0.25555258989334106, 0.15269440412521362, 0.073855459690094, 0.20225001871585846, -0.031190471723675728, 0.5198535919189453, -0.05196982994675636, 0.18615040183067322, 0.2607746720314026, -0.013586283661425114, -0.22345127165317535, -0.37967953085899353, 0.2583172023296356, 0.052526168525218964, -0.3176031708717346, 0.24381205439567566, -0.14242054522037506, -0.08922364562749863, -0.17009586095809937, -0.023762626573443413, -0.6498090028762817, 0.03999936208128929, -0.2575550377368927, -0.11954847723245621, -0.40699222683906555, 0.05540681630373001, -0.12497327476739883, -0.17882250249385834, -0.26378604769706726, -0.15168245136737823, 0.597559928894043, -0.13182967901229858, 0.4462541341781616, -0.35961320996284485, -0.2220434695482254, -0.13942056894302368, 0.06962737441062927, -0.18634583055973053, 0.06974130123853683, 0.08870825171470642, -0.0644330382347107, 0.657145619392395, -0.20673179626464844, -0.4060327410697937, 0.31624874472618103, 0.08700967580080032, 0.29984602332115173, 0.2574346661567688, 0.2502110004425049, -0.5059593915939331, 0.3361020088195801, -0.08677613735198975, 0.1425965279340744, -0.1596205085515976, -0.004344066604971886, -0.10375693440437317, -0.1620030701160431, -0.039089929312467575, 0.1333848387002945, -0.2191758155822754, 0.043558452278375626, -0.2987580895423889, 0.06194479018449783, 0.391116201877594, 0.04739680141210556, -0.2749757468700409, 0.12546925246715546, -0.03220641613006592, 0.20669010281562805, -0.16268758475780487, -0.34336018562316895, 0.11378901451826096, -0.4941490888595581, 0.16282854974269867, -0.16290725767612457, -0.1268734484910965, 0.12199853360652924, -0.30804866552352905, -0.30708685517311096, -0.5053405165672302, -0.07710973918437958, -0.13997027277946472, -0.0338921956717968, 0.09571286290884018, 0.22086963057518005, 0.06598644703626633, -0.19596348702907562, -0.27993273735046387, -0.05755796656012535, -0.3664713501930237, 0.6186842322349548, 0.332526832818985, -0.2534712255001068, -0.4837670624256134, 0.016694728285074234, 0.7407897710800171, -0.20863448083400726, 0.08343086391687393, 0.17212536931037903, 0.5183241963386536, 0.39295727014541626, -0.10104339569807053, 0.3011811077594757, -0.15207211673259735, -0.053745757788419724, -0.12501542270183563, 0.23881429433822632, 0.04784019663929939, -0.19753794372081757, -0.10063132643699646, -0.2782682180404663, -0.3260411024093628, -0.016872840002179146, 0.0506468303501606, -0.1332600861787796, 0.17458896338939667, 0.09842187166213989, -0.09063418954610825, -0.10244240611791611, 0.039102230221033096, -0.043660614639520645, 0.43007659912109375, 0.20494979619979858, -0.21152040362358093, -0.21845750510692596, -0.5687770247459412, -0.06072244048118591, 0.22678717970848083, -0.28767916560173035, -0.21674661338329315, -0.017730223014950752, -0.23297815024852753, 0.15545016527175903, -0.24343398213386536, 0.010077335871756077, -0.08264989405870438, -0.31540724635124207, -0.07395241409540176, 0.031779006123542786, 0.36536797881126404, 0.3028718829154968, 0.021488944068551064, 0.16389285027980804, 0.314067006111145, -0.23212145268917084, 0.03364025428891182, -0.4342348873615265, 0.1795402467250824, -0.2857268154621124, -0.39240607619285583, 0.053186144679784775, -0.21629726886749268, -0.25911182165145874, 0.01595201902091503, -0.25127214193344116, -0.151286318898201, -0.3192610740661621, 0.3309549391269684, 0.18935346603393555, 0.11362114548683167, 0.47080639004707336, 0.2601039409637451, 0.18443743884563446, 0.06931500881910324, 0.3072841465473175, -0.012763792648911476, 0.1027485802769661, 0.41581282019615173, 0.012984151020646095, 0.33873188495635986, 0.29220184683799744, -0.22794891893863678, 0.06752534955739975, 0.22865016758441925, 0.49221178889274597, 0.3707464933395386, 0.3463393747806549, 0.32067161798477173, -0.2601674497127533, -0.11055777221918106, -0.06114207208156586, 0.2398120015859604, -0.2033570557832718, -0.005582175683230162, -0.2365441620349884, -0.07766705751419067, 0.07540105283260345, -0.3131372630596161, -0.4713797867298126, 0.15124890208244324, 0.47966820001602173, 0.11549470573663712, 0.16436739265918732, 0.4354170262813568, 1.1977037191390991, 0.218913733959198, 0.36159852147102356, -0.006643827073276043, -0.6035065054893494, -0.28381672501564026, 0.17580090463161469, -0.11964056640863419, -0.3955191671848297, -0.285636305809021, -0.1950274109840393, -0.14860835671424866, 0.1849346160888672, -0.19368264079093933, -0.3155875504016876, -0.2953433394432068, 0.026833685114979744, 0.018216267228126526, 0.057025618851184845, 0.4324794113636017, 0.17370499670505524, -0.0075857555493712425, 0.6889703869819641, 0.1289987415075302, -0.22485843300819397, -0.029638145118951797, -0.16347381472587585, 0.07420902699232101, -0.1089475080370903, -0.19235347211360931, 0.39093729853630066, -0.20715631544589996, 0.08144745230674744, -0.02380654402077198, 0.13161693513393402, -0.2026207596063614, -0.42799264192581177, -0.07129945605993271, 0.032670944929122925, 0.013411673717200756, 0.027771763503551483, 0.5847941040992737, 0.2928108870983124, 0.07328188419342041, 0.17817603051662445, -0.1554386168718338, 0.2577323317527771, 0.09584914147853851, -0.22799819707870483, 0.23098815977573395, -0.2603381276130676, -0.11480488628149033, -0.1809309422969818, 0.031579747796058655, -0.08831940591335297, -0.10472939908504486, 0.08087335526943207, 0.18044769763946533, -0.4138811230659485, 0.11933234333992004, 0.06517453491687775, 0.13887552917003632, -0.11877252161502838, 0.16058595478534698, 0.18267546594142914, -0.18543179333209991, 0.022187476977705956, -0.22654952108860016, 0.36757996678352356, -0.28421181440353394, 0.38255560398101807, -0.53471839427948, -0.004492195323109627, -0.12631449103355408, 0.5788267850875854, 0.054683584719896317, 0.35673123598098755, 0.1066134050488472, -0.014555267989635468, 0.011814462952315807, 0.15449033677577972, 0.29187077283859253, -0.12236247956752777, 0.3308432400226593, -0.4269041121006012, -0.04948848485946655, -0.28297537565231323, 0.20111362636089325, -0.231723353266716, 0.14790289103984833, -0.0642235279083252, -0.17111559212207794, 0.2490689754486084, 0.5625929832458496, -0.32434526085853577, -0.3968598246574402, 0.038736168295145035, 0.390230655670166, 0.24345144629478455, -0.11170078814029694, -0.5361726880073547, 0.13530653715133667, -0.07489849627017975, -0.26032063364982605, -0.17746411263942719, -0.15337099134922028, -0.21489782631397247, 0.15732790529727936, 0.07645894587039948, 0.05284028872847557, -0.3430412709712982, -0.06943877786397934, 0.2126832902431488, 0.028075318783521652, -0.07732956856489182, 0.06891763210296631, -0.09240645170211792, 0.16111399233341217, -0.3057705760002136, -0.02442208118736744, -0.16216477751731873, -0.012276813387870789, 0.4902251064777374, 0.14404001832008362, -0.27214959263801575, 0.10753443837165833, -0.5074101686477661, -0.1535758674144745, 0.14974568784236908, 0.4605839252471924, 0.06969109177589417, -0.26554831862449646, 0.26257553696632385, 0.38252943754196167, 0.0887400358915329, 0.13748441636562347, -0.4158269464969635, 0.22364039719104767, -0.20323415100574493, -0.1253594309091568, 0.21648164093494415, 0.16892094910144806, 0.09217558056116104, 0.28415369987487793, 0.16764742136001587, 0.02372622676193714, -0.07649330794811249, -0.003854138310998678, 0.18060629069805145, 0.1617496907711029, 0.46725526452064514, 0.0318913571536541, 0.2524508237838745, -0.09328591078519821, 0.2501089572906494, 0.006577791180461645, -0.22758613526821136, 0.034368015825748444, 0.7275055646896362, 0.1558559536933899, 0.42290160059928894, 0.2860725224018097, 0.013525220565497875, 0.22324100136756897, 0.14404328167438507, -0.2101072371006012, -0.0070407334715127945, 0.10300527513027191, 0.24255502223968506, 0.2736094295978546, -0.16783106327056885, 0.12126085162162781, 0.3795505166053772, 0.22250321507453918, 0.016881119459867477, -0.12820670008659363, -0.27073872089385986, -0.36927077174186707, -0.05871837958693504, 0.10820893943309784, -0.6979845762252808, -0.003997801803052425, -0.14593259990215302, -0.12241081893444061, 0.2359442561864853, -0.1403653472661972, 0.5797097086906433, -0.13885533809661865, -0.05137786269187927, 0.03295876085758209, 0.09370050579309464, 0.2904706597328186, 0.048655375838279724, -0.30177944898605347, -0.23527579009532928, -0.04499823972582817, 0.229976624250412, 0.26832115650177, 0.22712107002735138, -0.10691335797309875, 0.1978929340839386, -0.21589115262031555, 0.11063622683286667, 0.13540561497211456, -0.3259049654006958, -0.014717167243361473, -0.012095985934138298, 0.2465633898973465, -0.11291401833295822, 0.23123781383037567, 0.0019756858237087727, -0.08869267255067825, 0.11596137285232544, 0.22966262698173523, -0.09021260589361191, -0.18334896862506866, -0.12523184716701508, 0.15162496268749237, -0.16099534928798676, 0.19602200388908386, 0.007920271717011929, -0.568038821220398, -0.31091415882110596, 0.3021641969680786, -0.17592953145503998, -0.18081650137901306, -0.4333343803882599, 0.045087240636348724, -0.015492215752601624, 0.32265642285346985, 0.3891826272010803, 0.018073050305247307, -0.20613177120685577, -0.39238178730010986, -0.4547678828239441, 0.2414575070142746, 0.23533859848976135, -0.20007085800170898, 0.10770612210035324, 0.22190222144126892, -0.14995169639587402, 0.08768399804830551, -0.12865552306175232, 0.11076267063617706, -0.19126451015472412, -0.02569962665438652, -0.14779826998710632, -0.0018965600756928325, -0.17864738404750824, 0.11276455968618393, -0.10640202462673187, -0.15308770537376404, 0.18866994976997375, 0.1864955723285675, -0.0034808521158993244, -0.18563123047351837, -0.4268123507499695, 0.334271639585495, 0.1639176607131958, 0.3880147337913513, -0.12784841656684875, 0.17012420296669006, -0.1761258989572525, -0.03839166834950447, 0.16520534455776215, -0.22809621691703796, -0.0592770054936409, -0.2897578179836273, 0.3401713967323303, 0.03738369047641754, 0.0924430713057518, 0.2884577512741089, 0.22829300165176392, 0.1773160696029663, -0.04862973093986511, -0.08637987822294235, 0.16913838684558868, -0.055121831595897675, -0.4480794072151184, 0.1940743625164032, -0.05734526365995407, 0.015479530207812786, 0.3087727129459381, -0.012444687075912952, -0.2076362669467926, 0.05830631032586098, 0.13478443026542664, 0.1520489752292633, -0.06103125214576721, -0.3205190896987915, 0.27676326036453247, -0.42160874605178833, -0.014596788212656975, -0.20398002862930298, -0.2748534679412842, 0.2797299027442932, -0.05311918631196022, -0.2495584636926651, 0.16361747682094574, 0.00767667917534709, -0.09030471742153168, -0.28480666875839233, 0.25449565052986145, 0.15683197975158691, -0.012511328794062138, -0.1252354234457016, -0.09667903184890747 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Visitor_Info#visitor-id
Visitor ID To identify returning visitors, the engine needs some kind of unique identificator which will be assigned to each visitor. This identificator, internally referred to as visitor ID, is expected to be generated or set by the browser and to be stored as a cookie. When creating a VisitorInfo the targeting engine tries to load a visitor ID from the _pc_vis cookie. This ID is (by default) generated by the frontend on event: when loading a site with targeting enabled and no visitor ID was previously set, a random string is generated If you want to manually set the visitor ID in your frontend code you can do so with the following call which is exposed by the targeting JS implementation: _ptg.api.setVisitorId('my-custom-visitor-id'); The visitor ID will be used for every action where a unique identificator is needed, e.g. when identifying returning visitors or when persisting data for a specific visitor to a targeting storage. Upon setting a visitor ID, it is stored in 2 places of the user's browser: a _pc_vis cookie a _ptg.user local storage entry. This entry contains some persistent data about the user (e.g. an activity log and a list of previous visitor IDs) which may be used in later enhancements of the targeting framework. If the visitor ID cookie is missing but the local storage entry contains an ID that ID will be used to write a new cookie.
Visitor ID
[ 0.34869876503944397, -0.4727243185043335, -0.013348227366805077, 0.12543094158172607, 0.25764182209968567, -0.17068059742450714, 0.07178760319948196, -0.2153855264186859, -0.13483397662639618, 0.24067354202270508, -0.16137538850307465, -0.10316268354654312, 0.20262941718101501, 0.06969133019447327, 0.27844980359077454, -0.17334622144699097, -0.11200803518295288, 0.2998600900173187, -0.11864861845970154, 0.009628893807530403, -0.14273494482040405, 0.1774759739637375, 0.2787790894508362, 0.3605004847049713, -0.18844793736934662, 0.09305344521999359, -0.19221103191375732, 0.1567734181880951, 0.07972133904695511, -0.5007440447807312, 0.0948905348777771, -0.22973299026489258, -0.145211860537529, 0.38990533351898193, -0.00010755337279988453, 0.09922754764556885, 0.0822150856256485, -0.1462625116109848, -0.14036493003368378, 0.003754114732146263, -0.10017655044794083, 0.19882674515247345, -0.12174143642187119, -0.33228862285614014, 0.05431417375802994, -0.007650299929082394, 0.03378712758421898, -0.2818261384963989, 0.4451844394207001, -0.028050636872649193, 0.28911301493644714, -0.1318938285112381, -0.2789627015590668, 0.0038187759928405285, 0.17778272926807404, 0.21969279646873474, -0.21382290124893188, -0.32677072286605835, -0.4459812343120575, -0.40723469853401184, 0.018032710999250412, 0.08552461117506027, 0.10901109129190445, 0.046134673058986664, 0.5552443861961365, 0.171354740858078, 0.3007328510284424, -0.3406596779823303, -0.03310604393482208, 0.12144647538661957, 0.41245368123054504, 0.112428680062294, 0.10384409874677658, -0.041865549981594086, -0.1181698739528656, 0.25696900486946106, 0.23736968636512756, -0.20489755272865295, -0.12803658843040466, 0.07948031276464462, 0.06613247096538544, 0.11934700608253479, 0.00608525425195694, -0.26029133796691895, -0.06996963173151016, -0.07995003461837769, 0.12509097158908844, 0.28594160079956055, 0.08254049718379974, 0.043044209480285645, -0.084920734167099, 0.07617326825857162, -0.23330561816692352, 0.02496369369328022, 0.1277988851070404, -0.37353000044822693, 0.20854121446609497, 0.22226904332637787, -0.05378896743059158, 0.2409060299396515, 0.502203106880188, -0.03513948246836662, -0.27587413787841797, 0.032048191875219345, -0.09829643368721008, 0.19949626922607422, 0.32391273975372314, -0.21554677188396454, 0.30645114183425903, -0.34072065353393555, -0.021588122472167015, 0.25806185603141785, 0.2418324202299118, 0.013975092209875584, 0.5432493090629578, 0.13157278299331665, 0.12421367317438126, 0.2607335150241852, -0.3238694667816162, 0.007412036415189505, -0.3655564486980438, 0.0748407393693924, -0.010306837037205696, 0.17781393229961395, 0.09228146821260452, 0.14166784286499023, -0.19725504517555237, -0.6018669605255127, -0.3693850040435791, -0.4197889268398285, -0.05091838911175728, 0.07998305559158325, -0.2763638496398926, -0.02317412942647934, 0.058767225593328476, 0.12602168321609497, 0.19515524804592133, -0.3807569146156311, -0.046778641641139984, -0.2675289511680603, 0.38265261054039, -0.06933342665433884, 0.33694279193878174, 0.026533987373113632, 0.06535914540290833, 0.09659183025360107, 0.025214215740561485, -0.428587943315506, -0.13187362253665924, 0.040532924234867096, -0.062487050890922546, -0.12584936618804932, 0.29616230726242065, 0.2530438303947449, -0.08688580989837646, -0.11287611722946167, 0.5211544632911682, 0.018229544162750244, -0.09221021085977554, 0.09237007796764374, 0.2754976749420166, 0.14666296541690826, -0.18670912086963654, -0.30247068405151367, -0.0786590650677681, 0.6156337857246399, -0.12646254897117615, -0.2126808911561966, 0.2846691906452179, -0.45100927352905273, -0.2406197190284729, -0.12700775265693665, -0.15556412935256958, 0.25648394227027893, 0.035212285816669464, 0.07045461237430573, -0.015898553654551506, -0.04700804874300957, -0.16580075025558472, -0.42923733592033386, -0.32256340980529785, 0.12702412903308868, 0.27574795484542847, 0.2768072187900543, -0.005877077579498291, -0.1287538856267929, 0.16615723073482513, 0.11807785928249359, 0.01897960714995861, 0.18434463441371918, 0.08651938289403915, 0.21570764482021332, 0.11120402812957764, -0.15689070522785187, 0.033531494438648224, -0.009640338830649853, 0.2524557113647461, -0.024164807051420212, -0.06541741639375687, 0.018250275403261185, 0.1831749528646469, 0.012226667255163193, 0.24615320563316345, -0.2730865478515625, 0.45455142855644226, 0.4741691052913666, -0.3510129153728485, 0.10503560304641724, -0.5630196928977966, -0.24939021468162537, 0.4573782980442047, -0.3498094379901886, -0.29837122559547424, 0.25088682770729065, -0.19870305061340332, -0.04065662994980812, 0.16507220268249512, 0.1412610560655594, 0.14098748564720154, -0.4001290500164032, -0.07379385828971863, 0.0747617706656456, 0.3924814760684967, 0.05247833579778671, -0.093141570687294, 0.09439610689878464, -0.2223152220249176, 0.05309575796127319, -0.10043109208345413, 0.08008036762475967, 0.2213098704814911, -0.09301267564296722, 0.01063913106918335, 0.35142505168914795, 0.6621096730232239, 0.12966707348823547, 0.5446088910102844, 0.315391480922699, 0.31917107105255127, -0.05673276633024216, -0.04710843786597252, 0.3373909890651703, 0.2850208580493927, 0.057804688811302185, 0.01431051455438137, 0.03916255012154579, 0.13513237237930298, 0.07080723345279694, -0.16626174747943878, 0.06953304260969162, 0.008678685873746872, -0.13127513229846954, 0.05517019331455231, -0.3332469165325165, 0.0404985211789608, -0.02277839183807373, 0.0012095762649551034, 0.15103089809417725, -0.2657374441623688, 0.399031400680542, -0.0009821795392781496, -0.043609943240880966, -0.09660779684782028, -0.07741405069828033, -0.2773623764514923, -0.37514588236808777, 0.07310929149389267, -0.057124122977256775, 0.22623611986637115, 0.06679865717887878, 0.3175086975097656, -0.10929961502552032, 0.4492056965827942, -0.17083652317523956, 0.2246031016111374, 0.08612757176160812, -0.25066879391670227, -0.2790400981903076, -0.013825538568198681, 0.20613993704319, -0.20690204203128815, -0.3310052454471588, 0.1917153298854828, -0.08153491467237473, -0.3099003732204437, -0.018527265638113022, -0.010672127828001976, -0.42434006929397583, 0.0891796201467514, -0.28022196888923645, -0.267545223236084, -0.24069517850875854, 0.17880287766456604, 0.03590779006481171, -0.11430573463439941, -0.014542686752974987, 0.005042870528995991, 0.6321356892585754, -0.07459338754415512, 0.42917555570602417, -0.64518141746521, -0.13672395050525665, -0.32263532280921936, 0.1631433367729187, -0.32687482237815857, -0.2722010910511017, 0.40815460681915283, 0.02641211822628975, 0.3803486227989197, -0.25178423523902893, -0.3583467900753021, 0.2665584981441498, 0.05740714073181152, 0.2583114504814148, 0.2892816364765167, 0.17241452634334564, -0.4147447943687439, 0.41418009996414185, -0.024280572310090065, -0.04007070139050484, -0.1693725734949112, -0.05336153507232666, -0.14683663845062256, 0.031246080994606018, -0.1970513015985489, -0.09731944650411606, 0.07142235338687897, 0.2450270801782608, -0.3807660639286041, 0.23424503207206726, 0.3618398606777191, 0.17579017579555511, -0.1942969560623169, 0.16871891915798187, -0.031069818884134293, -0.08512577414512634, -0.38375362753868103, -0.12483345717191696, 0.34722065925598145, -0.45021143555641174, -0.005461390595883131, 0.013530159369111061, -0.040270399302244186, -0.1766887903213501, -0.1337510496377945, -0.28917980194091797, -0.62101149559021, -0.051977790892124176, -0.01307610236108303, -0.20861752331256866, 0.11654186993837357, 0.26729539036750793, 0.14039358496665955, -0.34201353788375854, -0.11622146517038345, -0.0895315408706665, 0.11732994765043259, 0.3710951805114746, 0.42399099469184875, -0.2722519040107727, -0.4316732585430145, 0.2303193211555481, 0.6415632963180542, 0.02322554774582386, 0.003979708068072796, 0.34394213557243347, 0.3484114706516266, 0.31837889552116394, -0.33980321884155273, 0.37359315156936646, -0.15733304619789124, -0.018163638189435005, 0.04425172880291939, 0.20494335889816284, -0.020486604422330856, -0.046369850635528564, -0.1696481853723526, -0.12941883504390717, -0.134927436709404, -0.21453899145126343, -0.0474252849817276, -0.21611036360263824, -0.037923432886600494, 0.10120839625597, 0.0684027299284935, 0.0556630976498127, 0.11176541447639465, 0.21191485226154327, 0.1986410915851593, 0.32728111743927, 0.14311890304088593, -0.1026357039809227, -0.5374778509140015, -0.16939371824264526, 0.2976418733596802, -0.10832298547029495, -0.11116475611925125, 0.09856018424034119, -0.35497453808784485, 0.3879048526287079, -0.08315739035606384, 0.3675043284893036, -0.165298730134964, -0.09662202000617981, -0.3498243987560272, 0.09017276763916016, 0.505296528339386, 0.1546124368906021, 0.3291052281856537, -0.18939851224422455, -0.04952652007341385, -0.08039190620183945, 0.10991420596837997, -0.23461076617240906, -0.12954875826835632, -0.4215030074119568, -0.3776198923587799, -0.21638865768909454, -0.22724930942058563, -0.25200825929641724, -0.22667361795902252, 0.13245689868927002, -0.2862352728843689, -0.22521506249904633, 0.3630416989326477, -0.02906627207994461, 0.08781073242425919, -0.055545855313539505, -0.009779240936040878, 0.2821846008300781, 0.014752914197742939, 0.39128822088241577, -0.15480805933475494, 0.36218950152397156, 0.36501380801200867, -0.20161643624305725, 0.22165615856647491, 0.009623621590435505, -0.22784198820590973, 0.0888766348361969, 0.1709779053926468, -0.16179165244102478, 0.45563414692878723, 0.26718008518218994, 0.149024099111557, -0.2504315674304962, -0.08459771424531937, -0.06266103684902191, 0.2480752021074295, -0.4597740173339844, -0.2025962620973587, -0.21655982732772827, 0.029192974790930748, 0.055440206080675125, -0.3279292583465576, -0.29534652829170227, 0.19159778952598572, 0.3356687128543854, -0.1673869639635086, 0.34025946259498596, 0.3391900956630707, 1.0546681880950928, 0.17969602346420288, 0.04206163063645363, 0.1454528123140335, -0.30395111441612244, -0.1963271200656891, 0.24888285994529724, -0.051476575434207916, -0.3080059587955475, 0.08781886100769043, -0.2408011257648468, -0.10041967034339905, 0.1807737499475479, -0.011823583394289017, 0.008874896913766861, -0.10695859044790268, 0.022147705778479576, 0.0988759696483612, -0.0468236580491066, 0.24674832820892334, 0.40077653527259827, -0.20440854132175446, 0.361362099647522, 0.22852031886577606, -0.29499492049217224, 0.4894507825374603, 0.002513837069272995, 0.2748161852359772, -0.16218943893909454, -0.23800179362297058, 0.3282194137573242, 0.041807860136032104, -0.3331720232963562, -0.07133065164089203, 0.04246905446052551, -0.5014625787734985, -0.34005793929100037, -0.24488940834999084, 0.20634305477142334, 0.028043312951922417, -0.021349327638745308, 0.3099587857723236, 0.24972106516361237, 0.18017320334911346, 0.10610406845808029, -0.255325049161911, 0.3015671372413635, 0.10438665747642517, -0.23553399741649628, 0.2288038283586502, -0.24159292876720428, 0.018664086237549782, 0.05174846574664116, 0.012815864756703377, -0.11956722289323807, 0.03751019015908241, 0.2908954918384552, 0.10041424632072449, -0.2829834818840027, -0.008359642699360847, 0.13459230959415436, -0.17702622711658478, -0.022862322628498077, 0.027178766205906868, 0.002912453142926097, -0.0958762839436531, 0.06219225004315376, -0.1874382495880127, 0.20728075504302979, -0.09178434312343597, 0.20862489938735962, -0.4035033881664276, -0.14374898374080658, -0.17522983253002167, 0.23610712587833405, 0.14324204623699188, 0.23779991269111633, 0.11608125269412994, 0.06682336330413818, 0.22715343534946442, 0.26367107033729553, 0.2364559769630432, -0.1877921223640442, 0.3887399435043335, -0.055689796805381775, -0.01766177825629711, -0.0769975334405899, -0.003494718810543418, -0.2414291799068451, 0.03470642492175102, 0.33878520131111145, 0.12201075255870819, 0.17060494422912598, 0.2500614523887634, -0.38553372025489807, -0.35682356357574463, 0.08553420007228851, 0.27232733368873596, -0.09907215088605881, -0.2142128348350525, -0.39447715878486633, 0.07820221036672592, 0.10164903849363327, 0.01593352109193802, -0.23743243515491486, -0.2619727849960327, -0.17866317927837372, 0.05041006952524185, 0.029916847124695778, 0.061862532049417496, -0.5884752869606018, 0.15578344464302063, 0.26498982310295105, -0.044285036623477936, 0.09698185324668884, 0.15442483127117157, -0.07894425094127655, -0.1698204129934311, -0.04461048170924187, 0.08457224071025848, -0.18622314929962158, 0.010128944180905819, 0.07300947606563568, 0.0776684433221817, 0.08209909498691559, 0.15769514441490173, -0.6166361570358276, -0.08906763792037964, -0.10447181761264801, 0.3840818405151367, 0.4220801293849945, -0.07333078980445862, 0.0659966766834259, 0.21077947318553925, -0.04496355727314949, 0.09520790725946426, -0.5034223198890686, 0.05010181665420532, -0.19853408634662628, -0.3192298114299774, 0.12976956367492676, 0.26577427983283997, 0.10225260257720947, 0.32029396295547485, -0.07340504974126816, -0.05292293801903725, 0.061009347438812256, 0.33600759506225586, 0.15076351165771484, 0.23845134675502777, 0.20871034264564514, 0.04108833521604538, 0.21454668045043945, -0.32998573780059814, -0.16096822917461395, -0.3948027193546295, -0.21132785081863403, 0.17799261212348938, 0.8614484667778015, 0.044771790504455566, 0.4531087279319763, 0.16287724673748016, -0.10322953760623932, 0.2453577071428299, 0.16695694625377655, 0.08776155114173889, -0.24243725836277008, -0.05298006534576416, -0.01225948054343462, 0.07234489917755127, 0.023045651614665985, 0.05664777383208275, 0.4405352771282196, 0.13893122971057892, -0.14698393642902374, 0.21035949885845184, -0.31205132603645325, -0.17013269662857056, 0.08318998664617538, 0.04592002555727959, -0.5272127985954285, 0.05281788855791092, -0.2136133760213852, 0.10083446651697159, 0.014439967460930347, -0.13214626908302307, 0.22527505457401276, -0.06565681099891663, -0.14952386915683746, 0.06507043540477753, -0.0455135777592659, -0.0038885970134288073, 0.3256642818450928, -0.39384013414382935, -0.208034947514534, -0.04184586927294731, -0.15800514817237854, -0.18260550498962402, -0.12062515318393707, -0.21783840656280518, -0.07475096732378006, -0.15431205928325653, -0.04944821074604988, 0.06757733225822449, -0.12319857627153397, -0.06564893573522568, 0.15914370119571686, 0.4108768701553345, -0.18284817039966583, 0.19296795129776, 0.134731724858284, -0.17296312749385834, -0.23732076585292816, 0.3325066864490509, 0.1500895768404007, -0.1185874193906784, 0.07134920358657837, 0.05591302365064621, 0.026861902326345444, -0.13747286796569824, 0.16807305812835693, -0.24563540518283844, -0.08381355553865433, -0.05239434912800789, -0.1230882853269577, -0.10410681366920471, -0.7186042666435242, 0.10233880579471588, 0.04517078772187233, 0.2443477064371109, 0.2051807940006256, -0.24841775000095367, -0.14901205897331238, -0.002420466858893633, -0.061952609568834305, 0.3725508749485016, 0.3231905400753021, 0.1281624734401703, -0.1453717052936554, 0.23866604268550873, -0.17141614854335785, 0.18150003254413605, 0.12072793394327164, 0.48135364055633545, -0.018973039463162422, 0.3495807647705078, 0.19582319259643555, 0.2277906835079193, -0.43843528628349304, -0.04983311891555786, -0.1134251281619072, -0.15885452926158905, 0.24920962750911713, -0.013566724956035614, 0.06877574324607849, -0.08246567100286484, -0.6232073903083801, 0.4814070463180542, 0.11363765597343445, 0.6983617544174194, 0.13841983675956726, 0.05208424851298332, -0.021687572821974754, 0.16849301755428314, 0.08710412681102753, -0.15253110229969025, -0.11583290994167328, -0.11754509061574936, 0.17492493987083435, -0.10197732597589493, 0.25043991208076477, 0.19954003393650055, 0.09114260226488113, 0.23150373995304108, 0.021096529439091682, 0.15435554087162018, 0.1549438238143921, -0.1594870537519455, -0.39616861939430237, -0.18063940107822418, 0.06859202682971954, 0.05056220293045044, 0.4767184853553772, 0.030593477189540863, -0.23969630897045135, -0.060085512697696686, -0.03129240497946739, 0.15706348419189453, -0.09226013720035553, -0.10815970599651337, 0.41154512763023376, -0.208970308303833, -0.17835690081119537, -0.24323208630084991, -0.20314480364322662, 0.06667979061603546, -0.19891257584095, -0.1340092271566391, 0.06275806576013565, -0.4627116024494171, 0.0657571405172348, -0.22230511903762817, 0.2797684073448181, 0.23938016593456268, 0.4419868588447571, 0.10058913379907608, -0.09906047582626343 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Visitor_Info#accessing-the-visitor-info-in-your-code
Accessing the Visitor Info in your code Similar to the security token in Symfony's security system, you can fetch the current VisitorInfo from a VisitorInfoStorage. This storage is defined as service an can simply be injected into your services or used as controller action argument when your controllers are registered as service. You can just define the VisitorInfoStorageInterface as dependency and Symfony and the service configuration take care of the rest. As an example, a sample service working with the VisitorInfo: <?php namespace App\Targeting; use Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorageInterface; class MyService { private VisitorInfoStorageInterface $visitorInfoStorage; public function __construct(VisitorInfoStorageInterface $visitorInfoStorage) { $this->visitorInfoStorage = $visitorInfoStorage; } public function getVisitorId(): ?string { // always check if there is a visitor info before trying to fetch it if (!$this->visitorInfoStorage->hasVisitorInfo()) { return null; } $visitorInfo = $this->visitorInfoStorage->getVisitorInfo(); return $visitorInfo->getVisitorId(); } } And the matching service definition: services: _defaults: autowire: true autoconfigure: true public: false # if using autowiring you're already set by just defining your service - the # type hint against the VisitorInfoStorageInterface is enough to enable autowiring App\Targeting\MyService: ~ # if you don't use autowiring you need to manually wire your dependency App\Targeting\MyService: arguments: $visitorInfoStorage: '@Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorageInterface' If your controllers are defined as services, you can make use of argument injection: <?php namespace App\Controller; use Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorageInterface; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\Routing\Annotation\Route; class VisitorInfoController { /** * @Route("/visitor-info") */ public function visitorInfoAction(VisitorInfoStorageInterface $visitorInfoStorage): JsonResponse { $data = [ 'visitorId' => null ]; // always check if there is a visitor info before trying to fetch it if ($visitorInfoStorage->hasVisitorInfo()) { $visitorInfo = $visitorInfoStorage->getVisitorInfo(); $data['visitorId'] = $visitorInfo->getVisitorId(); } return new JsonResponse($data); } }
Accessing the Visitor Info in your code
[ -0.12780584394931793, 0.20125240087509155, -0.15960009396076202, 0.2583443522453308, -0.031039344146847725, -0.5080559253692627, 0.21295708417892456, 0.015573916025459766, -0.11070643365383148, 0.2230204939842224, -0.12749528884887695, 0.11747090518474579, 0.08214025944471359, -0.17031565308570862, -0.021722041070461273, 0.17927566170692444, -0.008058032020926476, 0.11374258249998093, -0.4226456880569458, 0.12663774192333221, -0.0246578436344862, 0.09506640583276749, 0.32475268840789795, 0.2639339864253998, -0.07905494421720505, 0.07172903418540955, -0.23667596280574799, 0.05918453261256218, 0.0880419909954071, -0.34338143467903137, -0.1123531311750412, 0.24760806560516357, 0.028704091906547546, 0.07517890632152557, -0.00009924186451826245, 0.13484278321266174, 0.02353765070438385, -0.031596098095178604, -0.20417366921901703, 0.03716437891125679, -0.14145125448703766, -0.3213287591934204, -0.11335505545139313, -0.38867291808128357, 0.0319187305867672, 0.04774792864918709, -0.21082095801830292, -0.03316159546375275, 0.4653032124042511, 0.0538453571498394, 0.31897372007369995, -0.17235703766345978, -0.14565986394882202, -0.012812710367143154, -0.16720622777938843, 0.5011352896690369, 0.14811648428440094, -0.4227798581123352, 0.11222650855779648, -0.08061528950929642, -0.06333331763744354, 0.4603108763694763, -0.1071065291762352, -0.12784090638160706, 0.20742234587669373, 0.1398617923259735, 0.5160374641418457, 0.37488389015197754, -0.2810918986797333, 0.09822583943605423, 0.21769745647907257, 0.2561053931713104, 0.08003119379281998, -0.02963317558169365, -0.07434597611427307, 0.2792196571826935, 0.2523026168346405, -0.281327486038208, -0.20251581072807312, 0.3107571601867676, 0.03021162748336792, 0.08180936425924301, -0.14507363736629486, 0.027011089026927948, -0.22988654673099518, 0.045877084136009216, -0.03353635594248772, -0.025304021313786507, 0.0026514132041484118, -0.5372279286384583, 0.07581665366888046, 0.21969738602638245, 0.05146009102463722, 0.3003579080104828, 0.3119468092918396, -0.44333112239837646, -0.02649238519370556, -0.2254185676574707, 0.36189302802085876, -0.13717670738697052, 0.016429537907242775, 0.1637549102306366, -0.45889732241630554, 0.08588878065347672, 0.1557176411151886, 0.11829396337270737, -0.12585079669952393, -0.008382940664887428, 0.33265915513038635, 0.22841735184192657, 0.014869811944663525, 0.17163240909576416, 0.020211946219205856, 0.24168618023395538, 0.0748802050948143, 0.2512510120868683, 0.23146378993988037, 0.0750618726015091, 0.016658945009112358, 0.17424139380455017, 0.021565118804574013, 0.06765230745077133, 0.29995977878570557, 0.5124090313911438, -0.011495182290673256, 0.2735660672187805, 0.10130072385072708, -0.499949187040329, -0.1057310402393341, -0.3494153916835785, -0.03196230158209801, -0.16129209101200104, -0.021512608975172043, 0.25684088468551636, 0.00848767627030611, 0.38911548256874084, 0.107925184071064, -0.06221964210271835, 0.23351918160915375, -0.19400395452976227, 0.15185721218585968, 0.05205626040697098, 0.09866312146186829, -0.13081589341163635, 0.008238142356276512, -0.3114689886569977, 0.19706013798713684, 0.0912703350186348, -0.106102354824543, -0.04950485751032829, -0.36589866876602173, -0.2818952202796936, -0.0007471429416909814, 0.2999971807003021, 0.11544457077980042, 0.12472416460514069, 0.635495662689209, 0.02867310494184494, -0.14204265177249908, -0.0836719274520874, 0.047161053866147995, 0.21343377232551575, 0.12085176259279251, -0.10405952483415604, 0.054517779499292374, 0.4013848900794983, 0.3392966687679291, -0.28278887271881104, 0.05757857859134674, -0.3365635871887207, -0.2927853465080261, -0.270635187625885, -0.20094342529773712, -0.0486954003572464, 0.11798177659511566, -0.14107920229434967, 0.30916428565979004, -0.28196677565574646, 0.05221067741513252, -0.26685649156570435, -0.27289968729019165, 0.08572205156087875, 0.09653238952159882, 0.17385976016521454, 0.15824252367019653, 0.1685962975025177, -0.00937267392873764, 0.3533674478530884, 0.1684904396533966, 0.1622873693704605, -0.013768332079052925, -0.3384891450405121, -0.34351661801338196, 0.17911837995052338, 0.2067018300294876, 0.09552984684705734, 0.2545728385448456, -0.02956869639456272, 0.01622992940247059, -0.09938479959964752, 0.22057130932807922, 0.16234423220157623, 0.20311549305915833, 0.462878942489624, 0.09139961004257202, 0.37362203001976013, 0.39119118452072144, -0.0756659284234047, -0.26210758090019226, -0.34694066643714905, 0.16827794909477234, -0.22347329556941986, 0.007525341119617224, 0.28777390718460083, 0.08056550472974777, 0.025565046817064285, 0.37870949506759644, 0.21978706121444702, -0.10788159817457199, -0.4060107171535492, 0.02147981896996498, 0.5083209872245789, 0.30479589104652405, 0.08009964227676392, 0.20222429931163788, -0.19569799304008484, -0.1532437950372696, 0.048147495836019516, -0.05424634367227554, 0.2136475145816803, 0.29517117142677307, 0.02076784521341324, 0.06859850883483887, 0.32962939143180847, 0.46784690022468567, -0.04639753699302673, 0.07372607290744781, 0.19348128139972687, -0.019435402005910873, 0.16609318554401398, 0.19436705112457275, 0.07975194603204727, -0.038660816848278046, 0.3330931067466736, -0.029102439060807228, 0.46756887435913086, 0.2627342939376831, 0.12728753685951233, -0.12465953081846237, 0.34232765436172485, 0.18085768818855286, -0.18650195002555847, 0.03208676353096962, -0.40694788098335266, 0.024644749239087105, 0.06614269316196442, 0.14937354624271393, -0.045309729874134064, -0.1715715229511261, 0.2269953489303589, -0.30823567509651184, -0.029955176636576653, 0.1308554708957672, -0.1832015961408615, -0.2076064944267273, -0.07313857227563858, 0.3263113796710968, -0.21492770314216614, 0.006200400646775961, 0.22808843851089478, -0.1749664843082428, -0.1752416044473648, 0.34600669145584106, 0.22434648871421814, 0.19372773170471191, -0.06287117302417755, -0.1457977443933487, -0.2908061146736145, -0.013944284059107304, 0.07399462908506393, 0.15031622350215912, -0.19127768278121948, -0.16784614324569702, -0.0615532360970974, -0.2444114238023758, 0.033033858984708786, -0.12041153013706207, 0.09565044939517975, 0.13522189855575562, -0.27904683351516724, 0.019765032455325127, -0.10360205173492432, 0.3403373956680298, -0.188400000333786, -0.20303811132907867, -0.148446187376976, -0.12938110530376434, 0.400471568107605, -0.1686205416917801, 0.12482830137014389, -0.07394010573625565, -0.09460017830133438, -0.0831671953201294, 0.24447761476039886, -0.20383590459823608, 0.015820864588022232, 0.12285514175891876, 0.12193239480257034, 0.24799472093582153, -0.23855862021446228, -0.0445723757147789, 0.4090358018875122, 0.08473868668079376, -0.2035183310508728, 0.14545932412147522, 0.12432950735092163, 0.15985757112503052, 0.18512725830078125, -0.001676362007856369, -0.1429978311061859, -0.18128304183483124, -0.0515160895884037, 0.02865992672741413, 0.05144783854484558, -0.1844637244939804, 0.08307556062936783, -0.5031288862228394, -0.05839516595005989, -0.26609086990356445, 0.19633977115154266, 0.3914828300476074, 0.12033124268054962, 0.033530231565237045, 0.07623588293790817, -0.229131817817688, 0.12665420770645142, -0.3802025020122528, -0.2138175070285797, 0.19672200083732605, -0.449189692735672, 0.16139709949493408, 0.0623786561191082, -0.15456131100654602, 0.05372490733861923, -0.25193357467651367, -0.11908044666051865, -0.5101267695426941, 0.1652543544769287, 0.28192052245140076, -0.4181663393974304, -0.21183966100215912, 0.46352487802505493, 0.27096548676490784, -0.30626267194747925, -0.23147158324718475, 0.1292210817337036, -0.08667771518230438, -0.012797894887626171, 0.141887828707695, -0.24935409426689148, -0.4133669435977936, 0.11159711331129074, 0.635807991027832, -0.24525253474712372, -0.0042891246266663074, 0.19757448136806488, 0.0006991142872720957, 0.15369389951229095, 0.3607352077960968, 0.06985703855752945, -0.255468487739563, 0.13720470666885376, -0.07580868899822235, 0.11766500771045685, 0.10811518132686615, -0.13953463733196259, -0.18282364308834076, -0.09075766056776047, -0.34764164686203003, -0.3135235011577606, -0.12284288555383682, 0.2713738679885864, 0.22028711438179016, -0.06852707266807556, 0.21461322903633118, -0.29068636894226074, 0.010414358228445053, 0.12910297513008118, 0.3289080262184143, -0.051783811300992966, -0.004890706390142441, -0.20239247381687164, -0.012476927600800991, 0.06813203543424606, 0.47576239705085754, -0.0958704799413681, -0.2917995750904083, -0.02138449065387249, -0.3763473629951477, 0.12336648255586624, -0.477117657661438, 0.11170902848243713, 0.1304837018251419, -0.10766620188951492, -0.12461309134960175, -0.18256112933158875, 0.16583587229251862, 0.05299992859363556, 0.1129598394036293, -0.5327476263046265, 0.1282026767730713, -0.07606370747089386, -0.04232406988739967, -0.21797539293766022, 0.12261674553155899, -0.47987237572669983, -0.2591589689254761, -0.01925044320523739, 0.0956384688615799, -0.15066643059253693, -0.3235723674297333, 0.18516533076763153, -0.4760034382343292, 0.010062295012176037, 0.34575048089027405, -0.013734277337789536, 0.1647283285856247, 0.2634078562259674, -0.038546301424503326, 0.2535320222377777, 0.05461815372109413, 0.26225683093070984, -0.14561797678470612, 0.40865758061408997, 0.4406593441963196, 0.31996309757232666, -0.04733111336827278, 0.0668986588716507, -0.13190798461437225, -0.24940137565135956, 0.2083602398633957, 0.048550140112638474, 0.2839947044849396, 0.13238780200481415, 0.18484511971473694, -0.15614284574985504, -0.18915334343910217, 0.14228783547878265, 0.31338030099868774, -0.36099889874458313, -0.17976155877113342, -0.07076185941696167, 0.06445449590682983, -0.18409579992294312, -0.027778901159763336, -0.3717816472053528, -0.3491075932979584, -0.13963349163532257, -0.19178567826747894, 0.06341908872127533, 0.6196552515029907, 0.860132098197937, 0.10721838474273682, 0.3171217441558838, 0.16869057714939117, -0.018958956003189087, -0.0847674161195755, -0.4217463731765747, -0.23497727513313293, -0.18312878906726837, 0.04742230102419853, -0.18566250801086426, -0.10701596736907959, 0.13226532936096191, -0.19043348729610443, -0.47879737615585327, -0.0648547038435936, -0.1725814938545227, 0.24071218073368073, -0.28063803911209106, 0.16730983555316925, -0.031190479174256325, -0.30979466438293457, 0.2856913208961487, 0.38238731026649475, -0.16733448207378387, 0.10461491346359253, -0.13449636101722717, -0.06781907379627228, -0.3279000520706177, -0.2102324366569519, 0.25016486644744873, -0.11836431175470352, -0.5919509530067444, -0.08469896018505096, -0.16850243508815765, 0.13231170177459717, -0.5092380046844482, -0.0358554981648922, 0.0659588947892189, 0.2665860056877136, -0.024827037006616592, 0.21047814190387726, 0.049592044204473495, 0.19339384138584137, -0.2011946737766266, -0.1273215413093567, 0.07712698727846146, 0.04148804768919945, 0.03409435972571373, 0.1247778981924057, -0.12106374651193619, -0.17989572882652283, -0.19079631567001343, 0.06160080432891846, 0.3797178566455841, -0.09117500483989716, 0.47519218921661377, 0.2204979658126831, -0.11667678505182266, 0.005578901153057814, 0.2383388727903366, 0.10609587281942368, -0.1618327498435974, -0.02513917349278927, 0.07565350085496902, 0.03618483990430832, 0.09128717333078384, -0.1868796944618225, 0.1260746419429779, -0.28501319885253906, 0.04781892150640488, -0.46706098318099976, -0.1302260011434555, -0.2528866231441498, 0.3777620494365692, -0.01839894987642765, 0.34200507402420044, -0.3374808132648468, 0.2176560014486313, -0.3939601182937622, 0.05833987519145012, 0.30865970253944397, -0.13055571913719177, 0.2521146833896637, -0.21839740872383118, -0.0902315080165863, -0.5869370102882385, 0.26248276233673096, -0.060942910611629486, -0.0016002707416191697, 0.1660352200269699, 0.13213519752025604, -0.4108084440231323, 0.3022294342517853, -0.4705060124397278, -0.3415210545063019, -0.006773450877517462, 0.16730399429798126, 0.15795426070690155, -0.07281950116157532, -0.08112317323684692, 0.07026886940002441, 0.17422783374786377, -0.042593710124492645, -0.10804823786020279, -0.296631783246994, -0.16997887194156647, 0.014605280011892319, 0.017247159034013748, 0.039062101393938065, -0.2782185971736908, -0.09030593186616898, 0.21711091697216034, -0.1372845470905304, -0.2791363596916199, 0.033932555466890335, -0.053262513130903244, -0.24204520881175995, -0.29066088795661926, 0.34736865758895874, -0.27760252356529236, 0.16441264748573303, 0.2845183312892914, 0.10064581781625748, -0.3165033757686615, 0.19532200694084167, -0.41051608324050903, -0.1994623839855194, 0.28499123454093933, 0.5552759170532227, 0.43441638350486755, 0.13658927381038666, 0.030759280547499657, 0.34112945199012756, -0.1732955127954483, 0.14091932773590088, -0.2456599324941635, 0.002786343451589346, -0.1402425318956375, 0.06719931215047836, 0.17592531442642212, 0.4090021848678589, 0.037539541721343994, 0.1169341579079628, -0.0821935310959816, -0.3447169363498688, 0.11309482157230377, 0.6237986087799072, 0.023880617693066597, 0.1604289710521698, 0.4468645751476288, 0.04366801306605339, -0.02362464740872383, 0.28227582573890686, -0.14578382670879364, 0.10959959775209427, -0.3264405429363251, -0.032872337847948074, 0.34097787737846375, -0.025428511202335358, 0.31724944710731506, -0.04262031987309456, -0.4536089599132538, 0.2556670308113098, 0.10748568922281265, -0.05923943966627121, -0.10207340866327286, 0.14895278215408325, 0.3115576207637787, -0.0052133831195533276, 0.1502777636051178, 0.06309758871793747, -0.023978672921657562, 0.11611713469028473, 0.014106557704508305, -0.080979123711586, -0.2401653379201889, 0.22618189454078674, -0.12598954141139984, 0.09758476912975311, -0.3970416784286499, 0.002079728292301297, -0.3239373564720154, -0.13348343968391418, 0.3101905882358551, -0.2335013747215271, -0.23625846207141876, -0.01345127820968628, 0.08924900740385056, -0.22317072749137878, 0.13196679949760437, 0.4037017524242401, -0.18770518898963928, -0.3005395233631134, -0.06823311746120453, -0.1714363396167755, 0.20632688701152802, 0.30719417333602905, 0.03320686146616936, -0.024952363222837448, 0.0006121281767264009, 0.01163177378475666, 0.023849017918109894, -0.2161962240934372, 0.000420061987824738, -0.32384994626045227, -0.32134443521499634, 0.14947566390037537, -0.1591312140226364, 0.20092420279979706, 0.14692643284797668, -0.3581840991973877, -0.15139272809028625, 0.06565844267606735, 0.06463479995727539, -0.06259620189666748, 0.11273431777954102, 0.4293532967567444, -0.022551387548446655, -0.14057984948158264, 0.05137789249420166, -0.28498217463493347, -0.0208244938403368, -0.17445993423461914, 0.0941138043999672, 0.11576491594314575, -0.1996224820613861, 0.14683587849140167, 0.14130094647407532, -0.19074402749538422, 0.05651482939720154, -0.32064491510391235, -0.15492777526378632, -0.11112837493419647, -0.2547682225704193, 0.18875180184841156, 0.01348792389035225, 0.06120629608631134, -0.3045952618122101, -0.2250438630580902, 0.25509917736053467, 0.2644225060939789, 0.20998892188072205, 0.057053688913583755, 0.10911896079778671, 0.1077655628323555, -0.08644112199544907, 0.11916608363389969, 0.15763600170612335, 0.04915476590394974, 0.2924225926399231, -0.14324577152729034, 0.1131676658987999, -0.17983584105968475, 0.19737020134925842, 0.12791457772254944, -0.3796890377998352, 0.05295364931225777, -0.09975428879261017, 0.7361005544662476, -0.08858764916658401, 0.019398551434278488, -0.03788776323199272, 0.13475005328655243, -0.017684204503893852, -0.13182590901851654, -0.15754520893096924, -0.30814820528030396, 0.16149204969406128, 0.00400509312748909, 0.049082498997449875, -0.029163556173443794, -0.04781999811530113, 0.22051699459552765, 0.1511714905500412, -0.09385831654071808, 0.11990135908126831, -0.04264805465936661, -0.3518182635307312, 0.12633919715881348, -0.23440228402614594, 0.1403740793466568, 0.08465886116027832, 0.23922590911388397, -0.4006085991859436, 0.0575057789683342, 0.02688458189368248, -0.08421910554170609, -0.06438066810369492, -0.22820720076560974, 0.332219660282135, -0.3134689927101135, -0.15449364483356476, 0.07778584957122803, -0.02854526974260807, 0.07929900288581848, 0.013533771969377995, -0.09330448508262634, -0.10891159623861313, -0.0183707382529974, -0.04203598573803902, -0.2565460205078125, 0.37363091111183167, 0.2869025766849518, 0.21009837090969086, -0.020315036177635193, -0.06546032428741455 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Conditions#conditions
Conditions Conditions are logical blocks which can be combined with other conditions inside a target rule. A condition is expected to implement match() method which always returns a boolean. To implement a condition, you need to implement 2 parts: A PHP class implementing the ConditionInterface. Have a look at existing implementations to get an idea how to implement your own conditions. A frontend JS class defining the admin UI for your condition. You can have a look at this bundle's conditions for UI examples and at the Customer Management Framework as example for a third-party integration.
Conditions
[ 0.30479303002357483, -0.16581831872463226, -0.15805785357952118, -0.09010876715183258, -0.1980953961610794, -0.5501329302787781, 0.15476790070533752, 0.2446337193250656, 0.3228324353694916, -0.03415336087346077, 0.22025611996650696, -0.12117410451173782, 0.08569329231977463, 0.07561369985342026, -0.18858732283115387, 0.11097056418657303, -0.15887048840522766, 0.347450852394104, -0.26367929577827454, 0.23789861798286438, 0.26625099778175354, 0.15633733570575714, -0.006962102372199297, 0.23824302852153778, -0.08604034781455994, -0.15175411105155945, 0.10038409382104874, 0.0977374017238617, -0.42627155780792236, 0.006590540055185556, -0.3229166567325592, 0.19751551747322083, -0.39395105838775635, -0.15678676962852478, -0.0000992451750789769, -0.3016648590564728, -0.09981166571378708, -0.17861607670783997, 0.013182481750845909, -0.08568567782640457, -0.5918488502502441, -0.28437694907188416, -0.13516288995742798, -0.10058894008398056, -0.1585603803396225, 0.24233807623386383, -0.23737473785877228, 0.29226890206336975, 0.4517921209335327, 0.24866877496242523, 0.30162763595581055, -0.04748270660638809, -0.027676761150360107, 0.002561909845098853, 0.1762247532606125, 0.028631070628762245, 0.08517429977655411, -0.2964707016944885, -0.016624175012111664, -0.5752174258232117, 0.1638604700565338, -0.17136408388614655, -0.10307648777961731, -0.0553344301879406, 0.08295831084251404, -0.18192479014396667, 0.2565641403198242, -0.14917288720607758, 0.10933252424001694, 0.16385075449943542, 0.2335710972547531, 0.10346897691488266, 0.09841001033782959, -0.030634701251983643, -0.033560339361429214, 0.5851855278015137, 0.3091199994087219, -0.021793553605675697, -0.30117565393447876, 0.05083759129047394, -0.0720384418964386, 0.16274258494377136, 0.061782870441675186, 0.06297077983617783, -0.21508242189884186, 0.4952312111854553, -0.05926577001810074, -0.14929483830928802, 0.12165774405002594, -0.02069530449807644, 0.02818939834833145, -0.15674015879631042, -0.14429688453674316, 0.2621552348136902, 0.13487638533115387, -0.4037732481956482, -0.13972792029380798, 0.3143434226512909, 0.30642178654670715, 0.18149898946285248, 0.31554603576660156, 0.12162618339061737, -0.11335345357656479, 0.40249523520469666, -0.30359023809432983, 0.018205951899290085, 0.34297946095466614, -0.0672130137681961, 0.09646514803171158, -0.09584806859493256, 0.007384754717350006, 0.035600338131189346, 0.0018989391392096877, -0.09150117635726929, -0.13319791853427887, 0.23581458628177643, 0.024892229586839676, -0.010214601643383503, -0.051045358180999756, 0.19513289630413055, -0.12255316972732544, -0.07255245000123978, 0.2509666979312897, 0.08191897720098495, 0.0008808131678961217, -0.3708552420139313, 0.06467004120349884, -0.28447213768959045, -0.051265183836221695, 0.02928943559527397, -0.06815452128648758, 0.05961078405380249, -0.16489878296852112, 0.015325210057199001, 0.08164367079734802, 0.23228943347930908, 0.26812422275543213, 0.3500969707965851, 0.11449222266674042, -0.31114885210990906, 0.14364050328731537, -0.1068822592496872, 0.42583778500556946, 0.2513016164302826, -0.18894770741462708, -0.3651302456855774, 0.37429746985435486, -0.18992386758327484, -0.15666940808296204, 0.11832507699728012, 0.09955476969480515, -0.07514527440071106, 0.2693650722503662, 0.27608948945999146, -0.37773412466049194, 0.04147057607769966, 0.24263672530651093, 0.38810494542121887, -0.08015758544206619, -0.1029420718550682, 0.3692460358142853, 0.22772467136383057, 0.11415006220340729, -0.036224137991666794, 0.09537884593009949, 0.5059757232666016, -0.07235109061002731, 0.025234784930944443, 0.3454797565937042, -0.254593163728714, -0.28096747398376465, -0.3541472852230072, -0.3181687891483307, 0.08906546980142593, -0.15910457074642181, -0.007806482259184122, 0.27316364645957947, 0.12318886816501617, 0.0276885274797678, -0.15445049107074738, -0.18217559158802032, 0.2100640833377838, -0.011262740939855576, -0.0372665710747242, -0.28191983699798584, -0.004121989943087101, -0.3441511392593384, 0.26332414150238037, -0.06577098369598389, -0.1706332266330719, 0.13696697354316711, 0.27155256271362305, -0.14745552837848663, -0.2925173044204712, -0.06807079911231995, 0.037689756602048874, 0.2541216313838959, 0.12906336784362793, -0.2654009163379669, 0.16291259229183197, -0.04287388548254967, -0.3308514654636383, 0.20453353226184845, -0.0696079209446907, -0.14752504229545593, -0.18940740823745728, -0.11506013572216034, 0.12047033756971359, -0.24970361590385437, 0.01750829629600048, 0.41985610127449036, 0.26353025436401367, -0.2058570683002472, -0.05604976788163185, -0.06345919519662857, -0.0654718354344368, 0.3694952428340912, 0.06530646234750748, -0.2860359847545624, -0.5811166763305664, -0.2579016089439392, 0.34955355525016785, -0.026034845039248466, -0.15746571123600006, 0.4414195716381073, 0.02722075954079628, -0.12025390565395355, 0.0028537753969430923, -0.13806283473968506, -0.21655616164207458, 0.18237997591495514, 0.41224414110183716, -0.16526053845882416, 0.116359181702137, 0.4059579372406006, -0.0989990308880806, 0.04042169824242592, -0.032371751964092255, -0.05120992660522461, 0.035798437893390656, 0.0036592476535588503, 0.13622413575649261, 0.21301743388175964, -0.036053434014320374, 0.10228127986192703, 0.29213887453079224, 0.06997179985046387, 0.0888732373714447, -0.0688934177160263, -0.19276823103427887, 0.07949061691761017, 0.10665664076805115, -0.34814250469207764, -0.3214818835258484, -0.17091788351535797, 0.24610085785388947, -0.06282318383455276, 0.23409008979797363, 0.010260564275085926, 0.1517593115568161, -0.023590488359332085, -0.07950522005558014, 0.23756153881549835, 0.12392830103635788, 0.38305431604385376, -0.03461471572518349, -0.25766465067863464, -0.11459805071353912, 0.11467264592647552, 0.213231161236763, -0.06884880363941193, -0.12360867112874985, -0.012137760408222675, -0.30942732095718384, 0.1894051879644394, -0.02114085853099823, -0.07160330563783646, -0.04602934792637825, -0.12178178876638412, 0.010558909736573696, 0.013311137445271015, -0.45274272561073303, 0.023309268057346344, -0.4257632791996002, -0.2686255872249603, -0.23966416716575623, -0.06434833258390427, -0.11764305084943771, -0.08242201805114746, -0.0055559673346579075, -0.265842080116272, 0.09582743793725967, 0.36386704444885254, 0.07074329257011414, -0.09612063318490982, 0.02182670496404171, -0.22308552265167236, 0.4869190454483032, -0.15929153561592102, 0.005992109887301922, -0.11560118198394775, -0.30620357394218445, -0.22417160868644714, 0.29087966680526733, -0.06641049683094025, 0.31658634543418884, -0.025740863755345345, -0.047333333641290665, 0.1889342963695526, -0.19614426791667938, -0.40896838903427124, 0.029780451208353043, -0.14410753548145294, 0.3504955768585205, 0.20985379815101624, 0.2131354957818985, -0.16461896896362305, 0.14566670358181, 0.19050614535808563, 0.32373660802841187, -0.17134752869606018, 0.056065693497657776, 0.13944344222545624, 0.12143152952194214, -0.17942844331264496, 0.07496245205402374, 0.21722275018692017, -0.21285513043403625, -0.354356974363327, -0.11109542101621628, 0.19238893687725067, 0.2906566262245178, 0.11347435414791107, 0.10609275102615356, -0.42764022946357727, 0.28367507457733154, -0.14778047800064087, -0.03449315205216408, 0.14802229404449463, -0.08301854878664017, -0.1431756615638733, -0.27638283371925354, 0.08248462527990341, -0.17481282353401184, -0.17166675627231598, 0.1560734659433365, -0.27425917983055115, 0.10313577950000763, -0.12751470506191254, -0.12074650079011917, -0.13965219259262085, 0.2741653025150299, 0.009302197955548763, -0.3694005310535431, -0.509208619594574, -0.27000945806503296, 0.41463109850883484, 0.06133197247982025, 0.23224610090255737, -0.005003939848393202, -0.08051339536905289, 0.03502245992422104, 0.32751092314720154, -0.030559472739696503, -0.039295509457588196, 0.28822800517082214, 0.136666402220726, 0.20165832340717316, 0.061296578496694565, 0.04201863333582878, -0.28883081674575806, 0.19660668075084686, 0.22068290412425995, 0.09725675731897354, 0.009579351171851158, 0.22084695100784302, -0.41994041204452515, -0.3856654763221741, -0.33867818117141724, -0.12748388946056366, 0.10022711008787155, -0.143821582198143, -0.08159468322992325, -0.05729521065950394, -0.04461260512471199, 0.25116410851478577, 0.13799487054347992, -0.12787534296512604, 0.4504220485687256, 0.1193196177482605, 0.04520826414227486, 0.0580446682870388, -0.39073362946510315, 0.43495896458625793, 0.0596836619079113, 0.036417171359062195, -0.02757282555103302, -0.0329396016895771, -0.17659221589565277, -0.07878321409225464, -0.15176206827163696, -0.041029661893844604, -0.07998321205377579, 0.14110657572746277, -0.036543719470500946, 0.06388050317764282, 0.462405800819397, -0.05118357017636299, -0.10813556611537933, -0.15316058695316315, 0.20317178964614868, 0.14711782336235046, -0.07372917234897614, -0.05088309198617935, -0.44583815336227417, -0.3063867390155792, 0.033052485436201096, -0.5320826172828674, -0.5288337469100952, 0.1207377016544342, -0.28675371408462524, 0.5198195576667786, 0.06451479345560074, -0.46234244108200073, 0.23752786219120026, -0.5864071846008301, 0.23465798795223236, -0.22627277672290802, -0.23207999765872955, 0.2121526151895523, -0.27140966057777405, -0.23152241110801697, -0.2211417257785797, -0.18927234411239624, -0.424888014793396, 0.016504356637597084, -0.1307254284620285, 0.3227665424346924, 0.5982691645622253, 0.13525620102882385, 0.22140125930309296, 0.08312537521123886, 0.19030791521072388, 0.1671673208475113, 0.19062449038028717, 0.20430071651935577, -0.046246517449617386, 0.30080363154411316, -0.0674104169011116, -0.2584187686443329, -0.21263885498046875, 0.06517072021961212, -0.05289629474282265, 0.2831897437572479, -0.2881089746952057, -0.051019780337810516, 0.10336115211248398, 0.685355007648468, -0.041004031896591187, -0.09450531750917435, 0.3290562927722931, 0.8709438443183899, 0.18916179239749908, -0.17011146247386932, 0.049715492874383926, -0.4222940504550934, 0.09761049598455429, 0.14806249737739563, 0.01390231866389513, 0.15415966510772705, 0.2863136827945709, -0.14828148484230042, -0.2807280421257019, 0.24039950966835022, 0.20375722646713257, -0.19217252731323242, 0.0750264897942543, -0.2821243107318878, 0.35411936044692993, 0.3125929832458496, 0.05787373334169388, -0.1953323781490326, 0.12307953834533691, -0.2756308615207672, 0.26157140731811523, -0.1714893877506256, 0.12190353870391846, -0.13533447682857513, -0.02506202831864357, -0.0020001698285341263, -0.1992693394422531, -0.04907272383570671, 0.11731906980276108, -0.15189355611801147, -0.1923350691795349, -0.09341954439878464, -0.10475822538137436, -0.11746345460414886, -0.25380584597587585, -0.20667673647403717, 0.4578106105327606, -0.003625042736530304, 0.2081935852766037, 0.30497393012046814, 0.032236192375421524, -0.14477591216564178, -0.14573396742343903, 0.3301190137863159, -0.2690700590610504, -0.2578822374343872, 0.10864385217428207, -0.2747003734111786, -0.023123832419514656, 0.11001969128847122, 0.16992774605751038, -0.062224529683589935, 0.11449975520372391, -0.0143582196906209, -0.12176231294870377, 0.09276169538497925, -0.054655496031045914, 0.2994452118873596, -0.0067327264696359634, 0.0812077671289444, -0.23186108469963074, 0.15654972195625305, -0.06318454444408417, -0.21672454476356506, -0.28923842310905457, -0.12749427556991577, -0.017934545874595642, 0.14662961661815643, -0.2366405874490738, -0.051575176417827606, -0.27707386016845703, -0.004352800082415342, 0.16685472428798676, 0.1991928517818451, -0.09104083478450775, -0.18299895524978638, -0.4816682040691376, 0.29737719893455505, 0.43193498253822327, 0.14750495553016663, 0.3155084550380707, 0.23218274116516113, -0.46815627813339233, -0.13844235241413116, 0.12119241803884506, -0.29390856623649597, 0.07843375951051712, 0.3264778256416321, 0.01992720738053322, 0.12172573059797287, 0.37340542674064636, -0.437461256980896, -0.40308108925819397, -0.21481101214885712, 0.31620243191719055, -0.3868025243282318, 0.06137365847826004, -0.3477453887462616, 0.23899103701114655, 0.19558902084827423, 0.2082812786102295, -0.25967490673065186, -0.3661687672138214, 0.07887312024831772, 0.029687410220503807, 0.1894112378358841, 0.21395482122898102, -0.3728954792022705, 0.0185468140989542, 0.007200115360319614, -0.11069266498088837, 0.160993754863739, -0.40752851963043213, 0.007687076460570097, -0.27845078706741333, 0.023531707003712654, -0.1521957814693451, -0.14143988490104675, -0.39590510725975037, -0.15604667365550995, -0.2706996202468872, 0.19506122171878815, 0.02774306759238243, -0.22595933079719543, -0.052942775189876556, 0.1538633555173874, 0.23593172430992126, 0.5471287965774536, 0.18124163150787354, -0.12747983634471893, 0.35376137495040894, -0.09682663530111313, -0.19796086847782135, -0.024019064381718636, -0.05418311059474945, 0.2192867547273636, -0.21080170571804047, -0.040489666163921356, 0.2656956613063812, -0.16406290233135223, 0.3367292582988739, -0.22900603711605072, -0.23034492135047913, 0.22803770005702972, 0.35771119594573975, 0.01746494323015213, 0.1893365979194641, 0.1787157505750656, 0.1553637832403183, 0.0526939332485199, -0.10222457349300385, -0.34749510884284973, -0.21280843019485474, -0.07990842312574387, 0.13112106919288635, 0.46524912118911743, -0.24575312435626984, 0.47034865617752075, -0.13579882681369781, -0.0565805658698082, 0.19100311398506165, 0.146747425198555, 0.35834699869155884, 0.14368575811386108, -0.08196175843477249, 0.35285452008247375, 0.2941054701805115, 0.11756142973899841, -0.08100874722003937, 0.1086510643362999, -0.23849394917488098, 0.1458366960287094, 0.07636531442403793, -0.0008654242847114801, -0.004575831349939108, 0.0012676999904215336, 0.272358775138855, -0.07080309838056564, -0.2357998937368393, 0.10170502215623856, -0.3419836759567261, 0.1404225379228592, 0.19271568953990936, 0.0840618833899498, -0.01223643496632576, 0.1036868691444397, -0.06598417460918427, 0.0015517891151830554, 0.3385011553764343, -0.18134595453739166, -0.28031623363494873, 0.16641558706760406, 0.22801537811756134, -0.3799620270729065, 0.18663997948169708, 0.08781769871711731, 0.1343688815832138, 0.22358541190624237, 0.043312009423971176, 0.19024772942066193, 0.02314169518649578, -0.36404940485954285, -0.030508017167448997, 0.18430311977863312, 0.3532879054546356, 0.24672679603099823, -0.08614825457334518, 0.356705904006958, -0.24280768632888794, -0.22909148037433624, 0.016132984310388565, -0.14873571693897247, -0.41241133213043213, 0.1151493489742279, 0.46700090169906616, 0.15060776472091675, 0.07924682646989822, 0.1475854367017746, -0.041420504450798035, -0.09891533106565475, -0.042289603501558304, 0.19892066717147827, -0.12888570129871368, -0.027005605399608612, 0.15342764556407928, 0.48990195989608765, 0.23842212557792664, -0.1278858482837677, 0.35214945673942566, -0.095062755048275, 0.0923713743686676, -0.05194072797894478, 0.18286624550819397, -0.029994504526257515, -0.051499996334314346, -0.1256718635559082, -0.33512672781944275, 0.13065077364444733, 0.14901641011238098, 0.25688982009887695, 0.20135660469532013, 0.38094353675842285, -0.21380974352359772, 0.21415004134178162, 0.18308597803115845, 0.12358471751213074, -0.15835891664028168, -0.00492600305005908, 0.08644894510507584, -0.07292167842388153, 0.0481027290225029, 0.23903952538967133, -0.0026588011533021927, -0.3450963497161865, 0.39553049206733704, 0.3253936767578125, 0.10924854874610901, 0.18668071925640106, 0.498719185590744, -0.07010318338871002, 0.33513709902763367, 0.06050007790327072, 0.3543158769607544, 0.06618546694517136, 0.04133448004722595, 0.14071175456047058, -0.29159942269325256, -0.07583291083574295, 0.03234593942761421, 0.16946588456630707, 0.3289393484592438, -0.13469144701957703, -0.15217547118663788, 0.00635447446256876, -0.2207428514957428, -0.1619754582643509, -0.18676750361919403, -0.1420448124408722, -0.013984929770231247, 0.09416891634464264, -0.07517986744642258, -0.24447736144065857, 0.04529515653848648, 0.11266926676034927, 0.10364340245723724, -0.15759919583797455, 0.0800108015537262, 0.30280211567878723, -0.03689642623066902, 0.106650210916996, -0.6271630525588989, -0.07628316432237625, 0.044004764407873154, -0.0003133933641947806, -0.05316682159900665, 0.2676968574523926, 0.13580791652202606, 0.0017216565320268273, -0.25616559386253357, 0.07191918790340424, 0.2630234658718109, 0.17536096274852753, -0.14452429115772247, -0.19013793766498566 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Conditions#implementing-a-condition
Implementing a Condition As stated before, a condition needs to implement the ConditionInterface. The most important method in the interface is the match() method which receives the current VisitorInfo instance and is expected to return a boolean which indicates if the condition matches or not. As an example let's build a condition which matches if the current time of the day is later than the configured one. E.g. if configured to 15:00, the condition would start to match at 15:00 until midnight. Start by creating a condition class implementing the ConditionInterface. For simplicity's sake we just check the current hour, not the full time. <?php // src/Targeting/Condition/TimeOfTheDay.php namespace App\Targeting\Condition; use Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\ConditionInterface; use Pimcore\Bundle\PersonalizationBundle\Targeting\Model\VisitorInfo; class TimeOfTheDay implements ConditionInterface { /** * @var int|null */ private $hour; public function __construct(int $hour = null) { $this->hour = $hour; } public static function fromConfig(array $config): self { $hour = $config['hour'] ?? null; if (!empty($hour)) { $hour = (int)$hour; } // build an instance from the config as configured // in the admin UI return new self($hour); } public function canMatch(): bool { // basic validation if the condition is able to match return null !== $this->hour && $this->hour >= 0 && $this->hour <= 23; } public function match(VisitorInfo $visitorInfo): bool { $hour = (int)(new \DateTime())->format('H'); return $hour >= $this->hour; } } After implementing your condition, you need to register it to the system with the following configuration. The identifier timeoftheday will later be used from your JS implementation, so make sure you choose a unique name and to reuse the same name when implementing the JS class. pimcore_personalization: targeting: conditions: timeoftheday: App\Targeting\Condition\TimeOfTheDay
Implementing a Condition
[ -0.13023199141025543, -0.1958305984735489, -0.115715891122818, -0.04230765253305435, -0.18987606465816498, -0.6302829384803772, 0.1748517006635666, 0.03904029354453087, -0.07611799985170364, 0.16272173821926117, 0.07911905646324158, 0.06250528991222382, -0.002247108379378915, 0.030277781188488007, -0.23996298015117645, -0.07856953144073486, -0.1697165071964264, 0.471571147441864, -0.3690113425254822, 0.3212585747241974, 0.042200859636068344, 0.09380222111940384, 0.03189079836010933, 0.17047227919101715, 0.18818876147270203, -0.019674936309456825, -0.03693101555109024, 0.02538052573800087, -0.21517756581306458, -0.1618354171514511, -0.1265030801296234, 0.43401747941970825, -0.11559617519378662, 0.4425565004348755, -0.00010432786802994087, -0.3386284112930298, -0.032308179885149, 0.030465278774499893, -0.1716453582048416, 0.21396216750144958, -0.1261989027261734, -0.2447190135717392, -0.078994520008564, -0.14201082289218903, -0.3848622143268585, 0.2789370119571686, -0.2774968445301056, 0.25204092264175415, 0.22109244763851166, 0.25680550932884216, 0.25727570056915283, 0.05007287859916687, 0.09147386252880096, 0.056221965700387955, 0.000921462953556329, 0.33728480339050293, -0.043159980326890945, -0.1503252536058426, 0.04212362319231033, -0.32852816581726074, 0.4039040505886078, -0.04238659143447876, 0.040779925882816315, -0.10236189514398575, 0.41779324412345886, -0.14496581256389618, 0.20470088720321655, -0.06071974337100983, -0.3424186706542969, 0.10456010699272156, 0.18519996106624603, 0.1946115642786026, -0.1236831471323967, -0.016993392258882523, -0.01292840763926506, 0.02062302455306053, 0.42408284544944763, -0.4585239887237549, -0.005329308565706015, 0.21689969301223755, 0.08613422513008118, 0.46447935700416565, -0.07270042598247528, 0.46455827355384827, 0.008935447782278061, 0.1859169602394104, 0.0386967733502388, -0.1487785428762436, 0.034777943044900894, -0.3192926049232483, 0.0869232714176178, 0.07239557057619095, 0.28690192103385925, 0.34371957182884216, 0.2810594439506531, -0.67165607213974, -0.20477280020713806, 0.11259938776493073, 0.1878727227449417, 0.0031393743120133877, 0.25091081857681274, 0.2871860861778259, -0.14539359509944916, 0.019547145813703537, 0.23078057169914246, 0.29649868607521057, 0.1319388896226883, 0.03131260722875595, 0.16268901526927948, 0.1578098088502884, 0.028866490349173546, 0.17043673992156982, 0.2951626777648926, -0.41960039734840393, 0.15417706966400146, 0.2598975598812103, 0.0018080216832458973, 0.12743228673934937, 0.13113588094711304, 0.15503321588039398, 0.009951310232281685, -0.15579290688037872, 0.5213950872421265, -0.01596197299659252, -0.46160972118377686, 0.09468019008636475, -0.026916123926639557, -0.1427990347146988, -0.294475257396698, -0.11035493016242981, -0.06114129349589348, 0.19125527143478394, -0.35920819640159607, 0.06368513405323029, 0.18115903437137604, 0.30418333411216736, 0.04957541450858116, 0.2221488505601883, 0.17089974880218506, -0.44040995836257935, 0.08910918980836868, 0.023311465978622437, 0.28769609332084656, 0.0006307012517936528, -0.3363986909389496, -0.2599817216396332, 0.005250271875411272, 0.1503262221813202, -0.24751724302768707, -0.21715319156646729, 0.20538468658924103, -0.2506175935268402, 0.18776896595954895, 0.33875080943107605, -0.12080852687358856, 0.12024851143360138, 0.5116665363311768, 0.01599736697971821, 0.15305329859256744, -0.40825319290161133, 0.09459222108125687, 0.011275754310190678, -0.1346454918384552, 0.012093838304281235, 0.16633233428001404, 0.43298178911209106, -0.04417872056365013, 0.0539240688085556, -0.2862773537635803, -0.20660725235939026, -0.1981651932001114, -0.2582700848579407, 0.010915528982877731, 0.09157805889844894, -0.14095538854599, -0.31943458318710327, -0.04670858010649681, 0.20295126736164093, 0.10593495517969131, -0.21224351227283478, -0.44190892577171326, 0.2921838164329529, -0.2053908109664917, 0.05230044201016426, -0.0331227146089077, -0.11124508827924728, 0.16105420887470245, 0.13765691220760345, 0.002982807345688343, -0.00805719755589962, -0.1754998117685318, 0.08829391002655029, -0.023101532831788063, 0.05264228209853172, 0.21630696952342987, 0.06850693374872208, 0.08550100773572922, 0.036073967814445496, -0.15412819385528564, 0.33228373527526855, 0.04804978892207146, -0.13040043413639069, 0.10978908836841583, 0.276587575674057, -0.0790107473731041, 0.00021045103494543582, 0.3473320007324219, 0.07434523850679398, -0.1395030915737152, 0.057109154760837555, 0.52153080701828, -0.008398245088756084, -0.47640717029571533, -0.012125612236559391, -0.10663904249668121, 0.02914154902100563, 0.20289742946624756, 0.159112349152565, 0.0437106154859066, -0.38985174894332886, -0.15665540099143982, 0.3779640793800354, -0.022599583491683006, -0.03956293687224388, 0.2003764659166336, -0.1428924798965454, -0.37620997428894043, -0.047555599361658096, -0.09649264812469482, 0.029865046963095665, 0.36799904704093933, 0.07990483939647675, 0.0033984945621341467, 0.2518627643585205, 0.46587616205215454, 0.02374575473368168, -0.16612835228443146, -0.13537870347499847, 0.06315271556377411, -0.1471254527568817, -0.03083915263414383, 0.46802788972854614, 0.18092946708202362, -0.005964511074125767, 0.002357757417485118, 0.650105357170105, 0.27630022168159485, -0.056094568222761154, -0.24739448726177216, -0.20549216866493225, 0.04707178473472595, -0.08451028168201447, -0.2639783024787903, -0.4029257893562317, 0.08312644064426422, 0.19621151685714722, -0.11335635930299759, -0.053171489387750626, -0.2708261013031006, 0.2436356097459793, -0.17164930701255798, -0.012479853816330433, -0.02008664794266224, 0.0911875069141388, 0.2993823289871216, -0.07078298926353455, -0.09347405284643173, -0.3901482820510864, 0.10635613650083542, 0.1551225483417511, -0.021498437970876694, -0.0799470990896225, 0.0068943253718316555, 0.052854377776384354, 0.10266619920730591, 0.05149182304739952, -0.18282540142536163, -0.12477021664381027, -0.058254536241292953, 0.21072164177894592, 0.2623339891433716, -0.6212698817253113, -0.27407631278038025, -0.16977974772453308, -0.22750461101531982, -0.27782517671585083, -0.06905525922775269, -0.010169154033064842, 0.08589712530374527, -0.1226053237915039, -0.0860915407538414, -0.06072617322206497, 0.4290156066417694, 0.12318780273199081, -0.10656289011240005, 0.13001680374145508, 0.21445438265800476, 0.4644209146499634, -0.10871170461177826, -0.019213397055864334, -0.030992737039923668, -0.08818364143371582, -0.21217197179794312, 0.20455358922481537, -0.23923765122890472, 0.1000494658946991, -0.09678257256746292, -0.2366005778312683, -0.0313887819647789, -0.03200232610106468, -0.3344382047653198, 0.16034233570098877, 0.2685212194919586, 0.427811861038208, 0.05589786544442177, 0.20410846173763275, 0.017912279814481735, 0.24820783734321594, 0.2363203465938568, 0.019472628831863403, -0.17651920020580292, -0.03750866279006004, -0.03327136114239693, 0.15814337134361267, -0.3065948188304901, -0.05982483550906181, -0.05273157358169556, -0.2115817815065384, -0.43211302161216736, 0.04419378563761711, 0.17436131834983826, 0.18008126318454742, 0.20658494532108307, -0.14320218563079834, -0.32235297560691833, 0.17408888041973114, -0.17148450016975403, -0.14997728168964386, 0.3577955961227417, -0.40884003043174744, 0.037579022347927094, -0.17398038506507874, -0.2824001908302307, -0.13924121856689453, -0.3363630175590515, 0.13584506511688232, -0.43320804834365845, 0.05373818427324295, -0.0012607286917045712, -0.3587400019168854, -0.42523816227912903, 0.29693353176116943, -0.11408477276563644, -0.3018079400062561, -0.21175329387187958, -0.26400870084762573, 0.2075543999671936, 0.3830217719078064, 0.20171679556369781, -0.17036888003349304, -0.11273889243602753, -0.16694378852844238, 0.7108901739120483, -0.1537393033504486, -0.1860601007938385, 0.2540188729763031, -0.1136389672756195, 0.11567599326372147, -0.05292137339711189, -0.04187316447496414, -0.20654837787151337, 0.3603551387786865, 0.058109100908041, 0.20488405227661133, 0.04433205723762512, -0.16994532942771912, -0.46798068284988403, -0.43233489990234375, -0.4933127164840698, -0.31169232726097107, 0.06423085927963257, 0.2611050605773926, 0.04803965240716934, -0.03007657825946808, 0.15557126700878143, -0.09346789866685867, -0.026842445135116577, 0.00769634498283267, 0.7344781160354614, -0.25792163610458374, 0.20710477232933044, -0.10393014550209045, -0.20934505760669708, 0.06477813422679901, -0.08028538525104523, -0.18464824557304382, -0.119659923017025, -0.061254777014255524, -0.2411660999059677, -0.11285196989774704, -0.2507306635379791, 0.16177579760551453, -0.20760589838027954, 0.4830811023712158, 0.04453830048441887, 0.06091669946908951, -0.027635181322693825, 0.11458968371152878, 0.25715509057044983, -0.3557089567184448, 0.20765306055545807, 0.2750994861125946, -0.18112792074680328, -0.12786877155303955, 0.004664011299610138, -0.23723071813583374, 0.17159217596054077, -0.46053728461265564, -0.0774000808596611, -0.00029203094891272485, -0.07793661952018738, 0.6172740459442139, 0.003949077799916267, 0.04615088179707527, 0.29473796486854553, -0.3325074017047882, 0.19657403230667114, 0.1258707344532013, -0.07787128537893295, 0.3608841598033905, 0.14886057376861572, 0.020088737830519676, 0.10284967720508575, -0.08340459316968918, -0.3233659267425537, 0.2261277139186859, -0.21900732815265656, 0.24115830659866333, 0.3942497968673706, 0.04591134190559387, 0.17917276918888092, -0.183150976896286, 0.25353553891181946, 0.2749681770801544, -0.045284293591976166, 0.24516427516937256, 0.299893319606781, 0.23115982115268707, 0.3074432909488678, -0.5754574537277222, -0.19006012380123138, -0.100881427526474, -0.23094026744365692, -0.11614834517240524, -0.1507926732301712, -0.08243640512228012, 0.023159919306635857, 0.17895367741584778, 0.0678890198469162, 0.11556009948253632, 0.38079676032066345, 1.0488245487213135, 0.29694032669067383, -0.14548401534557343, 0.2836994528770447, -0.3537003993988037, -0.2684083580970764, 0.1103053092956543, -0.019747387617826462, -0.05949489399790764, 0.3934253752231598, 0.040893469005823135, 0.018807346001267433, 0.1160072460770607, 0.25090569257736206, -0.46886372566223145, -0.009986558929085732, -0.5023351907730103, 0.05246838927268982, -0.19529734551906586, 0.35997143387794495, -0.19821816682815552, 0.02931974269449711, 0.13205495476722717, 0.29473453760147095, -0.03321169316768646, 0.3475768268108368, -0.23849041759967804, 0.06171635910868645, -0.13885703682899475, -0.14961661398410797, 0.31436464190483093, 0.06283155083656311, -0.33662164211273193, -0.33705800771713257, -0.384421706199646, -0.012031015940010548, -0.37092360854148865, -0.10971147567033768, 0.18571175634860992, 0.14097946882247925, 0.1558036357164383, 0.23561087250709534, 0.12413016706705093, -0.005168511066585779, -0.33769690990448, -0.2733124792575836, 0.24498985707759857, -0.3169849216938019, -0.017181700095534325, -0.4379080832004547, -0.28014153242111206, 0.27577266097068787, 0.24799977242946625, 0.19983333349227905, 0.1537420153617859, -0.12888897955417633, 0.14928868412971497, 0.07116132229566574, -0.01664053089916706, -0.26980021595954895, 0.2232552170753479, 0.09703847020864487, 0.1400948315858841, 0.0822785273194313, -0.19100598990917206, -0.07422249764204025, -0.355008065700531, -0.1463944911956787, -0.046461883932352066, 0.02541705220937729, 0.06593695282936096, -0.06405103951692581, -0.17867179214954376, -0.34031519293785095, 0.26301309466362, -0.07671487331390381, -0.03356281667947769, -0.12838737666606903, -0.08134648948907852, -0.1527816206216812, 0.497823566198349, 0.5711084008216858, 0.10388492792844772, 0.3317512571811676, 0.2621661424636841, -0.37982749938964844, -0.25172242522239685, -0.2003927379846573, -0.09896847605705261, 0.006926463916897774, 0.2580912113189697, 0.3990451395511627, -0.08734753727912903, 0.11238430440425873, -0.43261614441871643, -0.5336105227470398, -0.007452656514942646, 0.30356788635253906, -0.20251843333244324, -0.09645134210586548, -0.10268176347017288, -0.04614957049489021, 0.1627664566040039, 0.09865865856409073, -0.31797441840171814, -0.2279622107744217, -0.1806006282567978, 0.06307432800531387, -0.011963371187448502, 0.06145213916897774, -0.31257379055023193, 0.16149009764194489, 0.1228412389755249, -0.12267586588859558, -0.15095427632331848, -0.0616445355117321, -0.05610300600528717, -0.3404095470905304, 0.0154108302667737, -0.1901080310344696, -0.2793302536010742, -0.3355664014816284, 0.26640585064888, -0.16647984087467194, 0.09555341303348541, 0.23042511940002441, -0.3332383930683136, -0.08732005953788757, 0.4967106282711029, 0.3736580014228821, 0.2513387203216553, -0.11155025660991669, -0.03951975703239441, 0.3724443316459656, -0.23220430314540863, -0.009878530167043209, -0.0014720400795340538, -0.012622411362826824, 0.12860757112503052, -0.10754507780075073, 0.08981207758188248, 0.3209289014339447, -0.0933351144194603, 0.15980345010757446, 0.16226832568645477, -0.2081490159034729, 0.18122369050979614, 0.3753131330013275, -0.028547490015625954, 0.35755276679992676, 0.2990063726902008, 0.32388928532600403, -0.03819962590932846, -0.2149791568517685, -0.14934301376342773, -0.16592422127723694, -0.2505141496658325, 0.05393299087882042, 0.6517921090126038, -0.10142312943935394, 0.44735243916511536, -0.22617797553539276, -0.07653263211250305, 0.16874052584171295, 0.2140582799911499, 0.3275688886642456, -0.26712673902511597, -0.2728748917579651, 0.2534024715423584, 0.424642950296402, 0.1760692149400711, 0.18778645992279053, 0.24141964316368103, 0.009187405928969383, -0.43740114569664, 0.20990703999996185, 0.2696142792701721, -0.16332395374774933, 0.094224713742733, 0.3618505597114563, -0.3287498950958252, -0.2579665184020996, -0.2512432038784027, -0.2837221026420593, 0.21380002796649933, -0.037520457059144974, 0.15267761051654816, -0.07565836608409882, -0.009800608269870281, -0.0931607261300087, -0.09455079585313797, 0.2534744441509247, 0.051827773451805115, -0.21098777651786804, -0.0401826910674572, -0.11301793903112411, -0.16616767644882202, 0.022196374833583832, 0.08166521787643433, 0.032501138746738434, 0.09146898984909058, -0.05462845787405968, 0.12316601723432541, 0.20778585970401764, -0.1973993331193924, -0.08784974366426468, -0.1817878931760788, 0.4182104766368866, 0.11242023855447769, 0.32418426871299744, 0.27137231826782227, -0.3650248646736145, -0.12062721699476242, 0.08088243752717972, 0.1585284173488617, -0.3812100887298584, 0.00791704747825861, 0.4630049169063568, 0.06586603820323944, -0.0512787327170372, 0.2163582593202591, -0.12167830765247345, -0.05879151076078415, -0.18446709215641022, 0.21836388111114502, -0.03523905947804451, -0.37969711422920227, 0.1389661580324173, 0.20801551640033722, -0.02183360978960991, -0.039688728749752045, -0.07443051040172577, -0.17820857465267181, -0.2506658434867859, -0.28387582302093506, 0.11553295701742172, -0.2479235976934433, 0.2884010970592499, 0.12373284995555878, -0.23281535506248474, 0.05129188671708107, 0.32448628544807434, 0.5264023542404175, -0.03948458656668663, 0.04004620388150215, 0.018001433461904526, 0.09580834209918976, 0.07729554176330566, -0.030524255707859993, 0.06022154912352562, 0.37680783867836, -0.13283711671829224, -0.087762750685215, -0.43802890181541443, 0.23197585344314575, 0.26787567138671875, -0.3485722243785858, 0.1746184229850769, -0.17862574756145477, 0.7486581206321716, 0.052076682448387146, 0.13116462528705597, -0.13098758459091187, 0.13844624161720276, 0.10302271693944931, 0.24048487842082977, -0.2547058165073395, -0.10572710633277893, 0.06541085988283157, 0.17830634117126465, -0.1159772053360939, 0.1197623535990715, 0.003909384366124868, 0.42254841327667236, 0.014231112785637379, -0.16575390100479126, 0.39095792174339294, 0.07190696895122528, -0.0534922257065773, -0.05396270751953125, -0.1569128781557083, 0.15071117877960205, 0.18441884219646454, 0.15476249158382416, -0.39268308877944946, -0.13333871960639954, 0.12091448903083801, 0.21805839240550995, -0.15179525315761566, -0.10509385168552399, 0.19079388678073883, -0.23604044318199158, 0.020927036181092262, -0.18883632123470306, -0.0001980424131033942, 0.03967980667948723, 0.13219207525253296, 0.15888957679271698, -0.142843097448349, -0.08157770335674286, -0.10093998163938522, -0.19760698080062866, 0.3999313414096832, 0.2945200502872467, 0.13823896646499634, -0.13166047632694244, -0.06799294054508209 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Conditions#building-a-condition-instance
Building a Condition Instance When an instance of your condition is build, by default the ConditionFactory will call the static fromConfig() method with the data configured in the admin UI. Avoid injecting any services or custom data into your condition and use the data provider system instead to add data to the VisitorInfo. However, if you need more control over how your condition is built you can either: overwrite the ConditionFactory service definition (not recommended) and implement your own logic instead of calling fromConfig() or handle the TargetingEvents::BUILD_CONDITION event and set an instance of your condition on the event. The BuildConditionEvent contains all the info you need to build a condition instance (type, class name, config data). If you set a condition on the event via setCondition, the standard logic will be omitted and the event condition will be used.
Building a Condition Instance
[ 0.011669633910059929, 0.06586175411939621, -0.037859778851270676, 0.28016671538352966, -0.1476982980966568, -0.4790066182613373, -0.08825872093439102, 0.032577164471149445, 0.13842806220054626, 0.3353564441204071, -0.05331255495548248, -0.08938556909561157, 0.15286001563072205, 0.12260300666093826, 0.062452275305986404, 0.24922645092010498, -0.14752712845802307, 0.2847904860973358, -0.5874859094619751, 0.2671564221382141, -0.263400137424469, 0.22973008453845978, 0.13392899930477142, -0.021049896255135536, -0.21506893634796143, 0.06590127944946289, 0.007707769982516766, 0.40224090218544006, 0.06288520246744156, -0.40423956513404846, -0.051624052226543427, 0.028869304805994034, -0.054847292602062225, 0.03583516925573349, -0.00010130264126928523, 0.06508095562458038, 0.14330844581127167, -0.13622711598873138, -0.0004946826375089586, 0.17375746369361877, -0.5355090498924255, 0.011872886680066586, -0.009555665776133537, -0.0955931544303894, -0.3530529737472534, 0.21934472024440765, -0.22560666501522064, 0.2099638432264328, 0.3073975741863251, 0.32130417227745056, 0.23435354232788086, 0.05751337856054306, -0.07628381252288818, -0.1570805162191391, -0.18131767213344574, 0.2972523272037506, 0.10728021711111069, -0.30280235409736633, -0.09315650910139084, -0.05255300551652908, 0.0687117874622345, -0.07207639515399933, 0.08706211298704147, -0.02000788040459156, 0.3365427255630493, -0.22742308676242828, 0.1825576275587082, -0.13816311955451965, -0.10245011001825333, 0.07007180154323578, 0.36845532059669495, 0.09969854354858398, 0.1454322785139084, 0.11484038829803467, 0.14429767429828644, 0.20292487740516663, 0.5869006514549255, -0.3802822530269623, -0.054033540189266205, 0.4219013452529907, 0.3563600778579712, -0.010730555281043053, -0.13054829835891724, 0.0006828619516454637, -0.032485559582710266, 0.2832346260547638, -0.11345922201871872, -0.011481883004307747, -0.14401346445083618, -0.19787219166755676, 0.015809809789061546, -0.16990117728710175, -0.4170058071613312, 0.2051118016242981, -0.12434941530227661, -0.4736376702785492, -0.13304845988750458, 0.09021352976560593, 0.030826270580291748, -0.1274813413619995, 0.03037157468497753, 0.08772533386945724, 0.08448455482721329, 0.09553633630275726, 0.07277180999517441, -0.08096832782030106, 0.09370661526918411, 0.025760386139154434, 0.11090196669101715, -0.11557836085557938, 0.07240541279315948, 0.06514058262109756, 0.34249040484428406, -0.19430716335773468, 0.03632744401693344, -0.03375660255551338, 0.1803596168756485, -0.1375282257795334, 0.05286688730120659, 0.024120647460222244, -0.052511218935251236, 0.12050896137952805, 0.22379672527313232, 0.13516008853912354, -0.12747159600257874, -0.18900063633918762, -0.07193681597709656, -0.1503681242465973, -0.07482842355966568, -0.15068860352039337, -0.13192932307720184, -0.015588365495204926, 0.021627705544233322, 0.2746499478816986, 0.026050757616758347, 0.2965952157974243, 0.22276221215724945, 0.1565922051668167, 0.0820009782910347, -0.3179614543914795, 0.3281437158584595, -0.032447975128889084, 0.18680354952812195, 0.4038431644439697, -0.06567802280187607, -0.2055579274892807, 0.16112981736660004, -0.364955335855484, -0.025602485984563828, 0.06027040258049965, -0.061972204595804214, -0.39211246371269226, 0.2985644042491913, 0.325140118598938, -0.29273101687431335, 0.01954706571996212, 0.4550110101699829, 0.2255077064037323, -0.026432648301124573, 0.0009296862408518791, -0.005740497261285782, 0.27955570816993713, 0.2501649856567383, -0.023105159401893616, 0.017939254641532898, 0.4041968584060669, -0.19714459776878357, -0.013324297033250332, 0.16345836222171783, -0.42047473788261414, -0.13004502654075623, -0.4783208966255188, -0.14881311357021332, 0.26166269183158875, -0.087540403008461, -0.25047561526298523, 0.42976972460746765, -0.08155158162117004, -0.10546500235795975, -0.003363086376339197, -0.5935352444648743, 0.2091512829065323, 0.13288792967796326, 0.19717757403850555, -0.07046038657426834, -0.05441002920269966, 0.08692773431539536, 0.18370504677295685, 0.1749701052904129, 0.027699045836925507, 0.02675299160182476, 0.14349961280822754, -0.17370566725730896, -0.21642395853996277, 0.1196458488702774, 0.29923829436302185, 0.03532591089606285, 0.10444024950265884, 0.11877252906560898, 0.031159980222582817, 0.0729629322886467, 0.06322010606527328, 0.035669732838869095, -0.03262120857834816, 0.055746935307979584, 0.11049044877290726, 0.04758445546030998, 0.17173431813716888, -0.5464795231819153, -0.05612923204898834, 0.7318512797355652, -0.04845350980758667, -0.30865779519081116, 0.07834494858980179, -0.0717497169971466, -0.15225133299827576, 0.21798919141292572, 0.227101668715477, 0.054646093398332596, -0.6674283742904663, -0.05999084934592247, 0.4824519157409668, -0.1737937033176422, 0.1489119976758957, 0.08681103587150574, -0.2503962516784668, -0.06490824371576309, -0.180698424577713, -0.018629074096679688, -0.1324683427810669, 0.1129874736070633, 0.15733188390731812, -0.2600381672382355, 0.2956497073173523, 0.5402543544769287, 0.11665913462638855, -0.03842905908823013, 0.01662602834403515, -0.12424519658088684, 0.2620563209056854, -0.25612887740135193, 0.31940263509750366, 0.10923551023006439, -0.12257686257362366, -0.01652982458472252, 0.30051299929618835, 0.29368528723716736, 0.26191818714141846, -0.12708628177642822, 0.19877910614013672, 0.11472634226083755, -0.024021489545702934, -0.2715841829776764, -0.4821913242340088, -0.43938273191452026, -0.056130144745111465, 0.10267727822065353, 0.09409227222204208, -0.4842737317085266, -0.17168095707893372, -0.3453525900840759, 0.21924026310443878, -0.02583773247897625, -0.14525346457958221, 0.004784553777426481, -0.08231905102729797, 0.23382730782032013, -0.07201170921325684, 0.4123086631298065, 0.2643892168998718, 0.03141482546925545, -0.03477278724312782, 0.1343080848455429, -0.36183005571365356, 0.2873932421207428, -0.03432295471429825, 0.004015288315713406, -0.13761547207832336, -0.09184030443429947, 0.0843706801533699, 0.026771731674671173, -0.038617879152297974, -0.14048710465431213, -0.2881258726119995, -0.4779715836048126, -0.268415629863739, -0.04394089803099632, -0.14234770834445953, 0.04765786603093147, 0.20544850826263428, 0.0010317628039047122, 0.014035404659807682, 0.21741963922977448, -0.04350123181939125, -0.32428663969039917, -0.03714979439973831, -0.09304191917181015, 0.2369852513074875, -0.27259957790374756, -0.16489467024803162, -0.13018174469470978, 0.14579279720783234, -0.1886269599199295, 0.22334864735603333, -0.2497738152742386, 0.42395228147506714, 0.19752967357635498, 0.16495922207832336, 0.3450773358345032, -0.15608318150043488, -0.3136467933654785, 0.27728718519210815, -0.06907536089420319, 0.5284277200698853, 0.3507944941520691, -0.07363001257181168, -0.02127276174724102, 0.2662000358104706, -0.03938958793878555, 0.43196168541908264, -0.04361196607351303, -0.213803231716156, -0.16905133426189423, 0.14370830357074738, -0.20491032302379608, 0.00008110715862130746, 0.09883669763803482, -0.3803595006465912, -0.5178968906402588, 0.11420317739248276, 0.31775662302970886, 0.2709965705871582, 0.032812345772981644, 0.25457075238227844, -0.1626913696527481, 0.041960086673498154, -0.26883652806282043, -0.3280247747898102, 0.1407308578491211, -0.38698965311050415, 0.042724739760160446, -0.0867496207356453, -0.137544646859169, 0.2597121000289917, -0.07657664269208908, -0.2745189368724823, -0.41036126017570496, -0.009602852165699005, -0.005844183266162872, 0.059631962329149246, -0.33137404918670654, 0.4011867046356201, 0.09832856059074402, -0.30770328640937805, -0.36343327164649963, 0.06847711652517319, 0.40757524967193604, 0.42357534170150757, 0.2379794716835022, -0.06721923500299454, -0.28890863060951233, -0.28712335228919983, 0.4572981894016266, -0.04785585030913353, 0.08387201279401779, 0.29567256569862366, 0.14409610629081726, 0.5796113014221191, -0.07393568754196167, 0.1449236124753952, -0.34749752283096313, 0.360103577375412, 0.07035379856824875, 0.29694244265556335, 0.13343212008476257, -0.06890324503183365, -0.26796355843544006, -0.36900514364242554, -0.1820850372314453, -0.23133136332035065, 0.05064139515161514, -0.03960602357983589, 0.26853320002555847, 0.09032252430915833, 0.07670275866985321, -0.102836012840271, 0.05946018174290657, 0.08688338845968246, 0.3686797320842743, 0.12610647082328796, -0.22368577122688293, -0.05620491877198219, -0.27315372228622437, -0.15002571046352386, 0.35592910647392273, -0.3079380989074707, -0.15765580534934998, -0.06701070070266724, -0.2432214915752411, -0.07779806852340698, -0.2678866684436798, 0.1772545874118805, -0.48034143447875977, -0.03639901056885719, 0.13193657994270325, 0.1515350043773651, 0.06682725995779037, 0.2448471039533615, 0.05023612827062607, -0.0842864140868187, 0.27642014622688293, 0.23910003900527954, 0.035020872950553894, -0.4718559682369232, 0.05214022845029831, -0.09814979135990143, -0.29133859276771545, -0.509657621383667, -0.09119774401187897, -0.33245596289634705, -0.13661275804042816, 0.32861068844795227, -0.17522406578063965, 0.011628266423940659, 0.302784264087677, -0.2656916379928589, -0.1210218146443367, 0.17028439044952393, -0.0032224252354353666, -0.00032251272932626307, 0.10592634975910187, 0.08831991255283356, 0.0011060688411816955, 0.32384756207466125, 0.18950067460536957, -0.13355706632137299, -0.04717351868748665, 0.2023400068283081, 0.1510314643383026, 0.05747469142079353, -0.08051401376724243, 0.33506113290786743, 0.4691385328769684, 0.06116888299584389, 0.06196517497301102, 0.09490586072206497, -0.14888907968997955, 0.16935409605503082, 0.3570012152194977, -0.1554773896932602, -0.16728198528289795, 0.05909930542111397, -0.2571175694465637, 0.09212269634008408, 0.051391396671533585, -0.2783476412296295, 0.1571609377861023, 0.32663729786872864, -0.4277450740337372, 0.14704209566116333, 0.6255010366439819, 0.8428093791007996, 0.35871046781539917, -0.033622775226831436, 0.6107380986213684, -0.26476868987083435, -0.3305043578147888, 0.12485338002443314, -0.059490468353033066, -0.13783268630504608, 0.12061403691768646, -0.06512922048568726, -0.08648897707462311, 0.3908454179763794, 0.19834361970424652, -0.2485160380601883, 0.19189344346523285, -0.23430272936820984, 0.23838162422180176, -0.018343154340982437, 0.3925405740737915, -0.038256123661994934, -0.3993511497974396, -0.009451096877455711, 0.3102349042892456, 0.031200969591736794, -0.018531417474150658, -0.14899365603923798, -0.03357769921422005, 0.05650556832551956, -0.31745314598083496, 0.45254698395729065, 0.04401271045207977, -0.14574214816093445, -0.3361504375934601, -0.07323306798934937, 0.029256630688905716, -0.35305196046829224, -0.011819174513220787, -0.06784357130527496, 0.4463709890842438, 0.09718360751867294, 0.3274156451225281, 0.17686475813388824, 0.2309218943119049, -0.10411848872900009, -0.010716783814132214, 0.2761596143245697, -0.20210851728916168, -0.1576075404882431, 0.2670799493789673, -0.4535881578922272, -0.00686734588816762, 0.2064925879240036, -0.10603240132331848, -0.0621139295399189, -0.2431882917881012, 0.015620468184351921, 0.21549390256404877, -0.27576735615730286, -0.06580813974142075, 0.24670448899269104, -0.010540284216403961, -0.06098521128296852, 0.2114318162202835, -0.008392595686018467, -0.16882078349590302, -0.194455087184906, -0.2500118911266327, 0.2704959809780121, -0.057918015867471695, 0.3940284848213196, -0.3263724744319916, 0.0676647275686264, -0.40178799629211426, 0.29478126764297485, -0.038420822471380234, 0.1148596704006195, 0.0993058979511261, 0.17700201272964478, -0.3921552002429962, 0.30247676372528076, 0.4817383587360382, -0.15321031212806702, 0.1212170273065567, -0.2390640527009964, 0.020786141976714134, -0.33360689878463745, -0.039579782634973526, -0.008888144977390766, 0.23763443529605865, -0.032714925706386566, 0.15342964231967926, -0.1932625025510788, 0.32572630047798157, -0.44819167256355286, -0.7171688079833984, -0.14014330506324768, 0.2494863122701645, 0.015830624848604202, 0.3157356381416321, -0.17012257874011993, 0.1384899765253067, 0.1416575014591217, -0.06673271209001541, -0.25462785363197327, -0.27515631914138794, -0.18220078945159912, 0.0728980004787445, -0.07942512631416321, 0.1123051792383194, -0.16549894213676453, 0.10684770345687866, -0.13555265963077545, -0.10394232720136642, 0.2361619472503662, -0.41536709666252136, -0.05903578922152519, -0.3263131082057953, -0.24337129294872284, 0.04973204806447029, -0.21813470125198364, 0.05481624975800514, 0.20206530392169952, -0.009866753593087196, -0.46887561678886414, 0.03453031927347183, -0.4081111550331116, -0.19600163400173187, 0.31568700075149536, 0.4659987986087799, 0.20158185064792633, 0.08653432130813599, -0.03887532651424408, 0.2212841957807541, -0.2771320044994354, 0.3949943780899048, -0.18296204507350922, -0.3397432863712311, 0.20873042941093445, -0.06523014605045319, 0.07218832522630692, 0.31506210565567017, -0.0443720817565918, 0.5397288799285889, -0.1863832175731659, -0.18550114333629608, 0.2552187144756317, 0.3316822946071625, 0.011110966093838215, 0.12203921377658844, 0.4110192656517029, 0.3498106896877289, -0.15648968517780304, -0.19445009529590607, -0.030880732461810112, 0.02917304076254368, -0.22878652811050415, 0.17939530313014984, 0.6715596914291382, 0.08442918956279755, 0.3226431906223297, -0.19792841374874115, 0.24715867638587952, 0.22888140380382538, 0.05648285895586014, 0.1437426209449768, -0.06688994914293289, -0.40359926223754883, 0.3557349741458893, 0.15866513550281525, -0.2256067991256714, 0.053794026374816895, 0.23268982768058777, -0.08383989334106445, -0.24784277379512787, -0.015971681103110313, -0.14670003950595856, -0.030854996293783188, -0.07347358018159866, 0.20958958566188812, -0.2011684775352478, -0.1052042618393898, 0.05748555436730385, -0.2966342270374298, 0.2884712815284729, 0.14718931913375854, -0.03267866000533104, -0.2917572855949402, 0.13238567113876343, -0.23115085065364838, 0.1486726850271225, 0.16444231569766998, -0.28979331254959106, -0.3437979817390442, 0.10910581797361374, -0.10554882138967514, -0.06670596450567245, 0.20708085596561432, 0.3081131875514984, -0.02068987488746643, 0.014126572757959366, -0.11672190576791763, 0.049228984862565994, 0.09515735507011414, -0.15217438340187073, -0.13735614717006683, 0.1024465262889862, 0.256493479013443, -0.29308977723121643, 0.34051573276519775, 0.18849273025989532, -0.30040442943573, -0.1370471715927124, 0.16175080835819244, 0.3658273220062256, -0.40614160895347595, 0.31819456815719604, 0.6653569936752319, -0.18198442459106445, 0.1219099909067154, -0.14171311259269714, -0.2844598889350891, 0.036087509244680405, 0.14455795288085938, -0.021105481311678886, -0.07873692363500595, -0.31568512320518494, 0.14202024042606354, 0.18318124115467072, 0.39885032176971436, -0.1514274626970291, 0.0007129807490855455, -0.29453444480895996, -0.0625712051987648, -0.4526423215866089, 0.09278273582458496, 0.04154547303915024, 0.1875624656677246, -0.1292673796415329, -0.04155025631189346, 0.08819358050823212, 0.23017345368862152, 0.1534731090068817, 0.03424454852938652, -0.07877343893051147, -0.3387249708175659, 0.1695585399866104, 0.15528781712055206, 0.12610575556755066, 0.11502769589424133, -0.026788044720888138, -0.05631142109632492, -0.0536813884973526, 0.04041585698723793, 0.18493980169296265, -0.10308279097080231, -0.4632818102836609, 0.45740920305252075, 0.0026729214005172253, 0.5449073910713196, 0.030806805938482285, 0.07134988158941269, -0.17093463242053986, 0.11477774381637573, -0.12056859582662582, -0.08422932028770447, -0.29283463954925537, -0.446649968624115, 0.1360275149345398, 0.26698794960975647, 0.01835157908499241, 0.09821929782629013, -0.08194977790117264, 0.10004954785108566, -0.10340671986341476, -0.1170189157128334, 0.25496822595596313, 0.10867976397275925, -0.3655737042427063, -0.07161393016576767, 0.019996481016278267, 0.21655574440956116, 0.2162628471851349, 0.08079969882965088, -0.1729939728975296, -0.0307084359228611, 0.19434460997581482, 0.17597390711307526, -0.2923309803009033, -0.24375884234905243, 0.36695578694343567, -0.37318354845046997, -0.12687404453754425, -0.08195876330137253, -0.14229363203048706, 0.17805729806423187, -0.008007076568901539, 0.22919341921806335, 0.09529431164264679, 0.06914333999156952, 0.02502552419900894, -0.19464005529880524, 0.1578827202320099, 0.0604495033621788, 0.19352999329566956, -0.3271961212158203, -0.1839628666639328 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Conditions#condition-data
Condition Data If your condition needs any outside data, implement the DataProviderDependentInterface and define a list of data provider keys which need to be set on the VisitorInfo before matching. We'll enhance our TimeOfTheDay condition on the Data Providers chapter. For further examples, you can take a look at existing core conditions.
Condition Data
[ -0.05338893085718155, 0.1322159767150879, -0.1896268129348755, 0.013233081437647343, -0.32497069239616394, -0.5279131531715393, 0.12381505221128464, 0.1119157150387764, 0.14101874828338623, 0.1497972160577774, 0.08432941883802414, -0.2855851352214813, 0.2920013964176178, 0.16741880774497986, -0.1679210215806961, 0.07003455609083176, -0.11323652416467667, 0.5294076204299927, -0.4429377317428589, 0.20556557178497314, -0.07889141142368317, 0.12170998007059097, 0.10255104303359985, -0.04699176549911499, -0.17754404246807098, 0.06605973839759827, -0.054980482906103134, 0.13028228282928467, 0.08169136941432953, -0.2922133803367615, -0.20085930824279785, 0.3445800840854645, -0.112003855407238, 0.09418546408414841, -0.00010290447244187817, -0.07048149406909943, -0.19001159071922302, -0.14842654764652252, -0.25023937225341797, 0.40174904465675354, -0.38867661356925964, -0.011497565545141697, 0.18003831803798676, -0.31630802154541016, -0.50697261095047, 0.2667578160762787, -0.13301371037960052, 0.06765879690647125, 0.1811029314994812, 0.341217041015625, 0.3234933912754059, 0.2700037956237793, -0.03125898540019989, -0.019995205104351044, -0.03433024883270264, 0.12810443341732025, 0.016708876937627792, -0.2794831693172455, 0.32960307598114014, -0.31675437092781067, -0.058430831879377365, 0.11599642038345337, 0.11293196678161621, 0.19044923782348633, 0.3774082362651825, -0.15711548924446106, 0.27717235684394836, -0.014438577927649021, -0.3367629945278168, 0.2918184995651245, 0.34890058636665344, 0.18442964553833008, 0.008595593273639679, -0.27366188168525696, -0.20231695473194122, 0.1275661140680313, 0.5599866509437561, -0.3777815103530884, 0.04703688248991966, 0.2712833881378174, 0.14650031924247742, 0.2979746460914612, -0.08516889810562134, 0.2417905330657959, -0.17119967937469482, 0.35008981823921204, 0.09015499800443649, -0.1622113734483719, -0.08921043574810028, -0.2241322249174118, -0.03378334641456604, 0.04663354903459549, 0.05914179980754852, -0.04616020247340202, 0.012823093682527542, -0.6880956292152405, -0.11789867281913757, 0.2915283739566803, -0.004948251880705357, -0.06030615419149399, 0.24173603951931, 0.05477871745824814, -0.16293372213840485, 0.0629056766629219, 0.2487640231847763, 0.07105214893817902, 0.1387479603290558, -0.20389355719089508, 0.20573006570339203, -0.07892736047506332, -0.15836043655872345, 0.17818719148635864, 0.38728776574134827, -0.09704805165529251, 0.15720869600772858, 0.13790646195411682, 0.19165904819965363, -0.13881170749664307, -0.10226836055517197, 0.1685248762369156, 0.05344092473387718, 0.07160891592502594, 0.30028101801872253, 0.18842174112796783, -0.4249202311038971, -0.09519349038600922, -0.011378448456525803, -0.21214991807937622, -0.17994453012943268, -0.45277997851371765, -0.1564611941576004, -0.11328353732824326, -0.11891106516122818, -0.029732756316661835, 0.09078937023878098, -0.0190125759691, 0.11413174122571945, -0.10892034322023392, 0.02101024053990841, -0.2250269204378128, 0.2686381936073303, 0.03624362498521805, 0.26723700761795044, 0.056923046708106995, -0.1202533021569252, -0.2807126045227051, 0.06984183937311172, -0.16579924523830414, -0.19070234894752502, -0.19426648318767548, 0.06101211532950401, -0.18355874717235565, 0.08214083313941956, 0.38042470812797546, -0.3124072849750519, -0.2881486415863037, 0.6680909395217896, 0.05488434433937073, -0.13372482359409332, -0.0008096117526292801, 0.022841857746243477, 0.21737784147262573, 0.05546697974205017, 0.1388970911502838, -0.13599976897239685, 0.3532988727092743, 0.11999533325433731, 0.1265619546175003, 0.2840558588504791, -0.29265618324279785, -0.07055627554655075, -0.1309477537870407, -0.05186019465327263, 0.0520392544567585, 0.04147055372595787, -0.2071535289287567, 0.14673596620559692, -0.18409320712089539, -0.17943605780601501, -0.005551360547542572, -0.5808603763580322, 0.09917008131742477, 0.2630436420440674, 0.2905888557434082, 0.12922094762325287, -0.23360830545425415, 0.19399480521678925, 0.34560033679008484, -0.09935162961483002, 0.1755085587501526, -0.12210080027580261, -0.10470875352621078, -0.017250316217541695, 0.13742421567440033, 0.17637532949447632, 0.1744045466184616, 0.11363568902015686, 0.03312059864401817, -0.007779418025165796, 0.18100880086421967, 0.15075768530368805, 0.07736015319824219, 0.06619727611541748, 0.1520862877368927, 0.02498779632151127, 0.10533741861581802, 0.022298850119113922, 0.14306427538394928, -0.06665688008069992, -0.13151006400585175, 0.654215931892395, -0.3412415385246277, -0.284984827041626, 0.034088268876075745, -0.07126253098249435, 0.2592954933643341, 0.3102586269378662, 0.026776064187288284, 0.13361281156539917, -0.23029862344264984, 0.12500326335430145, 0.3929007351398468, 0.0003894305264111608, -0.0775551050901413, 0.2514491379261017, -0.09113308042287827, -0.15871143341064453, 0.06897979229688644, 0.33076363801956177, 0.04580606892704964, 0.20714688301086426, 0.16393163800239563, -0.06833332777023315, 0.05100117623806, 0.26099419593811035, 0.2572000324726105, 0.08460895717144012, 0.3082098662853241, 0.00581548735499382, 0.024510839954018593, -0.038430456072092056, 0.3175239562988281, 0.12849487364292145, -0.04867181181907654, 0.03363243117928505, 0.5097739696502686, 0.2552395164966583, 0.10806936025619507, -0.07753940671682358, 0.048747364431619644, 0.1889546513557434, -0.32219186425209045, -0.05121529847383499, -0.47994691133499146, 0.10087902843952179, -0.1461390107870102, -0.03130859136581421, 0.17768101394176483, -0.5220298767089844, 0.29748138785362244, -0.20082645118236542, 0.260028213262558, 0.3312206268310547, -0.043120089918375015, -0.0800502598285675, -0.2551017105579376, 0.11387982964515686, 0.023172834888100624, -0.0989779680967331, 0.3344591557979584, 0.22622866928577423, -0.24470336735248566, 0.1564817577600479, -0.29573190212249756, 0.12726807594299316, -0.15001565217971802, -0.2909417152404785, 0.029689162969589233, -0.10252287238836288, -0.007093918044120073, -0.1608792245388031, -0.3667665123939514, -0.01193920522928238, -0.09848485141992569, -0.3270833194255829, -0.45892274379730225, -0.1816042810678482, -0.2704567313194275, 0.37914490699768066, -0.23455160856246948, -0.058005575090646744, -0.19475828111171722, 0.5800982117652893, 0.3496707081794739, -0.39764174818992615, 0.05773795396089554, -0.02251558005809784, 0.2999047040939331, -0.13061587512493134, -0.10656081885099411, -0.17305853962898254, -0.2960280179977417, -0.2622782289981842, 0.338565468788147, -0.16449689865112305, 0.192873015999794, 0.3527771234512329, -0.08007681369781494, 0.2202724814414978, -0.530034065246582, -0.25516095757484436, 0.04812689498066902, -0.020504700019955635, 0.2114582359790802, -0.027456337586045265, 0.19708389043807983, 0.03461405262351036, 0.10340666770935059, 0.06741269677877426, 0.2587503492832184, -0.2031133621931076, -0.03469524160027504, -0.1235332041978836, 0.11530635505914688, -0.07856761664152145, -0.002294311998412013, -0.17694266140460968, -0.2963738739490509, -0.2370051145553589, 0.051659226417541504, 0.20264899730682373, 0.2057493031024933, 0.01658792793750763, -0.08625701069831848, -0.3276347517967224, 0.1017502024769783, -0.37824109196662903, -0.13820365071296692, 0.27478110790252686, -0.2425215095281601, -0.10358084738254547, -0.09175888448953629, -0.1966274231672287, -0.07834357768297195, -0.11268895864486694, -0.20485225319862366, -0.5196916460990906, -0.10328438133001328, 0.1116553470492363, -0.0920163169503212, -0.4698285162448883, 0.34783294796943665, -0.18236052989959717, -0.36145734786987305, -0.1258178949356079, 0.10891123861074448, 0.48444753885269165, 0.3189421594142914, 0.004599224776029587, -0.23564408719539642, -0.08937706798315048, -0.3064289391040802, 0.6099920868873596, -0.0719832330942154, -0.15351954102516174, 0.47248175740242004, 0.07613246887922287, 0.2226606160402298, 0.037368182092905045, 0.23138844966888428, -0.20729917287826538, 0.36956703662872314, 0.13141541182994843, 0.36814171075820923, -0.01750411093235016, -0.2590542137622833, -0.2831770181655884, -0.4840349853038788, -0.46500539779663086, -0.3079967498779297, 0.002008293056860566, 0.03887682035565376, 0.21634149551391602, 0.10245748609304428, -0.026755889877676964, -0.10382679849863052, -0.22114956378936768, -0.06730850040912628, 0.3808722496032715, -0.0485231876373291, -0.23570844531059265, 0.013354486785829067, -0.09807983785867691, -0.2774864137172699, 0.11888809502124786, -0.15790578722953796, -0.04060240089893341, -0.18758486211299896, -0.1789715737104416, -0.0403892919421196, -0.0442301407456398, 0.054259005934000015, -0.19792024791240692, 0.35371479392051697, -0.11295036226511002, -0.1615746170282364, 0.22487066686153412, 0.2473781555891037, 0.07506111264228821, -0.27010032534599304, -0.09435873478651047, 0.09248079359531403, -0.04205029085278511, -0.11515089124441147, -0.023274822160601616, -0.21033431589603424, -0.09187735617160797, -0.3257480263710022, 0.06312250345945358, -0.0672340840101242, -0.20300285518169403, 0.37649956345558167, 0.08569402992725372, -0.2531624138355255, 0.32828694581985474, -0.3781968951225281, -0.08977818489074707, 0.17918556928634644, 0.06505215913057327, 0.23110799491405487, 0.05912014842033386, 0.008301658555865288, 0.36756473779678345, -0.022608019411563873, 0.08411005139350891, 0.17368867993354797, 0.04789697006344795, 0.2948388457298279, 0.17560292780399323, 0.053422436118125916, 0.07180429250001907, -0.051472410559654236, 0.3958037197589874, 0.22055862843990326, 0.26207882165908813, 0.07170071452856064, 0.11338517814874649, -0.11116097867488861, 0.3082438111305237, -0.31473013758659363, -0.052416425198316574, -0.11707461625337601, 0.06183578446507454, 0.09264575690031052, -0.23718848824501038, -0.34857413172721863, 0.13900460302829742, 0.28108352422714233, -0.1465223878622055, 0.060720108449459076, 0.404289186000824, 0.9304249286651611, 0.21812421083450317, 0.04096600040793419, 0.24144892394542694, -0.4314751625061035, -0.11052747815847397, 0.020993323996663094, -0.10378938913345337, -0.18901380896568298, 0.04880961775779724, -0.09239381551742554, 0.019465399906039238, -0.033325809985399246, 0.12660305202007294, -0.388994961977005, -0.05222543329000473, 0.0663631409406662, 0.05394992232322693, -0.21872787177562714, 0.4840572476387024, -0.045802220702171326, -0.2083655744791031, 0.1568460911512375, 0.3243674039840698, -0.06371030956506729, 0.18253599107265472, -0.08206833899021149, -0.014539389871060848, -0.05194425582885742, -0.16144856810569763, 0.3089887201786041, -0.014175976626574993, -0.31585103273391724, -0.31861692667007446, -0.3093113601207733, -0.03338691592216492, -0.2724930942058563, 0.0236784927546978, 0.17634835839271545, 0.028185667470097542, -0.2146841287612915, 0.3540201187133789, -0.0013547383714467287, 0.07329046726226807, -0.043043430894613266, -0.06009362265467644, 0.09833988547325134, -0.3526248335838318, -0.07055287063121796, -0.12275240570306778, -0.1857794225215912, -0.04880352318286896, 0.07572010904550552, 0.043504226952791214, -0.28918999433517456, -0.21003182232379913, 0.14078737795352936, 0.07807379215955734, -0.24033457040786743, -0.23145249485969543, 0.26777103543281555, 0.1482759714126587, 0.09191442281007767, 0.1404636800289154, 0.09752807766199112, -0.2320987731218338, -0.3194119930267334, 0.11517005413770676, 0.25583943724632263, 0.08915292471647263, 0.2991984486579895, -0.20621192455291748, -0.15666455030441284, -0.4718015491962433, 0.023287571966648102, -0.09713202714920044, 0.027119677513837814, 0.00764517392963171, -0.040284812450408936, -0.3418007791042328, 0.23651358485221863, 0.5241997241973877, 0.156564399600029, 0.17444181442260742, 0.031051095575094223, -0.13851353526115417, -0.29537537693977356, 0.001558672054670751, -0.27970442175865173, 0.09094565361738205, 0.08638623356819153, 0.18434275686740875, -0.0960245132446289, 0.24122361838817596, -0.49144890904426575, -0.5125962495803833, -0.12221113592386246, 0.3691554367542267, -0.1063617393374443, -0.04431789740920067, 0.12755143642425537, 0.03435681387782097, 0.2055991291999817, -0.05718553811311722, -0.3065698444843292, -0.3830505907535553, -0.05873549357056618, 0.047560978680849075, 0.011036078445613384, 0.15596389770507812, -0.27245715260505676, -0.012470131739974022, -0.19501742720603943, -0.01665665954351425, 0.024282000958919525, -0.20002757012844086, -0.09832802414894104, -0.15928688645362854, 0.1891530305147171, -0.12363149225711823, -0.19649438560009003, -0.1381404995918274, 0.058601703494787216, 0.03052944876253605, -0.3618990480899811, 0.009226893074810505, -0.4004213511943817, -0.16121356189250946, 0.36894741654396057, 0.3696116507053375, 0.12742911279201508, -0.23605038225650787, 0.14162664115428925, 0.40814635157585144, -0.15085989236831665, 0.3876194953918457, -0.018931305035948753, -0.09126859158277512, 0.14728997647762299, -0.24378983676433563, 0.13438260555267334, 0.400503009557724, -0.2713869512081146, 0.2129497528076172, 0.2707430422306061, -0.1122656986117363, 0.5295213460922241, 0.23562026023864746, 0.2577635645866394, 0.12539583444595337, 0.5233748555183411, 0.2336064875125885, 0.12354336678981781, -0.08725283294916153, -0.06063692271709442, 0.02235705591738224, 0.007258065510541201, 0.020144732668995857, 0.46387144923210144, 0.1065918579697609, 0.30393460392951965, -0.058803774416446686, -0.030991630628705025, 0.18759743869304657, 0.08588679134845734, 0.24960802495479584, -0.05930650234222412, -0.15854910016059875, 0.2970908582210541, 0.23482848703861237, -0.02454730123281479, 0.13477467000484467, 0.2862057089805603, 0.12497072666883469, -0.4554896950721741, 0.25585809350013733, -0.32137930393218994, -0.02367471531033516, -0.11778292804956436, 0.34260043501853943, -0.19433985650539398, -0.13070498406887054, -0.22607719898223877, -0.27509114146232605, 0.21133887767791748, 0.19033092260360718, 0.12340985238552094, -0.09502995014190674, 0.21073457598686218, -0.27993643283843994, 0.1168595626950264, 0.19042883813381195, 0.15574009716510773, -0.34801560640335083, 0.06013060361146927, -0.04558578133583069, -0.18413709104061127, 0.3815673887729645, 0.4086361229419708, 0.009008449502289295, -0.1675666719675064, -0.12344828993082047, 0.1946803778409958, 0.09200084954500198, -0.1972944140434265, -0.2654058039188385, 0.09680595248937607, 0.2010953724384308, 0.029309477657079697, 0.4611018896102905, 0.256648451089859, -0.3593902289867401, 0.014655845239758492, 0.02913329377770424, -0.16683858633041382, -0.19952426850795746, -0.1016935184597969, 0.5258173942565918, -0.07614269107580185, 0.004075449891388416, -0.07448890060186386, -0.2181897610425949, -0.1546197235584259, 0.004144676495343447, 0.07062773406505585, 0.02085292525589466, -0.28623849153518677, 0.14042027294635773, 0.12825819849967957, 0.41374847292900085, 0.11938580125570297, 0.11575619131326675, -0.25371885299682617, -0.29660025238990784, -0.36033016443252563, 0.3828437328338623, -0.35132676362991333, -0.0970044881105423, 0.06967659294605255, -0.10966525226831436, 0.1935848891735077, 0.23624685406684875, 0.26524069905281067, 0.23174673318862915, -0.21407750248908997, -0.12541837990283966, -0.25611990690231323, -0.05674336478114128, -0.05378660187125206, 0.1036999300122261, 0.15403467416763306, -0.16476768255233765, 0.20462003350257874, 0.21229258179664612, 0.21736378967761993, 0.0001906777179101482, -0.30284515023231506, 0.21648405492305756, 0.05260375514626503, 0.5549448728561401, -0.08533506840467453, 0.34853437542915344, -0.1895705908536911, 0.2330925613641739, 0.19364896416664124, -0.11986382305622101, -0.2970704436302185, -0.46776899695396423, 0.18444156646728516, 0.042417168617248535, -0.02267349511384964, 0.08579112589359283, 0.16229510307312012, 0.3939351737499237, -0.07473316788673401, 0.08300609886646271, 0.1862698644399643, 0.20914369821548462, 0.028226802125573158, 0.2179601937532425, -0.034079182893037796, 0.20070680975914001, 0.1971030980348587, 0.03238349407911301, -0.31681346893310547, -0.32886072993278503, 0.03520769253373146, 0.16555790603160858, -0.006663836073130369, -0.1907208114862442, 0.29751020669937134, 0.07253988087177277, 0.0005973420920781791, -0.09788157045841217, 0.03204911947250366, 0.20732362568378448, 0.10360855609178543, 0.1910131871700287, -0.011974881403148174, 0.08329617232084274, 0.09183107316493988, -0.18064086139202118, 0.23073290288448334, 0.10870266705751419, 0.002999706193804741, -0.22461935877799988, -0.1949184238910675 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Conditions#condition-variables
Condition Variables An important part are variable conditions which support the session_with_variables rule matching scope. A condition implementing this interface is expected to return an array of the variables which led to match the condition in the getMatchedVariables() method. This data will be used to determine if the rule was already applied with the exact same data. You should implement this interface whenever possible. To get started, you can use the AbstractVariableCondition which contains helper methods to collect variable data. Make sure you build your data in a deterministic way (e.g. using the same order of keys in an array structure or the same format when serializing data) as a hash of this data is used to compare it to previous evaluations in order to decide if a rule needs to be applied. As example: the country condition sets the ISO country code which led to match as its data (based on GeoLocation). If a rule is executed in the session_with_variables scope the the country condition is the only condition on that rule, it won't be executed twice for the same resolved country. Taking our TimeOfTheDay condition, it can easily be enhanced to store variables. The variable we'll store will be the resolved current hour. <?php namespace App\Targeting\Condition; use Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\AbstractVariableCondition; use Pimcore\Bundle\PersonalizationBundle\Targeting\Model\VisitorInfo; class TimeOfTheDay extends AbstractVariableCondition { // ... public function match(VisitorInfo $visitorInfo): bool { $hour = (int)(new \DateTime())->format('H'); if ($hour >= $this->hour) { $this->setMatchedVariable('hour', $hour); return true; } return false; } }
Condition Variables
[ -0.09170294553041458, -0.22533230483531952, -0.1665414720773697, -0.07253839075565338, -0.18561500310897827, -0.4562416672706604, 0.22120842337608337, 0.03351373225450516, -0.1398794800043106, -0.01706663705408573, 0.07138827443122864, -0.06544817984104156, 0.061987727880477905, -0.16636347770690918, -0.13442464172840118, -0.07615674287080765, -0.03358062729239464, 0.38086435198783875, -0.32956376671791077, 0.1898307502269745, -0.05658796802163124, -0.1395876109600067, 0.02875625155866146, 0.268420547246933, -0.06587279587984085, -0.09552808851003647, -0.3815220296382904, -0.12131738662719727, 0.025962945073843002, -0.2622029781341553, -0.1922597587108612, 0.5044167041778564, 0.0892995148897171, 0.17714686691761017, -0.00010337306594010442, -0.3294609487056732, -0.2641478180885315, -0.17144717276096344, -0.07970820367336273, 0.2083388715982437, -0.1565028429031372, -0.18421714007854462, -0.06046349182724953, -0.37706834077835083, 0.0012542599579319358, 0.12430193275213242, -0.23062443733215332, 0.03868890181183815, 0.455841064453125, 0.3149237632751465, 0.28791138529777527, 0.05693548917770386, -0.19723205268383026, -0.06825868785381317, 0.02291368506848812, 0.22911034524440765, 0.17041900753974915, -0.20015667378902435, 0.20231741666793823, -0.2589327096939087, 0.42792531847953796, 0.015860440209507942, -0.23108305037021637, 0.006137867923825979, 0.21815961599349976, -0.037400901317596436, 0.1797753870487213, 0.06300093233585358, -0.08554720878601074, 0.08853501826524734, 0.1733286827802658, 0.08665679395198822, 0.00025403592735528946, -0.16873018443584442, -0.0705961361527443, 0.10521361976861954, 0.07539330422878265, -0.23710481822490692, 0.035476960241794586, 0.15576119720935822, 0.04275289177894592, 0.2858103811740875, -0.11851540952920914, 0.20646794140338898, 0.22625792026519775, 0.3355450928211212, 0.11488602310419083, 0.0473911352455616, -0.031681403517723083, -0.060320641845464706, 0.1029433086514473, 0.11819584667682648, 0.32013916969299316, 0.33570632338523865, 0.2808394432067871, -0.37863215804100037, -0.1885942667722702, 0.21061298251152039, 0.42753830552101135, -0.005305239465087652, 0.13479220867156982, 0.20535607635974884, 0.2506846785545349, -0.032144077122211456, 0.2374694049358368, 0.23569422960281372, 0.250456303358078, 0.0005065088043920696, 0.08186383545398712, -0.11085604876279831, -0.2536199390888214, 0.10819357633590698, 0.22823919355869293, -0.1176009327173233, 0.23909813165664673, 0.40485137701034546, 0.19926533102989197, 0.04359233379364014, 0.15504594147205353, 0.22813056409358978, -0.08650518208742142, -0.19677168130874634, 0.3074188530445099, 0.2961703836917877, -0.49541184306144714, -0.04168558865785599, -0.09406454116106033, -0.20734065771102905, -0.2044108510017395, -0.2517436146736145, -0.15770229697227478, -0.15073025226593018, -0.2071486860513687, 0.28008589148521423, -0.04500044509768486, 0.16018761694431305, 0.06056886538863182, 0.16428300738334656, 0.26236432790756226, -0.4410155117511749, 0.20654429495334625, -0.04807896912097931, 0.3049386143684387, -0.16318538784980774, -0.1486133337020874, -0.24830478429794312, 0.03337540850043297, 0.15229679644107819, -0.26326069235801697, -0.1387314796447754, -0.03025372140109539, -0.5096797347068787, 0.14450500905513763, 0.3442952334880829, -0.11845947057008743, 0.13421866297721863, 0.5325191617012024, 0.040774594992399216, 0.15325406193733215, -0.086935855448246, -0.0788397267460823, -0.0546635165810585, 0.002009013434872031, -0.26507750153541565, 0.05755549296736717, 0.4082432985305786, 0.2124648541212082, -0.02761644683778286, -0.056680530309677124, -0.23363569378852844, -0.3240870535373688, -0.12061746418476105, -0.16350428760051727, 0.15725360810756683, -0.04623749107122421, -0.2833617925643921, -0.07052262872457504, 0.009026776067912579, -0.16767913103103638, -0.2819364666938782, -0.22935117781162262, 0.1568301022052765, 0.031689345836639404, -0.08851033449172974, 0.3169359862804413, -0.17263107001781464, 0.0497729517519474, -0.005731828510761261, -0.21753908693790436, -0.07759907841682434, -0.17911286652088165, 0.12447159737348557, -0.17663723230361938, -0.11129338294267654, 0.19112712144851685, -0.002466789912432432, 0.278113454580307, 0.2903231382369995, -0.0799732655286789, 0.1561611294746399, 0.006789052858948708, -0.14088156819343567, 0.32537776231765747, 0.4044639468193054, 0.16342923045158386, 0.1006770059466362, -0.02093326859176159, 0.015682388097047806, 0.08306806534528732, -0.14989136159420013, 0.3126057982444763, -0.2792901396751404, -0.2626567780971527, 0.048478446900844574, -0.1982073187828064, 0.09143948554992676, 0.30774736404418945, 0.2628610134124756, 0.09492520987987518, -0.4701240062713623, -0.0752648413181305, 0.5771486163139343, -0.10727227479219437, -0.2317800372838974, 0.38854920864105225, -0.1407870501279831, -0.27189189195632935, -0.08372807502746582, 0.04109475016593933, 0.10482802242040634, 0.3762349486351013, 0.08008032292127609, 0.15411806106567383, 0.2742502689361572, 0.24797236919403076, 0.1659131497144699, 0.03168536722660065, 0.08242198079824448, 0.1531716287136078, -0.14566661417484283, 0.13673938810825348, 0.01760522462427616, 0.10749739408493042, 0.14246919751167297, -0.08817292004823685, 0.6049429774284363, 0.2523055672645569, -0.09005901962518692, -0.022530874237418175, -0.15732793509960175, -0.0015852316282689571, -0.158061683177948, -0.011274386197328568, -0.4561068117618561, 0.10059060901403427, 0.17362858355045319, -0.0006571284611709416, 0.033220767974853516, -0.27145346999168396, 0.5449203848838806, -0.023823143914341927, -0.1849600076675415, 0.15558022260665894, 0.057761773467063904, 0.06483939290046692, -0.2892666161060333, -0.2066260129213333, -0.06630334258079529, 0.1841617375612259, 0.3589266538619995, 0.07061129808425903, -0.030205730348825455, -0.04696733504533768, 0.10128650069236755, 0.08762103319168091, -0.021743588149547577, -0.4891723394393921, -0.11644004285335541, -0.14828193187713623, 0.19525405764579773, 0.01873857155442238, -0.4390532970428467, -0.07231249660253525, 0.11300979554653168, -0.24821560084819794, -0.324692964553833, -0.26841169595718384, 0.11227919906377792, -0.025179700925946236, 0.2703905403614044, 0.012184998951852322, -0.14972643554210663, 0.44424259662628174, 0.013715588487684727, -0.18859975039958954, 0.0019285024609416723, 0.21487759053707123, 0.5251471400260925, -0.07188108563423157, -0.00735731003805995, -0.11052209883928299, -0.39916184544563293, -0.36543601751327515, 0.20080000162124634, -0.23199981451034546, -0.04860034957528114, 0.4466717541217804, -0.22365249693393707, 0.15721678733825684, -0.38552308082580566, -0.3212796747684479, 0.18819904327392578, 0.22948148846626282, 0.4402763843536377, 0.02030647173523903, 0.16327761113643646, -0.15037377178668976, 0.1680169701576233, 0.1754378378391266, -0.14225855469703674, -0.22383657097816467, -0.15420857071876526, -0.051951345056295395, 0.21692344546318054, -0.038639653474092484, -0.33540648221969604, -0.4979069232940674, 0.065648652613163, -0.21544022858142853, -0.06961259990930557, 0.36409345269203186, -0.07794629037380219, -0.07316075265407562, -0.01208098791539669, -0.7309883236885071, 0.13696075975894928, -0.4184156060218811, -0.04181918501853943, 0.23342299461364746, -0.2547672390937805, -0.04822803661227226, -0.3461768627166748, -0.11006661504507065, -0.24476173520088196, -0.15686087310314178, 0.05132779851555824, -0.5058349370956421, 0.20429369807243347, 0.07949019968509674, -0.25504353642463684, -0.3583178222179413, 0.44477295875549316, -0.021392714232206345, -0.2713730037212372, -0.15634764730930328, 0.07933690398931503, 0.31101587414741516, 0.5374908447265625, 0.14792223274707794, -0.19186261296272278, -0.2871588170528412, 0.1228354275226593, 0.6482619047164917, -0.07419806718826294, -0.06593022495508194, 0.21464532613754272, -0.2045779526233673, -0.12608687579631805, 0.05295559763908386, -0.0034295504447072744, -0.061663851141929626, 0.07388444989919662, 0.0068544005043804646, 0.28290262818336487, -0.06741371005773544, -0.17445194721221924, -0.2544778287410736, -0.48013707995414734, -0.5369243025779724, -0.4339345395565033, -0.012134087271988392, 0.32727524638175964, 0.2753632664680481, 0.0029275238048285246, -0.08126721531152725, -0.20559699833393097, -0.08715662360191345, 0.027501346543431282, 0.5189688205718994, -0.15117691457271576, 0.13713957369327545, -0.2957882285118103, -0.26320117712020874, 0.059853505343198776, 0.29253074526786804, -0.0795903280377388, 0.03723885864019394, -0.08895616978406906, -0.25883492827415466, -0.0448497049510479, -0.10612557828426361, 0.04013568535447121, -0.07606695592403412, 0.34928399324417114, -0.09903457760810852, -0.012978693470358849, 0.12883038818836212, 0.11760105192661285, -0.03600726276636124, -0.4975587725639343, -0.09775234013795853, 0.4636725187301636, -0.15044139325618744, -0.1708264797925949, -0.13228195905685425, 0.038065217435359955, -0.043723370879888535, -0.29221218824386597, 0.050567325204610825, -0.08163917064666748, -0.25826698541641235, 0.5933896899223328, -0.13633033633232117, -0.1462716907262802, 0.23473559319972992, -0.2536971867084503, 0.10002857446670532, 0.24630671739578247, 0.10471263527870178, 0.21694132685661316, 0.2557229995727539, -0.06369778513908386, 0.06994364410638809, 0.1295078843832016, -0.09063652902841568, 0.3196450471878052, -0.20575299859046936, 0.06908509880304337, 0.4030379056930542, 0.13403134047985077, 0.05437153950333595, 0.02186729572713375, 0.3165961802005768, 0.13890427350997925, 0.03445405885577202, 0.19606897234916687, 0.2407236397266388, -0.05937246233224869, 0.23637540638446808, -0.2601163387298584, -0.2872983515262604, -0.03959691524505615, -0.2920302152633667, -0.1762685626745224, -0.19834892451763153, -0.3391777276992798, 0.09385918080806732, -0.12303232401609421, 0.06249077618122101, 0.23230712115764618, 0.5972225666046143, 1.009812593460083, 0.0914311334490776, -0.004285845439881086, 0.34902915358543396, -0.45057567954063416, -0.09759745746850967, 0.03531676158308983, -0.15057766437530518, -0.14796914160251617, 0.3329004943370819, 0.1132865846157074, -0.015140236355364323, 0.30025050044059753, 0.2975103557109833, -0.6670017242431641, -0.04508690536022186, -0.20187950134277344, 0.10698351263999939, -0.09272830188274384, 0.29339078068733215, -0.07920733094215393, 0.06804352253675461, 0.09549620002508163, 0.22077569365501404, -0.09757212549448013, 0.018821507692337036, -0.07432010024785995, 0.13688723742961884, -0.17732825875282288, -0.28101474046707153, 0.30626556277275085, -0.21687206625938416, -0.48972848057746887, -0.20238953828811646, -0.46383747458457947, -0.00572360260412097, -0.6634299755096436, -0.18351618945598602, 0.05826328694820404, -0.02185278944671154, 0.117952361702919, 0.22280490398406982, 0.0994185358285904, 0.2389794886112213, -0.02910161204636097, -0.3959866464138031, 0.22564050555229187, -0.20502491295337677, -0.18621434271335602, -0.363292396068573, -0.11594728380441666, -0.013629616238176823, -0.2337321937084198, 0.2012929618358612, -0.1913558691740036, -0.10990424454212189, 0.05220850184559822, 0.11024145781993866, -0.11661843955516815, -0.20244549214839935, 0.22134244441986084, 0.05374183505773544, -0.022114431485533714, 0.3768157660961151, -0.15885640680789948, -0.2844468355178833, -0.3402259349822998, -0.05736089125275612, 0.10422351211309433, -0.08841464668512344, 0.0203232578933239, -0.16309700906276703, -0.24113838374614716, -0.3710571825504303, 0.2815479636192322, -0.13033196330070496, -0.20324888825416565, -0.1909664273262024, -0.3582744002342224, -0.15953579545021057, 0.49620115756988525, 0.3866305649280548, 0.20215189456939697, 0.21350207924842834, 0.11913532018661499, -0.3056548833847046, -0.2914835214614868, -0.0099651999771595, -0.0623185858130455, -0.037042878568172455, 0.49465158581733704, 0.4505223035812378, -0.06611325591802597, 0.41378268599510193, -0.47476595640182495, -0.427239328622818, 0.01652887463569641, 0.49980175495147705, -0.005627667065709829, -0.08858250081539154, -0.03272408992052078, 0.001787923974916339, 0.20467925071716309, 0.17681553959846497, -0.3093528747558594, -0.31037771701812744, -0.17210744321346283, 0.08554787933826447, -0.1250886470079422, 0.4234003722667694, -0.3777066469192505, 0.049885235726833344, 0.21088077127933502, -0.08713428676128387, 0.03904076665639877, -0.03479597344994545, -0.10712156444787979, -0.18895019590854645, -0.10273421555757523, -0.2500340938568115, 0.07442057877779007, -0.3047100901603699, 0.14673614501953125, -0.1928226202726364, 0.2746756076812744, 0.32695209980010986, -0.3727302551269531, -0.10923205316066742, 0.5161299109458923, 0.2786492705345154, 0.14239493012428284, -0.20654340088367462, -0.05947702378034592, 0.3723963797092438, -0.2893904745578766, 0.10064762830734253, -0.03778815641999245, 0.1344803273677826, -0.0007828786037862301, -0.42162495851516724, 0.13027089834213257, 0.33852189779281616, -0.17263635993003845, 0.02096451446413994, 0.265582412481308, -0.18572448194026947, 0.08859452605247498, 0.48424601554870605, 0.1820404827594757, 0.29089581966400146, 0.3432382047176361, 0.13621926307678223, 0.32573357224464417, -0.27637600898742676, 0.0062292804941535, 0.11356989294290543, -0.03653668239712715, -0.014439080841839314, 0.2675725221633911, 0.18337884545326233, 0.44547224044799805, -0.020695369690656662, -0.1557113528251648, -0.028044339269399643, 0.15765011310577393, 0.38480067253112793, 0.0825628787279129, -0.15638546645641327, 0.17422403395175934, 0.2777184844017029, -0.05295274779200554, 0.17973211407661438, 0.12565547227859497, 0.24590787291526794, -0.1517021209001541, 0.13148309290409088, -0.011818907223641872, -0.02911229245364666, 0.06689105927944183, 0.18663446605205536, -0.12768876552581787, -0.17363382875919342, -0.3776531219482422, -0.17799495160579681, 0.2265685498714447, -0.02333231456577778, 0.1679898202419281, -0.08302483707666397, 0.22080720961093903, -0.03185884281992912, -0.14076954126358032, 0.18003608286380768, -0.037956323474645615, -0.3139384388923645, 0.04090840369462967, -0.12303826212882996, -0.14648345112800598, 0.060242485255002975, 0.010870967991650105, -0.06403732299804688, 0.1345963180065155, -0.20319926738739014, 0.3454740047454834, 0.13803373277187347, 0.03239361196756363, -0.058463435620069504, -0.16176806390285492, 0.6079502105712891, 0.24464672803878784, 0.2598279118537903, 0.23453493416309357, -0.3040686845779419, -0.11500665545463562, -0.025500554591417313, -0.010706131346523762, -0.1560823619365692, -0.08074214309453964, 0.5404670238494873, 0.01796123944222927, 0.23991325497627258, 0.20342791080474854, -0.25984424352645874, -0.21612437069416046, 0.07620789855718613, 0.2752284109592438, 0.021651366725564003, -0.2765025496482849, 0.13329823315143585, 0.06592319160699844, 0.16976909339427948, -0.09786411374807358, -0.049917072057724, -0.18294034898281097, -0.23677866160869598, -0.44072452187538147, 0.18874868750572205, -0.07653342187404633, 0.2499130517244339, 0.1839246153831482, -0.04619662091135979, 0.15390858054161072, 0.23821696639060974, 0.5224246382713318, -0.18809391558170319, 0.28247764706611633, -0.009386357851326466, 0.15939117968082428, 0.0029241766314953566, -0.02206895314157009, 0.3683828115463257, 0.370191365480423, -0.07455115765333176, 0.1187070906162262, -0.1782902032136917, 0.22149358689785004, 0.01947730779647827, -0.608983039855957, 0.30503541231155396, -0.06536528468132019, 0.7049975395202637, 0.03997867554426193, 0.13825969398021698, -0.14537934958934784, 0.33718234300613403, 0.03495403379201889, 0.33182084560394287, -0.11915294080972672, -0.16764330863952637, 0.11394315212965012, -0.21734102070331573, -0.0721881240606308, 0.12959672510623932, -0.07996287196874619, 0.42981019616127014, 0.20488901436328888, -0.3946821093559265, 0.300255686044693, -0.07505939900875092, 0.16082310676574707, -0.01859031803905964, -0.30919182300567627, 0.17255499958992004, 0.28391486406326294, 0.3205178678035736, -0.2973434329032898, 0.08046486973762512, 0.23463982343673706, 0.034841302782297134, -0.10514857620000839, -0.11903836578130722, 0.41612574458122253, 0.04740718752145767, 0.028681961819529533, -0.3999024033546448, -0.09124099463224411, 0.23962339758872986, 0.09929520636796951, 0.06983067095279694, -0.0813392624258995, 0.10132977366447449, -0.057146716862916946, -0.08666040003299713, 0.10634411126375198, 0.15656353533267975, -0.006299073342233896, -0.10529976338148117, -0.19975383579730988 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Conditions#admin-ui
Admin UI To make your condition configurable, you need to create a JS class defining the admin interface for your condition. To do so, create a class extending pimcore.bundle.personalization.settings.condition.abstract and register it to the system by calling pimcore.bundle.personalization.settings.conditions.register(). Have a look at this bundle's conditions and the Customer Management Framework for examples. Start by adding a new JS file implementing the admin UI panel for your condition: // /public/js/targeting/conditions.js (function () { 'use strict'; pimcore.bundle.personalization.settings.conditions.register( 'timeoftheday', Class.create(pimcore.bundle.personalization.settings.condition.abstract, { getName: function () { return 'Time of the Day'; }, getPanel: function (panel, data) { var id = Ext.id(); var storeData = []; for (var i = 0; i < 24; i++) { storeData.push([i, i]); } return new Ext.form.FormPanel({ id: id, forceLayout: true, style: 'margin: 10px 0 0 0', bodyStyle: 'padding: 10px 30px 10px 30px; min-height:40px;', tbar: pimcore.bundle.personalization.settings.conditions.getTopBar(this, id, panel, data), items: [ { name: 'hour', fieldLabel: 'Hour', xtype: 'combo', store: storeData, mode: 'local', width: 300, value: ('undefined' !== typeof data.hour) ? data.hour : 0, editable: false, triggerAction: 'all' }, { xtype: 'displayfield', hideLabel: true, value: 'Matches if the current hour is >= the configured one.', cls: 'pimcore_extra_label' }, { xtype: 'hidden', name: 'type', value: 'timeoftheday' // the identifier chosen before when registering the PHP class } ] }); } }) ); }()); As soon as you configured Pimcore to load the newly created file you should see your new condition in the list of available conditions:
Admin UI
[ -0.20159600675106049, -0.18621233105659485, -0.11339294165372849, -0.03341341391205788, 0.09555923193693161, -0.41490083932876587, 0.13689342141151428, -0.037207141518592834, -0.16326595842838287, 0.22450768947601318, 0.022727003321051598, 0.3409903943538666, -0.0002740781055763364, 0.23971682786941528, -0.23507435619831085, -0.08594764769077301, -0.3594394028186798, 0.46250447630882263, 0.026095343753695488, 0.3976214528083801, 0.008616272360086441, 0.16657209396362305, 0.09895104914903641, 0.2441643625497818, 0.022336820140480995, 0.01791503094136715, 0.13592873513698578, -0.16353698074817657, -0.14172567427158356, -0.21128788590431213, -0.1609356850385666, 0.5407513380050659, -0.08636687695980072, 0.1946113407611847, -0.00010392915282864124, -0.35866406559944153, -0.18550743162631989, -0.22623202204704285, -0.3161768913269043, 0.15727956593036652, -0.2998490333557129, -0.2977412939071655, 0.05415730178356171, -0.21064667403697968, -0.4422639310359955, 0.27588701248168945, -0.28185680508613586, 0.15010422468185425, -0.025534451007843018, 0.3488118648529053, 0.2739655077457428, 0.35453441739082336, -0.053750187158584595, 0.09190931171178818, 0.08906105160713196, 0.22461718320846558, -0.2050323188304901, -0.3013235330581665, 0.09304478764533997, -0.1596902459859848, 0.46607574820518494, -0.1750769168138504, 0.24579212069511414, -0.1228332668542862, 0.20607982575893402, -0.06789963692426682, 0.29849478602409363, -0.22358590364456177, -0.113523930311203, 0.18388217687606812, 0.17916028201580048, -0.07142969220876694, -0.12598389387130737, -0.275816410779953, 0.16234539449214935, 0.07523651421070099, 0.19397291541099548, 0.057050760835409164, -0.09444819390773773, 0.13438864052295685, -0.00046655526966787875, 0.29869338870048523, -0.09700851142406464, 0.331741601228714, 0.07688218355178833, 0.43721938133239746, -0.030838072299957275, -0.13775493204593658, 0.12566477060317993, -0.30985426902770996, -0.028195835649967194, 0.166039377450943, 0.17818684875965118, 0.27953633666038513, 0.1766231209039688, -0.6840958595275879, -0.35592156648635864, 0.250861257314682, 0.14791090786457062, 0.16191896796226501, 0.17197257280349731, 0.20025098323822021, 0.019943930208683014, 0.016540125012397766, 0.19774171710014343, 0.22321723401546478, 0.3022449314594269, 0.13709646463394165, 0.024849170818924904, 0.08414910733699799, 0.1670776605606079, 0.04333469271659851, 0.2534107267856598, -0.2028016299009323, -0.011786598712205887, 0.2830939292907715, -0.04434003308415413, 0.16277748346328735, 0.22245058417320251, -0.11549635231494904, 0.20069023966789246, -0.11436904221773148, 0.5725553631782532, -0.04012267664074898, -0.3160880208015442, 0.16141600906848907, -0.04626902565360069, -0.0913345217704773, -0.12216222286224365, -0.059294164180755615, -0.1026887521147728, 0.148753359913826, -0.34788787364959717, 0.08173392713069916, 0.268310546875, 0.3226223587989807, 0.09828487783670425, 0.3583192229270935, 0.05512409284710884, -0.47491610050201416, -0.15612435340881348, 0.14801809191703796, 0.1063629537820816, 0.18376721441745758, -0.19048042595386505, -0.23198488354682922, 0.04922899231314659, 0.2375352531671524, -0.28884270787239075, -0.13276240229606628, 0.15360063314437866, -0.31731897592544556, -0.1309906244277954, 0.3219001889228821, -0.027893783524632454, 0.13563162088394165, 0.21393166482448578, 0.033464737236499786, 0.2919611930847168, -0.06097450107336044, 0.2279021143913269, 0.013874128460884094, 0.0488402284681797, 0.04115913435816765, 0.016098281368613243, 0.22591283917427063, -0.002148432657122612, -0.0395112968981266, -0.35886526107788086, -0.36113232374191284, -0.20591603219509125, -0.5052334070205688, -0.05164388567209244, -0.11761467903852463, -0.1669660061597824, -0.13319827616214752, 0.1478041112422943, 0.09081929177045822, -0.07527069002389908, -0.20505249500274658, -0.40407949686050415, 0.046841155737638474, -0.22071094810962677, 0.1302005648612976, -0.11166813969612122, -0.030709795653820038, -0.09986124187707901, 0.09483780711889267, -0.05508928745985031, 0.18020041286945343, -0.022785143926739693, -0.010299939662218094, -0.2540581524372101, 0.04032834991812706, 0.17213188111782074, 0.21955004334449768, -0.06926483660936356, 0.2334585040807724, -0.04062046483159065, 0.2972080707550049, -0.009946856647729874, -0.130870521068573, 0.11373142898082733, 0.24026331305503845, -0.17709405720233917, -0.11234032362699509, 0.08506627380847931, 0.11384304612874985, -0.15136544406414032, 0.23192907869815826, 0.31702345609664917, -0.08827235549688339, -0.43125683069229126, -0.046016592532396317, -0.13857872784137726, -0.09472845494747162, 0.2563835680484772, 0.24906015396118164, -0.16203303635120392, -0.37972524762153625, -0.1753987818956375, 0.20527246594429016, -0.002766949124634266, -0.07865434885025024, 0.27109530568122864, -0.3884304165840149, -0.19225649535655975, -0.01250387541949749, -0.16864033043384552, 0.003558820579200983, 0.331952303647995, 0.29971739649772644, -0.0690954253077507, 0.19383032619953156, 0.18736356496810913, 0.05349224433302879, -0.3228537142276764, 0.04811394587159157, 0.026641959324479103, 0.014691557735204697, -0.09244558960199356, 0.2654084861278534, 0.025673236697912216, 0.0008574654930271208, -0.06767933815717697, 0.8051636815071106, 0.05506478250026703, -0.07117795199155807, -0.042721398174762726, -0.06448358297348022, 0.059851620346307755, -0.1027558445930481, -0.25086113810539246, -0.6211388111114502, -0.11975745856761932, 0.3506619930267334, -0.02307991310954094, 0.08129637688398361, -0.2759915292263031, 0.49129995703697205, 0.1060052141547203, 0.2159007340669632, 0.02128363400697708, 0.12137236446142197, 0.14760127663612366, 0.002895478392019868, -0.11277228593826294, -0.269631028175354, 0.10301624983549118, 0.25844648480415344, -0.1461867094039917, -0.031682174652814865, -0.07088970392942429, -0.1035994291305542, 0.11602379381656647, 0.04700511321425438, -0.23612169921398163, -0.03568585589528084, 0.045931652188301086, 0.07732798159122467, 0.056988269090652466, -0.40622153878211975, -0.2265089601278305, 0.05504162237048149, -0.22212085127830505, -0.2908753454685211, -0.11689644306898117, 0.09347964823246002, 0.1603454351425171, -0.142677441239357, -0.09133957326412201, -0.09601207077503204, 0.3788451552391052, 0.3179957866668701, 0.08878879249095917, 0.11828425526618958, 0.16822291910648346, 0.5589441061019897, -0.11966253817081451, -0.05495494604110718, -0.13930708169937134, -0.036705296486616135, -0.20818829536437988, 0.21646161377429962, -0.24135152995586395, 0.007447551004588604, 0.12450771778821945, -0.25543469190597534, 0.05818615108728409, -0.12204115092754364, -0.11829185485839844, 0.17886701226234436, 0.08703430742025375, 0.3937913179397583, -0.05897517874836922, 0.27892154455184937, -0.043361421674489975, 0.21046267449855804, 0.26719987392425537, 0.14915849268436432, -0.19330628216266632, -0.3015424311161041, 0.05642756447196007, 0.23748278617858887, -0.24360217154026031, 0.07501202076673508, -0.1019708663225174, -0.14320236444473267, -0.03603376820683479, 0.09746651351451874, 0.17640988528728485, 0.15700870752334595, 0.02405727282166481, -0.1256890445947647, -0.2692906856536865, 0.10220932215452194, -0.19124984741210938, -0.2538614571094513, 0.23405751585960388, -0.312375009059906, -0.028073569759726524, -0.2695164382457733, -0.09428531676530838, -0.054126422852277756, -0.29302579164505005, 0.22767485678195953, -0.2323451191186905, -0.1538848578929901, -0.012172193266451359, -0.37382781505584717, -0.3331230580806732, 0.46768251061439514, -0.21681497991085052, -0.2418736070394516, -0.09400612860918045, -0.39142876863479614, 0.28332197666168213, 0.3328964114189148, 0.07051526755094528, -0.31384706497192383, -0.1438494324684143, -0.19712094962596893, 0.6497621536254883, -0.12354260683059692, -0.15441495180130005, 0.2167019098997116, -0.5046639442443848, 0.14417357742786407, 0.10301273316144943, -0.2757238447666168, -0.1779891699552536, 0.3775346875190735, 0.3301558494567871, 0.19483070075511932, 0.043311089277267456, -0.015534105710685253, -0.16721005737781525, -0.16760697960853577, -0.5422401428222656, -0.3619312644004822, -0.06822971999645233, 0.26446330547332764, -0.004250724799931049, -0.19093146920204163, 0.19852489233016968, -0.06529545783996582, -0.19676290452480316, -0.09180275350809097, 0.6758391857147217, -0.44360238313674927, 0.10360971093177795, -0.12537086009979248, -0.27885502576828003, 0.11167380958795547, -0.19003693759441376, -0.1860995590686798, -0.050957366824150085, -0.0060746693052351475, -0.04633437469601631, -0.0006610398995690048, -0.06414635479450226, 0.2319754958152771, -0.1692407876253128, 0.46736910939216614, 0.20745772123336792, -0.029298294335603714, -0.07314387708902359, -0.04062846302986145, 0.16352641582489014, -0.3006628751754761, 0.1084240972995758, 0.526311457157135, -0.14821305871009827, -0.06910061836242676, -0.09103105217218399, -0.11433709412813187, 0.002359313191846013, -0.45391732454299927, -0.03802582994103432, 0.09500134736299515, -0.08046247065067291, 0.6258387565612793, 0.10008710622787476, 0.17998860776424408, 0.19147618114948273, -0.07671228051185608, 0.04740661382675171, -0.0159407090395689, -0.007005816791206598, 0.3718961775302887, 0.01772248186171055, 0.05443692207336426, 0.037499573081731796, -0.2463945895433426, -0.41741788387298584, 0.2640492618083954, -0.1653071492910385, 0.3104996085166931, 0.4676102101802826, 0.13547025620937347, 0.09426732361316681, -0.17988456785678864, 0.2395164519548416, 0.27805036306381226, 0.03846597298979759, 0.19658930599689484, 0.3054380714893341, 0.22087885439395905, 0.2857058048248291, -0.3886571526527405, -0.24976569414138794, 0.02080131694674492, -0.21630683541297913, 0.15551617741584778, -0.024923408403992653, 0.051150739192962646, -0.0021266285330057144, 0.14069075882434845, -0.019201012328267097, -0.24850887060165405, 0.3402559161186218, 0.9492038488388062, 0.07573865354061127, -0.08940908312797546, 0.19894078373908997, -0.23897413909435272, -0.04861963912844658, -0.01083003543317318, 0.12291323393583298, -0.27565091848373413, 0.4708162546157837, 0.03524447977542877, 0.04279892519116402, -0.11205564439296722, 0.38180071115493774, -0.3315155506134033, -0.0787346214056015, -0.5467122197151184, 0.025324193760752678, -0.023083671927452087, 0.556999146938324, -0.4215236306190491, -0.26406633853912354, -0.11183002591133118, 0.26793012022972107, -0.05192694813013077, 0.3522394895553589, -0.07944832742214203, 0.0013571643503382802, -0.03871078044176102, -0.005739305168390274, -0.17724959552288055, 0.19884498417377472, -0.3437916338443756, -0.2883409857749939, -0.3659006655216217, -0.05302220582962036, -0.31061410903930664, -0.12621641159057617, 0.2952328026294708, 0.2690187394618988, -0.0012651876313611865, 0.18659111857414246, 0.2861708402633667, -0.17355436086654663, -0.33347123861312866, -0.04336247220635414, 0.3049696087837219, -0.42017197608947754, -0.07938387244939804, -0.3651808202266693, -0.0550304539501667, 0.09498658031225204, 0.04550662636756897, 0.24877558648586273, 0.31712231040000916, -0.06591731309890747, -0.06043628230690956, -0.04989930987358093, 0.1013951525092125, -0.2918951213359833, 0.19599789381027222, 0.005862226244062185, 0.33541181683540344, 0.15812113881111145, 0.042878806591033936, -0.1367461383342743, -0.3802975118160248, -0.04995856434106827, 0.024389633908867836, 0.07217501848936081, -0.011750690639019012, -0.01953636296093464, -0.11896141618490219, -0.43568485975265503, 0.3686673641204834, -0.058509793132543564, -0.1988612562417984, -0.05149764567613602, -0.015557448379695415, -0.20248757302761078, 0.6144452691078186, 0.4729374647140503, 0.10882549732923508, 0.44246944785118103, 0.18946340680122375, -0.419575959444046, -0.29668933153152466, -0.34859374165534973, -0.2119893580675125, 0.1599576473236084, 0.2609028220176697, 0.4824521541595459, 0.025822827592492104, -0.02156969904899597, -0.4343588054180145, -0.3627728819847107, -0.16021886467933655, 0.11494802683591843, -0.07116716355085373, -0.0007390825194306672, -0.03381533548235893, 0.01818077079951763, 0.13264237344264984, 0.0212952122092247, -0.33444225788116455, -0.31951460242271423, -0.22354373335838318, 0.020668065175414085, 0.02129717916250229, 0.0656004324555397, -0.37521326541900635, 0.16479931771755219, -0.16626936197280884, -0.19484348595142365, -0.009442788548767567, 0.04782602936029434, 0.16195723414421082, -0.24049782752990723, -0.16224397718906403, -0.1427731215953827, -0.15292716026306152, -0.36121687293052673, 0.29299041628837585, -0.20093752443790436, 0.2656087279319763, 0.2553103268146515, -0.3703983724117279, 0.07577717304229736, 0.2513403296470642, 0.29828912019729614, 0.3209071755409241, 0.13110926747322083, -0.2820289134979248, 0.3295957148075104, -0.12783002853393555, -0.15219183266162872, -0.053830280900001526, -0.09618842601776123, 0.1432143598794937, -0.2020309716463089, 0.1288292557001114, 0.31963178515434265, -0.2284603863954544, 0.11254343390464783, 0.18323568999767303, -0.10368674248456955, 0.2636653780937195, 0.48928534984588623, -0.1266428381204605, 0.338687539100647, 0.3659510314464569, 0.20134685933589935, 0.09868282079696655, -0.3055143356323242, -0.08835282176733017, 0.08675988763570786, -0.2123427838087082, 0.12398159503936768, 0.6402056217193604, 0.024696145206689835, 0.4328985810279846, -0.4016454815864563, -0.03771466389298439, 0.04025309532880783, 0.21351170539855957, 0.11953388154506683, 0.03679632022976875, -0.17428836226463318, -0.03835836797952652, 0.24912847578525543, 0.024156173691153526, -0.04913768917322159, 0.14821001887321472, 0.07823850214481354, -0.4597334563732147, 0.22415466606616974, 0.1344263255596161, 0.034842249006032944, 0.00021319056395441294, 0.29445797204971313, -0.08844838291406631, -0.222939133644104, -0.04305153340101242, -0.3091106116771698, 0.17210550606250763, -0.09103172272443771, -0.08076847344636917, -0.3022676706314087, 0.0947292149066925, -0.02835126779973507, -0.05392583832144737, 0.39963164925575256, 0.0543731190264225, -0.1383233219385147, -0.11090272665023804, -0.43876659870147705, -0.05510333180427551, -0.08419572561979294, 0.17868828773498535, -0.10559061914682388, 0.17769861221313477, 0.08872333914041519, -0.0503067821264267, 0.16930466890335083, -0.10113826394081116, 0.03951011970639229, -0.2850974202156067, 0.4758010506629944, 0.18374080955982208, 0.22565001249313354, 0.2953373193740845, -0.33531665802001953, -0.16797806322574615, 0.06409912556409836, 0.17180371284484863, -0.23762987554073334, -0.0468912273645401, 0.49059751629829407, 0.05602075159549713, 0.11393756419420242, 0.11480259150266647, 0.017718931660056114, -0.3107159733772278, -0.04914218187332153, 0.2426978349685669, 0.031018968671560287, -0.27878478169441223, 0.14588993787765503, 0.2549876272678375, -0.049182191491127014, -0.1135265901684761, -0.30528271198272705, 0.08744573593139648, -0.0038912876043468714, -0.3102600574493408, 0.10508161783218384, -0.11631541699171066, 0.00653325067833066, 0.12000016868114471, -0.15810629725456238, 0.10199204087257385, 0.3685593903064728, 0.5640811920166016, -0.03944570571184158, 0.12138092517852783, 0.04884256422519684, 0.04107365384697914, 0.0781162902712822, 0.09290100634098053, 0.15147072076797485, 0.48168203234672546, -0.02976798638701439, -0.16871269047260284, -0.40395307540893555, 0.23580677807331085, -0.04711245000362396, -0.22805407643318176, 0.1782701462507248, -0.09087640792131424, 0.590986967086792, -0.12961381673812866, 0.14612790942192078, -0.15454955399036407, 0.1602184921503067, 0.1063830628991127, 0.40372321009635925, -0.2613048851490021, -0.06251998990774155, 0.19795402884483337, 0.12992054224014282, -0.022739728912711143, 0.2418452352285385, -0.1808350831270218, 0.16035638749599457, -0.06055867671966553, -0.09178709983825684, 0.5154180526733398, 0.21725481748580933, 0.15431375801563263, 0.03646676242351532, -0.22156237065792084, 0.028676273301243782, 0.11465073376893997, 0.270925909280777, -0.25116366147994995, -0.20095302164554596, 0.2074386328458786, 0.2828190326690674, -0.28971627354621887, 0.005663685034960508, 0.03741520643234253, -0.23757123947143555, -0.10626206547021866, -0.2015446573495865, -0.016597921028733253, 0.11346179991960526, -0.07671255618333817, -0.03984988480806351, -0.05676118656992912, -0.22866807878017426, -0.0006123677012510598, -0.13870695233345032, 0.3529619574546814, 0.32321539521217346, 0.12266266345977783, -0.3065655827522278, -0.07280992716550827 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Data_Providers#data-providers
Data Providers A data provider is a service implementing the DataProviderInterface. Components (e.g. conditions) which implement the DataProviderDependentInterface can define a set of data providers they depend on, triggering the data provider to load its data before the component is used. A data provider does not directly return its value, but is expected to set it on the VisitorInfo instance instead. As best practice, the core data providers expose their storage key as constant. This constant is used to store and retrieve the data from the VisitorInfo storage. As example: the GeoIP data provider defines the GeoIP::PROVIDER_KEY constant which is used when storing and retrieving the data.
Data Providers
[ 0.028207406401634216, 0.4008685350418091, -0.09376958757638931, 0.3299013376235962, 0.1592038869857788, -0.44900351762771606, 0.10810291767120361, -0.341901034116745, -0.2617892324924469, 0.3639816641807556, 0.15277329087257385, 0.15394166111946106, 0.37413081526756287, 0.2340555191040039, 0.10977766662836075, 0.13528089225292206, 0.06870079040527344, 0.5628947019577026, -0.062458597123622894, 0.024629760533571243, -0.042747508734464645, 0.029674574732780457, 0.1317000389099121, 0.04972996190190315, -0.6386542916297913, 0.020591896027326584, 0.06362771987915039, -0.0034601588267832994, -0.2045108824968338, -0.42748451232910156, 0.3841307461261749, -0.09917782992124557, -0.13000912964344025, -0.05900423228740692, -0.0001226672757184133, 0.1488683819770813, 0.32678940892219543, -0.14419035613536835, -0.4702335000038147, -0.041834451258182526, -0.7062304615974426, -0.26125624775886536, 0.18169714510440826, -0.3749004006385803, 0.1004878506064415, -0.13968679308891296, 0.050086233764886856, 0.05405958741903305, 0.30101093649864197, -0.1071908250451088, 0.09605763107538223, -0.049664586782455444, -0.07716728001832962, 0.12280158698558807, -0.195741668343544, 0.27148619294166565, 0.12135836482048035, -0.38006481528282166, -0.12097566574811935, 0.14861197769641876, 0.00021959899459034204, -0.24362988770008087, -0.15670831501483917, 0.12362994998693466, 0.40927186608314514, 0.30852240324020386, -0.20965617895126343, 0.07880930602550507, 0.1711263656616211, 0.058818817138671875, 0.8537651300430298, 0.00033564792829565704, 0.030147679150104523, -0.17076340317726135, -0.18898749351501465, 0.1630079746246338, 0.2584170997142792, -0.07292171567678452, -0.023429205641150475, 0.10365010797977448, 0.25817519426345825, -0.026743514463305473, 0.04628809541463852, 0.013187696225941181, -0.5917760133743286, 0.35162392258644104, -0.1755109280347824, 0.2748187184333801, -0.18484343588352203, -0.03812822327017784, 0.013150197453796864, -0.3826400935649872, 0.17461618781089783, -0.002044276800006628, -0.1271631270647049, -0.22162683308124542, 0.08428912609815598, 0.3304131031036377, 0.022005323320627213, 0.07389459013938904, 0.20005261898040771, -0.0510396733880043, -0.38147833943367004, 0.1699855923652649, 0.19946062564849854, -0.025808479636907578, 0.11063229292631149, 0.10364685207605362, 0.3314782381057739, -0.1015978530049324, 0.4245850145816803, -0.14475175738334656, 0.10399346798658371, 0.5433340668678284, 0.27774012088775635, -0.2293723225593567, 0.5007711052894592, -0.0012598511530086398, -0.2589032053947449, 0.43042927980422974, 0.18945030868053436, 0.11413555592298508, 0.04505738615989685, 0.08320906013250351, 0.09961944818496704, 0.3922148048877716, -0.04798204079270363, -0.46150922775268555, -0.07349046319723129, -0.38541409373283386, -0.12910374999046326, -0.26596900820732117, 0.00436847610399127, 0.10643325001001358, -0.09301888942718506, -0.7297450304031372, 0.33265426754951477, 0.09942790865898132, 0.27489176392555237, -0.15928396582603455, 0.2629389762878418, -0.25534704327583313, -0.18317876756191254, 0.27987685799598694, -0.10259060561656952, -0.012994778342545033, 0.07492422312498093, -0.6453574299812317, -0.22149771451950073, 0.28744634985923767, -0.32026970386505127, -0.03590526059269905, 0.12328946590423584, 0.14396139979362488, -0.05117379501461983, 0.048906415700912476, 0.20424556732177734, -0.03229774162173271, -0.059976208955049515, -0.015318951569497585, 0.4563949406147003, -0.02474057674407959, 0.28035488724708557, -0.24051839113235474, 0.15808621048927307, 0.31874364614486694, -0.17533831298351288, -0.18599340319633484, 0.3110441565513611, -0.4639681875705719, -0.1761644184589386, -0.26947587728500366, -0.20408038794994354, -0.05502069741487503, 0.2114146202802658, 0.06855963915586472, 0.1463344544172287, -0.12520591914653778, -0.6171225309371948, -0.059139300137758255, -0.14785535633563995, -0.13733048737049103, 0.2739238440990448, 0.2577022910118103, 0.1898384839296341, -0.024610543623566628, -0.06147696450352669, 0.3960448205471039, 0.01954357884824276, 0.05670386552810669, 0.2155030071735382, -0.2471451461315155, -0.30460137128829956, 0.17399249970912933, -0.14192019402980804, 0.003912001382559538, 0.26764115691185, 0.23424595594406128, -0.37436655163764954, 0.30189380049705505, 0.3883195221424103, 0.1878422200679779, 0.15566593408584595, 0.26506146788597107, 0.18934625387191772, 0.3262227773666382, -0.342010498046875, 0.04716556519269943, 0.09980548173189163, -0.5269210934638977, 0.4804219603538513, -0.3210936188697815, -0.00672729779034853, 0.3610341250896454, -0.09476349502801895, 0.15850408375263214, 0.12687769532203674, 0.2397557944059372, -0.10178238153457642, -0.011284486390650272, -0.16860675811767578, 0.3815775513648987, 0.22944557666778564, 0.09715329110622406, -0.30477410554885864, 0.1826135665178299, -0.018806293606758118, 0.20170892775058746, -0.05807653069496155, 0.09958945959806442, 0.01570800133049488, 0.08693820238113403, -0.01046845130622387, 0.10532725602388382, 0.44221341609954834, 0.20177263021469116, 0.06608034670352936, 0.6922808885574341, 0.2157069593667984, 0.19703564047813416, 0.32086703181266785, 0.14250843226909637, 0.4597145915031433, -0.058616939932107925, 0.003372190985828638, 0.2537895143032074, -0.010491831228137016, 0.10884930938482285, -0.1829642653465271, 0.08369792997837067, 0.2677184045314789, 0.05711771547794342, -0.18612033128738403, -0.27188628911972046, 0.048698581755161285, 0.02515310049057007, 0.6366708874702454, 0.30537304282188416, -0.18367788195610046, 0.031527962535619736, 0.13352519273757935, -0.1061829999089241, 0.08638915419578552, -0.041312240064144135, -0.46343639492988586, -0.15155459940433502, 0.13306549191474915, 0.2517535388469696, 0.5132877826690674, -0.008763283491134644, 0.030601676553487778, -0.029330721125006676, 0.4843900203704834, -0.24727290868759155, 0.2243620604276657, 0.16588449478149414, -0.400590717792511, 0.23630043864250183, -0.1959519386291504, -0.007740814704447985, 0.22997497022151947, -0.03584546223282814, 0.2718738615512848, -0.03256933018565178, -0.026238465681672096, -0.13280461728572845, -0.34438183903694153, -0.15243926644325256, 0.22760458290576935, -0.6202939748764038, -0.04773342236876488, -0.28092408180236816, -0.12421534210443497, -0.15075182914733887, 0.17277607321739197, -0.2926519811153412, -0.10337717831134796, 0.7116626501083374, -0.3516128659248352, -0.0991981104016304, -0.3192893862724304, -0.25024092197418213, -0.18343894183635712, -0.03635842353105545, -0.31167417764663696, -0.1334557682275772, 0.13347388803958893, -0.006528850179165602, 0.3162333369255066, -0.1696147322654724, -0.10879959911108017, 0.36984413862228394, -0.0615779310464859, 0.34521642327308655, 0.25625675916671753, -0.03709493950009346, 0.15202926099300385, 0.3853229582309723, 0.055123262107372284, -0.013246593065559864, -0.03737255558371544, 0.05668826028704643, 0.002398606389760971, 0.0095070106908679, 0.07943763583898544, 0.24349689483642578, -0.3704478442668915, 0.07268578559160233, -0.18336528539657593, -0.09515883773565292, 0.09516099840402603, -0.26305899024009705, -0.2063295692205429, 0.3113781213760376, 0.1474210023880005, -0.16610589623451233, -0.49780023097991943, -0.5020822286605835, 0.07939153164625168, -0.16017955541610718, 0.25522133708000183, -0.06749604642391205, -0.03876893222332001, 0.400831013917923, -0.1832752227783203, -0.44045764207839966, -0.5250356793403625, -0.011413454078137875, 0.4001530706882477, -0.11867021024227142, 0.03408141806721687, 0.3843899965286255, 0.090120330452919, 0.06671632826328278, -0.244949609041214, -0.4666788876056671, -0.28697922825813293, 0.22475692629814148, -0.14038223028182983, 0.1856372058391571, 0.038121625781059265, -0.21141275763511658, 0.5685061812400818, -0.006122219376266003, -0.032080210745334625, 0.21508273482322693, 0.3477358818054199, 0.3111356496810913, -0.09503298997879028, 0.17911683022975922, -0.07831466197967529, 0.04069294035434723, -0.19806699454784393, 0.08036461472511292, 0.0015455721877515316, -0.03570577874779701, -0.04395267367362976, -0.2354092299938202, -0.4002929627895355, 0.07027078419923782, -0.04471246525645256, 0.22759874165058136, 0.35522350668907166, -0.016766732558608055, 0.12149371951818466, -0.09702582657337189, -0.04251532629132271, -0.48710644245147705, 0.38212406635284424, 0.025092924013733864, 0.03247808292508125, 0.06131340563297272, -0.40471622347831726, -0.30067363381385803, 0.47497278451919556, -0.4112372100353241, 0.023729979991912842, 0.08195633441209793, 0.21649576723575592, 0.25109702348709106, -0.16036519408226013, -0.17947790026664734, 0.08566407859325409, -0.30604660511016846, -0.11971691250801086, -0.4198581874370575, 0.2843857705593109, -0.07318073511123657, -0.16634488105773926, -0.019464721903204918, -0.5637872815132141, -0.044140998274087906, -0.3154360353946686, -0.26455074548721313, -0.11393661051988602, -0.2900056540966034, -0.288040429353714, 0.04572956636548042, -0.4929875433444977, -0.2915396988391876, -0.1383829414844513, -0.10612349957227707, -0.5171346068382263, -0.11312773078680038, 0.1636071652173996, 0.1384001225233078, -0.10944873094558716, 0.43557003140449524, -0.06425395607948303, 0.06590016931295395, 0.05180469527840614, -0.05585449934005737, -0.1594102531671524, 0.30714452266693115, 0.25581473112106323, 0.12360567599534988, 0.5584661364555359, 0.2767179310321808, -0.0014212012756615877, 0.22287467122077942, 0.051918547600507736, 0.181193009018898, 0.03301427140831947, -0.07255692780017853, 0.31280630826950073, -0.1590718924999237, 0.03526541590690613, -0.4245047867298126, -0.08840575814247131, 0.2138848900794983, 0.0224844329059124, -0.23776626586914062, -0.35075095295906067, 0.4322388768196106, -0.09138724207878113, -0.2320781946182251, -0.1195133626461029, 0.4394221603870392, 0.02451069839298725, 0.09302371740341187, 0.5490168929100037, 0.7470249533653259, 0.17279410362243652, 0.2533647119998932, 0.048624783754348755, -0.2790256440639496, 0.6604021191596985, -0.43469130992889404, -0.09960299730300903, -0.21336346864700317, -0.2020830661058426, -0.34953269362449646, -0.0848531723022461, 0.04497617855668068, -0.2644782066345215, -0.4503939151763916, 0.1155044212937355, -0.07632594555616379, 0.13908229768276215, 0.08368969708681107, 0.21905985474586487, -0.1462547779083252, -0.10948176681995392, 0.4741198718547821, 0.1258133053779602, -0.4500560462474823, 0.06926357001066208, -0.29094117879867554, 0.2644655704498291, -0.042889710515737534, -0.22517812252044678, -0.013100256212055683, -0.1980864256620407, -0.20825251936912537, 0.2857730984687805, 0.19291922450065613, -0.21651418507099152, -0.16983024775981903, 0.03379736840724945, -0.09454324096441269, 0.005239803809672594, -0.04615163058042526, 0.19978861510753632, -0.3592637777328491, 0.13762874901294708, 0.13328227400779724, -0.04066930711269379, 0.13128723204135895, 0.08840598911046982, -0.12972469627857208, 0.22388648986816406, -0.2271849513053894, -0.2053798884153366, -0.43074458837509155, 0.259054958820343, 0.21496886014938354, -0.30315256118774414, 0.27498528361320496, -0.006295680999755859, -0.2571646571159363, 0.1295645534992218, 0.0045773787423968315, 0.16426554322242737, 0.15617400407791138, 0.2209586352109909, 0.22910280525684357, -0.3761209547519684, 0.04759153723716736, -0.05637585371732712, 0.27084922790527344, -0.06517215818166733, 0.4875059723854065, -0.8626277446746826, -0.027346476912498474, -0.05735967680811882, 0.2920859754085541, -0.09522616863250732, 0.16154995560646057, -0.20294000208377838, 0.09650859236717224, -0.0604870542883873, -0.059414442628622055, -0.1505773812532425, 0.07940056174993515, 0.2514357566833496, -0.34513628482818604, -0.504584789276123, -0.30074360966682434, 0.236359640955925, -0.1912931501865387, 0.11262605339288712, 0.20105910301208496, -0.2508978545665741, 0.024970155209302902, 0.39068374037742615, -0.17791929841041565, -0.16785457730293274, -0.24043288826942444, 0.1532939076423645, 0.19476130604743958, -0.020991407334804535, -0.22408100962638855, 0.20389613509178162, -0.08674479275941849, -0.047769539058208466, -0.271660178899765, -0.07051067054271698, -0.05964340269565582, 0.24405083060264587, 0.19590309262275696, 0.039343852549791336, -0.4227622449398041, -0.0563630610704422, 0.23045070469379425, -0.08482182025909424, 0.3612681031227112, -0.0726625919342041, -0.10115721076726913, 0.15580159425735474, -0.04311705753207207, 0.34627655148506165, -0.36965203285217285, 0.10534941405057907, 0.4330504238605499, -0.007047903258353472, -0.25502336025238037, 0.148851215839386, -0.36741289496421814, -0.04685022309422493, 0.04511061683297157, 0.6769696474075317, 0.5793922543525696, -0.08448237180709839, 0.40727734565734863, -0.08330846577882767, 0.4386555254459381, -0.13575582206249237, -0.24592329561710358, 0.35067808628082275, -0.16245493292808533, 0.10294783860445023, 0.18520903587341309, 0.07904938608407974, 0.22410859167575836, -0.11352867633104324, 0.07664753496646881, 0.39226773381233215, -0.039895493537187576, 0.25326892733573914, 0.44016680121421814, 0.042613379657268524, 0.24222087860107422, -0.24726369976997375, 0.511955738067627, -0.07094006985425949, 0.07971975952386856, 0.2951042950153351, -0.007962403818964958, 0.25229939818382263, 0.535190761089325, 0.14823202788829803, 0.12838256359100342, 0.04592781141400337, -0.16121287643909454, 0.3657427132129669, 0.11247019469738007, -0.16944512724876404, 0.07847905158996582, -0.35441386699676514, 0.017744340002536774, 0.38497841358184814, -0.3144669830799103, 0.13915099203586578, 0.09182751923799515, -0.08508045226335526, -0.35291266441345215, 0.4018007516860962, -0.41465258598327637, -0.03402075543999672, -0.23108160495758057, -0.03651709482073784, -0.38849204778671265, 0.07137148827314377, -0.205953449010849, -0.03206976503133774, -0.06115580350160599, -0.14287236332893372, 0.49100396037101746, -0.13393634557724, -0.29850032925605774, -0.1394064575433731, 0.09371226280927658, 0.42558082938194275, -0.23560482263565063, -0.2110740840435028, 0.14783120155334473, -0.006713274400681257, 0.34466350078582764, 0.13139164447784424, 0.5602089762687683, 0.046019297093153, 0.041472554206848145, -0.05809147655963898, 0.20957525074481964, -0.06498359888792038, -0.04978245869278908, -0.15015938878059387, 0.16175521910190582, -0.04662049189209938, -0.003150931093841791, 0.11818604916334152, 0.041407715529203415, -0.009789952076971531, -0.296952486038208, 0.1268472671508789, 0.007418008986860514, -0.36488065123558044, -0.014471504837274551, 0.17529325187206268, -0.04878440871834755, 0.2174563705921173, 0.2598649263381958, -0.5832417607307434, 0.12865404784679413, 0.25766855478286743, 0.1333949714899063, 0.08148561418056488, -0.0908513069152832, -0.013453138060867786, -0.06974721699953079, 0.26314109563827515, 0.009455209597945213, -0.0011536666424944997, -0.06469842791557312, -0.35396501421928406, -0.2088610678911209, 0.193084716796875, 0.22707690298557281, -0.40860792994499207, 0.07315685600042343, -0.11607197672128677, 0.019099438562989235, 0.22395893931388855, -0.037630949169397354, 0.213593527674675, -0.017576726153492928, -0.21376460790634155, -0.010822053998708725, -0.1329057216644287, 0.19060923159122467, -0.3453468680381775, -0.18413275480270386, -0.09666907787322998, 0.06495506316423416, 0.5859565138816833, -0.0663989931344986, -0.2630392909049988, 0.16158537566661835, 0.13565349578857422, 0.03680384159088135, 0.5173036456108093, 0.10151106864213943, 0.037629254162311554, -0.02709004282951355, 0.23512519896030426, 0.025158047676086426, 0.12693803012371063, -0.2528678774833679, -0.20605963468551636, -0.09897497296333313, -0.2364692986011505, -0.07529853284358978, 0.07129069417715073, -0.03267839178442955, -0.09818592667579651, -0.12360955774784088, 0.30090609192848206, -0.1299952119588852, -0.36443325877189636, -0.5681623816490173, 0.05888701230287552, 0.22055064141750336, 0.300574392080307, 0.2550753951072693, -0.08713655173778534, -0.32199928164482117, 0.04913175106048584, -0.060814693570137024, 0.2737184464931488, 0.07505595684051514, -0.15018264949321747, 0.17586201429367065, -0.04003177583217621, -0.14859043061733246, 0.06857728958129883, 0.011118479073047638, 0.40719524025917053, -0.2651658356189728, -0.23341789841651917, 0.014133214950561523, 0.1298770159482956, 0.1869986653327942, -0.2772834599018097, 0.48294565081596375, -0.0041549354791641235, 0.001508280634880066, 0.15766257047653198, -0.1910865306854248 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Data_Providers#implementing-a-data-provider
Implementing a Data Provider A data provider is simply a class implementing the DataProviderInterface which is registered as service. Basically a data provider can do anything, however the core data providers do the following: They store their information on a storage key which is exposed as constant They always set their content key. If no data can be resolved (e.g. GeoIP is unable to resolve a location), null is set. Before loading data, core providers check if there already is an entry for the own storage key and abort loading if that is the case. As an example let's assume the DateTime used in the TimeOfTheDay condition (as implemented on the Conditions page) is more complex than a simple new DateTime(), i.e. because the date is fetched from a third party or involves calculation logic. Instead of creating it inside the condition which does not have access to services we move it to a reusable DateTime data provider which stores the current DateTime on the VisitorInfo. <?php // src/Targeting/DataProvider/DateTime.php namespace App\Targeting\DataProvider; use Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\DataProviderInterface; use Pimcore\Bundle\PersonalizationBundle\Targeting\Model\VisitorInfo; class DateTime implements DataProviderInterface { const PROVIDER_KEY = 'datetime'; public function load(VisitorInfo $visitorInfo): void { if ($visitorInfo->has(self::PROVIDER_KEY)) { // abort if there already is data for this provider return; } // assume creating the date is more complex (e.g. involves other services // which are injected via DI) $visitorInfo->set(self::PROVIDER_KEY, new \DateTimeImmutable()); } } Next, register your new data provider as service: services: _defaults: autowire: true autoconfigure: true public: false App\Targeting\DataProvider\DateTime: ~ And register the provider to the targeting engine with its provider key: pimcore_personalization: targeting: data_providers: datetime: App\Targeting\DataProvider\DateTime
Implementing a Data Provider
[ -0.11003503948450089, 0.21069051325321198, -0.031111543998122215, 0.15677103400230408, -0.014115577563643456, -0.527786910533905, 0.07880785316228867, -0.2817758321762085, -0.3899226188659668, 0.2925017476081848, 0.004795795772224665, 0.3070451319217682, 0.10300226509571075, 0.05275345593690872, -0.15123578906059265, -0.02896076999604702, -0.07184235751628876, 0.4876515567302704, -0.23552420735359192, 0.20988325774669647, 0.018364964053034782, -0.04281389340758324, 0.08329840004444122, 0.01713944971561432, -0.3578609526157379, -0.04809005558490753, -0.2695883512496948, 0.22757695615291595, -0.3971380591392517, -0.5849387645721436, 0.04212740808725357, 0.21446755528450012, -0.015168562531471252, 0.4822242856025696, -0.0001079693902283907, 0.004860921297222376, 0.07556771486997604, -0.10846241563558578, -0.47125059366226196, 0.14498306810855865, -0.2544124126434326, -0.3884778320789337, 0.1083010733127594, -0.26277342438697815, -0.14450331032276154, 0.3124803900718689, -0.13930082321166992, 0.17636264860630035, 0.402225524187088, 0.3151804804801941, 0.22175675630569458, 0.23497889935970306, -0.10755705088376999, -0.058016277849674225, -0.06679530441761017, 0.218314066529274, -0.09315624088048935, -0.05424630269408226, 0.15390273928642273, -0.01346958801150322, 0.2026902586221695, -0.02423201873898506, -0.10480061918497086, -0.17383256554603577, 0.4645729660987854, 0.10547121614217758, 0.10178758949041367, -0.16843996942043304, -0.34379008412361145, 0.11707846820354462, 0.36367109417915344, 0.12372105568647385, -0.09003354609012604, -0.2177746742963791, -0.2031862437725067, -0.10119026899337769, 0.26823776960372925, -0.3208727240562439, 0.09644221514463425, 0.214194655418396, 0.4062272608280182, 0.3169066309928894, -0.13118663430213928, 0.0502149872481823, -0.1473008543252945, 0.5666725039482117, -0.0950135663151741, 0.0231337733566761, 0.16421844065189362, -0.21341022849082947, 0.05688720941543579, -0.15525317192077637, 0.2764844298362732, 0.22976791858673096, 0.18561595678329468, -0.470880389213562, -0.18786850571632385, 0.33654269576072693, 0.05606100708246231, 0.04528193920850754, 0.35755783319473267, 0.11469854414463043, -0.14462175965309143, 0.062386538833379745, 0.20259058475494385, 0.004953532945364714, 0.16030405461788177, -0.02091912366449833, 0.18554745614528656, 0.17601580917835236, 0.27917933464050293, -0.016193080693483353, 0.27894771099090576, -0.005690349731594324, 0.04417739063501358, 0.06118135526776314, 0.33416008949279785, 0.14002907276153564, 0.015945203602313995, 0.0663633868098259, 0.1700112223625183, -0.06495977193117142, 0.3887365460395813, 0.2448527216911316, -0.4358230233192444, 0.12964685261249542, -0.14805255830287933, -0.3211343288421631, -0.271749883890152, -0.4468611180782318, -0.18377722799777985, -0.02264605090022087, -0.17152900993824005, 0.13309578597545624, 0.1958714872598648, -0.3106423318386078, 0.14468902349472046, 0.09968233108520508, 0.18243247270584106, -0.2874417006969452, 0.07809213548898697, -0.0003517290751915425, -0.0683058351278305, 0.1473359614610672, -0.26879850029945374, -0.14659851789474487, 0.10770606249570847, -0.04358311742544174, -0.2549622356891632, 0.02947952225804329, -0.294625461101532, -0.453283429145813, 0.1673106998205185, 0.33745113015174866, 0.0437009371817112, 0.13119769096374512, 0.32634592056274414, 0.05192502215504646, -0.07020841538906097, -0.4416297376155853, 0.25549834966659546, 0.029335442930459976, -0.1997653692960739, -0.20100194215774536, 0.13162490725517273, 0.6127314567565918, 0.022686632350087166, -0.0023600230924785137, -0.17650285363197327, -0.36566364765167236, -0.05109596624970436, -0.4426778256893158, -0.1858317106962204, 0.20042556524276733, 0.02741224877536297, -0.20616286993026733, 0.1526317298412323, 0.041805412620306015, -0.39973580837249756, 0.017829550430178642, -0.3221723139286041, 0.10967208445072174, 0.011385463178157806, 0.15946224331855774, 0.13214153051376343, -0.22631990909576416, -0.1841122806072235, -0.020994115620851517, -0.03750985488295555, -0.1746210753917694, -0.06747709959745407, 0.026487594470381737, -0.18690000474452972, -0.0071537671610713005, -0.05500670522451401, 0.25846242904663086, 0.1964734047651291, 0.3237189054489136, -0.3810668885707855, 0.3523035943508148, 0.20892132818698883, 0.08202081173658371, 0.08485831320285797, 0.009036548435688019, 0.20494745671749115, 0.09966148436069489, -0.3326975405216217, 0.10114192962646484, -0.28313353657722473, 0.008570611476898193, 0.29722484946250916, -0.363861083984375, -0.24932196736335754, 0.15097959339618683, -0.2130570262670517, -0.0736936405301094, 0.2384122908115387, 0.0920514240860939, 0.14892727136611938, -0.3968397080898285, -0.08155674487352371, 0.4783991277217865, -0.07268429547548294, 0.08471912145614624, 0.06205981597304344, -0.061981767416000366, -0.2596357464790344, 0.14672908186912537, -0.2974095344543457, 0.10080740600824356, 0.2657400369644165, 0.0022556614130735397, 0.1034986674785614, 0.17675451934337616, 0.4049571454524994, 0.15112356841564178, -0.18329648673534393, 0.320216566324234, 0.2105581909418106, -0.1256464123725891, 0.09779243171215057, 0.3690152168273926, 0.4399399757385254, -0.1490580290555954, 0.06470838189125061, 0.5783334374427795, -0.1527111828327179, 0.026276322081685066, 0.07568591833114624, -0.13932612538337708, 0.3603760898113251, 0.0668199211359024, -0.20041844248771667, -0.44436100125312805, 0.02240750566124916, 0.2587413489818573, 0.29244133830070496, 0.21420083940029144, -0.3236806392669678, 0.25650089979171753, -0.07619816809892654, -0.09911033511161804, -0.08389853686094284, -0.038888558745384216, -0.13478884100914001, -0.37560296058654785, -0.035501617938280106, -0.06308496743440628, 0.2539466917514801, 0.10002751648426056, 0.2026951014995575, 0.09864545613527298, 0.11575315147638321, -0.14064382016658783, 0.10732655972242355, 0.1597091257572174, -0.3921295404434204, -0.07854892313480377, -0.057774465531110764, 0.3408389687538147, 0.12297222018241882, -0.5048620104789734, 0.27398931980133057, 0.16130350530147552, -0.16337163746356964, -0.17259040474891663, -0.09338488429784775, 0.15792660415172577, 0.34974420070648193, -0.3095349073410034, -0.04785504564642906, -0.26692286133766174, 0.2692317068576813, 0.2888481616973877, -0.17811301350593567, -0.21152952313423157, 0.013663913123309612, 0.6760551333427429, -0.3205368220806122, -0.0602835975587368, -0.3992967903614044, -0.2645646035671234, -0.22840537130832672, 0.11879607290029526, -0.15860101580619812, 0.07108137756586075, 0.0370655432343483, -0.27824607491493225, 0.12903490662574768, -0.09611216932535172, -0.21976426243782043, 0.4725944399833679, 0.029613742604851723, 0.38447093963623047, -0.024164965376257896, 0.05650117248296738, 0.12229281663894653, 0.42053768038749695, 0.1456858217716217, 0.018917588517069817, -0.32734665274620056, 0.016548307612538338, -0.17613422870635986, 0.42645150423049927, -0.3056248128414154, -0.08564074337482452, -0.5007061958312988, -0.20085851848125458, -0.4002283215522766, -0.08627192676067352, 0.3491407036781311, -0.036995504051446915, -0.02661523036658764, 0.28144940733909607, -0.15186698734760284, 0.049216385930776596, -0.44683846831321716, -0.08195024728775024, 0.14583837985992432, -0.4648512005805969, -0.057788167148828506, 0.08603724837303162, -0.06247597187757492, 0.1952677220106125, -0.2615576982498169, -0.19160789251327515, -0.5617698431015015, 0.1853993684053421, 0.15535107254981995, -0.2859877049922943, -0.3141005337238312, 0.7834841012954712, -0.012813638895750046, -0.11075398325920105, -0.09709471464157104, -0.12914395332336426, -0.10567131638526917, 0.21149320900440216, -0.09982120245695114, -0.050849366933107376, -0.03220643848180771, -0.23290888965129852, 0.9403259754180908, 0.059776026755571365, -0.2347090244293213, 0.5125353932380676, 0.008530535735189915, 0.28920671343803406, -0.2577681839466095, 0.0990816280245781, -0.2221239060163498, 0.18670246005058289, -0.05554760619997978, 0.13731494545936584, -0.09690053015947342, -0.0928061380982399, -0.2681516706943512, -0.15506848692893982, -0.4189298748970032, -0.09117355197668076, -0.00023420312209054828, 0.13673974573612213, 0.22319693863391876, -0.14215080440044403, 0.09764523804187775, -0.22938750684261322, -0.014961475506424904, -0.16757796704769135, 0.5749852061271667, 0.043603189289569855, -0.03731461986899376, -0.22921854257583618, -0.2821289896965027, -0.2178439497947693, 0.1849460005760193, -0.16105873882770538, -0.11358615756034851, -0.03329121321439743, -0.06570468097925186, 0.11897535622119904, -0.29324430227279663, 0.026016416028141975, -0.1764487773180008, 0.05065623298287392, 0.30433836579322815, -0.3313271701335907, 0.15906760096549988, 0.16377247869968414, -0.1197841614484787, -0.2838061451911926, -0.24868783354759216, 0.40801000595092773, -0.3866671919822693, -0.4484691023826599, -0.10344638675451279, -0.19615590572357178, -0.039378102868795395, -0.12529313564300537, -0.07985819876194, -0.20073118805885315, -0.08705642074346542, 0.1707237958908081, -0.12682385742664337, 0.1209268569946289, 0.11909440159797668, 0.07846824079751968, -0.06972362846136093, 0.35025539994239807, -0.013959544710814953, 0.27234333753585815, 0.07560725510120392, -0.10708890855312347, 0.12536463141441345, 0.022270234301686287, 0.03663983196020126, 0.3614715039730072, 0.5692368149757385, 0.17577911913394928, -0.016765164211392403, 0.3251171410083771, 0.3360489010810852, 0.0303902979940176, 0.19180893898010254, 0.2597644329071045, 0.1538516879081726, 0.05548768490552902, 0.022756194695830345, -0.346599817276001, 0.342031329870224, -0.1071423664689064, -0.24376685917377472, -0.3290401101112366, -0.2873366177082062, 0.13593587279319763, 0.020852522924542427, -0.24641869962215424, -0.012088436633348465, 0.030148956924676895, 0.2302720546722412, 0.24664872884750366, 0.27365610003471375, 1.0585813522338867, 0.1430809199810028, 0.20457610487937927, 0.24829919636249542, -0.029290078207850456, 0.43889668583869934, -0.23281759023666382, 0.037049587815999985, -0.09799034893512726, 0.20295119285583496, -0.12269137799739838, 0.0798465684056282, 0.31724631786346436, 0.09863187372684479, -0.416439950466156, -0.041708171367645264, -0.25621265172958374, 0.4019792675971985, -0.07393418997526169, 0.40418651700019836, -0.11769437044858932, -0.15583109855651855, 0.24685119092464447, 0.2411915808916092, -0.13358327746391296, -0.02548373118042946, -0.26600876450538635, 0.14816367626190186, -0.11336687207221985, -0.09188137203454971, 0.3699305057525635, -0.013202245347201824, -0.48076361417770386, -0.19722914695739746, -0.3124600648880005, -0.25423598289489746, -0.14703309535980225, -0.01882818341255188, 0.01053027343004942, -0.1360606998205185, -0.03606423735618591, 0.1612042933702469, -0.2910243570804596, 0.03842686116695404, -0.2136307656764984, -0.17356924712657928, 0.34367436170578003, -0.18791167438030243, -0.05831298604607582, 0.08720880001783371, -0.48325565457344055, -0.20552974939346313, 0.12666422128677368, 0.451833575963974, -0.0738472118973732, -0.16902998089790344, -0.01658608578145504, 0.16353996098041534, -0.16937939822673798, -0.1899544894695282, 0.16630272567272186, 0.06661084294319153, 0.005521475337445736, 0.06871688365936279, 0.07271618396043777, -0.4306178092956543, -0.24119852483272552, -0.11392422020435333, 0.10136933624744415, -0.047777093946933746, 0.2533344626426697, -0.42853179574012756, -0.10855567455291748, -0.3468192219734192, 0.03129446506500244, -0.06889752298593521, -0.09955963492393494, -0.22835536301136017, 0.10309708118438721, -0.2043447643518448, 0.4759904444217682, 0.41145357489585876, 0.08590546250343323, 0.426235169172287, -0.26273876428604126, -0.35812830924987793, -0.45734351873397827, -0.011910783126950264, -0.08344730734825134, 0.031825147569179535, 0.3912948668003082, 0.28561466932296753, -0.17007440328598022, 0.30319148302078247, -0.4142216742038727, -0.19085566699504852, -0.009351938031613827, 0.2901521325111389, -0.06799910217523575, -0.06146152690052986, 0.03526320308446884, 0.11297297477722168, 0.002710445784032345, 0.2552156150341034, -0.3836158812046051, -0.2254730761051178, -0.10144202411174774, 0.15836922824382782, 0.19728729128837585, -0.0017907341243699193, -0.4058223366737366, 0.10724092274904251, -0.023091865703463554, -0.1071275994181633, 0.15039095282554626, -0.1931675374507904, -0.06229965761303902, -0.2445773482322693, 0.18554987013339996, 0.2667601704597473, -0.15656329691410065, -0.08637379109859467, 0.3189535140991211, 0.1552029252052307, 0.08402938395738602, 0.30239325761795044, -0.46109461784362793, -0.1099310889840126, 0.3335071802139282, 0.4990299642086029, 0.5028632283210754, -0.1678297072649002, 0.24440322816371918, 0.1658150553703308, 0.07936431467533112, -0.18207502365112305, -0.03727395460009575, 0.12396083027124405, 0.08894636482000351, -0.20128896832466125, 0.2906246781349182, 0.21999217569828033, 0.04299410432577133, -0.11056726425886154, 0.06615500152111053, 0.15005408227443695, 0.3319050371646881, 0.41900840401649475, 0.5050323009490967, 0.47854146361351013, 0.14877113699913025, 0.07405543327331543, 0.4788590669631958, -0.02062333934009075, -0.028324853628873825, 0.00709316274151206, -0.09625463932752609, 0.290383905172348, 0.7524296045303345, 0.06723488867282867, 0.2947927415370941, -0.19064843654632568, -0.2682497501373291, 0.5930061936378479, 0.41823261976242065, 0.31640294194221497, -0.06612341850996017, -0.5725662112236023, 0.03261125087738037, 0.38668057322502136, 0.042189911007881165, 0.2902767062187195, 0.02517998404800892, -0.11082936078310013, -0.6388460993766785, 0.22512587904930115, -0.08027820289134979, -0.10929393768310547, 0.0017907880246639252, 0.08031999319791794, -0.46489256620407104, -0.25173428654670715, -0.11619322746992111, -0.2340824007987976, 0.16001377999782562, -0.11056797206401825, 0.6130280494689941, -0.37751448154449463, -0.25522369146347046, 0.059927333146333694, -0.1081128716468811, 0.473152220249176, -0.0007389249512925744, -0.17432372272014618, 0.06276828050613403, -0.16654792428016663, -0.030559953302145004, 0.05596937984228134, 0.4061281085014343, 0.16998882591724396, 0.06132124736905098, 0.002255714498460293, 0.23686371743679047, 0.002236973959952593, -0.051533445715904236, -0.199181467294693, -0.05359044671058655, 0.29947155714035034, 0.06884721666574478, 0.1611359864473343, 0.11702527850866318, -0.3238483965396881, -0.2965773940086365, 0.20810547471046448, 0.1933220624923706, -0.31712111830711365, 0.04190729185938835, 0.38149145245552063, 0.0309610553085804, 0.13990511000156403, 0.35207414627075195, -0.31186455488204956, -0.11804361641407013, 0.2694205045700073, -0.05163581296801567, 0.021114757284522057, -0.2530894875526428, 0.107684426009655, 0.08202259987592697, 0.24422606825828552, 0.21656258404254913, 0.043018557131290436, -0.15284527838230133, -0.25132453441619873, -0.4169979691505432, 0.22619758546352386, -0.14404314756393433, 0.25442972779273987, 0.12901833653450012, -0.10128730535507202, 0.048803895711898804, 0.14557987451553345, 0.19167637825012207, -0.006008506752550602, 0.2193022221326828, -0.03666338697075844, -0.06918446719646454, 0.09410499781370163, -0.09103173017501831, 0.08510029315948486, 0.039622288197278976, -0.23643706738948822, 0.018579615280032158, 0.06793614476919174, 0.07455223053693771, 0.07571466267108917, -0.26810282468795776, 0.2046910673379898, 0.020240791141986847, 0.8962312340736389, 0.13178426027297974, 0.13015753030776978, -0.1945142298936844, 0.15701089799404144, -0.08543895184993744, 0.32594990730285645, -0.21820276975631714, -0.26095718145370483, 0.05900508910417557, -0.10027942806482315, -0.10101445019245148, 0.045629557222127914, -0.08013112843036652, 0.10773908346891403, -0.158390611410141, -0.13183645904064178, 0.06492139399051666, -0.002425794256851077, -0.28489047288894653, -0.061232052743434906, -0.008571337908506393, 0.2367904633283615, 0.379001259803772, -0.02982514351606369, -0.3188173472881317, 0.07604268938302994, 0.10901930928230286, 0.1809592843055725, 0.10182922333478928, -0.060959529131650925, 0.19259057939052582, -0.11394854635000229, -0.1319718211889267, -0.2483634203672409, -0.15451620519161224, 0.19118335843086243, -0.05455143004655838, -0.05054960399866104, -0.16342191398143768, -0.10865667462348938, -0.1858462691307068, -0.327966570854187, 0.5077142715454102, 0.04665770381689072, 0.12994550168514252, -0.020423613488674164, -0.21711640059947968 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Data_Providers#consuming-a-data-provider
Consuming a Data Provider To consume a data provider, implement the DataProviderDependentInterface in your components and specify a list of data providers to use. As an example, let's update the TimeOfTheDay condition to fetch the current DateTime from our new provider: <?php // src/Targeting/Condition/TimeOfTheDay.php namespace App\Targeting\Condition; use App\Targeting\DataProvider\DateTime; use Pimcore\Bundle\PersonalizationBundle\Targeting\Condition\AbstractVariableCondition; use Pimcore\Bundle\PersonalizationBundle\Targeting\DataProviderDependentInterface; use Pimcore\Bundle\PersonalizationBundle\Targeting\Model\VisitorInfo; class TimeOfTheDay extends AbstractVariableCondition implements DataProviderDependentInterface { // ... public function getDataProviderKeys(): array { return [DateTime::PROVIDER_KEY]; } public function match(VisitorInfo $visitorInfo): bool { $dateTime = $visitorInfo->get(DateTime::PROVIDER_KEY); if (!$dateTime) { // provider did not provide a valid date - nothing to match against return false; } $hour = (int)$dateTime->format('H'); if ($hour >= $this->hour) { $this->setMatchedVariable('hour', $hour); return true; } return false; } } As you can see, instead of creating a new DateTime instance, the condition now expects an instance on the DateTime::PROVIDER_KEY storage on the VisitorInfo. The targeting engine takes care of loading every provider the condition depends on before starting to match. The DataProviderDependentInterface can not only be used from conditions, but also from action handlers and other data providers (a data provider can depend on another data providers' data).
Consuming a Data Provider
[ -0.40255215764045715, 0.25560134649276733, -0.08385717123746872, 0.14368896186351776, 0.04322975501418114, -0.5187664031982422, 0.22829745709896088, -0.0338129997253418, -0.3120606541633606, 0.2062126249074936, -0.15209275484085083, 0.12625153362751007, -0.0035904108081012964, 0.11617109179496765, -0.19864273071289062, 0.0670497715473175, -0.028881141915917397, 0.5000405311584473, -0.4894532561302185, 0.2616436183452606, 0.02458694763481617, -0.09905300289392471, 0.22725529968738556, 0.09332338720560074, -0.11970015615224838, -0.048893172293901443, -0.16520564258098602, -0.07157912105321884, -0.10949987173080444, -0.3029782176017761, 0.12244140356779099, 0.25827285647392273, -0.02817356400191784, 0.22507601976394653, -0.00010137415665667504, -0.04524099826812744, -0.13425372540950775, -0.18849404156208038, -0.3079722821712494, 0.2916380763053894, -0.13493679463863373, -0.3036021590232849, -0.03941626474261284, -0.24941898882389069, -0.276001513004303, 0.17778988182544708, -0.1954202800989151, 0.0345410481095314, 0.2470984309911728, 0.272808700799942, 0.26835063099861145, 0.32714295387268066, -0.20619362592697144, -0.02169850468635559, 0.06715015321969986, 0.3214573860168457, 0.005886576138436794, -0.20832286775112152, 0.2594442069530487, -0.13958418369293213, 0.1998097151517868, 0.11657875776290894, -0.08111917227506638, 0.0907135158777237, 0.3250649571418762, 0.02728104777634144, 0.4227326810359955, 0.09002199023962021, -0.17699037492275238, 0.13773319125175476, 0.38954228162765503, 0.18448317050933838, -0.10637568682432175, -0.2006252557039261, -0.2109827697277069, 0.021590789780020714, 0.11131385713815689, -0.2673502266407013, -0.006333764176815748, 0.21758024394512177, 0.35816580057144165, 0.11655132472515106, -0.09043299406766891, 0.08176371455192566, 0.07996618747711182, 0.39862966537475586, -0.0015050140209496021, -0.11050531268119812, 0.06916789710521698, -0.296482652425766, 0.14775606989860535, 0.025916773825883865, 0.09186651557683945, 0.1831701695919037, 0.27125975489616394, -0.427328884601593, -0.43993788957595825, 0.10592282563447952, 0.19757072627544403, -0.0008718305616639555, 0.21580712497234344, 0.259513258934021, 0.03680146485567093, 0.006626591552048922, 0.35748091340065, -0.06509551405906677, -0.057565975934267044, -0.08429666608572006, -0.034507106989622116, 0.14341241121292114, 0.09174569696187973, 0.011839321814477444, 0.22482113540172577, -0.028230713680386543, -0.14741307497024536, 0.12681595981121063, 0.14715424180030823, 0.20005041360855103, -0.08831299841403961, -0.014561876654624939, 0.07780850678682327, 0.018546294420957565, 0.35276347398757935, 0.36035799980163574, -0.4113216698169708, 0.24401047825813293, -0.10890063643455505, -0.15472158789634705, -0.29647156596183777, -0.49774956703186035, -0.18753929436206818, -0.02258022129535675, -0.0898863822221756, 0.03221120312809944, 0.1813683956861496, 0.1897723376750946, -0.01587887480854988, 0.14005722105503082, 0.3711880147457123, -0.22897322475910187, 0.10201533883810043, 0.06663797795772552, -0.13831450045108795, -0.0953666940331459, -0.18912923336029053, -0.21653428673744202, 0.15310388803482056, 0.03148433193564415, -0.25226786732673645, -0.20115196704864502, 0.07216287404298782, -0.36054807901382446, 0.16035565733909607, 0.36270779371261597, -0.01505664549767971, 0.010964300483465195, 0.3672591745853424, 0.01377403736114502, -0.007731354795396328, -0.4215070903301239, -0.08556804805994034, 0.08636368066072464, -0.07254713028669357, -0.21264152228832245, 0.13601408898830414, 0.42091041803359985, 0.023300906643271446, -0.0804973617196083, -0.15798863768577576, -0.1913166046142578, -0.13427555561065674, -0.31716522574424744, -0.24622592329978943, -0.054064080119132996, 0.08178966492414474, -0.5499669313430786, 0.13006523251533508, -0.06787827610969543, -0.34488531947135925, -0.07528609782457352, -0.45481404662132263, 0.24760259687900543, 0.14447596669197083, 0.13998359441757202, 0.17880932986736298, -0.20505541563034058, -0.09297092258930206, 0.1508200466632843, -0.10211048275232315, -0.06584228575229645, -0.024145154282450676, -0.1822046935558319, -0.3362748920917511, 0.028396662324666977, 0.22041431069374084, 0.1377779096364975, 0.09887677431106567, 0.4174349308013916, -0.009283187799155712, 0.13258448243141174, 0.2967391312122345, 0.012112784199416637, 0.321795254945755, 0.11625928431749344, 0.1397896409034729, -0.012913169339299202, -0.08481121063232422, 0.11737978458404541, -0.14376099407672882, -0.11949916929006577, 0.3714207112789154, -0.5023863315582275, -0.2784309387207031, 0.16444307565689087, -0.01629299856722355, -0.05131605267524719, 0.3123490810394287, 0.3615686893463135, -0.028702694922685623, -0.42049530148506165, 0.03520374000072479, 0.4624069333076477, 0.08742713928222656, 0.0917135626077652, 0.24717965722084045, -0.18204301595687866, -0.24617329239845276, 0.1698443740606308, -0.02542710117995739, 0.10445612668991089, 0.1405434012413025, 0.073590949177742, 0.17690303921699524, 0.09429427981376648, 0.2881108224391937, 0.38462454080581665, -0.1503862589597702, 0.32552027702331543, 0.1536547988653183, -0.17160660028457642, 0.09629085659980774, 0.37461286783218384, 0.27497580647468567, 0.011766070500016212, 0.12881320714950562, 0.653518795967102, -0.12646786868572235, 0.08581902086734772, -0.0465117022395134, 0.11642254889011383, 0.40997400879859924, -0.10296574234962463, -0.1935139149427414, -0.5371755361557007, -0.14048710465431213, 0.16518600285053253, 0.12156062573194504, 0.12397714704275131, -0.33482810854911804, 0.3927457630634308, 0.00016490583948325366, 0.1596859097480774, -0.01989060267806053, -0.2039894014596939, -0.179860457777977, -0.22592975199222565, 0.03761518374085426, 0.0745413601398468, 0.18391147255897522, 0.28317132592201233, 0.16837188601493835, -0.13012918829917908, 0.06176309660077095, 0.005115889478474855, 0.20728127658367157, 0.07091397047042847, -0.35775214433670044, -0.06016967073082924, -0.03125344216823578, 0.12042644619941711, 0.25249308347702026, -0.1636078953742981, 0.1034972220659256, 0.008263899944722652, -0.17453935742378235, -0.13684137165546417, -0.23287883400917053, -0.0065997266210615635, 0.11077980697154999, -0.2411007583141327, 0.05800469219684601, -0.17392629384994507, 0.34870100021362305, 0.28535333275794983, -0.09436764568090439, -0.07252366840839386, 0.05465510115027428, 0.6533632874488831, -0.24321018159389496, 0.0030512770172208548, -0.19910281896591187, -0.2147395759820938, -0.2040935456752777, 0.229635089635849, -0.13288842141628265, 0.14494574069976807, 0.07320188730955124, -0.2752237617969513, 0.25464221835136414, -0.17556500434875488, -0.05593249201774597, 0.3332709074020386, 0.0894087627530098, 0.41101065278053284, -0.12416448444128036, 0.036955706775188446, -0.019946390762925148, 0.2020009607076645, 0.09908187389373779, -0.022086087614297867, -0.18223318457603455, -0.036580640822649, -0.21250297129154205, 0.46101319789886475, -0.11213915795087814, 0.018144793808460236, -0.43626880645751953, -0.2691953778266907, -0.39546069502830505, 0.08555784076452255, 0.18643677234649658, -0.07312444597482681, -0.03612162172794342, 0.050880540162324905, -0.25735586881637573, 0.22635520994663239, -0.4545590579509735, 0.042942751199007034, 0.07406508177518845, -0.43789759278297424, -0.0518236979842186, -0.10034780204296112, -0.24861860275268555, 0.13418519496917725, -0.0822690799832344, -0.07017548382282257, -0.5276384353637695, 0.18810641765594482, -0.12088421732187271, -0.2961859703063965, -0.42860177159309387, 0.45210060477256775, 0.09515658766031265, -0.16936548054218292, -0.1617845594882965, 0.07524232566356659, 0.17052122950553894, 0.10928180068731308, 0.07958705723285675, -0.09610792249441147, -0.033989958465099335, 0.14464563131332397, 1.184769868850708, -0.07219094783067703, -0.190640389919281, 0.3110949695110321, -0.11121737957000732, 0.2214188426733017, 0.17403706908226013, -0.04314985126256943, -0.2526160180568695, 0.05492608994245529, 0.05683646723628044, 0.23101185262203217, -0.1655661165714264, -0.08785027265548706, -0.20563508570194244, -0.17773209512233734, -0.4334445893764496, -0.3924826681613922, 0.08961863070726395, -0.03130963072180748, 0.26587939262390137, 0.02803276851773262, 0.11961981654167175, -0.3225853443145752, -0.10509275645017624, -0.02387714385986328, 0.3861960172653198, -0.12997323274612427, 0.06576163321733475, -0.05862806737422943, -0.06114060804247856, -0.11148244142532349, 0.27644312381744385, -0.2539736032485962, 0.014986224472522736, 0.09569940716028214, -0.24958498775959015, 0.07194773107767105, -0.3250126838684082, 0.10544045269489288, -0.0845683142542839, 0.17361679673194885, 0.06477373838424683, -0.25919947028160095, -0.06217901408672333, 0.25234997272491455, -0.1987319141626358, -0.4022757112979889, -0.12990061938762665, 0.2160298228263855, -0.33844929933547974, -0.35427388548851013, -0.13603442907333374, -0.08825117349624634, -0.15275238454341888, 0.08619783818721771, 0.11993800848722458, -0.14206621050834656, -0.20219774544239044, 0.42093488574028015, -0.16094990074634552, 0.1617162823677063, 0.2479202300310135, 0.05471204221248627, -0.148703470826149, 0.30085551738739014, 0.012023520655930042, 0.09533204138278961, 0.19062674045562744, -0.09140700846910477, 0.1914646476507187, -0.07874639332294464, -0.055260661989450455, 0.40283703804016113, 0.28920888900756836, 0.12177665531635284, -0.08809924870729446, -0.014765046536922455, 0.32282668352127075, 0.08350761234760284, 0.29660722613334656, 0.26176053285598755, 0.13304589688777924, 0.038966815918684006, -0.07547278702259064, -0.07234138250350952, 0.41988471150398254, -0.23853208124637604, -0.27962490916252136, -0.08393103629350662, -0.2840735912322998, -0.11870996654033661, -0.1271430253982544, -0.2358197420835495, -0.10318274050951004, 0.04621829465031624, 0.07122550159692764, 0.39154374599456787, 0.6250216960906982, 0.9068881869316101, 0.28419026732444763, 0.18114180862903595, 0.29989302158355713, -0.26437047123908997, 0.14476263523101807, -0.1391068398952484, 0.10658636689186096, -0.18663206696510315, 0.10555756837129593, -0.030722787603735924, 0.041791368275880814, 0.041389089077711105, 0.33612391352653503, -0.3952995538711548, -0.08171623200178146, -0.17358650267124176, 0.29465174674987793, 0.015025407075881958, 0.3560750484466553, -0.21771925687789917, -0.2161862552165985, 0.31520959734916687, 0.2798894941806793, -0.25860902667045593, 0.060412872582674026, -0.19829335808753967, 0.052833933383226395, -0.10168273746967316, -0.17226062715053558, 0.2148118019104004, -0.0788496732711792, -0.42778199911117554, -0.21483594179153442, -0.3363242745399475, -0.3365284502506256, -0.27727049589157104, -0.0034975700546056032, 0.14095549285411835, 0.07868383079767227, 0.018469350412487984, 0.27343976497650146, -0.052958354353904724, 0.0016606281278654933, -0.1933295577764511, -0.19107884168624878, 0.20042704045772552, -0.1839066743850708, 0.022688839584589005, -0.10691286623477936, -0.15346010029315948, -0.265819787979126, 0.16760601103305817, 0.20956657826900482, -0.1821133941411972, -0.03505023196339607, -0.0853947177529335, 0.13884198665618896, -0.10570038855075836, -0.28652065992355347, 0.2202472686767578, 0.0015547951916232705, -0.14290852844715118, 0.22923041880130768, 0.06469555199146271, -0.21004530787467957, -0.25794926285743713, -0.18187585473060608, 0.13394424319267273, 0.011230118572711945, 0.16333408653736115, -0.24556078016757965, -0.08049369603395462, -0.4228656589984894, 0.07751752436161041, -0.07440027594566345, -0.1709616333246231, -0.366812527179718, 0.03489099070429802, -0.25024041533470154, 0.5256608128547668, 0.47970589995384216, 0.2977331876754761, 0.16325271129608154, -0.1936596781015396, -0.25926944613456726, -0.46169963479042053, 0.26452508568763733, 0.03622818365693092, -0.006104656495153904, 0.3716506063938141, 0.25807783007621765, -0.36168134212493896, 0.5273458361625671, -0.49511370062828064, -0.2522384524345398, 0.0009404296870343387, 0.24340465664863586, -0.132191002368927, -0.23039937019348145, 0.02207023836672306, 0.25518015027046204, 0.13013102114200592, 0.18462258577346802, -0.31719136238098145, -0.241826593875885, -0.06702849268913269, 0.11260297894477844, -0.08365420252084732, 0.22252318263053894, -0.45067527890205383, 0.17238306999206543, -0.05562182515859604, -0.13403642177581787, 0.05921204015612602, -0.10755069553852081, -0.07785778492689133, -0.3512519598007202, 0.0828789621591568, 0.20538677275180817, -0.18367713689804077, -0.12604586780071259, 0.277479887008667, -0.06478621810674667, 0.09732750803232193, 0.3180939555168152, -0.28743770718574524, -0.1775277853012085, 0.5040526390075684, 0.3913325071334839, 0.44271209836006165, -0.09794463217258453, 0.15574674308300018, 0.33362653851509094, -0.07389305531978607, 0.05085207149386406, 0.11925680935382843, 0.08961256593465805, 0.22290828824043274, -0.004703934770077467, 0.32025793194770813, 0.3425573408603668, -0.18451736867427826, -0.19437503814697266, 0.04460250958800316, -0.23447084426879883, 0.30908146500587463, 0.5396949052810669, 0.4132838249206543, 0.3148021996021271, 0.4731624126434326, 0.18815839290618896, 0.3418474495410919, -0.14690080285072327, -0.016363563016057014, 0.08102021366357803, -0.16413992643356323, 0.0762815773487091, 0.6164317727088928, 0.16761921346187592, 0.5708312392234802, -0.14495493471622467, -0.2785395681858063, 0.32471826672554016, 0.313503235578537, 0.10199359059333801, -0.046787332743406296, -0.35334527492523193, -0.001943774870596826, 0.20749884843826294, 0.0844881609082222, 0.33017322421073914, -0.015260049141943455, 0.12313025444746017, -0.48269641399383545, 0.25436872243881226, -0.28046470880508423, -0.0356578566133976, 0.04306715726852417, 0.06077613681554794, -0.20666447281837463, -0.30589449405670166, -0.19603528082370758, -0.18339583277702332, 0.2083302140235901, -0.1601070910692215, 0.2178323119878769, -0.35229170322418213, 0.11029374599456787, 0.04863789305090904, -0.06815257668495178, 0.27383533120155334, -0.11992034316062927, -0.2594914734363556, 0.021848205476999283, -0.2643069624900818, 0.09415609389543533, 0.062360700219869614, 0.1366816908121109, -0.05991493538022041, -0.13360443711280823, -0.18480075895786285, 0.1802716851234436, -0.03870541974902153, -0.04874083772301674, -0.3150952458381653, -0.11523764580488205, 0.2528844475746155, 0.02464955486357212, 0.4501248598098755, 0.20698511600494385, -0.39282459020614624, -0.37619537115097046, 0.07771085947751999, -0.052035845816135406, -0.41281625628471375, 0.1358795166015625, 0.45005396008491516, 0.10240728408098221, -0.01984480768442154, 0.1349954605102539, -0.2964249551296234, -0.31637048721313477, 0.07157433032989502, -0.1710059940814972, 0.09019219875335693, -0.2714803218841553, 0.1411188691854477, 0.09010138362646103, 0.03433356061577797, -0.05364038795232773, 0.07236329466104507, -0.11039318889379501, -0.2271251380443573, -0.5297173261642456, 0.3532179892063141, -0.19308041036128998, 0.21067553758621216, 0.07403390109539032, -0.07587579637765884, 0.2778680920600891, 0.33788469433784485, 0.355534166097641, 0.05330462381243706, 0.14270856976509094, 0.07160601764917374, -0.04257736727595329, 0.05110983923077583, -0.09292178601026535, 0.14251908659934998, 0.20469267666339874, -0.2022310495376587, -0.08272690325975418, 0.1435815840959549, 0.24011461436748505, 0.08825059235095978, -0.46173185110092163, 0.305031955242157, -0.2795453667640686, 0.6864418983459473, -0.07427193224430084, 0.13054393231868744, -0.16670078039169312, 0.11064498126506805, -0.10458850860595703, 0.10376748442649841, -0.35498788952827454, -0.25901007652282715, -0.06656919419765472, 0.020060628652572632, -0.20177340507507324, 0.2116706669330597, -0.03292732685804367, 0.1014992818236351, 0.13271266222000122, -0.25900810956954956, 0.13090543448925018, 0.10931431502103806, -0.24152711033821106, -0.03462483361363411, -0.10037074238061905, 0.25780221819877625, 0.2723151743412018, 0.07289140671491623, -0.3752763271331787, -0.03901984170079231, 0.20342864096164703, 0.09512557834386826, -0.07912850379943848, -0.009625809267163277, 0.2631088197231293, -0.1105511412024498, -0.18994206190109253, 0.03886961564421654, -0.14944976568222046, 0.12480513751506805, 0.0038897537160664797, 0.21267621219158173, -0.3225973844528198, -0.03440618887543678, -0.12382728606462479, -0.27386903762817383, 0.3496406078338623, 0.1918281614780426, 0.1073550134897232, -0.2121359407901764, -0.17812111973762512 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Action_Handlers#action-handlers
Action Handlers After a targeting rule matched it executes one or more actions as configured in the admin UI. These actions are actually executed by action handlers, which are services implementing the ActionHandlerInterface. As with conditions, an action handler consists of 2 parts: A PHP class implementing the ActionHandlerInterface. Have a look at existing implementations to get an idea how to implement your own action handlers. A frontend JS class defining the admin UI for your action handler as shown on the actions tab of a targeting rule. You can have a look at Pimcore's core actions for UI examples and at the Customer Management Framework as example for a third-party integration.
Action Handlers
[ 0.38036465644836426, -0.45247963070869446, -0.09869949519634247, 0.06220480054616928, -0.17670482397079468, -0.3701741397380829, 0.19361649453639984, -0.07111460715532303, 0.08211949467658997, -0.0017893417971208692, -0.07878431677818298, 0.11182861775159836, -0.018852977082133293, 0.19577953219413757, 0.10442686080932617, 0.09434976428747177, -0.07956529408693314, -0.035680025815963745, -0.04617880657315254, 0.1007450744509697, 0.2564849853515625, -0.039019711315631866, 0.13137498497962952, 0.589869499206543, -0.18387523293495178, -0.1644725501537323, -0.09591211378574371, 0.14171326160430908, -0.032017044723033905, -0.17547953128814697, 0.015789438039064407, 0.1302645206451416, -0.1313600242137909, 0.12226993590593338, -0.0001043886732077226, -0.21058885753154755, 0.037697941064834595, -0.08721517771482468, 0.2197205275297165, 0.07460147887468338, -0.2872001528739929, -0.3358769416809082, -0.1222430020570755, -0.18337635695934296, 0.467733234167099, 0.4074957072734833, -0.1717841923236847, 0.27550002932548523, 0.43384185433387756, 0.1599651426076889, 0.2706246078014374, -0.08058854937553406, -0.14684607088565826, 0.11156629025936127, 0.059207893908023834, 0.2102544903755188, 0.2207494080066681, -0.3501894474029541, 0.04301663115620613, -0.34122729301452637, -0.0016760460566729307, -0.17335663735866547, -0.31256940960884094, -0.06181137263774872, -0.09945674985647202, -0.08319225907325745, 0.2325509488582611, -0.12254579365253448, -0.003650559578090906, 0.0012673960300162435, 0.020788397639989853, 0.09842634201049805, 0.12742879986763, -0.30820977687835693, -0.16243129968643188, 0.3104088008403778, 0.10756376385688782, 0.04689837992191315, -0.08599496632814407, 0.015274910256266594, 0.0890168622136116, 0.02069145441055298, 0.0750955119729042, -0.28819921612739563, -0.0734986886382103, 0.3495384752750397, -0.2199041247367859, -0.054949432611465454, 0.08743435889482498, 0.020249325782060623, 0.38410869240760803, -0.041253723204135895, 0.025705020874738693, 0.4142495095729828, 0.03261236473917961, -0.3061794936656952, -0.09995663911104202, 0.29361215233802795, 0.11725159734487534, 0.053298141807317734, 0.38962703943252563, 0.3632500469684601, -0.27645444869995117, 0.3696114718914032, 0.07928136736154556, -0.05775780230760574, 0.20299182832241058, 0.07337851822376251, 0.21766838431358337, -0.06706811487674713, -0.018688594922423363, 0.09072522073984146, 0.18478333950042725, 0.08315159380435944, -0.31460732221603394, -0.040448978543281555, 0.046572260558605194, 0.13827165961265564, -0.062324244529008865, 0.3717780113220215, -0.2612152397632599, -0.20023341476917267, 0.12425748258829117, 0.13938529789447784, -0.3101564347743988, 0.029454877600073814, 0.00545270973816514, -0.43727222084999084, -0.12832190096378326, -0.04607362672686577, 0.0433657243847847, 0.005110773257911205, -0.007459848187863827, 0.09551829844713211, -0.07767222821712494, 0.43068090081214905, 0.1851090043783188, 0.2526363432407379, 0.3200417757034302, -0.3912216126918793, 0.3358437120914459, 0.07664963603019714, 0.11285383254289627, 0.2494937926530838, 0.08534911274909973, -0.09307293593883514, 0.1642119586467743, -0.181916743516922, -0.08638692647218704, 0.09326370805501938, -0.2284521609544754, -0.07658720761537552, 0.4351993799209595, 0.2421487718820572, -0.21338365972042084, 0.02198571152985096, 0.18341267108917236, 0.15206289291381836, -0.21201108396053314, -0.07195683568716049, 0.47580084204673767, 0.2096870094537735, 0.25888192653656006, -0.2149452418088913, -0.02792808972299099, 0.6794941425323486, 0.09080808609724045, -0.06755319237709045, -0.06403332948684692, -0.25090205669403076, 0.11406375467777252, -0.4927854537963867, -0.28396618366241455, 0.12337587028741837, -0.08764208853244781, 0.2868066430091858, 0.13481514155864716, 0.01525036245584488, 0.17476773262023926, -0.2949613630771637, -0.21085989475250244, 0.3364197313785553, 0.059160131961107254, -0.06708264350891113, -0.32094842195510864, -0.13525885343551636, -0.21946123242378235, 0.0819200798869133, -0.20175865292549133, -0.057761840522289276, 0.1989375650882721, 0.38735532760620117, -0.5983229875564575, -0.10736412554979324, 0.24336853623390198, -0.1670641154050827, 0.22236913442611694, 0.19164758920669556, -0.12881414592266083, 0.2202479988336563, 0.031246576458215714, -0.3334379494190216, -0.06398314237594604, 0.2603084444999695, 0.09252867102622986, -0.1767960786819458, -0.02903960645198822, 0.07723944634199142, -0.5124148726463318, -0.14781391620635986, 0.3059495687484741, 0.041961293667554855, -0.20071429014205933, 0.27065396308898926, -0.15562112629413605, -0.39088237285614014, 0.23308125138282776, 0.2608981728553772, -0.48157280683517456, -0.606951117515564, -0.48361465334892273, 0.5583395957946777, -0.1671060025691986, -0.04501312971115112, 0.40675580501556396, -0.1401381641626358, -0.11537908017635345, 0.16528750956058502, -0.3279607892036438, -0.3612843155860901, 0.1559002548456192, -0.018083473667502403, -0.021140247583389282, 0.3747861385345459, 0.7164970636367798, 0.08551858365535736, 0.6162126064300537, 0.15055915713310242, 0.20788449048995972, 0.16105714440345764, 0.06212710589170456, 0.1488010734319687, 0.24615953862667084, -0.058037664741277695, 0.036409422755241394, 0.548025906085968, -0.156153604388237, 0.15578152239322662, -0.06289326399564743, -0.09684120863676071, -0.035815805196762085, 0.19595424830913544, -0.08732355386018753, -0.04100949317216873, -0.32279908657073975, 0.3161690831184387, 0.002857253421097994, -0.013371873646974564, -0.16738927364349365, 0.1335078775882721, 0.007717043161392212, -0.359078973531723, 0.07237070053815842, 0.0559878945350647, -0.04724643751978874, -0.02602003887295723, -0.17579957842826843, 0.16198892891407013, 0.08567377179861069, 0.08633576333522797, 0.002304326742887497, -0.025119643658399582, 0.16091203689575195, -0.14220163226127625, 0.22790858149528503, 0.15765425562858582, -0.35605090856552124, -0.1729579120874405, -0.08397108316421509, 0.17149986326694489, -0.110195592045784, -0.3164741098880768, 0.04716869443655014, -0.29026585817337036, -0.1274859756231308, -0.1262349933385849, -0.11684003472328186, -0.124178946018219, -0.03277426213026047, -0.25729256868362427, -0.26238417625427246, 0.08071243017911911, 0.07908625900745392, -0.16118650138378143, 0.007039627060294151, -0.10521135479211807, -0.20960265398025513, 0.577669620513916, -0.16668805480003357, 0.4646669328212738, -0.24890737235546112, -0.09173060208559036, -0.11891552805900574, 0.19203968346118927, -0.004726123996078968, 0.023747723549604416, -0.04198312759399414, 0.038274697959423065, 0.22565077245235443, 0.040271129459142685, -0.38347089290618896, 0.35020333528518677, 0.004402979277074337, 0.0688793882727623, 0.17839960753917694, -0.0803985595703125, -0.4362456798553467, 0.13694827258586884, 0.049293749034404755, 0.02170930989086628, -0.18589788675308228, -0.3076293468475342, 0.17918695509433746, 0.3091503083705902, -0.07895097136497498, 0.16037438809871674, 0.012280271388590336, -0.033959098160266876, -0.13187389075756073, 0.12676456570625305, 0.40284469723701477, -0.26745009422302246, -0.25632455945014954, 0.2893545925617218, -0.45091336965560913, 0.2516910135746002, -0.2485949844121933, 0.1711636185646057, 0.13622574508190155, -0.28329864144325256, 0.07133138179779053, -0.12171093374490738, 0.24822980165481567, -0.17933601140975952, -0.4627964198589325, 0.03841236233711243, -0.3804323077201843, 0.014462726190686226, -0.08736180514097214, -0.14374755322933197, 0.24348001182079315, 0.31581780314445496, 0.24928787350654602, -0.2934010922908783, -0.31106477975845337, -0.20135508477687836, 0.15009349584579468, 0.00040441384771838784, -0.07736152410507202, -0.08983975648880005, -0.23573267459869385, -0.017419371753931046, 0.710180401802063, -0.41379496455192566, 0.15835532546043396, 0.24539078772068024, 0.30480438470840454, -0.013905784115195274, 0.13686861097812653, 0.20795957744121552, -0.1535404473543167, -0.029709024354815483, -0.04336216673254967, 0.27214139699935913, 0.15532071888446808, -0.014860434457659721, -0.34482038021087646, -0.29275766015052795, -0.5359746217727661, -0.15213388204574585, 0.012170137837529182, 0.07297082990407944, -0.02116994746029377, -0.17599497735500336, -0.09427222609519958, 0.019120655953884125, 0.4284786283969879, 0.11452437937259674, 0.1386352777481079, 0.4089230000972748, -0.022020800039172173, -0.1698795109987259, -0.4674825668334961, 0.5303186178207397, 0.30520814657211304, -0.08189955353736877, -0.18294113874435425, 0.043905310332775116, -0.5187597870826721, 0.06446840614080429, -0.2154390960931778, 0.20304401218891144, 0.0739593505859375, -0.07251875102519989, -0.24808399379253387, -0.10220110416412354, 0.36991891264915466, -0.10402929782867432, -0.22177161276340485, -0.022941576316952705, 0.38433384895324707, 0.13251341879367828, 0.04634968563914299, -0.15519970655441284, -0.2919968068599701, -0.30987706780433655, -0.053879376500844955, -0.02431258000433445, -0.07079199701547623, -0.009295610710978508, -0.2451733499765396, 0.5840513706207275, -0.21443016827106476, -0.6164354681968689, 0.17054368555545807, -0.2550504803657532, 0.03175705671310425, -0.07628900557756424, -0.2295275330543518, 0.3033718764781952, -0.2560507357120514, -0.06248554214835167, -0.35818982124328613, -0.11524420976638794, -0.20378509163856506, -0.11198903620243073, -0.019206790253520012, 0.2550641596317291, 0.08077210187911987, 0.2383134812116623, 0.23157447576522827, 0.22387203574180603, 0.2847907245159149, 0.43396714329719543, 0.3004375100135803, -0.12485626339912415, -0.08917243033647537, 0.4923456013202667, -0.01540443766862154, -0.0599372573196888, 0.17175884544849396, -0.04428825154900551, -0.1625872701406479, 0.14902734756469727, 0.019954215735197067, -0.4159807562828064, -0.0102037088945508, 0.4943758249282837, 0.05926663428544998, -0.034414518624544144, 0.5396561622619629, 0.9931185841560364, 0.2828517258167267, -0.09823006391525269, -0.003114391816779971, -0.39863061904907227, 0.16887308657169342, -0.04392760246992111, 0.002849945332854986, 0.20883670449256897, 0.09983260929584503, -0.0848948284983635, -0.27364030480384827, 0.21710185706615448, 0.15934307873249054, -0.0503949299454689, -0.14353126287460327, -0.4661635756492615, 0.2207973599433899, 0.4789589047431946, -0.08597943931818008, -0.0711858719587326, -0.05536045879125595, -0.27422773838043213, 0.2144424468278885, -0.22221523523330688, 0.14013506472110748, -0.23028765618801117, 0.10024046152830124, 0.12959076464176178, -0.1297244429588318, 0.0629424899816513, 0.03976275026798248, -0.2114669233560562, -0.45246967673301697, -0.15046295523643494, -0.06831131130456924, -0.17636528611183167, -0.10120061039924622, 0.07621270418167114, 0.2769688069820404, 0.28725293278694153, 0.463410347700119, 0.4186953008174896, 0.2551465332508087, -0.052172526717185974, -0.19170314073562622, 0.17794165015220642, -0.21283383667469025, -0.055706776678562164, 0.12024914473295212, -0.19499795138835907, -0.2249649167060852, 0.17516976594924927, 0.5137975215911865, 0.04608864337205887, 0.3164446949958801, 0.050499167293310165, 0.01730331778526306, -0.2110527902841568, -0.05633564665913582, 0.22189635038375854, -0.28680160641670227, -0.22012470662593842, 0.047277309000492096, 0.04282478988170624, -0.08105926215648651, -0.13196325302124023, -0.3949997127056122, 0.18961744010448456, -0.13064716756343842, 0.10091586410999298, -0.1104116439819336, -0.1287756860256195, -0.1481156349182129, 0.03806190565228462, 0.06192299723625183, 0.29879891872406006, 0.12264435738325119, -0.14101330935955048, -0.33186081051826477, 0.3622583746910095, 0.22056160867214203, -0.0070138610899448395, 0.42111727595329285, -0.2736678421497345, -0.458440363407135, -0.13068625330924988, -0.06322330981492996, 0.06908365339040756, -0.17907525599002838, 0.41453200578689575, -0.03329888731241226, 0.015587883070111275, 0.4436180591583252, -0.37495705485343933, -0.21867939829826355, -0.14469338953495026, 0.19063356518745422, -0.0350954495370388, 0.041994355618953705, -0.3628862798213959, 0.2588067352771759, 0.16132141649723053, 0.2167462706565857, -0.05971610173583031, -0.28155624866485596, 0.1437963992357254, 0.1059073805809021, -0.09149486571550369, 0.07536083459854126, -0.37014609575271606, 0.15059341490268707, 0.0680982768535614, -0.15465804934501648, 0.010415281169116497, -0.22846858203411102, -0.1981721967458725, -0.4553894102573395, 0.18666401505470276, -0.07286498695611954, -0.08190213888883591, -0.21922807395458221, 0.01397959515452385, -0.26404768228530884, 0.3343662917613983, 0.08741214871406555, -0.340474396944046, -0.1210957020521164, 0.44684600830078125, 0.42025214433670044, 0.5939812064170837, 0.1404859721660614, 0.0565415620803833, 0.19392862915992737, -0.3116305470466614, -0.09327241778373718, -0.13736513257026672, 0.3073474168777466, 0.434399276971817, -0.2256280481815338, 0.12450956553220749, 0.24645964801311493, -0.12824824452400208, 0.03387819603085518, -0.1855907440185547, -0.43056440353393555, 0.0007649732287973166, 0.4365305006504059, 0.06696692109107971, 0.12732356786727905, 0.23437094688415527, 0.34847164154052734, 0.04365210980176926, -0.15161585807800293, -0.062406256794929504, -0.06820553541183472, -0.09444419294595718, 0.1738423854112625, 0.8261631727218628, -0.41053107380867004, 0.6045297980308533, -0.14336450397968292, 0.08219365775585175, 0.16753050684928894, 0.24151825904846191, 0.06188477575778961, 0.3243328332901001, -0.3214305341243744, 0.07026655972003937, 0.16703955829143524, 0.02590928040444851, 0.02710653655230999, 0.2624933123588562, 0.033885255455970764, 0.1219368726015091, -0.08414057642221451, -0.1294177621603012, 0.13527345657348633, 0.09145666658878326, 0.26137110590934753, -0.4267459213733673, -0.4133404493331909, 0.13030436635017395, -0.10642480850219727, 0.20284949243068695, 0.19984690845012665, 0.19040322303771973, -0.09924643486738205, -0.0716942623257637, 0.1108618900179863, -0.21129345893859863, 0.019561948254704475, -0.0028283298015594482, -0.17320384085178375, -0.07939998805522919, -0.008213558234274387, -0.26049917936325073, -0.17430399358272552, -0.09623388946056366, -0.0854717493057251, 0.09769880771636963, -0.12059243768453598, 0.2308398336172104, -0.03307226300239563, -0.05468294024467468, -0.10209750384092331, 0.08143242448568344, 0.35326531529426575, -0.1076199933886528, -0.23631620407104492, 0.20284812152385712, -0.2935285270214081, -0.3267406225204468, -0.06609994173049927, -0.29388365149497986, -0.17178378999233246, 0.09449893236160278, 0.2220376878976822, 0.08006931096315384, -0.1748180240392685, 0.2240332067012787, -0.20438459515571594, -0.2032415121793747, 0.077256940305233, -0.10793569684028625, -0.18083854019641876, -0.1541404128074646, 0.12456750869750977, 0.1768677532672882, 0.12983712553977966, 0.14961591362953186, 0.003876193892210722, 0.17981623113155365, -0.07177666574716568, -0.10257410258054733, 0.26738035678863525, 0.4375041425228119, 0.15122273564338684, 0.07554042339324951, -0.40165847539901733, 0.06891056150197983, 0.03942003473639488, 0.2858544588088989, 0.08392331749200821, 0.3552094101905823, 0.11289604753255844, 0.2194526046514511, 0.3289504051208496, -0.3510820269584656, -0.06833857297897339, -0.0758233293890953, 0.08762091398239136, -0.054647911339998245, -0.17740340530872345, 0.22716933488845825, 0.15770094096660614, -0.39091774821281433, 0.14813384413719177, 0.07319441437721252, 0.4691157042980194, 0.0345146469771862, 0.2413986474275589, -0.20331013202667236, 0.3800579607486725, -0.005990201607346535, 0.3350764811038971, -0.15583425760269165, -0.012536395341157913, -0.2584521174430847, -0.46293556690216064, 0.1096370741724968, 0.23293153941631317, -0.08790695667266846, 0.21523042023181915, 0.0665651336312294, -0.012314092367887497, 0.2462388575077057, -0.3060294985771179, -0.6329644322395325, -0.1183803379535675, -0.05202042683959007, 0.03509441390633583, 0.3839511275291443, -0.1187107041478157, -0.24563877284526825, 0.2822137773036957, 0.1386532336473465, 0.16602709889411926, -0.19004866480827332, -0.04877321049571037, 0.2426985204219818, -0.45485785603523254, -0.11801842600107193, -0.06934861093759537, -0.3999081254005432, 0.10286490619182587, -0.04848204925656319, -0.3028261065483093, 0.12901802361011505, -0.23795488476753235, -0.23158535361289978, -0.31852734088897705, 0.3570120632648468, 0.3738831877708435, 0.26659393310546875, -0.3381226658821106, -0.007289881817996502 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Action_Handlers#implementing-an-action-handler
Implementing an Action Handler As example, we'll implement a simple Log action handler which will log each matched rule with a configured log level. The action handler is a normal service which can depend on other services (as we do with the logger here). You can't rely on a visitor ID being set or a rule being passed. The visitor ID might be inexistent on the first request to the site and action handlers might be executed from outside the matching engine without passing a rule. Always check those values before using them! <?php // src/Targeting/ActionHandler/Log.php namespace App\Targeting\ActionHandler; use Pimcore\Bundle\PersonalizationBundle\Model\Tool\Targeting\Rule; use Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\ActionHandlerInterface; use Pimcore\Bundle\PersonalizationBundle\Targeting\Model\VisitorInfo; use Psr\Log\LoggerInterface; class Log implements ActionHandlerInterface { private LoggerInterface $logger; public function __construct(LoggerInterface $logger) { $this->logger = $logger; } public function apply(VisitorInfo $visitorInfo, array $action, Rule $rule = null): void { $level = $action['level'] ?? 'info'; $this->logger->log( $level, 'Matched target rule {ruleName} for visitor ID {visitorID} with config {config}', [ 'visitorID' => $visitorInfo->hasVisitorId() ? $visitorInfo->getVisitorId() : '(no visitor ID)', 'ruleName' => $rule ? $rule->getName() : '(no rule)', 'config' => json_encode($action) ] ); } } Next, register your action handler as service. Note: we're using autowiring here to make sure the logger is automatically injected. If you don't use autowiring, enhance the service definition accordingly. services: _defaults: autowire: true autoconfigure: true public: false App\Targeting\ActionHandler\Log: ~ As last step, register the action handler to the targeting engine. Make sure the identifier is unique to your provider as you'll need to use it when implementing the admin UI JS part. pimcore_personalization: targeting: action_handlers: log: App\Targeting\ActionHandler\Log
Implementing an Action Handler
[ -0.08347174525260925, -0.19300882518291473, 0.02834014967083931, -0.06756415218114853, -0.183634415268898, -0.3974568545818329, 0.2489769607782364, -0.01208704337477684, -0.08491050451993942, 0.0682758018374443, 0.0779605358839035, -0.06885849684476852, -0.3248292803764343, 0.10600060969591141, -0.044380031526088715, 0.21221378445625305, -0.21551120281219482, 0.21141545474529266, -0.24502502381801605, 0.15403452515602112, 0.21143420040607452, 0.06855449825525284, 0.20711669325828552, 0.5539310574531555, -0.26558536291122437, 0.08855462819337845, -0.23206305503845215, 0.025670384988188744, 0.1511233150959015, -0.3835718631744385, 0.06805882602930069, 0.15137426555156708, 0.0032933775801211596, 0.24421164393424988, -0.0000998112082015723, -0.14968323707580566, 0.19738568365573883, 0.005783488508313894, -0.17136746644973755, -0.027934659272432327, -0.2841048836708069, -0.32366907596588135, -0.05928960070014, -0.25084203481674194, 0.19004860520362854, -0.07927025854587555, 0.1577131152153015, 0.12065336108207703, 0.5455752015113831, 0.27084770798683167, 0.28598979115486145, -0.29852691292762756, -0.2900499999523163, -0.03271213546395302, 0.0455019436776638, 0.37392547726631165, 0.03602247312664986, -0.20849479734897614, -0.08059747517108917, -0.37446510791778564, -0.17533639073371887, -0.016944225877523422, -0.24172991514205933, -0.006670281756669283, 0.052285388112068176, -0.10637925565242767, 0.6615910530090332, 0.18216584622859955, 0.06011757254600525, 0.2314835786819458, 0.0454983115196228, 0.09571057558059692, -0.006364443805068731, -0.24345067143440247, -0.07375733554363251, -0.03671494871377945, 0.1682886779308319, -0.039788827300071716, -0.09233127534389496, 0.2166253626346588, 0.19959378242492676, 0.11747798323631287, 0.04884635657072067, -0.15891528129577637, 0.07414824515581131, 0.12357806414365768, -0.07026376575231552, -0.07794789969921112, -0.12684671580791473, -0.34435221552848816, 0.2936611473560333, 0.07020165026187897, 0.14020849764347076, 0.10870504379272461, 0.04336965084075928, -0.19461248815059662, 0.2816503345966339, 0.049090106040239334, 0.14366410672664642, 0.127058207988739, 0.5647376775741577, 0.3159210979938507, 0.04659595713019371, 0.27730515599250793, 0.11743893474340439, 0.11118129640817642, 0.2880714237689972, 0.12345659732818604, 0.255217969417572, 0.11940503865480423, -0.27730676531791687, 0.1956101357936859, 0.34226787090301514, 0.10641582310199738, 0.04860838130116463, 0.17648452520370483, 0.20035290718078613, 0.1196899339556694, -0.07784619927406311, 0.1238236054778099, -0.32518354058265686, -0.1294260174036026, 0.11277013272047043, 0.4469637870788574, -0.34423139691352844, -0.12199954688549042, 0.04064785689115524, -0.18511493504047394, -0.19337646663188934, -0.1519012153148651, -0.10320674628019333, -0.19412969052791595, -0.15384382009506226, 0.2504812180995941, 0.12204953283071518, 0.4308299422264099, 0.15095749497413635, -0.08814448863267899, 0.2064589560031891, -0.21313190460205078, 0.44178831577301025, 0.08926814794540405, 0.018775980919599533, -0.1268269121646881, 0.07300194352865219, -0.27306121587753296, 0.06205660477280617, -0.20445089042186737, -0.2866600751876831, 0.005468947812914848, -0.08643222600221634, -0.272013396024704, 0.2385973334312439, 0.30472829937934875, -0.38630300760269165, -0.015220681205391884, 0.43251147866249084, 0.2622333765029907, -0.136158287525177, -0.19917070865631104, -0.15068340301513672, 0.18166401982307434, -0.07894624024629593, -0.26838207244873047, 0.1269790530204773, 0.6099938154220581, 0.38779234886169434, -0.3149959444999695, -0.28298404812812805, -0.15543349087238312, 0.21592868864536285, -0.4091668426990509, -0.0399792306125164, 0.10357383638620377, -0.08327106386423111, -0.02346157096326351, 0.1663159430027008, -0.0013108140556141734, 0.22132690250873566, -0.30400827527046204, -0.5321308374404907, 0.2989327013492584, 0.2858685255050659, -0.25987645983695984, 0.09832708537578583, -0.15865415334701538, 0.20724880695343018, 0.0008699638419784606, 0.012768810614943504, 0.12852546572685242, -0.08994264155626297, -0.037169426679611206, -0.43953409790992737, 0.11050150543451309, 0.11982140690088272, -0.12914623320102692, 0.32814404368400574, 0.06597018241882324, -0.02410927042365074, -0.18924401700496674, 0.12133423238992691, -0.06211157515645027, 0.2702128291130066, 0.23426003754138947, 0.2370436042547226, 0.1598280966281891, 0.159445121884346, 0.032427579164505005, -0.43993085622787476, -0.033376019448041916, 0.3364897668361664, -0.15022516250610352, 0.007785708177834749, 0.090670146048069, -0.1684296578168869, -0.19289998710155487, 0.3612397611141205, 0.3153010606765747, -0.36407285928726196, -0.322715699672699, -0.01880555786192417, 0.4282208979129791, -0.12474019825458527, 0.08337335288524628, 0.33646705746650696, -0.15843434631824493, -0.23656807839870453, -0.24310529232025146, 0.19212684035301208, 0.06153477728366852, 0.3980344831943512, 0.16752663254737854, 0.09323213249444962, 0.17245309054851532, 0.49555400013923645, 0.3765745759010315, 0.46550044417381287, 0.18800485134124756, 0.10457584261894226, -0.13537760078907013, 0.005660299677401781, 0.3817220628261566, -0.1809607744216919, 0.08512172847986221, -0.1803664118051529, 0.41435709595680237, 0.1385878175497055, 0.04569140076637268, -0.04624684900045395, 0.11917465180158615, 0.128378763794899, -0.19888661801815033, -0.1739860475063324, -0.1678965836763382, 0.1716129183769226, 0.04285905137658119, -0.055666662752628326, -0.10001562535762787, -0.3085145354270935, 0.1550007313489914, -0.08218115568161011, -0.08827093243598938, 0.26129570603370667, 0.07848573476076126, -0.10172802954912186, -0.13615572452545166, 0.2747754454612732, -0.059052616357803345, 0.19439475238323212, 0.3691137731075287, 0.08362938463687897, -0.10940949618816376, 0.1273084580898285, 0.005625360179692507, 0.1887413114309311, -0.12235916405916214, -0.5568554997444153, -0.021361421793699265, 0.24945172667503357, 0.20251548290252686, -0.07320984452962875, -0.3598993420600891, -0.2182140201330185, -0.22479304671287537, -0.37520045042037964, -0.3074153959751129, -0.18611377477645874, 0.14120668172836304, -0.19285260140895844, 0.07277414947748184, -0.002211216138675809, -0.06515833735466003, 0.20278966426849365, -0.1117982417345047, -0.39435046911239624, -0.1299183964729309, 0.024716727435588837, 0.4303843379020691, 0.010360647924244404, -0.02234700135886669, -0.17074304819107056, -0.01265503279864788, -0.27673640847206116, 0.17896457016468048, -0.08212963491678238, -0.031303487718105316, 0.18498435616493225, -0.002926807152107358, 0.22570084035396576, -0.08102025091648102, -0.570183515548706, 0.32538047432899475, 0.143553227186203, -0.05347244441509247, 0.18284204602241516, -0.23832018673419952, -0.24298670887947083, -0.0798097774386406, 0.06475953757762909, -0.12277739495038986, 0.050476931035518646, -0.010311844758689404, 0.03447010740637779, 0.37269288301467896, -0.20975588262081146, -0.014364216476678848, -0.15906675159931183, -0.1655859649181366, 0.015526970848441124, 0.3323105275630951, 0.38232237100601196, -0.19065618515014648, -0.1003098338842392, 0.3448209762573242, -0.5530376434326172, 0.44761037826538086, -0.13669654726982117, 0.048355042934417725, 0.2795918881893158, -0.47743526101112366, -0.10140883177518845, 0.021029772236943245, -0.059409596025943756, -0.21287097036838531, -0.2759372293949127, -0.08766746520996094, -0.33713218569755554, 0.24128995835781097, -0.06772155314683914, -0.008575181476771832, -0.06708884984254837, 0.3284575045108795, 0.533263087272644, -0.30155566334724426, -0.160795196890831, 0.018317170441150665, 0.1613641232252121, 0.22230342030525208, 0.360592246055603, -0.23000206053256989, -0.4458881914615631, 0.25399255752563477, 0.7257390022277832, -0.194821298122406, 0.09143140912055969, 0.13079209625720978, -0.005980666261166334, -0.09174718707799911, 0.31778669357299805, 0.14767798781394958, -0.11359678953886032, -0.040429603308439255, -0.1740902215242386, 0.29881876707077026, 0.14594918489456177, -0.3049163818359375, -0.3346656560897827, -0.14440496265888214, -0.29701176285743713, -0.49344247579574585, -0.1294516921043396, 0.08954347670078278, 0.1298435628414154, -0.24131138622760773, -0.04223049432039261, -0.19027066230773926, 0.07331482321023941, 0.23141704499721527, 0.138637512922287, 0.0360037125647068, -0.06386494636535645, -0.16553325951099396, -0.4318588972091675, -0.10732895135879517, 0.3492810130119324, -0.23719826340675354, -0.35060811042785645, -0.08871138840913773, -0.44543853402137756, -0.16175615787506104, -0.13298818469047546, -0.14932790398597717, -0.13677442073822021, 0.3506123721599579, -0.24953968822956085, 0.0396694615483284, 0.13676945865154266, 0.11245961487293243, -0.1817760169506073, -0.2892018258571625, 0.43834757804870605, 0.16762246191501617, -0.3105536103248596, -0.0777982547879219, -0.062251850962638855, -0.4887045621871948, -0.16314412653446198, 0.038476310670375824, -0.09406476467847824, -0.15315642952919006, -0.1883002072572708, 0.19520248472690582, -0.31803321838378906, -0.09075061976909637, 0.1119518131017685, -0.07924769073724747, 0.11747551709413528, 0.11115524917840958, 0.1312715858221054, 0.1631493717432022, 0.050326500087976456, -0.10038148611783981, -0.09731978178024292, 0.15810322761535645, 0.2054198533296585, 0.020566366612911224, 0.032696280628442764, 0.10672887414693832, -0.20757035911083221, 0.13921499252319336, 0.2778022587299347, 0.05746648460626602, 0.3526100516319275, 0.17723348736763, -0.024073682725429535, -0.19727523624897003, 0.17890296876430511, 0.3955203592777252, 0.34547579288482666, -0.15954086184501648, 0.06207353249192238, -0.07541349530220032, -0.04401961341500282, 0.04234916344285011, 0.1245884969830513, -0.25043368339538574, 0.06382637470960617, 0.28401103615760803, -0.09161877632141113, 0.3105262219905853, 0.5901536345481873, 1.010392665863037, 0.34854984283447266, 0.11301609128713608, 0.2848665416240692, -0.5671506524085999, -0.03185497224330902, -0.0769096314907074, -0.09720541536808014, 0.007438392378389835, 0.01646627113223076, 0.0040932004339993, -0.1528177410364151, 0.1720016598701477, 0.10582787543535233, -0.6158427000045776, -0.09175875037908554, -0.20833876729011536, 0.08656027168035507, 0.15382665395736694, 0.2822742164134979, -0.10294511914253235, -0.18488366901874542, -0.15466360747814178, 0.27528107166290283, -0.1370210498571396, 0.04117661714553833, 0.08703035116195679, -0.13720057904720306, -0.0377957858145237, -0.2770242691040039, 0.20349043607711792, -0.13166221976280212, -0.3680212199687958, -0.5221661925315857, -0.22148780524730682, -0.06558556854724884, -0.23982636630535126, 0.12111236155033112, -0.14387096464633942, 0.10073147714138031, -0.061520181596279144, 0.15400949120521545, -0.02824229747056961, 0.2839222848415375, -0.07631822675466537, -0.21934303641319275, 0.07778231054544449, -0.18892453610897064, -0.09542150795459747, 0.21674750745296478, -0.0965668335556984, -0.02316400036215782, 0.06724228709936142, 0.10386129468679428, -0.33723184466362, 0.11174897104501724, 0.3238590955734253, 0.08444656431674957, -0.3949229419231415, 0.11830990761518478, 0.2739209830760956, -0.0850190743803978, -0.2084817737340927, 0.12367042154073715, 0.03554372861981392, 0.07244407385587692, -0.23173315823078156, -0.004529224708676338, 0.04855469614267349, 0.16940416395664215, 0.1312030702829361, -0.23965494334697723, -0.12019150704145432, -0.23895670473575592, 0.09619808942079544, -0.010096240788698196, 0.40034571290016174, -0.16749398410320282, -0.2868137061595917, -0.4935435354709625, 0.5012212991714478, 0.24255986511707306, 0.031173285096883774, 0.33878010511398315, 0.060224100947380066, -0.045445024967193604, -0.22209249436855316, 0.19119957089424133, 0.03994797542691231, -0.09880348294973373, 0.15159519016742706, 0.27745819091796875, 0.04303589090704918, 0.3140515387058258, -0.4621610939502716, -0.4022502601146698, -0.1313202977180481, 0.17033986747264862, 0.2496006041765213, -0.11886477470397949, -0.04336808994412422, 0.08739770948886871, 0.18215340375900269, 0.23341262340545654, -0.07173007726669312, -0.29751259088516235, 0.05437983199954033, 0.08561667054891586, -0.05872631445527077, 0.48140501976013184, -0.4986121654510498, 0.17498040199279785, 0.10448605567216873, -0.03232449293136597, -0.08523891866207123, 0.07209611684083939, -0.2247673124074936, -0.2975205183029175, -0.27168819308280945, -0.003152474295347929, 0.0815630629658699, -0.17033347487449646, 0.05734771490097046, -0.32911741733551025, -0.07518934458494186, 0.18306313455104828, -0.3669523596763611, -0.21750465035438538, 0.6773506999015808, 0.314571350812912, 0.294320672750473, 0.052297014743089676, 0.2603626251220703, 0.3185615837574005, -0.5095167756080627, 0.13871292769908905, 0.017160674557089806, 0.02885906584560871, 0.14069128036499023, -0.07187323272228241, 0.0009350820910185575, 0.39041373133659363, -0.16480781137943268, 0.0959487035870552, -0.11021804064512253, -0.21997280418872833, 0.19095216691493988, 0.4174824357032776, -0.14860941469669342, -0.08758382499217987, 0.2065422683954239, 0.4030798673629761, -0.0058995196595788, -0.2261185199022293, -0.04926886409521103, -0.08045818656682968, -0.33083727955818176, 0.14413774013519287, 0.6367120146751404, -0.066196970641613, 0.5776347517967224, -0.04252951964735985, 0.016518423333764076, 0.28712067008018494, 0.29185718297958374, 0.028117671608924866, 0.1346486359834671, -0.1750785857439041, 0.21660110354423523, 0.2357044219970703, 0.1969916820526123, -0.007807317655533552, 0.013480881229043007, 0.3308221399784088, -0.031307585537433624, 0.14000213146209717, -0.07724601775407791, 0.03704453632235527, 0.15619201958179474, 0.18908655643463135, -0.30154290795326233, -0.21704299747943878, -0.1362287402153015, -0.46129217743873596, 0.37653377652168274, -0.05563434213399887, -0.06105538085103035, 0.00015774632629472762, 0.11361944675445557, 0.07927264273166656, -0.17150089144706726, 0.21868149936199188, 0.19167831540107727, -0.3340586721897125, -0.33437269926071167, -0.14676786959171295, -0.18814611434936523, -0.007784328423440456, 0.07506074756383896, 0.1780034303665161, 0.012194962240755558, -0.2157694399356842, 0.24848222732543945, 0.04023895412683487, -0.04251815378665924, -0.2550860345363617, 0.01657128520309925, 0.4358002245426178, -0.34820592403411865, 0.17390140891075134, 0.17129887640476227, -0.35650086402893066, -0.1258733719587326, -0.06391388177871704, -0.15545715391635895, -0.21795785427093506, 0.1292971968650818, 0.3151730000972748, -0.12317167967557907, 0.010182883590459824, -0.06983624398708344, -0.3596247732639313, -0.13846835494041443, 0.18862195312976837, 0.08767668902873993, 0.1038728579878807, -0.34812551736831665, 0.1505914330482483, 0.1326654702425003, -0.04720001295208931, 0.13023735582828522, -0.26478275656700134, 0.024744022637605667, -0.03964995965361595, -0.34065958857536316, 0.34875160455703735, 0.18517214059829712, 0.18263210356235504, -0.0394667312502861, -0.1772778183221817, -0.04211003705859184, 0.12776482105255127, 0.114942766726017, 0.18094052374362946, 0.11686547845602036, 0.16123579442501068, 0.09938634186983109, 0.07385627925395966, -0.27018874883651733, 0.08192277699708939, 0.1204443871974945, -0.23337990045547485, 0.20908689498901367, -0.28679758310317993, 0.2997155785560608, 0.11320294439792633, -0.6536368131637573, 0.08828594535589218, 0.10203517973423004, 0.5662597417831421, 0.07767479121685028, 0.15491937100887299, -0.20207123458385468, 0.14347447454929352, -0.05528326705098152, 0.19007427990436554, -0.17630968987941742, -0.3003527522087097, -0.05341123417019844, -0.17449137568473816, 0.06683032959699631, 0.18990030884742737, -0.09903665632009506, 0.3270426392555237, 0.3106502592563629, -0.38661181926727295, 0.06899560242891312, -0.09524819999933243, -0.1542794406414032, -0.06144731864333153, -0.27970460057258606, 0.28416311740875244, 0.13890786468982697, 0.10718656331300735, -0.18845456838607788, 0.008579504676163197, 0.1367533951997757, -0.2931162714958191, -0.03256301209330559, -0.1763381063938141, 0.6352418661117554, -0.19303585588932037, -0.06310629099607468, -0.008414357900619507, -0.20183537900447845, 0.07539910078048706, -0.05093144625425339, -0.04330624267458916, -0.0029397490434348583, -0.18211975693702698, -0.1414230465888977, -0.18740442395210266, 0.04112387076020241, 0.3410913646221161, 0.26857033371925354, -0.19510748982429504, -0.190740168094635 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Action_Handlers#postponed-actions
Postponed Actions If your action handler needs to apply data in a later stage of the request/response cycle it can register an action on the VisitorInfo which can be consumed later. Currently only the response action scope is defined which is executed in the onKernelResponse event, but more action scopes might be added in the future. Have a look at the CodeSnippet action handler as example. It registers an action via $visitorInfo->addAction() and implements the ResponseTransformingActionHandlerInterface::transformResponse() which is called by the targeting engine for every action registered with the response scope.
Postponed Actions
[ 0.007996564731001854, -0.1359698623418808, -0.16189654171466827, -0.006286201532930136, -0.14214879274368286, -0.48396068811416626, 0.18223877251148224, 0.2108345627784729, -0.14324058592319489, 0.41443154215812683, 0.013231865130364895, -0.11962427943944931, -0.04628204181790352, 0.10504751652479172, 0.15689069032669067, 0.1239781454205513, -0.0859772115945816, 0.11642302572727203, -0.29554465413093567, 0.07409228384494781, -0.05430981144309044, -0.1338324397802353, -0.02297077514231205, 0.2593856453895569, 0.041285812854766846, -0.008162861689925194, -0.16624189913272858, -0.049544960260391235, 0.3178916573524475, -0.4213477671146393, 0.13911351561546326, 0.1397925317287445, -0.08275340497493744, -0.13105332851409912, -0.00010037330503109843, -0.044258248060941696, 0.30457428097724915, -0.0066344356164336205, -0.1671251505613327, 0.14438241720199585, -0.0061699762009084225, -0.17144565284252167, -0.03163634613156319, -0.09484773874282837, 0.19048942625522614, 0.16270630061626434, 0.09131575375795364, 0.08395494520664215, 0.5219497084617615, 0.28747496008872986, 0.2513595521450043, -0.30938878655433655, -0.16753694415092468, 0.07236481457948685, 0.048165544867515564, 0.33409973978996277, 0.05955003201961517, -0.43595555424690247, -0.10336335003376007, 0.14361579716205597, -0.04761632904410362, 0.0973065122961998, -0.2065006047487259, 0.08087697625160217, 0.10449251532554626, -0.10422977060079575, 0.4756971597671509, -0.1768137514591217, -0.026781531050801277, -0.08915989845991135, 0.16729407012462616, 0.3184417486190796, 0.1703631728887558, -0.4645460844039917, -0.1278783529996872, 0.085373155772686, 0.32957544922828674, -0.4416912794113159, 0.13662394881248474, 0.2241576910018921, -0.10027781128883362, -0.0618034228682518, 0.040982965379953384, -0.03728052228689194, -0.17463596165180206, 0.15019790828227997, -0.22517211735248566, 0.1443486213684082, -0.14173416793346405, -0.03720469027757645, 0.4178781509399414, -0.045244451612234116, -0.19061020016670227, 0.34724870324134827, -0.12240210175514221, -0.02967890538275242, 0.10310710966587067, 0.3075086772441864, 0.0815184935927391, 0.16489644348621368, 0.2840614914894104, 0.16175028681755066, -0.028182849287986755, 0.15769881010055542, 0.22613565623760223, 0.10223560035228729, -0.19590838253498077, -0.25077396631240845, 0.4278174042701721, -0.06755954027175903, 0.00964449718594551, 0.1753922998905182, 0.24618172645568848, 0.041289836168289185, 0.04448292776942253, 0.010408985428512096, 0.22622501850128174, 0.0927869975566864, -0.09786084294319153, 0.15062730014324188, -0.09967425465583801, -0.04484459012746811, 0.10420480370521545, 0.17104272544384003, -0.21452797949314117, 0.49476680159568787, -0.05277580767869949, -0.3070385754108429, 0.06866025924682617, -0.28186526894569397, -0.015413825400173664, -0.26834583282470703, -0.013958998955786228, 0.002785567194223404, 0.10048139095306396, 0.2904396951198578, -0.10034842789173126, -0.05307712405920029, 0.20627686381340027, -0.1639724224805832, 0.3722602128982544, 0.07479041069746017, 0.19124722480773926, 0.2860032916069031, 0.0965503677725792, 0.17481820285320282, -0.1591521054506302, 0.056268416345119476, -0.23879018425941467, 0.1944516897201538, -0.18779884278774261, -0.10969862341880798, 0.5173485279083252, 0.2855757176876068, -0.3212141990661621, -0.06344745308160782, 0.32559847831726074, 0.24605925381183624, -0.0926068127155304, 0.17766934633255005, 0.2289588749408722, -0.011071249842643738, -0.06641252338886261, -0.19560185074806213, 0.0018097917782142758, 0.47157612442970276, 0.05082445964217186, -0.2863163352012634, -0.09930765628814697, -0.16155274212360382, -0.05165913328528404, -0.4264806807041168, -0.28681930899620056, 0.2467699497938156, 0.005876714829355478, -0.12132395803928375, 0.2093675583600998, -0.23518989980220795, -0.37525370717048645, -0.13605712354183197, -0.4382801055908203, 0.22118060290813446, 0.32564035058021545, -0.012554978020489216, 0.21273954212665558, -0.03403065726161003, -0.08056848496198654, 0.147179514169693, -0.07582657784223557, 0.15551035106182098, 0.0023276032879948616, 0.25186631083488464, -0.20709337294101715, 0.07477499544620514, 0.0813334509730339, 0.011266189627349377, 0.03766637295484543, 0.04229637235403061, -0.15945325791835785, -0.029670996591448784, 0.6482632756233215, -0.12602394819259644, -0.09274144470691681, 0.18022364377975464, 0.343788206577301, 0.09357447922229767, -0.3777231276035309, -0.03591983765363693, -0.5462524890899658, -0.46701550483703613, 0.5787485837936401, -0.2828224301338196, -0.15446271002292633, 0.17956160008907318, -0.253052294254303, -0.3002432584762573, 0.15984247624874115, 0.20721273124217987, -0.0005803614621981978, -0.2304336130619049, -0.3606779873371124, 0.6332005262374878, 0.026745673269033432, -0.07604753971099854, 0.3401915729045868, -0.04863759130239487, -0.10670078545808792, 0.09703059494495392, -0.07493765652179718, -0.25122708082199097, 0.027329780161380768, -0.16995953023433685, -0.09925898164510727, 0.2229391187429428, 0.4650163948535919, 0.06607187539339066, 0.3428838849067688, 0.2306792289018631, 0.013075235299766064, 0.28020161390304565, 0.12143080681562424, 0.21058227121829987, 0.061219122260808945, 0.0986277312040329, -0.17380626499652863, 0.6345037221908569, 0.22674861550331116, 0.15713801980018616, -0.20423325896263123, -0.08819711953401566, 0.21808502078056335, -0.06092352420091629, -0.11148206144571304, -0.23145481944084167, -0.007919962517917156, -0.20962700247764587, 0.29087555408477783, -0.15212173759937286, -0.2420579344034195, 0.12790770828723907, -0.01425143238157034, -0.007877802476286888, 0.04115087911486626, 0.19126497209072113, -0.20317329466342926, -0.08344358950853348, 0.21136990189552307, -0.015974225476384163, 0.04673817753791809, 0.08845476806163788, 0.22130300104618073, 0.03578618913888931, 0.5819666981697083, -0.2264292687177658, 0.13307860493659973, -0.09933322668075562, -0.13188844919204712, 0.0474020354449749, 0.1865079551935196, 0.2631877064704895, 0.040359850972890854, 0.08620966970920563, 0.11644133925437927, -0.13089145720005035, -0.0278787761926651, -0.21912509202957153, -0.31879642605781555, -0.1440214365720749, 0.04974384978413582, -0.29634833335876465, -0.0434531532227993, -0.032387565821409225, 0.22872117161750793, -0.147232323884964, -0.4204314947128296, -0.05397682264447212, -0.028843339532613754, 0.6024113297462463, -0.10072464495897293, 0.39692431688308716, -0.6057575941085815, 0.262246310710907, -0.15743659436702728, 0.25857728719711304, -0.3907887041568756, -0.2581614851951599, -0.025281615555286407, 0.22961430251598358, 0.4041593372821808, -0.19188328087329865, -0.4242614209651947, 0.3674682676792145, -0.018658503890037537, -0.08095697313547134, 0.16534660756587982, -0.29113805294036865, -0.21814894676208496, 0.2725956439971924, 0.033756278455257416, -0.17416252195835114, -0.1715613752603531, -0.09134534746408463, -0.0543348491191864, 0.4086817502975464, -0.2680583596229553, 0.01816321723163128, -0.03352035954594612, -0.2684476971626282, 0.1862669438123703, 0.08093007653951645, 0.21017372608184814, -0.1002543643116951, -0.2839212119579315, 0.23418743908405304, -0.3399259150028229, 0.045883700251579285, -0.2879621088504791, 0.01538766548037529, 0.33752426505088806, -0.36561718583106995, 0.07865732908248901, -0.08043403178453445, -0.017537729814648628, -0.15017671883106232, -0.12292282283306122, -0.40018317103385925, -0.6330569982528687, 0.02596987411379814, -0.01983567699790001, -0.0823020190000534, -0.18134982883930206, 0.43995335698127747, 0.05937565490603447, -0.2162606120109558, -0.23286493122577667, 0.19346371293067932, 0.035928886383771896, 0.38248568773269653, -0.005157708190381527, -0.18847638368606567, -0.1777385026216507, 0.03496028110384941, 0.5915471315383911, -0.22753481566905975, 0.24302081763744354, 0.23526985943317413, 0.46438172459602356, 0.0515441820025444, -0.10572699457406998, 0.4212198257446289, -0.09259534627199173, -0.01694517210125923, -0.08404958248138428, 0.3513917922973633, 0.11636827141046524, -0.3001028001308441, -0.21910028159618378, -0.4442065954208374, -0.16715481877326965, -0.19617190957069397, -0.052950598299503326, 0.2338324636220932, 0.24342353641986847, 0.3008677661418915, -0.10115953534841537, -0.011776846833527088, 0.2210530936717987, 0.1728169471025467, 0.12456414848566055, 0.5942580103874207, -0.14270110428333282, -0.09212808310985565, -0.23674502968788147, -0.0015022328589111567, 0.5026296377182007, -0.1888500303030014, -0.3681851923465729, 0.08177615702152252, -0.5157756805419922, 0.20941941440105438, -0.4420774579048157, 0.3910680115222931, -0.24158741533756256, -0.15633444488048553, -0.16685593128204346, -0.2732740044593811, 0.21007217466831207, 0.1149374395608902, 0.14592523872852325, -0.11964785307645798, 0.10286092758178711, -0.26474106311798096, 0.09200356155633926, -0.31087008118629456, 0.019301213324069977, -0.28574827313423157, -0.38370203971862793, 0.07076894491910934, -0.10392696410417557, -0.19144684076309204, -0.46245521306991577, 0.427458792924881, -0.2685195505619049, -0.5767985582351685, 0.23430754244327545, -0.0811983197927475, -0.05219295248389244, 0.28939923644065857, -0.4986175298690796, 0.19802100956439972, -0.08553528040647507, 0.08722351491451263, 0.11425258964300156, 0.1334153115749359, 0.06410189718008041, 0.07848373800516129, 0.156367689371109, 0.003473629942163825, -0.2918546497821808, 0.253442645072937, 0.07427156716585159, 0.13570092618465424, 0.3286047577857971, 0.20546133816242218, 0.1564033031463623, -0.07085061073303223, 0.03244704008102417, 0.01347176730632782, 0.3014008104801178, -0.05413556843996048, 0.018133845180273056, -0.05896533653140068, -0.19266104698181152, -0.017744243144989014, -0.04944247007369995, -0.4595363438129425, -0.06714116036891937, 0.23535855114459991, -0.06507541239261627, 0.06867329776287079, 0.4256945252418518, 0.8471869230270386, 0.318058580160141, 0.20067453384399414, 0.03182284161448479, -0.34226107597351074, -0.17561596632003784, -0.2557607591152191, -0.036404985934495926, 0.07538463920354843, 0.14431869983673096, -0.011819269508123398, -0.07750032097101212, 0.15645703673362732, -0.0001995566562982276, -0.405191034078598, -0.006886955816298723, -0.13851642608642578, 0.45476049184799194, -0.08201975375413895, -0.04923677444458008, 0.10843637585639954, -0.337002158164978, -0.16509678959846497, 0.2784592807292938, -0.019082538783550262, 0.24908789992332458, -0.16570322215557098, 0.23382648825645447, -0.006447622086852789, -0.12140485644340515, 0.5377165079116821, -0.015488660894334316, -0.11320843547582626, -0.5145302414894104, -0.34028252959251404, -0.10527351498603821, -0.16752080619335175, 0.023264892399311066, 0.1486552208662033, 0.09659828245639801, 0.06703916937112808, 0.4342053234577179, -0.04000530391931534, 0.2786872088909149, -0.18473753333091736, -0.2030423879623413, 0.12744653224945068, -0.24118171632289886, 0.07117629796266556, 0.17650757730007172, -0.24524910748004913, -0.1721327155828476, 0.04336019232869148, 0.3263556659221649, 0.03348538652062416, -0.04436111077666283, 0.40066879987716675, 0.12272511422634125, -0.26797664165496826, -0.1438048779964447, 0.24875696003437042, -0.11766335368156433, -0.09419336169958115, 0.027113700285553932, -0.11232775449752808, -0.10298729687929153, 0.044018395245075226, -0.16237150132656097, 0.44598451256752014, -0.10030374675989151, 0.2134653478860855, -0.41225868463516235, -0.05581429600715637, -0.2369353324174881, -0.041534703224897385, -0.08303100615739822, -0.046676021069288254, 0.30261364579200745, 0.05272570997476578, -0.1531643569469452, -0.06970837712287903, 0.2684054970741272, -0.39722582697868347, -0.03650737553834915, -0.508004903793335, 0.020966066047549248, -0.35695934295654297, 0.13663935661315918, 0.11155559122562408, -0.1204613521695137, 0.4368264079093933, 0.05002526566386223, 0.05022507905960083, 0.41783857345581055, -0.42436888813972473, -0.4001225531101227, 0.08382419496774673, 0.2417125701904297, -0.1103820875287056, -0.12127318978309631, -0.1274200677871704, 0.24271848797798157, 0.04217614233493805, 0.2645581066608429, -0.2878950536251068, -0.3425782024860382, -0.02284650132060051, 0.1166449785232544, -0.0013200136600062251, 0.1700962334871292, -0.32714512944221497, 0.06406893581151962, 0.022329257801175117, -0.12646731734275818, 0.2077399641275406, -0.16272029280662537, -0.12681011855602264, -0.4886266589164734, 0.19323678314685822, 0.04636172950267792, 0.03253130614757538, 0.03540864214301109, 0.27176153659820557, -0.08955609798431396, -0.28196626901626587, 0.26127198338508606, -0.3801426589488983, -0.03829837217926979, 0.23247411847114563, 0.41943463683128357, 0.5843364000320435, -0.0545109324157238, 0.05290206894278526, 0.2697247266769409, -0.1929572969675064, 0.00031367072369903326, -0.1054796427488327, 0.28384360671043396, 0.04397040605545044, -0.09189989417791367, 0.16275960206985474, 0.21462634205818176, 0.0033591587562114, 0.28631335496902466, 0.04159980267286301, -0.4470592439174652, 0.06889718025922775, 0.17771358788013458, 0.35581669211387634, 0.26311492919921875, 0.732388973236084, 0.31181254982948303, 0.17848236858844757, -0.1628946214914322, -0.0641615018248558, 0.05208674073219299, -0.14856021106243134, 0.17315620183944702, 0.8149637579917908, -0.011865396052598953, 0.5037017464637756, -0.0417807511985302, 0.31779608130455017, 0.19260504841804504, 0.12967292964458466, 0.06983253359794617, -0.0046413615345954895, -0.1282317191362381, 0.08258386701345444, -0.049370329827070236, -0.18719571828842163, 0.3941378593444824, 0.3838617205619812, 0.07882777601480484, 0.3350471556186676, 0.04824870824813843, -0.2840472459793091, 0.28091752529144287, 0.022754432633519173, 0.034670524299144745, -0.2361358106136322, -0.22439739108085632, -0.1347653865814209, 0.003630936611443758, 0.11734726279973984, 0.07725677639245987, 0.22853174805641174, -0.032547105103731155, 0.02987162210047245, 0.10710517317056656, 0.03217075392603874, 0.13814350962638855, 0.15426401793956757, -0.16930612921714783, 0.13169237971305847, 0.05508267134428024, -0.07106930017471313, 0.15488091111183167, -0.11787575483322144, -0.11504670977592468, -0.141991525888443, -0.2230921983718872, 0.24813833832740784, 0.009897097945213318, 0.08381619304418564, -0.3457435071468353, 0.3113000690937042, 0.19358859956264496, -0.22514557838439941, 0.29854145646095276, 0.1532832235097885, -0.33846819400787354, 0.049529265612363815, -0.1780070960521698, -0.09811500459909439, -0.2448519617319107, -0.05587243661284447, 0.3891456723213196, 0.060183800756931305, -0.2018689662218094, 0.048702534288167953, -0.22933830320835114, -0.05767675116658211, -0.26966702938079834, -0.42230865359306335, -0.09635259211063385, -0.35693854093551636, 0.12558436393737793, 0.012089863419532776, 0.2366764098405838, 0.1001296266913414, 0.1451101452112198, 0.12073346972465515, -0.3001490831375122, -0.16312088072299957, 0.3994702100753784, 0.09849203377962112, 0.257313072681427, 0.0933021530508995, -0.23490136861801147, 0.01783039979636669, 0.03723239526152611, 0.19552801549434662, -0.07014846801757812, -0.018847694620490074, 0.000061025555623928085, 0.14089779555797577, 0.12220197916030884, -0.19805285334587097, 0.054007552564144135, 0.03440564498305321, -0.20148110389709473, 0.18241336941719055, 0.2437744289636612, 0.11444222182035446, 0.051785584539175034, -0.41941869258880615, 0.050677310675382614, -0.12356124073266983, 0.7914516925811768, 0.13831540942192078, 0.06453228741884232, -0.10881295800209045, 0.14177417755126953, -0.05707603320479393, -0.09711730480194092, -0.34832116961479187, -0.5617899298667908, -0.22808921337127686, -0.3457084894180298, -0.00516692828387022, -0.2174171656370163, -0.04597117751836777, 0.0990305170416832, 0.17211869359016418, 0.30252644419670105, 0.1871010959148407, -0.09028015285730362, -0.45770251750946045, 0.03797851875424385, -0.04205166548490524, -0.029790770262479782, 0.32263699173927307, -0.1223716214299202, -0.44350332021713257, 0.05053767189383507, 0.1498013734817505, 0.23879998922348022, -0.12681134045124054, -0.16459470987319946, 0.1546669453382492, -0.5433059930801392, -0.0992785170674324, -0.16772934794425964, -0.23117965459823608, 0.20175787806510925, 0.03539647161960602, -0.20430421829223633, 0.142597496509552, -0.12319011241197586, -0.37523284554481506, -0.2174544334411621, 0.34670281410217285, 0.2672996520996094, 0.36559778451919556, -0.2992093861103058, -0.24602802097797394 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Action_Handlers#admin-ui
Admin UI To make your action handler appear in the admin UI, you need to create and register a JS class defining the admin interface for your action. Create a class extending pimcore.settings.targeting.action.abstract and register it to the system by calling pimcore.settings.targeting.actions.register(). Have a look at this bundle's actions and the Customer Management Framework for examples. Start by adding a new JS file implementing the admin UI panel for your action: // public/js/targeting/actions.js (function () { 'use strict'; pimcore.bundle.personalization.settings.actions.register( 'log', Class.create(pimcore.bundle.personalization.settings.action.abstract, { getName: function () { return 'Log'; }, getPanel: function (panel, data) { var id = Ext.id(); return new Ext.form.FormPanel({ id: id, forceLayout: true, style: 'margin: 10px 0 0 0', bodyStyle: 'padding: 10px 30px 10px 30px; min-height:40px;', tbar: pimcore.bundle.personalization.settings.actions.getTopBar(this, id, panel), items: [ { name: 'level', fieldLabel: 'Level', xtype: 'combo', store: [ ['debug', 'Debug'], ['info', 'Info'], ['notice', 'Notice'], ['warning', 'Warning'], ['error', 'Error'], ['critical', 'Critical'], ['alert', 'Alert'], ['emergency', 'Emergency'] ], mode: 'local', width: 300, value: ('undefined' !== typeof data.level) ? data.level : 'info', editable: false, triggerAction: 'all' }, { xtype: 'hidden', name: 'type', value: 'log' } ] }); } }) ); }()); As soon as you configured Pimcore to load the newly created file you should see your new action in the list of available actions:
Admin UI
[ -0.25126180052757263, -0.25181475281715393, 0.019869672134518623, 0.11555436998605728, 0.24474486708641052, -0.239360973238945, 0.07539002597332001, -0.02845444157719612, -0.05097127705812454, 0.08476295322179794, -0.1422176957130432, 0.4783412516117096, -0.09924771636724472, 0.42081204056739807, 0.16331836581230164, 0.1265781819820404, -0.25717028975486755, 0.07780631631612778, 0.27034515142440796, 0.2922596335411072, 0.06866679340600967, 0.029508059844374657, 0.13732439279556274, 0.6876345276832581, -0.15349417924880981, -0.08336926251649857, -0.08531897515058517, 0.21422627568244934, 0.16109789907932281, -0.3606122136116028, 0.08198373019695282, 0.036343954503536224, 0.10037150233983994, 0.14670725166797638, -0.000100449520687107, -0.02695007063448429, 0.4306536912918091, -0.09090450406074524, -0.06962651759386063, -0.1874089539051056, -0.09403078258037567, -0.4475332200527191, 0.14478348195552826, 0.15683968365192413, 0.004930108319967985, 0.11146843433380127, -0.02672099880874157, 0.08619684725999832, 0.03299174830317497, 0.26589539647102356, 0.23980897665023804, 0.11460936069488525, 0.09252545237541199, 0.2026279717683792, -0.015163509175181389, 0.4944290816783905, -0.21915514767169952, -0.0377122201025486, 0.22455553710460663, -0.03025861829519272, 0.22636474668979645, -0.2681858241558075, 0.18086443841457367, -0.2134583294391632, -0.13186374306678772, 0.1393241435289383, 0.46107718348503113, 0.08197300881147385, 0.06517770886421204, 0.04524474963545799, 0.09810710698366165, -0.1486300826072693, -0.11404711753129959, -0.18760782480239868, 0.17052310705184937, -0.12375681847333908, 0.3358103930950165, 0.11718669533729553, -0.12195715308189392, 0.28658977150917053, 0.1240968182682991, -0.24304865300655365, 0.05711260437965393, 0.046047717332839966, 0.1424298733472824, 0.2182714194059372, -0.21276932954788208, -0.07868616282939911, 0.07099202275276184, -0.43493592739105225, 0.27846193313598633, 0.1981196403503418, 0.11162412166595459, 0.1225472092628479, -0.006992293521761894, -0.21930743753910065, 0.23862163722515106, 0.2405042052268982, 0.11555279046297073, 0.039056699723005295, 0.10037879645824432, 0.39895668625831604, 0.010844248346984386, 0.058285631239414215, 0.14267371594905853, 0.1773049533367157, 0.36668407917022705, 0.41547340154647827, 0.2756657004356384, 0.20700296759605408, 0.08011692017316818, -0.12136413902044296, -0.10870511829853058, 0.13379520177841187, -0.2823430597782135, 0.29728466272354126, 0.27381375432014465, 0.0030380552634596825, 0.14253316819667816, -0.20520587265491486, 0.11842352151870728, -0.05632409453392029, 0.313904732465744, 0.22685831785202026, -0.20291166007518768, 0.24589447677135468, -0.0322040319442749, 0.07770740985870361, -0.04245905950665474, 0.15034601092338562, -0.034817490726709366, -0.07094097137451172, -0.4037526249885559, 0.23075100779533386, 0.17010462284088135, 0.3832574188709259, 0.06991562247276306, 0.10505858063697815, 0.07995819300413132, -0.3160949945449829, 0.08463029563426971, 0.3279682993888855, -0.320787638425827, 0.11888638883829117, 0.09201094508171082, -0.16324998438358307, 0.27138838171958923, -0.04406414553523064, -0.07610660791397095, 0.1613502949476242, -0.12752428650856018, -0.215654194355011, -0.1366037279367447, 0.1884288638830185, -0.12105721980333328, 0.2896521985530853, -0.012780989520251751, 0.04562850669026375, 0.08542431890964508, 0.10795319080352783, 0.10085035115480423, 0.2414463758468628, 0.2488914430141449, -0.19829463958740234, -0.13711276650428772, 0.2876014709472656, -0.09188561141490936, -0.09312295913696289, -0.8029403686523438, -0.28704196214675903, 0.08998347818851471, -0.7633496522903442, -0.14742439985275269, 0.1486572027206421, -0.05872052535414696, 0.18181562423706055, 0.1918727457523346, -0.2173299789428711, -0.10199489444494247, -0.096715547144413, -0.6357038021087646, 0.07755208760499954, -0.13451288640499115, -0.07461689412593842, -0.19193314015865326, 0.013960525393486023, -0.04399190470576286, 0.021233903244137764, -0.04203718900680542, 0.18017181754112244, -0.0035175071097910404, 0.08278895169496536, -0.5325403213500977, 0.1966964155435562, -0.09298679232597351, 0.14972275495529175, -0.027521660551428795, 0.10165534168481827, 0.11170008033514023, -0.09560191631317139, -0.07564970850944519, -0.09925713390111923, 0.1534474492073059, 0.3670060634613037, -0.09541495144367218, 0.07587156444787979, 0.202450230717659, -0.045973170548677444, -0.4450623691082001, -0.049747660756111145, 0.14539241790771484, -0.22078369557857513, -0.2387305498123169, 0.0502430722117424, -0.23674838244915009, -0.3814815282821655, 0.24482399225234985, 0.6002032160758972, -0.5267961621284485, -0.009345270693302155, -0.2659451961517334, 0.03500370681285858, -0.004748805891722441, 0.08970281481742859, 0.23348116874694824, -0.20074641704559326, -0.1774735152721405, -0.17978312075138092, -0.004196179565042257, 0.03295417129993439, 0.2474789023399353, 0.11220435798168182, -0.05667790770530701, 0.4202062487602234, 0.4640967547893524, 0.06755814701318741, 0.2946091592311859, 0.011952991597354412, 0.11317359656095505, 0.07465866953134537, 0.14611969888210297, 0.2024228423833847, -0.1922086775302887, 0.07895895838737488, -0.24052070081233978, 0.6733224987983704, 0.012818722985684872, 0.047456540167331696, 0.025505971163511276, 0.03383233770728111, 0.020322537049651146, -0.10370983183383942, 0.0262029729783535, -0.1817495971918106, -0.3186069428920746, 0.1807728111743927, -0.036133479326963425, -0.27646926045417786, -0.4347989559173584, 0.3367884159088135, 0.44838955998420715, 0.3017781376838684, 0.27417537569999695, 0.09936518222093582, -0.305113285779953, 0.1883002519607544, 0.2252875119447708, -0.31081342697143555, 0.1970299631357193, 0.2504976987838745, -0.13841278851032257, -0.016357028856873512, 0.23086529970169067, 0.007252441253513098, 0.20675787329673767, -0.0874311551451683, -0.4065014719963074, -0.0013353477697819471, 0.12379885464906693, -0.00827854499220848, 0.012647174298763275, -0.008219873532652855, -0.5521382093429565, 0.022250447422266006, -0.17126816511154175, -0.21949364244937897, -0.13957345485687256, -0.06178312376141548, 0.17965297400951385, -0.2212035059928894, 0.1914696842432022, 0.047799576073884964, 0.03169677406549454, -0.18658091127872467, 0.2545120418071747, 0.02659735083580017, -0.004720059223473072, 0.35203516483306885, -0.10457582026720047, 0.4009968340396881, 0.011348631232976913, 0.2908904254436493, -0.3520604968070984, 0.20652782917022705, 0.05136023089289665, -0.04470677673816681, 0.03881271928548813, 0.05735129117965698, 0.5112380981445312, 0.1352149099111557, -0.3953355848789215, 0.3767704665660858, 0.23911774158477783, -0.08744838833808899, -0.031223753467202187, -0.03056744858622551, -0.2066410928964615, 0.045531753450632095, 0.1755053699016571, 0.025016700848937035, -0.22979599237442017, -0.041831038892269135, 0.19798295199871063, 0.2305971086025238, -0.322955459356308, 0.049198996275663376, 0.031848691403865814, -0.17779871821403503, 0.2604387700557709, 0.21844349801540375, 0.12172886729240417, -0.1594655066728592, 0.021204018965363503, 0.38947388529777527, -0.2582198679447174, 0.10574226081371307, -0.026820862665772438, -0.044685278087854385, 0.2683645188808441, -0.5779179334640503, -0.0634796991944313, -0.06688579171895981, -0.02430093102157116, -0.11694424599409103, -0.47113075852394104, 0.061200376600027084, -0.34388357400894165, -0.05886613205075264, -0.39612919092178345, 0.10932032018899918, 0.08184856176376343, 0.427371084690094, 0.1219131126999855, -0.1986454576253891, 0.02007005177438259, -0.4114387333393097, -0.07063852250576019, 0.13353662192821503, 0.26784437894821167, -0.22314606606960297, -0.09337637573480606, 0.04066022112965584, 0.5303543210029602, -0.06893618404865265, 0.11182371526956558, -0.13976673781871796, -0.3220239579677582, 0.1366611272096634, 0.1980128288269043, -0.2637175917625427, 0.019365711137652397, 0.09025692194700241, 0.03689282014966011, 0.3947611153125763, 0.21411852538585663, -0.0783969834446907, -0.12599848210811615, 0.01846705563366413, -0.5070515275001526, -0.4013441801071167, -0.12083817273378372, 0.1889401227235794, -0.14022229611873627, -0.4502989649772644, 0.12613092362880707, -0.1439237892627716, 0.11288537085056305, 0.3391016721725464, 0.3635478615760803, -0.018013188615441322, -0.11722609400749207, -0.006246411707252264, -0.5830075740814209, 0.10741591453552246, 0.21183481812477112, -0.17077603936195374, -0.2226358950138092, 0.024180486798286438, -0.4172316789627075, -0.02228330820798874, -0.22848649322986603, 0.11740683764219284, -0.21911649405956268, 0.031711988151073456, 0.13613726198673248, -0.16790345311164856, -0.05121799185872078, -0.0414670929312706, 0.006189979612827301, 0.07591717690229416, 0.28804466128349304, 0.47034600377082825, -0.10444636642932892, 0.10167451202869415, -0.18205922842025757, -0.5653067827224731, -0.06521254777908325, 0.03721963241696358, -0.08535685390233994, 0.22651590406894684, -0.20894964039325714, 0.3343116044998169, -0.28022655844688416, -0.0025371508672833443, 0.1679104119539261, 0.02074727602303028, 0.059386081993579865, 0.008345563896000385, -0.04162248224020004, 0.3318721354007721, 0.06454860419034958, -0.10772896558046341, -0.29570022225379944, 0.09889140725135803, -0.0026988876052200794, 0.11932332813739777, 0.18206901848316193, 0.28635671734809875, -0.1861429214477539, 0.12152323126792908, -0.17295895516872406, 0.2039574235677719, 0.194982647895813, 0.2737913131713867, -0.09893693029880524, -0.14964431524276733, 0.12481581419706345, 0.4681209325790405, 0.17225795984268188, -0.14947234094142914, -0.006939456798136234, 0.033787801861763, -0.019758233800530434, 0.13696609437465668, 0.06552687287330627, -0.08898725360631943, 0.16445410251617432, 0.25248077511787415, 0.015224012546241283, -0.35042259097099304, 0.23853717744350433, 0.7699519395828247, 0.15694567561149597, -0.14547908306121826, 0.1351507306098938, -0.15001186728477478, -0.07216968387365341, -0.08390355855226517, -0.003519571153447032, -0.14564944803714752, 0.20922623574733734, 0.076171875, -0.14165975153446198, -0.001959690824151039, 0.1323135942220688, -0.4655779004096985, -0.1883104294538498, -0.6196234226226807, -0.0998167023062706, 0.17349135875701904, 0.2707999646663666, -0.14979709684848785, -0.3459421396255493, -0.2390275001525879, 0.2859700322151184, -0.14144188165664673, 0.2547128200531006, -0.0012843393487855792, -0.14777368307113647, -0.1937120258808136, 0.2104262262582779, -0.12388444691896439, 0.19186042249202728, -0.29515838623046875, -0.5607414245605469, 0.004646243527531624, -0.004624541383236647, -0.004569574259221554, -0.032842542976140976, 0.3343032896518707, 0.2722300887107849, -0.024517791345715523, 0.04498050734400749, 0.08871877193450928, 0.04378461092710495, -0.20015667378902435, -0.01774687133729458, 0.16723236441612244, -0.2649180293083191, -0.11261925101280212, -0.015905233100056648, 0.21824538707733154, -0.06366462260484695, 0.18576261401176453, 0.23723743855953217, 0.6384503245353699, 0.1464441865682602, 0.09699851274490356, -0.009176626801490784, -0.1319071352481842, -0.10642523318529129, 0.20523467659950256, -0.12250202149152756, 0.24382613599300385, -0.10499150305986404, 0.16900721192359924, 0.28169697523117065, -0.1296667605638504, -0.1023358628153801, 0.03242586925625801, -0.07704664766788483, -0.39888399839401245, 0.09443917125463486, -0.12742528319358826, -0.23422081768512726, 0.22953081130981445, 0.022917574271559715, 0.35321861505508423, -0.1508098542690277, -0.08992268145084381, -0.3950139582157135, 0.5470751523971558, 0.10361438989639282, 0.06944585591554642, 0.0006410502828657627, -0.39669620990753174, -0.14500175416469574, -0.5757943391799927, 0.12786152958869934, 0.029854385182261467, -0.06007641181349754, -0.17485129833221436, 0.4473247528076172, 0.21622334420681, -0.1954975724220276, -0.3913232386112213, -0.19364333152770996, -0.10878697782754898, -0.3048417568206787, 0.19819432497024536, 0.06110922992229462, -0.07860656082630157, 0.040712930262088776, 0.07621830701828003, -0.02174992300570011, -0.019207272678613663, -0.2733129858970642, 0.08194567263126373, 0.021927831694483757, -0.04175841063261032, 0.046883177012205124, -0.2530718445777893, 0.04948701336979866, -0.11943687498569489, -0.15703752636909485, -0.04802517592906952, 0.05421723797917366, -0.11639545112848282, -0.20708836615085602, -0.3769065737724304, -0.0723879411816597, 0.014146639034152031, -0.29903942346572876, 0.12277515232563019, -0.29962825775146484, 0.09319420903921127, 0.09164082258939743, -0.3661651909351349, -0.07964105159044266, 0.33359235525131226, 0.4013669490814209, 0.3169196844100952, 0.47075164318084717, 0.05501575767993927, 0.17367713153362274, -0.2786289155483246, -0.17260783910751343, -0.27933940291404724, -0.13125377893447876, 0.23495762050151825, 0.15948060154914856, 0.002540678484365344, 0.25252577662467957, -0.14833594858646393, 0.04999120905995369, 0.11145110428333282, -0.4940112829208374, 0.021778902038931847, 0.37405598163604736, -0.25265341997146606, 0.09563814103603363, 0.21714089810848236, 0.3376544713973999, -0.1777895838022232, -0.24716931581497192, -0.150375634431839, 0.12362873554229736, -0.4655493199825287, 0.19576029479503632, 0.9476589560508728, 0.01670248992741108, 0.46589773893356323, -0.12269213050603867, 0.38992440700531006, 0.018423698842525482, 0.19067171216011047, -0.029200689867138863, 0.2854849100112915, -0.18383148312568665, -0.048054639250040054, 0.009199966676533222, -0.1283542513847351, -0.2597210109233856, 0.2778278589248657, 0.21029751002788544, 0.06447196751832962, 0.02666492387652397, -0.04701394587755203, -0.09463011473417282, -0.12243818491697311, 0.3609417974948883, -0.20387421548366547, -0.15402454137802124, 0.07635097950696945, -0.3166189193725586, 0.15382573008537292, -0.0652632787823677, -0.34988123178482056, -0.3186033070087433, -0.11675107479095459, 0.10405135899782181, -0.08408860117197037, 0.18373794853687286, 0.12382262200117111, 0.009141343645751476, -0.20428283512592316, -0.3844454288482666, 0.12910312414169312, -0.2659575641155243, 0.14530351758003235, -0.18490910530090332, 0.09962756186723709, -0.014581505209207535, -0.3766447603702545, 0.17607371509075165, -0.04237574338912964, -0.02575516887009144, -0.06263858824968338, 0.21363481879234314, -0.10974615067243576, -0.058268021792173386, 0.263674259185791, -0.2835020422935486, -0.004830062855035067, -0.2434612512588501, 0.06694643944501877, 0.1636538952589035, -0.011378834955394268, 0.06146913766860962, -0.20101092755794525, 0.048724763095378876, -0.05357607081532478, -0.20978114008903503, -0.24312558770179749, 0.2592583894729614, 0.048972804099321365, -0.11886080354452133, -0.48866596817970276, 0.16288834810256958, 0.15786045789718628, -0.5600572228431702, 0.3693339228630066, -0.526566743850708, 0.42559778690338135, -0.014355076476931572, -0.26395532488822937, 0.4127729833126068, 0.4207935333251953, -0.20577199757099152, 0.1180536299943924, -0.013419095426797867, -0.026478393003344536, 0.3880939185619354, 0.3870261013507843, -0.056869469583034515, 0.11515495926141739, -0.07738246023654938, -0.02488182857632637, 0.10678356140851974, -0.2019021064043045, 0.12437557429075241, 0.18147671222686768, 0.00023185869213193655, -0.11210521310567856, -0.42938432097435, 0.23086312413215637, -0.07850628346204758, -0.2514113783836365, -0.07122383266687393, -0.03272107243537903, 0.5964701175689697, -0.2058151662349701, -0.05542341247200966, -0.10848420858383179, 0.011673073284327984, 0.018813572824001312, 0.3045544922351837, -0.2291058748960495, -0.05306057259440422, -0.17854203283786774, 0.20137540996074677, 0.06493177264928818, 0.29872840642929077, -0.26186516880989075, -0.1445344239473343, 0.27916112542152405, -0.13222990930080414, 0.31395259499549866, 0.18026289343833923, -0.0695437416434288, -0.14599744975566864, -0.05560712143778801, 0.12400614470243454, -0.012929866090416908, -0.03628630191087723, 0.045494791120290756, 0.177734375, 0.1854090690612793, 0.15253767371177673, -0.3728830814361572, 0.20688435435295105, 0.23071637749671936, -0.6377958059310913, -0.14127930998802185, 0.025680914521217346, -0.17487813532352448, -0.06547724455595016, -0.09920094162225723, -0.12687401473522186, 0.17023025453090668, -0.6176677346229553, 0.09858506172895432, -0.03389996662735939, 0.1899496614933014, 0.3157166540622711, 0.4364682137966156, -0.33308517932891846, -0.07344864308834076 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Targeting_Storage#targeting-storage
Targeting Storage [TOC] To persist data between requests, the targeting engine makes use of a targeting storage service which is responsible for persisting the given data to a storage. In general, the storage always receives an instance of the VisitorInfo it should store/retrieve data for and a scope which defines how data is handled. There are 2 fixed scopes which are used depending on what is needed: Scope Description session Valid for the current session, expires afterwards. Depending on the implementation, a session is either defined by a timeout of inactivity or by natively being handled by the storage system. E.g. the DB and Redis storage handle expiration by expiring data after a certain amount of time while Session and Cookie storage just make use of the session and cookie lifetime. visitor Valid for the whole lifetime of the visitor. When a visitor returns with its unique ID, its data will still be usable while session data would have expired.
Targeting Storage
[ 0.5120057463645935, -0.28547582030296326, -0.12730038166046143, 0.042132847011089325, -0.04513830691576004, -0.29085275530815125, 0.09071820974349976, -0.39396652579307556, -0.19617725908756256, -0.06623967736959457, -0.27988681197166443, -0.3550429940223694, 0.2624233067035675, 0.08330453932285309, -0.03459551930427551, 0.12185389548540115, 0.2752484083175659, 0.16779115796089172, -0.24910806119441986, 0.1636546105146408, 0.02616063505411148, -0.08186396956443787, 0.08492213487625122, 0.11503919214010239, -0.34321439266204834, -0.06484109163284302, -0.39560943841934204, 0.040132731199264526, 0.019029507413506508, -0.4599556028842926, 0.14948870241641998, 0.023680556565523148, -0.025628942996263504, 0.24812035262584686, -0.0001138536463258788, -0.12197485566139221, -0.1455584466457367, -0.11326473206281662, -0.1680639684200287, -0.007771797478199005, -0.3220958411693573, -0.02126353234052658, -0.12809598445892334, -0.22557073831558228, 0.09752009063959122, 0.3331233561038971, 0.2248281091451645, -0.2289932519197464, 0.47710755467414856, -0.0920729860663414, 0.1757550686597824, -0.274299293756485, -0.13663938641548157, -0.12296724319458008, 0.3110971748828888, 0.3005354106426239, 0.08001287281513214, -0.08514388650655746, 0.21024827659130096, 0.056423455476760864, 0.014100148342549801, -0.03490747883915901, -0.009295595809817314, 0.0890803411602974, 0.26523587107658386, 0.08756065368652344, 0.05869940668344498, -0.05525168403983116, -0.05033773183822632, 0.03190070018172264, 0.6918502449989319, 0.05260009691119194, -0.058496538549661636, 0.07096496969461441, -0.4077034890651703, -0.14144380390644073, 0.1784449964761734, -0.07041599601507187, 0.36282792687416077, 0.25218984484672546, 0.005780917126685381, -0.1347985565662384, -0.13895706832408905, -0.1416849046945572, -0.34777817130088806, -0.06344544887542725, -0.08839248865842819, 0.08258766680955887, -0.12799964845180511, -0.010967288166284561, 0.2057049572467804, 0.19053074717521667, -0.06236653029918671, 0.11096373200416565, -0.31069448590278625, -0.3646921217441559, -0.09044087678194046, 0.2883298993110657, -0.00397473992779851, 0.3173666000366211, 0.49865424633026123, -0.010890721343457699, -0.2679363191127777, 0.2556678354740143, 0.21111442148685455, 0.08373329788446426, 0.26318079233169556, -0.2600995898246765, 0.18320047855377197, -0.36371028423309326, -0.287839412689209, 0.10331882536411285, 0.3265780508518219, 0.31610044836997986, 0.3111022114753723, -0.17578257620334625, 0.11017031967639923, 0.01522114872932434, -0.23946206271648407, 0.33063897490501404, -0.13482892513275146, 0.018475264310836792, -0.03776190057396889, 0.3949772119522095, -0.06974440068006516, -0.14782395958900452, -0.05986033380031586, -0.45409467816352844, -0.1872132271528244, -0.38767117261886597, -0.10145566612482071, -0.02144438587129116, -0.2863626182079315, -0.1314632147550583, -0.06604843586683273, 0.11172578483819962, 0.07822663336992264, -0.17787770926952362, -0.1394633799791336, -0.22417180240154266, 0.5464249849319458, -0.26392418146133423, 0.5117226839065552, 0.13098886609077454, -0.019511712715029716, 0.07289575040340424, -0.1699550300836563, -0.24633246660232544, -0.2137443870306015, -0.01979193650186062, -0.20995646715164185, 0.03319483622908592, 0.38372164964675903, 0.19680491089820862, -0.07638699561357498, -0.05047436058521271, 0.42816469073295593, -0.006752291694283485, -0.08137401938438416, -0.11619018018245697, 0.18800470232963562, 0.336926132440567, 0.028874963521957397, -0.3676060438156128, -0.11779709905385971, 0.5882906317710876, 0.0479157492518425, -0.12989358603954315, 0.5742206573486328, -0.2576998770236969, -0.2814812660217285, 0.04055604338645935, 0.07548928260803223, 0.05644864961504936, 0.014974706806242466, 0.022332796826958656, -0.04525955766439438, 0.008010056801140308, -0.24584393203258514, -0.3035160005092621, -0.15916384756565094, -0.002043879823759198, 0.2780885100364685, 0.2615237832069397, 0.5591476559638977, -0.3486221432685852, 0.16262689232826233, -0.05602720007300377, -0.1815512329339981, -0.04034028202295303, 0.019035043194890022, 0.1789059191942215, -0.14996425807476044, -0.27963972091674805, -0.0727042406797409, -0.09053334593772888, 0.35305535793304443, 0.33035996556282043, -0.2670183479785919, 0.37116581201553345, 0.3543671667575836, 0.07742153853178024, 0.08801378309726715, -0.3023027777671814, 0.18496771156787872, 0.1747182011604309, -0.42130011320114136, 0.1586875021457672, -0.32392075657844543, -0.21185418963432312, 0.7237046360969543, -0.2367364466190338, -0.11223243176937103, 0.1549094170331955, -0.12476058304309845, -0.11281558871269226, 0.09795478731393814, -0.12218764424324036, 0.10027425736188889, -0.2143823653459549, -0.11147761344909668, 0.15998394787311554, 0.08504639565944672, 0.16107772290706635, 0.09880360960960388, 0.2473289519548416, -0.16199247539043427, 0.03867245092988014, -0.06008142605423927, -0.0031849793158471584, 0.16724026203155518, -0.09744235128164291, 0.0887286588549614, 0.2895575165748596, 0.6243400573730469, 0.39272618293762207, 0.3888774812221527, 0.6267539858818054, 0.3440670371055603, 0.03903565928339958, 0.22051143646240234, 0.22651728987693787, 0.05294173210859299, -0.07218201458454132, -0.1969381868839264, 0.10655517876148224, 0.21237482130527496, 0.08463024348020554, 0.06390009075403214, 0.029947781935334206, 0.22407260537147522, -0.1680712252855301, -0.0030453733634203672, -0.3407076895236969, 0.007042166776955128, 0.03408730775117874, -0.10935105383396149, 0.17696481943130493, -0.2999833822250366, 0.43066903948783875, 0.19917842745780945, 0.06985685229301453, 0.03212295472621918, -0.15779249370098114, -0.3927493989467621, -0.4406328797340393, 0.3566136360168457, 0.045448943972587585, 0.21303492784500122, 0.12781614065170288, 0.3972305953502655, -0.38724714517593384, 0.287327378988266, -0.2129945009946823, 0.057586148381233215, -0.18285585939884186, -0.23991118371486664, -0.16940392553806305, -0.024226706475019455, 0.1831817626953125, 0.11992667615413666, -0.09176144003868103, 0.14714619517326355, -0.2653610110282898, -0.04905262216925621, -0.15576784312725067, -0.2846549451351166, -0.26191550493240356, 0.14416152238845825, -0.07875128090381622, -0.28948262333869934, -0.3422786593437195, 0.1620083898305893, 0.20696137845516205, -0.1795743703842163, -0.1751376986503601, -0.23277845978736877, 0.5382024645805359, -0.0657334104180336, 0.14121945202350616, -0.39334583282470703, -0.28312376141548157, -0.3025970160961151, 0.09963414818048477, -0.05626671388745308, -0.14841389656066895, 0.5894659161567688, 0.1809127777814865, 0.4262063205242157, -0.32916736602783203, -0.5535823106765747, 0.32574570178985596, 0.14190779626369476, 0.18372595310211182, 0.08605696260929108, 0.2958451807498932, -0.2934587001800537, 0.7048590183258057, 0.014017123728990555, -0.22086472809314728, -0.23337559401988983, -0.012784542515873909, -0.041941557079553604, 0.051003579050302505, -0.019292090088129044, 0.06615561991930008, -0.35574790835380554, -0.10626605153083801, -0.3069760501384735, -0.057384710758924484, 0.29410552978515625, -0.12353736162185669, -0.23246905207633972, -0.01647687517106533, -0.07588717341423035, 0.009327330626547337, -0.34556493163108826, -0.30649277567863464, 0.250030517578125, -0.46114110946655273, 0.10300952196121216, 0.1085074320435524, 0.010031862184405327, 0.279245525598526, 0.04782503470778465, -0.2184068262577057, -0.47756871581077576, 0.14368802309036255, -0.09058751910924911, -0.1897166669368744, -0.01428190153092146, 0.4982888698577881, -0.006290706805884838, -0.25860944390296936, -0.18037813901901245, -0.14869827032089233, 0.1049100011587143, 0.43468743562698364, 0.26360461115837097, 0.053408972918987274, -0.4439316987991333, 0.237639382481575, 0.3882414698600769, -0.05340561270713806, -0.02349393628537655, 0.38774579763412476, 0.560491681098938, 0.3535599410533905, -0.08994851261377335, 0.5150633454322815, -0.21800975501537323, 0.00683850422501564, -0.299776554107666, 0.12152381986379623, 0.19229790568351746, 0.018916381523013115, -0.11212530732154846, -0.4792320132255554, -0.3750452697277069, -0.24289782345294952, -0.030773624777793884, -0.23755626380443573, 0.34917253255844116, 0.04578550159931183, -0.0903618186712265, 0.20208308100700378, 0.014036297798156738, -0.1646108478307724, 0.33275920152664185, 0.17790640890598297, 0.013866742141544819, -0.5084590911865234, -0.38784682750701904, -0.10732917487621307, 0.27809736132621765, -0.17120587825775146, -0.08734908699989319, 0.06509565562009811, -0.1973656415939331, 0.20406889915466309, -0.08076901733875275, 0.2592662572860718, -0.05116775631904602, -0.1386340707540512, -0.25205379724502563, 0.2853772044181824, 0.4602963924407959, 0.18350255489349365, 0.26043638586997986, 0.10315574705600739, 0.17529608309268951, 0.15680351853370667, 0.07110932469367981, -0.4095850884914398, -0.5373334884643555, -0.20465657114982605, -0.1923152208328247, 0.0027933705132454634, -0.11340578645467758, -0.14065629243850708, -0.21446672081947327, 0.21611624956130981, -0.19080691039562225, -0.7080352902412415, 0.13918673992156982, -0.20436586439609528, -0.218925341963768, -0.04323574900627136, 0.09928840398788452, 0.06998198479413986, 0.18347086012363434, -0.1794976443052292, -0.08144347369670868, 0.23005279898643494, 0.30725353956222534, 0.20915311574935913, 0.5792168378829956, -0.24301810562610626, -0.03826284036040306, 0.22165493667125702, 0.09029741585254669, -0.01358813513070345, 0.4475840926170349, 0.34229177236557007, 0.4357079267501831, -0.38604214787483215, -0.03044583648443222, -0.0027568573132157326, 0.07543919235467911, -0.41474130749702454, -0.0059811328537762165, -0.2652427852153778, 0.18136397004127502, -0.20472027361392975, -0.4497334957122803, -0.3829483389854431, -0.17374727129936218, 0.5367178916931152, -0.11545979231595993, 0.24642811715602875, 0.46314042806625366, 1.2044520378112793, 0.16377541422843933, 0.4471811354160309, -0.09315923601388931, -0.3113175630569458, 0.09246564656496048, 0.1303868144750595, -0.09462599456310272, -0.13712751865386963, 0.12732833623886108, -0.18932676315307617, -0.06692472845315933, 0.013666698709130287, 0.002614610595628619, -0.2794369161128998, -0.02234431728720665, 0.07151459157466888, 0.6426464915275574, 0.12983207404613495, 0.2515738010406494, -0.03718806803226471, 0.08926976472139359, 0.10452181845903397, 0.23571741580963135, -0.0022501025814563036, -0.08155055344104767, -0.11543726176023483, 0.1853087693452835, -0.10886383056640625, 0.0745888352394104, 0.6368995904922485, -0.015874765813350677, -0.2526859939098358, 0.0014666382921859622, -0.2983394265174866, -0.1838836371898651, -0.2617219090461731, 0.008281429298222065, 0.09607525914907455, -0.05783958360552788, 0.003965903073549271, 0.27398350834846497, 0.27357718348503113, 0.0314798578619957, 0.03288703039288521, -0.28755220770835876, 0.6293891072273254, 0.07636267691850662, 0.06767595559358597, 0.3251248300075531, -0.18265624344348907, -0.15505589544773102, -0.07755716145038605, 0.39498162269592285, -0.24858149886131287, -0.1788073182106018, 0.3462049961090088, 0.037717174738645554, -0.46376389265060425, 0.02569558098912239, 0.10035450011491776, 0.23429520428180695, 0.15312908589839935, 0.3558283746242523, -0.2836079001426697, 0.12574568390846252, -0.06551991403102875, -0.07844727486371994, 0.3464219570159912, -0.22576110064983368, 0.0950789824128151, -0.3917066156864166, -0.22192610800266266, -0.23645754158496857, 0.2764684557914734, -0.25930485129356384, 0.0596240758895874, 0.17319519817829132, -0.224580779671669, 0.12132663279771805, 0.2694583237171173, 0.19911250472068787, 0.07493750005960464, 0.23981618881225586, -0.051770370453596115, -0.24082255363464355, -0.023952772840857506, 0.2831222414970398, -0.1813274323940277, 0.15760502219200134, 0.25210505723953247, 0.05944205820560455, -0.06427572667598724, 0.4019716680049896, -0.33455604314804077, -0.0913616195321083, 0.16722722351551056, 0.23209284245967865, 0.06610526144504547, -0.3386124074459076, -0.0005093226791359484, -0.18709854781627655, -0.014596587978303432, 0.08109970390796661, -0.3285258412361145, -0.20145566761493683, -0.06414761394262314, 0.11845919489860535, 0.1457178294658661, 0.1599089354276657, -0.5293459296226501, -0.0493081696331501, 0.47895094752311707, 0.00948464684188366, -0.02395770512521267, 0.15958194434642792, -0.09360989928245544, -0.28720390796661377, 0.21994958817958832, 0.3309757113456726, -0.08354388177394867, 0.1569359302520752, 0.3396959900856018, 0.06822153925895691, -0.14117437601089478, 0.1701231300830841, -0.3538838326931, -0.19330888986587524, 0.07098445296287537, 0.7407776713371277, 0.48790401220321655, -0.3968869745731354, 0.29659995436668396, 0.19525565207004547, -0.19401787221431732, 0.04402296990156174, -0.19178807735443115, 0.22497022151947021, -0.08452195674180984, -0.32863080501556396, 0.09481516480445862, 0.24389725923538208, 0.29993191361427307, 0.28850555419921875, -0.0583464689552784, -0.1081204041838646, -0.10697203129529953, 0.17477592825889587, 0.4893510937690735, 0.30788663029670715, 0.19587834179401398, 0.234257310628891, 0.41355380415916443, -0.31375688314437866, -0.05478200316429138, -0.5006946921348572, 0.14129889011383057, 0.15255871415138245, 0.7285975217819214, -0.03464166447520256, 0.34156301617622375, -0.2717767059803009, 0.12389905005693436, 0.2724052667617798, 0.1674744337797165, 0.12309132516384125, 0.15287691354751587, -0.11034773290157318, -0.34406375885009766, 0.11996585130691528, -0.17835140228271484, 0.16835278272628784, 0.13809603452682495, 0.26756805181503296, -0.06125381216406822, -0.09061615914106369, -0.17285895347595215, -0.05707130208611488, 0.08473773300647736, 0.053206589072942734, -0.3943929374217987, -0.22606652975082397, -0.09690737724304199, -0.11447615176439285, 0.12766438722610474, -0.2133740931749344, 0.2804124355316162, -0.027099747210741043, 0.07335768640041351, -0.10751873254776001, 0.15594007074832916, 0.3002055287361145, -0.039174266159534454, -0.2865908145904541, 0.2039497345685959, 0.07287010550498962, -0.09711483865976334, -0.01925482228398323, -0.1768825650215149, -0.008158587850630283, -0.15884846448898315, -0.20800010859966278, 0.15025287866592407, 0.050753239542245865, -0.16960693895816803, -0.07923877984285355, 0.10249166190624237, 0.1538483053445816, -0.2781240940093994, 0.19458533823490143, 0.10880281776189804, -0.09452329576015472, 0.10957778990268707, 0.016928311437368393, 0.11140451580286026, -0.2024839073419571, 0.05034424364566803, 0.1792173832654953, -0.10130920261144638, 0.08678979426622391, 0.10074097663164139, -0.5814585089683533, -0.3037230372428894, 0.10202157497406006, -0.47366762161254883, -0.034204207360744476, -0.43858543038368225, 0.08347783237695694, -0.06439424306154251, 0.08194241672754288, 0.07429394870996475, 0.26267701387405396, -0.31419637799263, -0.28659215569496155, 0.13161906599998474, 0.2533455193042755, 0.1862049102783203, 0.09718454629182816, -0.3917849361896515, 0.198844775557518, -0.06963051110506058, -0.023664740845561028, -0.01348633412271738, 0.009674502536654472, -0.009103029035031796, 0.12896674871444702, 0.015033097937703133, 0.11913097649812698, -0.18982598185539246, 0.09287070482969284, -0.12099368125200272, -0.2172311395406723, 0.12419085949659348, -0.05741690471768379, -0.018251625820994377, -0.20154790580272675, -0.18965955078601837, 0.5397675633430481, 0.04853018373250961, 0.6289888620376587, 0.08087296783924103, -0.03872951865196228, -0.08099449425935745, -0.027607876807451248, 0.043705254793167114, 0.0740056186914444, -0.19132593274116516, -0.5227107405662537, 0.16247417032718658, 0.2862132787704468, -0.1634552776813507, 0.1832120567560196, 0.16895589232444763, 0.14274074137210846, -0.12985365092754364, 0.11752942204475403, 0.21224352717399597, -0.059428442269563675, -0.3953884243965149, -0.05074362829327583, 0.14007394015789032, 0.29003196954727173, 0.4007929861545563, 0.13091246783733368, -0.30268728733062744, 0.05875939875841141, -0.21694619953632355, -0.005809852387756109, 0.312605619430542, -0.13586851954460144, 0.4040130078792572, -0.12163465470075607, -0.09497151523828506, -0.2879495322704315, -0.3026169240474701, 0.3424935042858124, -0.07167435437440872, -0.2852246165275574, 0.25426021218299866, 0.0029540297109633684, -0.14736692607402802, -0.3413650393486023, 0.1932818591594696, 0.2563974857330322, 0.04478049278259277, -0.14769500494003296, -0.04267151281237602 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Targeting_Storage#configuring-the-targeting-storage
Configuring the Targeting Storage The targeting storage needs to be defined as service and its service ID needs to be configured with the following config entry: pimcore_personalization: targeting: storage_id: Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage
Configuring the Targeting Storage
[ 0.1269863098859787, -0.2686792016029358, -0.09366630017757416, -0.1195111945271492, 0.2424861043691635, -0.14210602641105652, 0.36647459864616394, -0.09753333777189255, -0.1835343986749649, -0.0005065583391115069, -0.25388509035110474, -0.023069696500897408, 0.05974917113780975, 0.3030558228492737, -0.1713375598192215, 0.1840456873178482, 0.023514416068792343, 0.14993329346179962, -0.0685495138168335, 0.21486642956733704, -0.10804225504398346, 0.25534093379974365, 0.029613545164465904, 0.0003710142045747489, -0.43798524141311646, 0.09187303483486176, -0.10521236062049866, -0.10215885192155838, -0.2826956510543823, -0.5292617678642273, 0.24156387150287628, 0.1650601029396057, -0.05637037009000778, 0.14710241556167603, -0.00010416021541459486, 0.06458304822444916, 0.1899094581604004, -0.18455807864665985, -0.11899834126234055, 0.006025256123393774, -0.04300685226917267, -0.20972782373428345, -0.11994599550962448, -0.09168645739555359, -0.0955645740032196, 0.4004690945148468, 0.12805932760238647, 0.11685697734355927, 0.05063270032405853, 0.1636817902326584, 0.2838953733444214, -0.3091844618320465, -0.05269040912389755, -0.15086203813552856, 0.04408629983663559, 0.11256800591945648, -0.18316948413848877, -0.0665246918797493, 0.002021766034886241, -0.06025048345327377, -0.0718875452876091, 0.20980872213840485, 0.10475950688123703, 0.14144638180732727, 0.060803476721048355, 0.2708037793636322, 0.29836517572402954, -0.12413478642702103, 0.09000711888074875, -0.25033053755760193, 0.20941868424415588, 0.15559940040111542, 0.06516346335411072, -0.027534471824765205, -0.2266254723072052, -0.29215097427368164, 0.3000914454460144, 0.019269462674856186, 0.027003195136785507, 0.1431594341993332, 0.03986481949687004, -0.15373097360134125, -0.15390439331531525, -0.24063082039356232, -0.0793168768286705, 0.1557120978832245, -0.06513877958059311, -0.11820080131292343, 0.3626118302345276, -0.3253137469291687, -0.0505211167037487, 0.20732063055038452, 0.03145844489336014, 0.000038190286431927234, -0.04013904929161072, -0.341338187456131, -0.1632770597934723, 0.14987346529960632, 0.11877515912055969, 0.14042414724826813, 0.3357645273208618, 0.2803939878940582, 0.24331103265285492, 0.1059768870472908, -0.00837866123765707, 0.26324841380119324, 0.19837285578250885, 0.05316447466611862, 0.1642989069223404, 0.232586070895195, -0.1028805822134018, -0.0024865129962563515, 0.19369931519031525, -0.17721861600875854, -0.012746324762701988, -0.028151946142315865, -0.06571517139673233, 0.0770467072725296, 0.017443852499127388, -0.03111639991402626, -0.07097755372524261, 0.05389212444424629, 0.10313845425844193, 0.26621946692466736, -0.000003357999048603233, -0.11352275311946869, -0.20447325706481934, 0.01761656068265438, -0.23598437011241913, 0.11593311280012131, -0.06813312321901321, 0.2175808846950531, -0.5306044220924377, -0.015199003741145134, 0.4551295340061188, 0.4221654236316681, 0.22863735258579254, -0.18757584691047668, 0.14225755631923676, -0.01840696670114994, 0.23591746389865875, 0.07323241233825684, 0.1300157606601715, 0.09230388700962067, 0.12739649415016174, -0.055773574858903885, -0.08340149372816086, 0.13017861545085907, -0.1537535935640335, -0.08644648641347885, -0.24021123349666595, -0.3497988283634186, 0.20585575699806213, 0.3079248368740082, 0.028226042166352272, 0.020665403455495834, 0.19674520194530487, -0.08074115961790085, 0.11191585659980774, -0.052326735109090805, -0.018959885463118553, 0.1636321097612381, -0.12496393918991089, -0.190577432513237, 0.05114743858575821, 0.2837814688682556, 0.02293255552649498, -0.013003923930227757, -0.3445886969566345, -0.3578302562236786, 0.03167823329567909, -0.1478520631790161, -0.046260230243206024, -0.12881965935230255, -0.2875359058380127, 0.40710821747779846, 0.044159941375255585, 0.0012432312360033393, -0.5251926779747009, -0.22359363734722137, -0.4065023958683014, -0.21079763770103455, -0.038158174604177475, 0.05701440945267677, 0.18096692860126495, 0.04919536039233208, -0.025864122435450554, 0.043395478278398514, 0.10084614902734756, 0.20460066199302673, -0.23860853910446167, -0.13532817363739014, -0.1919836699962616, 0.12046071887016296, 0.27974799275398254, 0.005671314429491758, 0.12594379484653473, 0.3349464237689972, -0.2650884985923767, 0.2068919986486435, 0.2869691550731659, 0.059168606996536255, 0.5330066680908203, -0.039599474519491196, 0.2572042942047119, 0.3332817256450653, -0.08157125115394592, 0.15955093502998352, -0.6814242005348206, 0.11442062258720398, -0.03208351507782936, -0.027679886668920517, -0.11254394054412842, -0.052837494760751724, -0.18002063035964966, -0.3809554874897003, 0.3859403729438782, 0.1902042180299759, 0.07275108247995377, -0.3986246585845947, 0.10255175828933716, 0.31674012541770935, 0.4310302436351776, 0.23989011347293854, 0.19009143114089966, 0.11834298819303513, -0.44338804483413696, -0.19557340443134308, -0.07665034383535385, 0.016949821263551712, 0.48533371090888977, -0.15735945105552673, 0.06387694180011749, 0.23217444121837616, 0.41003257036209106, 0.16931875050067902, 0.36348098516464233, 0.34369564056396484, 0.23640820384025574, -0.22696352005004883, 0.19917383790016174, 0.15861636400222778, -0.06403163075447083, 0.028100932016968727, 0.13573618233203888, 0.13638843595981598, 0.2954086363315582, -0.11601955443620682, -0.01288879569619894, 0.20164893567562103, 0.28540998697280884, -0.23933756351470947, 0.2423056662082672, -0.6396516561508179, -0.12575097382068634, -0.06449902057647705, -0.0020455161575227976, -0.003841493744403124, -0.15959955751895905, 0.30108949542045593, 0.057528428733348846, 0.24640099704265594, 0.10662791877985, 0.008418835699558258, -0.2275288701057434, -0.3023948669433594, 0.035556361079216, -0.13120172917842865, 0.4335613250732422, 0.18349850177764893, 0.16630075871944427, -0.025418750941753387, 0.3021854758262634, -0.13262292742729187, 0.2747591435909271, -0.15820807218551636, -0.22807510197162628, -0.02830391563475132, 0.07139391452074051, -0.10544779896736145, -0.034138552844524384, -0.07683258503675461, -0.03307006508111954, -0.05205090343952179, -0.0552629791200161, -0.40953192114830017, -0.22010095417499542, 0.1693958193063736, -0.033715877681970596, -0.21011462807655334, 0.0033017494715750217, -0.20431166887283325, 0.27658993005752563, 0.21697618067264557, 0.08092223852872849, 0.13016599416732788, 0.04161570221185684, 0.45456811785697937, -0.12042645364999771, 0.09034064412117004, -0.2037888914346695, 0.18837010860443115, -0.13229681551456451, 0.19929176568984985, -0.20286810398101807, 0.07243530452251434, 0.10380285233259201, -0.09805893898010254, 0.354991614818573, -0.17824313044548035, -0.2415517121553421, 0.26624035835266113, 0.14523667097091675, 0.035167377442121506, 0.1764468103647232, 0.1599397510290146, -0.21280835568904877, 0.1991305649280548, 0.29968488216400146, -0.23838688433170319, -0.2617872953414917, -0.0714273676276207, -0.05664465203881264, 0.06865473091602325, -0.2249276489019394, -0.0008900932734832168, -0.39469021558761597, -0.03731665015220642, -0.1677284687757492, 0.1321975439786911, 0.1295618712902069, -0.21952183544635773, -0.18798339366912842, 0.1542741358280182, -0.2115315943956375, -0.11181299388408661, -0.3242460787296295, -0.14854244887828827, 0.43336188793182373, -0.6057652235031128, -0.1680552363395691, 0.27492600679397583, 0.04428602755069733, 0.1531228870153427, -0.07571180909872055, -0.07872379571199417, -0.1897178441286087, 0.01910547912120819, -0.18484164774417877, 0.06627775728702545, -0.17896704375743866, 0.5691944360733032, 0.0186909232288599, -0.2100299745798111, -0.219558984041214, -0.345023512840271, 0.11960536986589432, 0.03772587701678276, 0.4525623321533203, -0.35306450724601746, -0.3981323540210724, 0.16450488567352295, 0.973452091217041, -0.08926563709974289, 0.008225291967391968, 0.44207969307899475, 0.13058096170425415, -0.039156269282102585, 0.015386278741061687, -0.18415647745132446, 0.2320294827222824, 0.1953984647989273, -0.14399749040603638, 0.2816942632198334, 0.02099176123738289, -0.2103032022714615, -0.1932327300310135, 0.054615795612335205, -0.5489829778671265, -0.30203890800476074, -0.08820393681526184, 0.046703413128852844, 0.13630542159080505, -0.13526828587055206, -0.057116683572530746, -0.253632515668869, -0.039970796555280685, 0.05924011766910553, 0.23647604882717133, -0.2719000577926636, 0.09376926720142365, -0.2444889098405838, -0.47370725870132446, -0.22339776158332825, 0.2742861807346344, -0.14186130464076996, -0.08189092576503754, -0.133936807513237, -0.23419247567653656, 0.17339923977851868, 0.03846146538853645, 0.4966358244419098, -0.15573422610759735, 0.06091476231813431, -0.24855397641658783, 0.10893712192773819, 0.4082778990268707, -0.08940184861421585, 0.11508854478597641, -0.025802170857787132, 0.3258383572101593, 0.2944091260433197, -0.16814188659191132, 0.031024551019072533, -0.24917472898960114, -0.5229830145835876, 0.03326139971613884, -0.02401106432080269, -0.12257380783557892, -0.17706064879894257, -0.1992490142583847, 0.05667933076620102, -0.1550697386264801, 0.12639597058296204, 0.26708418130874634, -0.16369092464447021, 0.11662610620260239, -0.04891541227698326, 0.08427707850933075, 0.3204978108406067, 0.21433664858341217, 0.04041682556271553, -0.0389782078564167, 0.02077641710639, 0.3804134726524353, 0.5044621825218201, 0.23749764263629913, 0.1365332156419754, 0.008108371868729591, 0.26561692357063293, -0.0076767741702497005, 0.007431647274643183, 0.14769859611988068, 0.229501411318779, 0.02986409142613411, -0.4334228038787842, 0.13750025629997253, 0.2830846905708313, 0.2121974527835846, -0.13705842196941376, -0.062396176159381866, -0.28516605496406555, 0.2899306118488312, -0.11383628845214844, -0.06746090203523636, -0.11283852905035019, -0.0811290293931961, 0.00587000185623765, -0.2250414788722992, 0.1117478534579277, 0.40577512979507446, 0.8613635897636414, 0.11696860194206238, -0.0917852520942688, -0.063692606985569, -0.15346111357212067, 0.029765237122774124, -0.005422331392765045, 0.2232704758644104, -0.2575840651988983, 0.09272953122854233, 0.04742531105875969, -0.14349615573883057, 0.25217974185943604, 0.15076908469200134, -0.2785676419734955, -0.16581615805625916, -0.12840525805950165, 0.1401296705007553, -0.26961541175842285, 0.12884189188480377, -0.19231560826301575, -0.32799816131591797, 0.2607330083847046, 0.34570491313934326, -0.2099832147359848, 0.36418718099594116, -0.0804777443408966, -0.04505019262433052, -0.24307610094547272, -0.1447094976902008, 0.08858612924814224, 0.0704488754272461, -0.44225478172302246, -0.025899557396769524, -0.004425089806318283, -0.06658181548118591, -0.10624005645513535, -0.11660780012607574, 0.5006623268127441, -0.036161359399557114, -0.18502454459667206, 0.083438940346241, 0.3040724992752075, -0.3374951183795929, -0.12474816292524338, -0.16502642631530762, 0.10313279926776886, -0.19979740679264069, -0.1454746276140213, -0.2536676526069641, 0.07719022035598755, -0.15922877192497253, -0.04424495995044708, 0.06390933692455292, 0.07884293794631958, 0.013583694584667683, -0.05734313279390335, -0.09959924221038818, -0.1677533984184265, -0.03193417191505432, 0.24538996815681458, -0.11640560626983643, -0.050642188638448715, 0.08468630164861679, -0.06358925998210907, 0.154316246509552, -0.12241903692483902, 0.19358216226100922, 0.001883894088678062, -0.14295533299446106, 0.2585395276546478, -0.4135558009147644, -0.2236759066581726, -0.376517653465271, 0.10832659155130386, -0.27575716376304626, 0.40357914566993713, -0.16258415579795837, 0.1533767282962799, -0.2708185315132141, 0.25784364342689514, 0.3306192457675934, 0.2203839123249054, 0.3827079236507416, -0.04746594280004501, -0.13322106003761292, -0.4653606414794922, -0.05278008431196213, -0.47017988562583923, 0.12125476449728012, -0.025755414739251137, 0.3564770519733429, 0.3507627546787262, -0.0023101214319467545, -0.43443065881729126, 0.04817768186330795, -0.1349666714668274, -0.049639180302619934, -0.008945763111114502, -0.40979114174842834, 0.04538551717996597, 0.0159308984875679, 0.16137538850307465, 0.11501794308423996, -0.43530771136283875, -0.3114902377128601, 0.06478381901979446, 0.05632671341300011, 0.07773813605308533, -0.1325007677078247, -0.24550753831863403, 0.1666562557220459, -0.08847011625766754, 0.06478025019168854, -0.14445893466472626, 0.26163163781166077, 0.05925849452614784, -0.1548318862915039, -0.036214765161275864, -0.10065659880638123, -0.03004426136612892, -0.22981613874435425, 0.27035626769065857, -0.09281345456838608, 0.23100189864635468, 0.05130026862025261, -0.39572474360466003, -0.12648233771324158, 0.36930525302886963, 0.3265784978866577, 0.2520291805267334, 0.2606138586997986, 0.20521333813667297, -0.020800739526748657, -0.28284913301467896, 0.1992640346288681, -0.08539756387472153, -0.17357131838798523, -0.05822591483592987, -0.027603385969996452, 0.3167375922203064, 0.39402371644973755, -0.1929677575826645, -0.05489523708820343, 0.3249947130680084, -0.2021229863166809, 0.03965708613395691, 0.3611694276332855, 0.3832291066646576, 0.18210497498512268, 0.002892265096306801, 0.367022305727005, 0.26547420024871826, -0.11054449528455734, 0.03510216996073723, -0.150915265083313, -0.2392287254333496, 0.17869289219379425, 0.8021645545959473, -0.01905994489789009, 0.2979094088077545, -0.16584669053554535, -0.2298533171415329, 0.6046013832092285, -0.11434822529554367, -0.019991090521216393, 0.08789162337779999, -0.18459494411945343, -0.1988002210855484, 0.14964450895786285, -0.11676744371652603, 0.12243960797786713, -0.17205722630023956, 0.5538169741630554, -0.459755539894104, -0.08461856842041016, -0.2559734582901001, -0.11283518373966217, -0.2328644096851349, 0.07637255638837814, -0.22119303047657013, -0.02842164784669876, -0.16392752528190613, -0.06502168625593185, 0.3010198473930359, -0.0249446053057909, 0.38809946179389954, -0.23913496732711792, -0.29473358392715454, 0.17535239458084106, -0.007688973098993301, 0.38786745071411133, 0.1962513029575348, -0.20441687107086182, -0.03240214288234711, -0.4833759367465973, -0.2421438843011856, -0.009457617998123169, 0.03194029629230499, -0.04335753992199898, 0.1487349569797516, 0.11138857901096344, -0.3069254457950592, 0.1225741058588028, -0.07954961061477661, -0.290691614151001, 0.15315717458724976, 0.44389426708221436, -0.10584966838359833, 0.10222560167312622, 0.23174583911895752, -0.34763413667678833, 0.1282493621110916, 0.1438686102628708, 0.1502312421798706, 0.2093837708234787, 0.09405629336833954, 0.11960530281066895, -0.11317466199398041, -0.06952304393053055, -0.03251337260007858, -0.5532667636871338, -0.4114524722099304, 0.12021578848361969, -0.23891110718250275, 0.13451837003231049, -0.4730193018913269, 0.15144984424114227, 0.14656303822994232, 0.10770780593156815, -0.016919728368520737, -0.337854266166687, -0.16743506491184235, -0.15188656747341156, -0.19981949031352997, 0.26297369599342346, 0.23504556715488434, 0.4335131347179413, -0.2635434567928314, 0.18359708786010742, -0.21115988492965698, 0.05369896441698074, 0.2463456094264984, 0.14072424173355103, -0.003593052038922906, 0.19504563510417938, -0.056291598826646805, 0.42894667387008667, -0.1804293841123581, 0.08833349496126175, 0.24168077111244202, -0.07924853265285492, 0.14084552228450775, 0.022006895393133163, 0.24735116958618164, 0.03995650261640549, -0.1307457834482193, 0.07741089910268784, -0.20418277382850647, 0.7678015232086182, -0.058366790413856506, -0.020499804988503456, -0.25384753942489624, 0.170352503657341, -0.21064159274101257, 0.21644452214241028, -0.16974307596683502, -0.4522044062614441, 0.262050986289978, 0.302441269159317, 0.021943816915154457, 0.25590020418167114, -0.1767089068889618, -0.0659605860710144, 0.1951170563697815, -0.16964739561080933, 0.22450482845306396, 0.0580313466489315, -0.012072023935616016, -0.028909584507346153, 0.0399605818092823, 0.24197380244731903, 0.17726808786392212, -0.05760085955262184, -0.2783830463886261, -0.17343664169311523, 0.06195031851530075, -0.055661577731370926, -0.23524010181427002, 0.09290195256471634, 0.2950359582901001, -0.31174618005752563, -0.044402141124010086, -0.3247857391834259, -0.08764325827360153, -0.03702550753951073, -0.025219673290848732, -0.16957999765872955, 0.062252603471279144, -0.15255391597747803, -0.1028551533818245, -0.14439010620117188, 0.39301565289497375, 0.3952692449092865, 0.3412298560142517, -0.2627146244049072, -0.013500824570655823 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Targeting_Storage#implement-a-custom-targeting-storage
Implement a Custom Targeting Storage Basically, a targeting storage is a class implementing the TargetingStorageInterface which is registered as service. Details how to handle data varies heavily on the underlying storage, but you can take the core storages as starting point.
Implement a Custom Targeting Storage
[ 0.3835340440273285, -0.32252001762390137, -0.16781915724277496, 0.019936535507440567, 0.10404150933027267, -0.07503459602594376, 0.22347143292427063, -0.22256340086460114, 0.09740039706230164, 0.2017451375722885, -0.12950459122657776, -0.012713066302239895, -0.1998751014471054, 0.3139456808567047, 0.047469597309827805, 0.21958088874816895, -0.009442062117159367, 0.2721627652645111, 0.1985091120004654, 0.25325560569763184, -0.025292180478572845, -0.006856753956526518, 0.35121431946754456, -0.03832797706127167, -0.2854125499725342, -0.16896408796310425, -0.011151776649057865, 0.04999067634344101, -0.13466498255729675, -0.45105382800102234, 0.30159837007522583, -0.02368800900876522, 0.0017657103016972542, 0.40448781847953796, -0.00009722742106532678, 0.10837479680776596, -0.23837341368198395, -0.19784744083881378, -0.2251410037279129, 0.5257975459098816, 0.05885136500000954, -0.31794893741607666, -0.0810740739107132, -0.2712480425834656, -0.3100821077823639, 0.2075449824333191, 0.10146253556013107, -0.15028077363967896, 0.4006591737270355, -0.11562048643827438, 0.31892716884613037, -0.2861074209213257, -0.2678457200527191, 0.025870049372315407, -0.007233538664877415, 0.06395145505666733, -0.10418437421321869, 0.12753143906593323, 0.30691808462142944, 0.2396024614572525, -0.18894506990909576, 0.1123652458190918, -0.14228220283985138, 0.08256044238805771, 0.2741927206516266, 0.16882537305355072, -0.06656551361083984, 0.02594921551644802, -0.15137483179569244, -0.16950103640556335, 0.3337830603122711, 0.028640255331993103, 0.08829883486032486, -0.30593249201774597, -0.13424132764339447, -0.3507871627807617, 0.12851308286190033, -0.07031711935997009, 0.038707148283720016, 0.20533154904842377, 0.1153065636754036, -0.17336855828762054, -0.29314276576042175, -0.1537676304578781, -0.130698561668396, -0.0325918085873127, -0.28783881664276123, -0.17399200797080994, 0.09588606655597687, -0.1060008779168129, 0.017064377665519714, 0.17681299149990082, 0.055967289954423904, 0.10966835916042328, -0.11442739516496658, -0.5109260678291321, -0.24746963381767273, -0.0797838419675827, -0.033203572034835815, 0.08149565756320953, 0.4021265208721161, 0.11188559979200363, 0.10083385556936264, 0.14765386283397675, -0.19141578674316406, -0.10318072140216827, -0.08521737903356552, -0.40684887766838074, 0.24494636058807373, 0.12187942117452621, -0.04001632705330849, 0.0235097948461771, 0.01887996308505535, 0.31669798493385315, -0.19747504591941833, -0.17108002305030823, -0.14483030140399933, 0.08992695063352585, -0.11997230350971222, 0.10836082696914673, -0.002306655514985323, 0.25575703382492065, 0.17511264979839325, 0.17009788751602173, 0.24194294214248657, -0.023900039494037628, 0.16284751892089844, -0.2081117182970047, -0.07361810654401779, -0.1673463135957718, 0.02296246588230133, 0.062074895948171616, -0.16546578705310822, 0.20695559680461884, 0.22526179254055023, 0.3977521061897278, 0.031047016382217407, -0.20215196907520294, -0.1635058969259262, -0.18839414417743683, 0.503115713596344, 0.008059308864176273, 0.11777997761964798, 0.016048260033130646, -0.13718102872371674, -0.2110089361667633, -0.08442305028438568, -0.05529492720961571, -0.22459064424037933, -0.3246450424194336, -0.004611825104802847, -0.21709886193275452, 0.09452156722545624, 0.3240467309951782, 0.21440176665782928, -0.2470288872718811, 0.1322379857301712, 0.3167232275009155, -0.16190412640571594, -0.05379394441843033, 0.16397923231124878, 0.6227554082870483, -0.19720982015132904, -0.20609666407108307, -0.031450435519218445, 0.24194058775901794, -0.30715426802635193, -0.14172470569610596, -0.09992093592882156, -0.23053237795829773, -0.043401625007390976, -0.15179187059402466, -0.08941340446472168, 0.17951762676239014, -0.00562084186822176, 0.151291161775589, 0.006082380656152964, 0.15881089866161346, -0.2964186370372772, -0.08012712746858597, -0.467351496219635, -0.205035001039505, 0.18330132961273193, 0.4589177370071411, 0.12829840183258057, -0.24457408487796783, -0.013780215755105019, 0.27555975317955017, -0.0904792919754982, 0.19047757983207703, 0.10627885907888412, -0.20247720181941986, -0.3351230323314667, 0.15722863376140594, 0.019101066514849663, -0.03889573737978935, 0.08780472725629807, 0.4323711395263672, -0.27440398931503296, 0.07613605260848999, 0.2483823001384735, -0.01696700230240822, 0.21780243515968323, 0.07049694657325745, -0.24051393568515778, -0.10819640010595322, -0.3740057051181793, 0.13181760907173157, -0.37592288851737976, -0.20986728370189667, 0.3479660153388977, -0.24589404463768005, -0.02846241369843483, -0.011672355234622955, 0.038859862834215164, -0.13072003424167633, 0.43637439608573914, 0.2624146342277527, 0.028721671551465988, -0.3865506052970886, -0.1294652223587036, -0.07533988356590271, -0.04052823781967163, 0.00009150239930022508, 0.026701491326093674, 0.0015575333964079618, 0.009816855192184448, -0.019684750586748123, -0.19844931364059448, 0.04382939636707306, 0.0425725094974041, -0.05643993243575096, 0.1439848691225052, 0.10223791003227234, 0.3948719799518585, 0.19658374786376953, 0.4560084939002991, 0.7441040277481079, 0.10419585555791855, 0.1377764493227005, 0.16630762815475464, 0.27802756428718567, 0.005785185843706131, 0.08423176407814026, -0.14247290790081024, 0.34589141607284546, 0.0726015493273735, -0.10260926932096481, -0.17212702333927155, 0.04625187814235687, 0.33204570412635803, -0.2130545973777771, 0.1597798764705658, -0.1796693652868271, -0.2476465106010437, 0.016967613250017166, -0.1539807915687561, 0.20383867621421814, -0.3248657286167145, 0.15489570796489716, 0.09974314272403717, 0.1069328635931015, 0.3317759335041046, -0.06482335925102234, -0.250334233045578, -0.0939943715929985, 0.12789765000343323, 0.1518818736076355, 0.20271383225917816, 0.22678014636039734, 0.08254826068878174, -0.11624899506568909, 0.3297114670276642, -0.0508190393447876, 0.2689518332481384, 0.09924143552780151, -0.015315928496420383, 0.11451856046915054, -0.09701140224933624, 0.012561372481286526, -0.08214997500181198, -0.0759357362985611, -0.0555470772087574, -0.2889021933078766, -0.019556840881705284, -0.34867146611213684, -0.1590767204761505, 0.0330987274646759, -0.20201730728149414, -0.19401852786540985, 0.08351992815732956, 0.05817139521241188, 0.3161667287349701, 0.19238707423210144, -0.22683750092983246, -0.17322923243045807, -0.38001084327697754, 0.9346584677696228, -0.3648361563682556, -0.05527987703680992, -0.09794596582651138, -0.10627298057079315, -0.07844482362270355, 0.24619829654693604, 0.06461280584335327, 0.0315355621278286, 0.49780333042144775, 0.19993369281291962, 0.26561686396598816, -0.16342395544052124, -0.24727635085582733, 0.2349494844675064, 0.11941120773553848, 0.019310589879751205, 0.12072169035673141, 0.19727015495300293, -0.24552561342716217, 0.2689633071422577, -0.11585596203804016, -0.08185332268476486, -0.08114341646432877, -0.0858624055981636, -0.10309933125972748, 0.3343130946159363, -0.10337469726800919, -0.10252281278371811, -0.3592814803123474, -0.3936368227005005, -0.09670048207044601, 0.011874076910316944, 0.19842050969600677, -0.30943676829338074, -0.23260781168937683, 0.35713300108909607, 0.1565515547990799, 0.18947811424732208, -0.3242838382720947, -0.18429316580295563, 0.18082767724990845, -0.48408401012420654, 0.0485200472176075, 0.26888373494148254, -0.05290590226650238, 0.01741183176636696, -0.1658032387495041, -0.20260927081108093, -0.40235817432403564, 0.1143215224146843, -0.12884949147701263, 0.05795368179678917, -0.2723308503627777, 0.6089332103729248, -0.19056183099746704, -0.2307518869638443, -0.23469218611717224, -0.23561152815818787, 0.06175674498081207, -0.07213138043880463, 0.11925903707742691, 0.015313753858208656, -0.07337386161088943, 0.19407713413238525, 0.5542756915092468, -0.19551153481006622, -0.31335923075675964, 0.4177052974700928, 0.36287400126457214, -0.03345642238855362, -0.06372994184494019, 0.2616632878780365, -0.01674717850983143, 0.09177402406930923, -0.16763637959957123, 0.43960288166999817, 0.09060323983430862, -0.018377527594566345, -0.04567622020840645, -0.11014919728040695, -0.45450559258461, -0.19050562381744385, 0.2647707462310791, 0.0171205997467041, 0.25886300206184387, -0.3195173740386963, -0.11663839221000671, -0.028537118807435036, -0.009193433448672295, 0.009750526398420334, 0.2500036358833313, 0.017274223268032074, -0.007061387877911329, -0.23012609779834747, -0.12716756761074066, 0.04050479084253311, 0.1872248351573944, -0.24813809990882874, -0.16402596235275269, -0.11833401024341583, -0.241885706782341, 0.18919819593429565, -0.10005644708871841, 0.08201789110898972, 0.016316713765263557, -0.15750783681869507, -0.3109458386898041, 0.007761271670460701, 0.3342350423336029, 0.1787843406200409, 0.057480983436107635, 0.01147585827857256, 0.1554066687822342, 0.3403349220752716, -0.2658710479736328, -0.08410729467868805, -0.20300735533237457, -0.19587163627147675, -0.2990618944168091, 0.18440091609954834, 0.09234397858381271, -0.24770553410053253, -0.253046452999115, 0.2588844299316406, -0.08705291897058487, -0.2908485531806946, 0.5169534087181091, -0.21765096485614777, -0.14874807000160217, 0.10191666334867477, 0.0968482568860054, 0.42095404863357544, 0.07015129178762436, 0.17999982833862305, -0.15607477724552155, 0.23486314713954926, 0.46629098057746887, 0.14742819964885712, 0.536553144454956, 0.032693956047296524, -0.10438833385705948, 0.3114186227321625, 0.06767909228801727, 0.1869276612997055, 0.32097506523132324, 0.37190917134284973, 0.3081341087818146, -0.36559513211250305, -0.11817461997270584, -0.25468766689300537, -0.002318644430488348, -0.24265575408935547, 0.006517271511256695, -0.013364763930439949, 0.23412828147411346, 0.1449383646249771, -0.21086396276950836, -0.3411572575569153, -0.30042457580566406, 0.25503009557724, -0.3813023269176483, 0.4245154857635498, 0.6386225819587708, 1.000216007232666, -0.023424211889505386, 0.048019520938396454, -0.14485065639019012, -0.3281087279319763, 0.2147703468799591, -0.16214321553707123, 0.09041580557823181, -0.28161612153053284, -0.023385727778077126, -0.08799120783805847, -0.018461892381310463, 0.09353272616863251, 0.2490280270576477, -0.215763121843338, -0.16510002315044403, -0.1261814534664154, 0.3332066833972931, -0.23112332820892334, 0.08183464407920837, 0.11991969496011734, -0.4117525815963745, -0.35126006603240967, 0.40125393867492676, -0.20468825101852417, -0.12065247446298599, -0.18729417026042938, 0.1568751186132431, -0.12035486102104187, 0.14563101530075073, 0.24983124434947968, -0.20706839859485626, -0.09046342968940735, -0.06542787700891495, -0.01007858570665121, -0.016255950555205345, -0.13496153056621552, 0.01070399023592472, 0.0801623985171318, 0.0728677436709404, -0.17917168140411377, 0.03214643895626068, 0.021799148991703987, -0.0022161328233778477, -0.10520253330469131, -0.25591638684272766, 0.19724878668785095, -0.08323080092668533, 0.07492281496524811, -0.005889531224966049, 0.007124160882085562, -0.38344356417655945, 0.03739146515727043, 0.15580235421657562, 0.1601463258266449, -0.09750068932771683, -0.048776429146528244, -0.21687112748622894, -0.16594253480434418, -0.03235155716538429, 0.2858980596065521, -0.01841983012855053, -0.10230312496423721, -0.018259162083268166, 0.0019302144646644592, 0.19489127397537231, -0.06683942675590515, -0.2649834156036377, 0.02875310182571411, -0.013764609582722187, 0.23497331142425537, -0.20155799388885498, -0.0813460722565651, -0.42588382959365845, 0.17215855419635773, -0.06275525689125061, 0.29104894399642944, 0.22933383285999298, 0.0947207361459732, -0.6408892869949341, 0.16212481260299683, 0.26881253719329834, 0.4575268626213074, 0.11237915605306625, -0.30168232321739197, -0.13415202498435974, -0.3216415345668793, 0.1531401425600052, 0.0710383728146553, 0.3226100206375122, -0.028550466522574425, 0.04954821988940239, 0.016730517148971558, 0.19407647848129272, -0.4951338469982147, -0.022191371768712997, -0.2234693020582199, 0.108243927359581, 0.01134986337274313, -0.11998418718576431, 0.024890540167689323, 0.3032775819301605, 0.10970502346754074, 0.18279829621315002, -0.2616337239742279, -0.3251041769981384, -0.02729390561580658, 0.038472797721624374, -0.07625381648540497, 0.14804694056510925, -0.18308158218860626, 0.06631098687648773, 0.06757276505231857, -0.06017078831791878, -0.058113113045692444, -0.002412710804492235, 0.0390552319586277, -0.08799538761377335, 0.321219265460968, -0.014567633159458637, -0.18410919606685638, -0.014308464713394642, 0.15813958644866943, 0.10782086104154587, 0.021059060469269753, 0.04985549673438072, -0.14804814755916595, -0.260446697473526, 0.1320536881685257, 0.5991793870925903, 0.6243203282356262, -0.03299526125192642, 0.15796619653701782, 0.2842467427253723, -0.13677285611629486, 0.3828451931476593, -0.2150726169347763, 0.08849817514419556, -0.06684578955173492, -0.10720351338386536, 0.24257925152778625, 0.4016445279121399, 0.04270149767398834, 0.026966696605086327, 0.16876834630966187, -0.4773597717285156, 0.09499838203191757, 0.4911315143108368, 0.3626137673854828, 0.3210272192955017, -0.27406591176986694, 0.11757863312959671, 0.18497690558433533, -0.12129122018814087, -0.08812421560287476, -0.2964475154876709, -0.06659197807312012, -0.03731256350874901, 0.6751108169555664, -0.22274614870548248, 0.45161256194114685, -0.21915091574192047, 0.01752939447760582, 0.37588295340538025, -0.11972165107727051, -0.09180551022291183, 0.04023508355021477, -0.24832846224308014, 0.04901694878935814, 0.12981610000133514, 0.006135737523436546, 0.24265389144420624, 0.020585542544722557, 0.2576579749584198, -0.04603337496519089, -0.19787326455116272, -0.3535398840904236, 0.04847666993737221, -0.10086362063884735, 0.032843198627233505, -0.42510995268821716, -0.05498657375574112, 0.01372853945940733, -0.05362356826663017, 0.22076568007469177, -0.15474997460842133, 0.4047352075576782, -0.17796579003334045, -0.0010018490720540285, 0.07823891937732697, 0.1791633665561676, 0.31658488512039185, 0.10442578792572021, -0.1455291211605072, 0.047248370945453644, -0.06987006217241287, 0.0008728769025765359, 0.24020187556743622, 0.0005471950280480087, -0.32589101791381836, -0.16055217385292053, -0.11668644845485687, 0.16737741231918335, -0.10398904979228973, -0.01968902349472046, -0.46056312322616577, 0.07238173484802246, -0.06018143892288208, -0.013332320377230644, 0.20419512689113617, 0.2761653959751129, -0.313518762588501, -0.07457012683153152, -0.026546835899353027, -0.12888145446777344, -0.03251127153635025, 0.1051948219537735, 0.28377214074134827, -0.17504191398620605, -0.13115736842155457, 0.13015693426132202, -0.3030261993408203, -0.33736497163772583, 0.0005410867743194103, -0.36685407161712646, 0.14290350675582886, 0.0280261542648077, 0.15602704882621765, 0.15690864622592926, 0.40677610039711, -0.16574375331401825, -0.07595932483673096, -0.011813046410679817, -0.1298176497220993, -0.10931524634361267, 0.2431492954492569, 0.27193376421928406, -0.12546543776988983, -0.31337621808052063, 0.05423138663172722, -0.0338214747607708, 0.13751240074634552, -0.21316854655742645, 0.00695070531219244, 0.05107194930315018, 0.1905076503753662, -0.061734773218631744, 0.14620362222194672, 0.12826009094715118, 0.027891559526324272, 0.11484849452972412, -0.3113630712032318, -0.013908237218856812, 0.30819401144981384, 0.18751423060894012, 0.11484847217798233, -0.049093540757894516, -0.023161739110946655, -0.08672332018613815, 0.5726687908172607, 0.0331217385828495, 0.07330777496099472, -0.46878042817115784, -0.009328080341219902, -0.038828104734420776, 0.2660845220088959, -0.42635056376457214, -0.3029526174068451, 0.1997968703508377, 0.43650972843170166, -0.08052946627140045, 0.3936645984649658, -0.06417863816022873, -0.1406078040599823, -0.09850530326366425, 0.1991393119096756, -0.127700537443161, 0.2376556247472763, -0.3882666826248169, 0.1613359898328781, 0.12940403819084167, 0.38873377442359924, 0.18379493057727814, -0.03143524378538132, -0.21312682330608368, 0.00979742780327797, 0.04466007649898529, 0.025331972166895866, 0.017586693167686462, 0.259265273809433, 0.31639406085014343, -0.2889474630355835, 0.0675441175699234, -0.18537190556526184, -0.12765046954154968, 0.0733124241232872, -0.07423345744609833, -0.061589501798152924, 0.26499342918395996, 0.0030675893649458885, -0.32633543014526367, -0.16568292677402496, 0.24264320731163025, 0.13254471123218536, 0.2397622913122177, -0.4003567397594452, -0.1860562115907669 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Targeting_Storage#core-storage-implementations
Core Storage Implementations Pimcore implements different storage engines which each has its pros and cons. In general it is recommended to start with the default implementation - JWT signed cookie - and subsequently choose the engine which fits your requirements best. In the future more storage implementations are planned which combine features of multiple engines together, e.g. a storage handling multiple backends which are selected depending on if the visitor already has a visitor ID or not.
Core Storage Implementations
[ 0.025878602638840675, -0.29322123527526855, -0.16742557287216187, 0.08798011392354965, -0.3233191967010498, -0.33274298906326294, 0.10276380181312561, -0.17858430743217468, 0.07759410887956619, 0.032074689865112305, -0.36399513483047485, -0.11175836622714996, 0.4023338854312897, 0.11636987328529358, 0.0774797797203064, 0.2803523540496826, 0.38749244809150696, 0.09114470332860947, -0.05824711173772812, 0.11785592883825302, -0.1945105344057083, -0.027892226353287697, 0.25770819187164307, 0.07341614365577698, -0.29894065856933594, 0.10026472806930542, -0.562192976474762, 0.05259456858038902, -0.23391015827655792, -0.40026649832725525, -0.009875886142253876, 0.656749963760376, -0.007787266280502081, 0.3818266987800598, -0.00010721156286308542, 0.0567285530269146, 0.11203689873218536, 0.007662754040211439, 0.1022166758775711, -0.014234015718102455, -0.33100658655166626, -0.05918227136135101, 0.17022442817687988, -0.2955685555934906, 0.21493834257125854, 0.28644564747810364, 0.36701494455337524, 0.2626398503780365, 0.15176093578338623, -0.25323763489723206, 0.2096433788537979, 0.07026765495538712, -0.1586337685585022, 0.07224848121404648, 0.025468390434980392, 0.3649306297302246, 0.012028961442410946, 0.14247417449951172, 0.2119266539812088, 0.09926312416791916, -0.19563734531402588, -0.12021319568157196, -0.07715156674385071, 0.11501586437225342, 0.3254826068878174, 0.08052961528301239, 0.11271075904369354, -0.0853576809167862, 0.07665064930915833, 0.03539698198437691, 0.13713884353637695, 0.26494458317756653, -0.2257208377122879, 0.0965166985988617, -0.3217327892780304, -0.08590385317802429, 0.4020029902458191, 0.29460400342941284, 0.09307842701673508, 0.23200905323028564, -0.2763565480709076, -0.10791721194982529, 0.07277578860521317, 0.2192244529724121, -0.05780911073088646, 0.10175071656703949, 0.04426940158009529, 0.19353672862052917, 0.2300087958574295, -0.15747922658920288, 0.06916354596614838, -0.4045123755931854, 0.2309008240699768, -0.2879089415073395, 0.3538241982460022, -0.25862598419189453, -0.057970255613327026, 0.24559329450130463, 0.07533127069473267, -0.2574392557144165, 0.16741640865802765, 0.08465176075696945, -0.2668595314025879, 0.061951376497745514, 0.2119678109884262, 0.11746372282505035, -0.14495450258255005, 0.0931001678109169, 0.399817556142807, -0.1562047302722931, -0.1154605895280838, 0.020938336849212646, 0.22754842042922974, 0.24990525841712952, -0.006253859493881464, -0.2786755859851837, -0.298120379447937, 0.12248139083385468, 0.06940679252147675, -0.1435318887233734, 0.15446467697620392, -0.057125821709632874, 0.2620563805103302, 0.2550613582134247, -0.13906045258045197, 0.46534207463264465, 0.15166404843330383, 0.007240431848913431, 0.010795118287205696, -0.12310624122619629, 0.03244519233703613, 0.23379988968372345, -0.03693094104528427, 0.05402762070298195, 0.11842209100723267, -0.21126025915145874, 0.15369506180286407, 0.04611736908555031, 0.09893753379583359, 0.07557787001132965, 0.28557711839675903, -0.029298432171344757, 0.08650025725364685, 0.16501981019973755, 0.224904403090477, -0.27983325719833374, -0.2617812752723694, -0.005553342867642641, -0.15091148018836975, 0.04677452892065048, -0.5556504130363464, -0.39734387397766113, 0.2506984770298004, 0.2175852358341217, -0.08803126215934753, 0.053953301161527634, 0.07824715971946716, -0.190618097782135, -0.02519962377846241, 0.02036908082664013, 0.17746034264564514, 0.17422182857990265, -0.007782433647662401, -0.29035237431526184, -0.25445932149887085, 0.13766111433506012, 0.12699009478092194, 0.08159112930297852, -0.389437735080719, -0.28881320357322693, -0.38775336742401123, 0.08316680043935776, -0.08706492185592651, -0.0019009989919140935, -0.03755569085478783, 0.17003868520259857, -0.004782392177730799, -0.24788011610507965, -0.4085107445716858, -0.3115779161453247, 0.10561943054199219, -0.17297153174877167, 0.12851108610630035, 0.38487982749938965, 0.2518516778945923, -0.2702898383140564, 0.2404937744140625, -0.08814889192581177, 0.014096039347350597, 0.24099388718605042, -0.36369290947914124, -0.4594363868236542, 0.02309471368789673, 0.13294368982315063, 0.07534670829772949, -0.035442255437374115, 0.28663283586502075, -0.05421029031276703, -0.1663409024477005, 0.06283795833587646, -0.05010697618126869, -0.27231237292289734, 0.23245298862457275, -0.09632460027933121, 0.059078484773635864, 0.6039021015167236, 0.0979914590716362, 0.2573578357696533, -0.3239063322544098, -0.13282722234725952, 0.3969782590866089, -0.10295747965574265, 0.42769816517829895, 0.11571887880563736, 0.06736204773187637, 0.10484456270933151, 0.21660473942756653, 0.09770671278238297, 0.0042856126092374325, -0.4368481934070587, -0.049736104905605316, 0.16895461082458496, 0.25864508748054504, 0.17158348858356476, 0.3819016218185425, 0.2104509025812149, -0.20694421231746674, 0.03774763271212578, 0.07738394290208817, -0.1273677796125412, 0.22305358946323395, -0.2828294038772583, -0.019689934328198433, 0.6248445510864258, 0.11812225729227066, 0.4137907326221466, -0.005991690326482058, 0.2580064833164215, 0.4637813866138458, 0.1271408051252365, 0.2740095853805542, 0.07617326825857162, 0.16932065784931183, 0.03318866714835167, -0.018013224005699158, 0.3266060948371887, 0.30039384961128235, -0.21539948880672455, 0.13093732297420502, -0.009561168029904366, -0.12350522726774216, 0.1027844250202179, 0.1836545169353485, -0.3133721947669983, 0.15256398916244507, 0.06693799793720245, 0.1114264503121376, 0.29041624069213867, -0.14423413574695587, 0.20931459963321686, 0.3543018400669098, -0.0853366106748581, 0.31817322969436646, -0.0045667956583201885, 0.11339624226093292, -0.35788679122924805, 0.3060011863708496, -0.2996393144130707, 0.4426739811897278, 0.07636671513319016, -0.2344406545162201, -0.08291124552488327, 0.37554702162742615, -0.19166022539138794, 0.30659395456314087, 0.018071534112095833, -0.3864951431751251, -0.2925362288951874, 0.20815658569335938, 0.02970879152417183, 0.2400277554988861, -0.1391032636165619, -0.013750015757977962, -0.25213003158569336, 0.1242181733250618, -0.3313872814178467, -0.21589647233486176, 0.144461527466774, 0.4614543914794922, -0.01516442745923996, -0.18085086345672607, -0.203890860080719, 0.317256361246109, 0.21682867407798767, -0.10388686507940292, -0.32358166575431824, -0.09532047808170319, 0.27507367730140686, -0.40515977144241333, 0.10293727368116379, -0.199800506234169, -0.018084589391946793, -0.10018648952245712, 0.14337867498397827, 0.3002946972846985, 0.01061449944972992, 0.32279568910598755, -0.3546977639198303, 0.08473863452672958, -0.18369358777999878, -0.3014554977416992, 0.5225139260292053, 0.02893661893904209, -0.32127711176872253, 0.1175459623336792, 0.07699990272521973, 0.11303447186946869, 0.02803886868059635, 0.03407715633511543, -0.3396929204463959, -0.23968605697155, -0.006811922881752253, 0.2023821771144867, -0.361553817987442, -0.34149405360221863, -0.06851796060800552, -0.29519549012184143, 0.02948194369673729, 0.08291222155094147, 0.19428163766860962, 0.31005796790122986, -0.3044700026512146, 0.024464691057801247, 0.12752549350261688, 0.06500770151615143, 0.0799955278635025, -0.17487716674804688, -0.59344482421875, 0.3585144579410553, -0.23181095719337463, -0.17077767848968506, 0.13057716190814972, 0.04365760460495949, 0.2332397848367691, -0.04602489992976189, -0.31685665249824524, -0.39248210191726685, -0.1353803426027298, 0.15968352556228638, 0.22490845620632172, -0.1381635218858719, 0.3873417377471924, 0.03603710979223251, -0.17004968225955963, -0.12246951460838318, -0.20062580704689026, -0.06420616060495377, 0.38733384013175964, 0.19134248793125153, -0.12977440655231476, -0.2513016164302826, 0.0949934795498848, 0.7708336114883423, -0.410013347864151, -0.11994894593954086, 0.31514972448349, 0.3258151710033417, -0.025754401460289955, -0.16619980335235596, 0.039740994572639465, 0.23546753823757172, -0.08363335579633713, -0.28809240460395813, 0.28572386503219604, 0.07924529165029526, -0.357881098985672, -0.364814430475235, -0.04743579402565956, -0.5068535804748535, -0.25427010655403137, -0.24688051640987396, 0.4104485511779785, -0.021079594269394875, -0.08977395296096802, -0.0008476847433485091, -0.16752344369888306, -0.24579130113124847, -0.006092076189815998, 0.5461863875389099, -0.14334167540073395, 0.06968794018030167, -0.304410457611084, -0.46872085332870483, -0.4316495954990387, 0.5784744620323181, 0.017430363222956657, -0.19672290980815887, 0.022832712158560753, 0.0016936236061155796, 0.183099165558815, -0.4501590430736542, 0.20394007861614227, 0.06958812475204468, -0.12653924524784088, -0.3057079315185547, -0.3726421892642975, 0.021957848221063614, -0.06400150805711746, -0.030254719778895378, -0.15900157392024994, 0.5206204652786255, 0.35611671209335327, -0.09707199037075043, -0.37836164236068726, -0.5439733266830444, -0.25843292474746704, 0.08314391225576401, -0.22032873332500458, -0.27418795228004456, -0.06194591522216797, -0.18471857905387878, -0.11621963977813721, -0.3473970890045166, -0.17294150590896606, 0.196760356426239, -0.10053131729364395, -0.022134607657790184, -0.07970229536294937, 0.061455950140953064, 0.3111211955547333, -0.038781728595495224, -0.3533632159233093, -0.0066100177355110645, -0.01054308470338583, 0.2988258898258209, 0.4033051133155823, -0.03073948621749878, 0.2306535243988037, 0.3154338002204895, 0.28321099281311035, 0.013915453106164932, -0.36816534399986267, 0.1913742870092392, 0.2125549614429474, 0.020569341257214546, -0.11478119343519211, 0.13278144598007202, 0.04381244257092476, 0.022458713501691818, -0.34158578515052795, -0.05476592853665352, -0.48310619592666626, 0.13856278359889984, 0.15203507244586945, 0.1521569788455963, -0.26141440868377686, -0.1271074414253235, 0.15551996231079102, -0.17082658410072327, 0.03933517634868622, 0.4135034680366516, 0.8209859728813171, -0.16175226867198944, 0.2686314582824707, 0.232286736369133, -0.25586381554603577, 0.19864264130592346, -0.5826627016067505, -0.06921577453613281, -0.04879172518849373, -0.0006626045214943588, -0.1499282419681549, -0.0048795947805047035, 0.12199238687753677, 0.09206052124500275, -0.40098750591278076, -0.0016090931603685021, 0.15344393253326416, -0.08828189969062805, -0.24644188582897186, 0.7684919834136963, -0.41815924644470215, -0.16638758778572083, 0.26087746024131775, 0.3024526536464691, 0.027268866077065468, -0.024172717705368996, -0.18398232758045197, -0.09222736209630966, -0.12244491279125214, 0.05542246624827385, 0.20278173685073853, -0.05818979814648628, -0.06757186353206635, 0.24176762998104095, -0.024478884413838387, 0.21212950348854065, -0.1413799673318863, -0.2295965999364853, 0.2989479601383209, -0.01623450592160225, -0.0036832874175161123, 0.03833533078432083, -0.07322133332490921, 0.1537395864725113, 0.12274888157844543, -0.23772722482681274, 0.06446772813796997, -0.22782832384109497, -0.09887836128473282, -0.05451793223619461, -0.10071262717247009, -0.3732222616672516, 0.002095862990245223, 0.2667248845100403, 0.3803434669971466, 0.07573917508125305, 0.2260037213563919, 0.04249970614910126, -0.6086928844451904, 0.2166403979063034, 0.14438095688819885, 0.0016532822046428919, 0.3637520968914032, 0.04612725228071213, 0.03211531415581703, 0.0119921350851655, -0.3333441913127899, 0.004350306000560522, 0.036973413079977036, -0.05796516314148903, 0.027826949954032898, -0.48689591884613037, -0.2621780037879944, -0.24012140929698944, 0.21572206914424896, -0.39773958921432495, 0.33662182092666626, -0.02246604673564434, -0.20511020720005035, -0.3669079840183258, -0.07534777373075485, 0.3060910701751709, 0.17811240255832672, 0.40290960669517517, 0.04123537987470627, -0.045489825308322906, -0.44707387685775757, 0.23806552588939667, -0.07482407242059708, 0.024336280301213264, 0.14884845912456512, 0.228172168135643, 0.25692710280418396, -0.11052166670560837, -0.3552631139755249, 0.04313212260603905, 0.17067554593086243, -0.00628550024703145, -0.07099688053131104, -0.11181802302598953, -0.14616087079048157, -0.0881262868642807, 0.06407935172319412, 0.06906945258378983, -0.420382559299469, -0.17526014149188995, 0.0996800884604454, 0.1086977943778038, 0.2604005038738251, -0.4268811047077179, 0.02418508380651474, -0.04232765734195709, 0.33587443828582764, 0.057238683104515076, 0.01279426459223032, 0.21564166247844696, -0.11986294388771057, -0.4598201513290405, -0.1672915369272232, 0.07307959347963333, -0.3786894381046295, 0.0285759586840868, 0.2547139823436737, -0.1263033151626587, -0.09187255054712296, 0.2580235004425049, -0.3423626124858856, -0.28362709283828735, 0.33525803685188293, 0.4348907768726349, 0.02327561564743519, 0.20415665209293365, 0.15445417165756226, 0.1726575642824173, 0.15263602137565613, 0.33112385869026184, 0.0035589435137808323, 0.05321848765015602, -0.013069982640445232, -0.006133359856903553, 0.21993163228034973, 0.25746625661849976, 0.012303694151341915, -0.048846255987882614, 0.04160220921039581, 0.2756928503513336, -0.1258075088262558, 0.42620521783828735, 0.1320948600769043, 0.17503170669078827, 0.13063213229179382, 0.2097964584827423, 0.15017178654670715, -0.049190253019332886, 0.1046992838382721, -0.22579741477966309, -0.2359263151884079, 0.3731570541858673, 0.5444419980049133, -0.10368986427783966, 0.06233996897935867, -0.3660387694835663, -0.23899783194065094, 0.2573007345199585, 0.2028704732656479, -0.05855768173933029, 0.6387355923652649, 0.18195441365242004, -0.10145727545022964, 0.1678284853696823, -0.08393696695566177, 0.10750281065702438, 0.3272804319858551, 0.3242064118385315, -0.41427648067474365, -0.14557522535324097, -0.3582383692264557, 0.1039881557226181, -0.06734465062618256, 0.16003021597862244, -0.11857279390096664, 0.08332669734954834, -0.12517410516738892, 0.20135018229484558, -0.14543864130973816, -0.2629855275154114, 0.39974260330200195, 0.44509685039520264, -0.15817929804325104, -0.11957243829965591, 0.15284594893455505, 0.3267384469509125, 0.3199544847011566, -0.009347752667963505, -0.11128652095794678, -0.004135373514145613, -0.35968831181526184, 0.12092239409685135, 0.28882336616516113, -0.005015688948333263, 0.14570143818855286, 0.027776043862104416, -0.29233318567276, 0.009005021303892136, 0.08306813985109329, -0.18205764889717102, -0.08985061198472977, 0.16303858160972595, 0.004199301823973656, -0.08666307479143143, 0.19810284674167633, -0.1955418437719345, -0.08806563913822174, 0.15671174228191376, 0.16134603321552277, -0.42895230650901794, -0.013771776109933853, 0.09936631470918655, 0.018637249246239662, 0.3501119613647461, 0.22776012122631073, -0.4054645895957947, -0.22560089826583862, -0.08473292738199234, -0.23991534113883972, 0.2046297937631607, -0.2744572162628174, 0.10362458974123001, -0.047519437968730927, -0.06420385837554932, 0.2566145658493042, -0.6468230485916138, -0.2023741453886032, -0.023502297699451447, -0.029819348827004433, 0.00026066714781336486, 0.04822978377342224, 0.08187083899974823, -0.40276822447776794, 0.24658972024917603, -0.21329964697360992, 0.35025712847709656, 0.36175093054771423, 0.3815837502479553, -0.3435501456260681, -0.019406495615839958, 0.12454234063625336, 0.468060702085495, -0.21331720054149628, -0.07353734225034714, 0.15826372802257538, -0.31208160519599915, 0.1640581339597702, -0.25631430745124817, 0.12589958310127258, 0.15404169261455536, 0.04397611692547798, 0.3027716875076294, -0.16920432448387146, 0.6556850075721741, 0.1138307973742485, -0.05653183162212372, -0.13462744653224945, -0.13908174633979797, 0.07577383518218994, 0.10175322741270065, -0.11197593063116074, -0.24982096254825592, -0.019145356491208076, 0.11205745488405228, -0.03833184763789177, 0.309932142496109, 0.10904566943645477, 0.2609095573425293, -0.11884646117687225, -0.35173898935317993, 0.11638662219047546, 0.019311880692839622, -0.19331488013267517, -0.24522821605205536, 0.08056347817182541, 0.4755350649356842, 0.1398468166589737, -0.14368754625320435, -0.33657097816467285, 0.06633136421442032, -0.13052308559417725, -0.41368567943573, 0.1189100444316864, -0.13411380350589752, 0.0993744432926178, 0.06994988769292831, 0.07454884797334671, -0.09899752587080002, -0.37355485558509827, -0.0701770931482315, -0.06733931601047516, -0.38413840532302856, -0.19368235766887665, 0.09207188338041306, -0.2558136582374573, -0.24790941178798676, 0.47169235348701477, 0.13999474048614502, -0.32542893290519714, 0.27900877594947815, -0.03609653189778328 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Targeting_Storage#cookie-(default)
Cookie (default) Stores data in a cookie in the user's browser. Can either be used with a plaintext cookie or with a JWT signed one to make sure the cookie data isn't being tampered with. The cookie storage delegates the actual cookie write/read operation to a CookieSaveHandler which does the actual cookie work. Below is an overview of save handlers: Handler Description Notes JWT (default) Stores cookie data as JWT signed JSON using the kernel.secret parameter to sign and verify the data. This is done to make sure the data can't be altered on the client side to inject malicious data into the targeting engine. JSON Stores cookie data as JSON string. Use only for testing! To change the save handler, override the service definition and set your own handler. Note that using plain text cookie data is inherently insecure and can open vulnerabilities by injecting malicious data into the client cookie. Use only for testing! Default session scope timeout: 30 minutes. This is also enforced in the JWT handler by setting an expiration value for the signed data to the same timeout as the cookie. This means even if somebody changes the cookie lifetime on the client side the data will still expire when loaded on the backend. Pros Easy to use as no additional config is needed and it can store data without needing a visitor ID Fast and easy to debug Cons Cookie size is limited and bloats requests - can only be used when the amount of generated targeting data is limited and implementations take care of keeping data to a minimum. Inherently insecure when used with an unsigned cookie.
Cookie (default)
[ 0.24277275800704956, -0.18351607024669647, -0.13960327208042145, -0.013643577694892883, -0.245597243309021, -0.10876096040010452, 0.22104446589946747, -0.10673144459724426, 0.1293739378452301, 0.09293381124734879, -0.18297907710075378, -0.2774678170681, 0.05548650398850441, 0.16074757277965546, 0.030515538528561592, 0.22475923597812653, 0.12933564186096191, 0.15166406333446503, 0.010512551292777061, 0.12726180255413055, -0.10861692577600479, -0.24959225952625275, 0.038192640990018845, 0.25556182861328125, -0.33774426579475403, -0.17368075251579285, -0.3004859387874603, 0.10907704383134842, -0.16774190962314606, -0.4993099272251129, -0.014768368564546108, 0.005421310197561979, 0.04132108762860298, 0.12319758534431458, -0.00009907742060022429, 0.10576695203781128, 0.25580307841300964, 0.07939354330301285, -0.18034635484218597, 0.02504168637096882, -0.6324211359024048, -0.03519706428050995, -0.048602394759655, -0.33130332827568054, 0.555525541305542, 0.2238980531692505, 0.37272751331329346, -0.044762272387742996, 0.45384523272514343, -0.00391518184915185, 0.31440433859825134, -0.33025431632995605, -0.4019201993942261, 0.025236492976546288, 0.3481808304786682, 0.28908583521842957, -0.009297232143580914, -0.3828671872615814, -0.22013318538665771, -0.12210677564144135, 0.049542248249053955, -0.40173375606536865, -0.23776079714298248, -0.2716251015663147, 0.058602478355169296, 0.146527498960495, -0.0780695453286171, -0.3244096338748932, 0.15846505761146545, 0.12454136461019516, 0.34688636660575867, 0.015114778652787209, 0.08800012618303299, 0.1751563847064972, -0.28902122378349304, 0.06589963287115097, 0.4389770030975342, 0.21798433363437653, 0.05942930653691292, 0.18393777310848236, -0.2215632051229477, 0.12757019698619843, -0.012989304028451443, -0.003298178082332015, -0.055417608469724655, 0.008855829015374184, -0.03247711807489395, 0.17707547545433044, -0.06523413211107254, 0.001375742256641388, 0.03986662998795509, -0.47476205229759216, -0.011914934031665325, 0.1587524265050888, 0.2568013668060303, -0.16932259500026703, -0.020786138251423836, 0.2772543728351593, 0.11527763307094574, 0.23679238557815552, 0.18690048158168793, 0.20797570049762726, -0.09300779551267624, 0.2118474245071411, -0.10235168039798737, 0.13510333001613617, 0.5306006073951721, -0.27607762813568115, 0.4447999596595764, -0.31747451424598694, 0.296162873506546, 0.07763930410146713, 0.13965602219104767, 0.2652356028556824, 0.24841952323913574, -0.1276303380727768, 0.11748431622982025, 0.16604241728782654, -0.03335905447602272, 0.25302907824516296, -0.14402468502521515, -0.13327711820602417, -0.035262905061244965, 0.35317692160606384, -0.216571643948555, 0.09887735545635223, -0.1066206842660904, -0.36266568303108215, 0.15465310215950012, -0.2041327804327011, -0.029995594173669815, 0.16416029632091522, -0.14033329486846924, 0.1477506011724472, 0.01035262830555439, -0.032684821635484695, 0.04684220254421234, -0.03544389456510544, 0.021028831601142883, 0.025498531758785248, 0.1832386553287506, -0.2811858057975769, 0.20840664207935333, -0.01842392235994339, 0.2656141519546509, 0.17215391993522644, -0.11350969970226288, -0.2413097769021988, -0.13777334988117218, 0.14806419610977173, -0.3118607997894287, -0.10282717645168304, 0.433230459690094, 0.27859780192375183, -0.16641364991664886, 0.04290568828582764, 0.052367985248565674, -0.11795221269130707, 0.040408506989479065, 0.370076447725296, 0.45381247997283936, 0.1761666089296341, 0.14787410199642181, -0.6186001300811768, -0.22818215191364288, 0.41491445899009705, 0.09334003925323486, 0.059225793927907944, 0.238408163189888, -0.5527912378311157, -0.2728930115699768, 0.008740190416574478, -0.2753138542175293, 0.17730721831321716, 0.24804064631462097, 0.31434711813926697, 0.4545861780643463, -0.14812634885311127, -0.2542945146560669, -0.23318767547607422, 0.2891427278518677, 0.06317620724439621, -0.02702392265200615, 0.2240394949913025, 0.3896951377391815, -0.2775358259677887, -0.10695444047451019, 0.02614162489771843, 0.04566274955868721, -0.012149728834629059, -0.12227412313222885, -0.2523060441017151, 0.00799306109547615, -0.1058821976184845, -0.11274018883705139, -0.2491474151611328, 0.1256784349679947, 0.17721466720104218, -0.2665807902812958, 0.08369109779596329, 0.29192569851875305, -0.09434507042169571, 0.12109130620956421, -0.005574946291744709, -0.07148690521717072, 0.17385849356651306, -0.25135499238967896, 0.07909469306468964, -0.5170571804046631, -0.3126242458820343, 0.6206536293029785, -0.019175678491592407, 0.08013173192739487, 0.2061702013015747, -0.05486750602722168, 0.02237679436802864, 0.2169542759656906, 0.19900371134281158, -0.14464008808135986, -0.017937278375029564, -0.16912606358528137, 0.3987174928188324, 0.2810945212841034, 0.058746255934238434, 0.22047090530395508, -0.10468549281358719, -0.22805213928222656, 0.0828477144241333, -0.059515777975320816, -0.2794434130191803, 0.024043720215559006, -0.06007227301597595, -0.007647608872503042, 0.45224636793136597, 0.41752737760543823, 0.156256765127182, 0.003062544157728553, 0.3445916175842285, 0.14453531801700592, -0.014285692945122719, 0.31416016817092896, 0.18215541541576385, 0.3720667362213135, -0.01119297556579113, -0.43361616134643555, 0.10959871113300323, 0.6128970980644226, -0.04633378982543945, -0.10296311229467392, -0.10696345567703247, -0.23207558691501617, -0.1523604691028595, -0.007525337394326925, -0.11874903738498688, -0.1157631203532219, -0.32333317399024963, 0.2841489017009735, 0.08784878998994827, -0.09372925758361816, 0.1609673798084259, 0.4109858572483063, -0.2734341323375702, 0.2100830227136612, 0.09743937849998474, -0.09951520711183548, -0.4687773883342743, -0.1374969333410263, -0.3167693316936493, 0.04522744566202164, -0.0012345360592007637, 0.14752739667892456, 0.04015948623418808, 0.2479267418384552, -0.1956791877746582, 0.23562797904014587, -0.06963421404361725, -0.3167717158794403, -0.33955347537994385, -0.015826288610696793, 0.2317439615726471, 0.26049068570137024, -0.048783037811517715, -0.011901862919330597, -0.08348851650953293, 0.06919922679662704, -0.09942666441202164, -0.32836613059043884, 0.036885276436805725, 0.25954103469848633, -0.10347204655408859, -0.1715725213289261, -0.23069548606872559, -0.015959400683641434, -0.07745721936225891, -0.07108572125434875, -0.2571922242641449, 0.03184622526168823, 0.4835323393344879, -0.0678914412856102, 0.359845370054245, -0.23085418343544006, -0.0903199091553688, -0.16257427632808685, 0.17978540062904358, 0.15757930278778076, 0.07878410071134567, 0.24847334623336792, -0.03544805571436882, 0.2333582490682602, -0.13135546445846558, -0.22103478014469147, 0.33926039934158325, 0.06918154656887054, -0.08708701282739639, 0.08678273856639862, -0.06268411129713058, -0.25165584683418274, 0.36856013536453247, -0.061746999621391296, -0.1724633425474167, -0.1581421047449112, -0.03807944804430008, 0.16747356951236725, -0.3271108567714691, -0.07564020156860352, 0.11744806170463562, -0.19779251515865326, 0.026620812714099884, -0.04779243469238281, 0.18123748898506165, 0.21426281332969666, -0.3879620432853699, -0.1475159078836441, 0.3593440055847168, -0.073722705245018, 0.1038454920053482, -0.2348191887140274, -0.4793396294116974, 0.4469432532787323, -0.28206494450569153, -0.20549258589744568, 0.10224363207817078, 0.15558135509490967, -0.16765958070755005, -0.040959279984235764, -0.44263485074043274, -0.20036056637763977, -0.05696176365017891, -0.035886477679014206, 0.12074700742959976, -0.023172248154878616, 0.40018391609191895, -0.01731785200536251, -0.20215381681919098, -0.06711341440677643, -0.3637114465236664, -0.1273021697998047, 0.07198001444339752, 0.25879502296447754, 0.10837850719690323, -0.052141353487968445, 0.36520686745643616, 0.7201071381568909, 0.07830405980348587, 0.07661096006631851, -0.019801117479801178, 0.41763678193092346, 0.12331479042768478, -0.22667400538921356, 0.24212117493152618, 0.18269090354442596, -0.004393968731164932, 0.1148708388209343, 0.335296094417572, -0.05218593031167984, -0.31502172350883484, -0.195198655128479, -0.33645007014274597, -0.31033962965011597, -0.07991994172334671, 0.14431047439575195, -0.17526061832904816, 0.0999792292714119, 0.016517309471964836, 0.05093591287732124, 0.02965899556875229, -0.0365714356303215, 0.03276035189628601, 0.34135329723358154, -0.09707988053560257, 0.04631098359823227, -0.5004605650901794, -0.20094330608844757, -0.2372828871011734, 0.4180446267127991, 0.014049903489649296, 0.11832750588655472, 0.01743321493268013, -0.3153995871543884, 0.23821789026260376, -0.3866027891635895, 0.02857595682144165, -0.04878157004714012, -0.2919715344905853, -0.209019273519516, -0.11971436440944672, 0.14546750485897064, 0.15432095527648926, -0.11929921060800552, 0.07673085480928421, 0.05968932807445526, -0.01831231638789177, 0.06987856328487396, -0.37105464935302734, -0.6181623339653015, -0.2685093283653259, -0.35031676292419434, 0.028744418174028397, -0.13359661400318146, -0.0907064750790596, -0.25918418169021606, -0.22181452810764313, -0.510940670967102, -0.5650506615638733, 0.21012382209300995, 0.12934665381908417, -0.14246684312820435, 0.21769103407859802, 0.10938303172588348, 0.08872111886739731, -0.3197326362133026, -0.27900373935699463, -0.21213604509830475, -0.05887788161635399, 0.41343778371810913, -0.010331504046916962, 0.010523734614253044, 0.07020303606987, 0.010428544133901596, 0.0633486732840538, 0.16861315071582794, -0.14490942656993866, 0.1452847421169281, 0.25198736786842346, -0.05294519662857056, -0.15111485123634338, 0.15307588875293732, -0.08513624966144562, 0.15828950703144073, -0.005261443089693785, -0.12054384499788284, -0.6474038362503052, 0.06796781718730927, 0.14690177142620087, 0.019007224589586258, -0.3092134892940521, -0.13226012885570526, 0.2698250412940979, -0.04484453424811363, 0.1507212072610855, 0.5200948119163513, 0.8783541321754456, 0.0750594437122345, 0.4762333333492279, 0.3100103437900543, -0.4867560565471649, 0.09032782912254333, -0.11062196642160416, -0.24623973667621613, 0.004042584449052811, 0.26690971851348877, -0.350356787443161, -0.1882522702217102, 0.11153621226549149, 0.08885503560304642, -0.3456043004989624, -0.16761571168899536, -0.03047780692577362, 0.2956370413303375, -0.006659671198576689, 0.44954022765159607, -0.04156344383955002, -0.10932133346796036, 0.3203323483467102, 0.4032905399799347, -0.03930460289120674, -0.062114451080560684, -0.031662315130233765, 0.13024768233299255, -0.1532822996377945, -0.07920567691326141, 0.18305055797100067, 0.034403663128614426, 0.07441277801990509, 0.19466641545295715, -0.03119734860956669, -0.09455609321594238, 0.04118357598781586, -0.2768799960613251, 0.3124087452888489, -0.018347257748246193, 0.006373739801347256, -0.05900966376066208, -0.26789340376853943, 0.14663216471672058, 0.07315174490213394, -0.18424470722675323, 0.39711377024650574, -0.12436053156852722, 0.09453210234642029, 0.4261329472064972, -0.06271933019161224, -0.2141328901052475, -0.175841823220253, 0.34732332825660706, 0.05087244138121605, -0.22889883816242218, 0.2063978761434555, 0.04615066945552826, -0.31497618556022644, 0.08671683818101883, 0.19942761957645416, 0.02834613062441349, 0.39277318120002747, 0.41715294122695923, -0.1799054741859436, 0.03569347411394119, -0.14604005217552185, 0.02146303281188011, 0.1415618658065796, -0.17413541674613953, 0.1284824013710022, -0.5938068628311157, -0.3649914264678955, -0.2456715852022171, 0.4323776960372925, -0.22499409317970276, 0.47813016176223755, 0.027692429721355438, -0.4133360683917999, 0.04983507841825485, -0.05151502043008804, 0.1066909208893776, 0.033070433884859085, 0.33338454365730286, 0.04129403829574585, -0.17005081474781036, -0.3401345908641815, 0.3046264052391052, 0.249755397439003, 0.1268695443868637, 0.21855489909648895, 0.32452329993247986, 0.20032766461372375, 0.2123461663722992, -0.414288192987442, 0.09521127492189407, 0.15651708841323853, 0.13742071390151978, 0.22145605087280273, -0.181879460811615, -0.18541604280471802, 0.04178989678621292, 0.03355298936367035, 0.02963821403682232, -0.22297339141368866, -0.29081377387046814, 0.012240941636264324, 0.07049406319856644, 0.1693357676267624, -0.32542112469673157, -0.24309246242046356, -0.08439697325229645, 0.37669116258621216, 0.07259947061538696, 0.05001833662390709, 0.23398838937282562, -0.23337556421756744, -0.27302396297454834, -0.24012035131454468, 0.1689673662185669, -0.026612568646669388, -0.006725522223860025, 0.1000005453824997, -0.11475080996751785, -0.1252899020910263, 0.17620186507701874, -0.2586662769317627, -0.2826169729232788, 0.1252433806657791, 0.4948071539402008, 0.6600015759468079, -0.00092336256057024, 0.27201247215270996, 0.0396135114133358, 0.11288218945264816, 0.10159087181091309, -0.527894914150238, 0.025303803384304047, -0.18503253161907196, -0.037637632340192795, 0.46816587448120117, 0.2688051462173462, 0.41047006845474243, 0.06630990654230118, -0.11659789085388184, -0.07037634402513504, -0.2536705434322357, 0.15346890687942505, -0.054316312074661255, 0.18419092893600464, 0.13749359548091888, 0.03968294337391853, 0.3527902364730835, -0.05910991132259369, -0.007142249029129744, -0.26502251625061035, -0.39027100801467896, 0.18397001922130585, 0.5504612922668457, 0.11353955417871475, 0.2939048111438751, -0.12331503629684448, 0.138218492269516, 0.2749762535095215, 0.009221621789038181, -0.002681238576769829, 0.16117021441459656, 0.029241032898426056, -0.16077768802642822, 0.17052529752254486, -0.2399805784225464, -0.01805618777871132, 0.21437594294548035, 0.34150466322898865, -0.10900679975748062, -0.02963840588927269, -0.17819318175315857, 0.24778801202774048, 0.1777488887310028, 0.030869724228978157, -0.15995781123638153, 0.054965559393167496, 0.03221134841442108, 0.06932526081800461, -0.004756611306220293, -0.30333176255226135, 0.4791271388530731, 0.11386983841657639, -0.1372520625591278, 0.33016374707221985, -0.015818439424037933, 0.2679848074913025, 0.050346702337265015, -0.19816537201404572, -0.26724621653556824, 0.002602329943329096, -0.08558198064565659, -0.2648949921131134, 0.14509031176567078, 0.03954976424574852, 0.060958754271268845, -0.17057667672634125, 0.13708102703094482, 0.02986251562833786, -0.08930452913045883, -0.11518999189138412, 0.0943768098950386, 0.3048301041126251, -0.1828397512435913, 0.11797887086868286, 0.2388591468334198, -0.15345801413059235, -0.021657781675457954, -0.05103632062673569, -0.06826803833246231, -0.16812267899513245, -0.0713537260890007, 0.25741666555404663, -0.02377842180430889, 0.24247021973133087, 0.05085793882608414, -0.33769577741622925, -0.11888428032398224, -0.028780901804566383, -0.13217659294605255, 0.23096749186515808, -0.501737654209137, 0.11494311690330505, 0.1560284048318863, 0.19638942182064056, 0.08499471098184586, -0.06377585977315903, 0.24819843471050262, -0.16400860249996185, 0.22402839362621307, 0.08998128771781921, -0.09545647352933884, 0.047419529408216476, -0.3861922025680542, -0.02424299344420433, -0.13560552895069122, 0.19004805386066437, 0.1846969872713089, 0.24121631681919098, -0.2636757493019104, -0.12263789027929306, 0.31076541543006897, 0.33737123012542725, 0.03065943345427513, -0.039313819259405136, -0.037637874484062195, -0.2264130413532257, 0.3999887704849243, 0.1526040881872177, 0.14720211923122406, -0.3356672525405884, -0.07495175302028656, 0.07861188054084778, -0.16470059752464294, 0.7215588688850403, 0.12042048573493958, -0.2163667231798172, -0.05878987908363342, -0.023490462452173233, 0.15199683606624603, 0.25624293088912964, 0.1799519807100296, -0.21223556995391846, -0.024058230221271515, -0.1409737765789032, -0.11261924356222153, 0.07732751965522766, 0.2143734097480774, 0.10884732007980347, -0.11301768571138382, -0.11158856749534607, 0.044215135276317596, -0.411817342042923, -0.43325501680374146, 0.04194033518433571, 0.12979023158550262, 0.2475040704011917, 0.13649359345436096, -0.15383805334568024, -0.26338353753089905, 0.2624475955963135, -0.02082143910229206, 0.10443586856126785, 0.09248434007167816, -0.11226901412010193, 0.09968332946300507, -0.20199903845787048, 0.04748734459280968, -0.14552006125450134, -0.4048604965209961, 0.13267679512500763, -0.17545530200004578, -0.4164527952671051, 0.16587084531784058, -0.15847133100032806, -0.17881064116954803, -0.24913308024406433, 0.301677942276001, 0.04800567775964737, -0.09959935396909714, 0.07312609255313873, -0.2380036562681198 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Targeting_Storage#db
Db Stores data in the database. Default session scope timeout: 30 minutes Pros Easy to use as no additional config is needed Cons Can only store data when a visitor ID is present as the ID is part of the primary key DB can fill up quickly - not to be used on large sites
Db
[ 0.1053534597158432, -0.4119141101837158, -0.2736097276210785, 0.1943168193101883, -0.24810099601745605, 0.1445079743862152, 0.377580463886261, -0.3000463545322418, 0.00670419167727232, -0.054900240153074265, -0.11057741940021515, -0.3657779395580292, 0.05542482063174248, 0.2461973875761032, -0.21849308907985687, 0.1614374965429306, 0.1832682192325592, -0.11618848890066147, -0.21970006823539734, 0.19611120223999023, -0.022715620696544647, -0.3148562014102936, -0.32180479168891907, 0.09495767951011658, -0.18123570084571838, 0.018553221598267555, -0.3214692175388336, -0.08699256181716919, -0.11922214925289154, -0.14370585978031158, -0.26507794857025146, 0.0715523213148117, 0.010745066218078136, 0.1537686139345169, -0.00010203293641097844, -0.19211748242378235, 0.013614938594400883, 0.10432324558496475, -0.2507230341434479, 0.24007180333137512, -0.6206735372543335, 0.29283952713012695, 0.125562384724617, -0.16090716421604156, 0.22920292615890503, -0.10609181225299835, 0.129739448428154, -0.13342390954494476, 0.09691298007965088, -0.08941750228404999, 0.316837340593338, -0.0749790146946907, -0.6010673642158508, -0.2767035961151123, -0.07366418093442917, 0.06206154078245163, -0.10894069820642471, -0.11101973056793213, 0.08703214675188065, -0.024941574782133102, 0.051696889102458954, -0.2195015251636505, -0.035878878086805344, -0.2484750896692276, 0.3876623511314392, -0.03967245668172836, 0.2502790689468384, 0.03210506960749626, 0.28202497959136963, -0.0032857300247997046, 0.6038616299629211, 0.10701223462820053, 0.12442737817764282, 0.14365597069263458, -0.15916872024536133, 0.3926362097263336, 0.13292290270328522, 0.3484423756599426, 0.14457033574581146, 0.32424986362457275, -0.202854186296463, 0.018086671829223633, -0.1573484241962433, -0.1997961550951004, -0.11303801089525223, -0.26091262698173523, -0.04295031726360321, 0.13902625441551208, -0.17297056317329407, 0.1488857865333557, 0.3071769177913666, -0.08464071899652481, 0.23239357769489288, 0.0862644836306572, -0.006863546557724476, -0.18356415629386902, 0.1041945219039917, 0.620870053768158, 0.22899100184440613, 0.1968597024679184, 0.045952919870615005, -0.12214412540197372, 0.13622210919857025, 0.12094402313232422, 0.18250592052936554, 0.00653955340385437, 0.4239939749240875, -0.3065991997718811, 0.2839718759059906, -0.30318716168403625, 0.13811297714710236, 0.0521090142428875, 0.13348007202148438, 0.3472382128238678, 0.34649989008903503, -0.3014332056045532, 0.1394163966178894, -0.049154412001371384, 0.08446948230266571, 0.4234270751476288, -0.0023630275391042233, -0.013760467991232872, 0.22859889268875122, 0.5691977739334106, -0.39423346519470215, -0.2772400975227356, -0.10856730490922928, -0.3349134027957916, -0.03600642457604408, -0.28482362627983093, -0.2969440817832947, 0.028035035356879234, -0.2279074639081955, -0.12898792326450348, -0.25209593772888184, -0.04055854678153992, 0.009931578300893307, -0.21349623799324036, -0.33030015230178833, 0.0796007364988327, 0.2490653544664383, -0.1632850170135498, 0.15955181419849396, 0.02632535621523857, 0.09389334917068481, 0.016099898144602776, -0.3427010178565979, 0.08425707370042801, -0.011925794184207916, -0.027165204286575317, -0.0003303615958429873, -0.4823431670665741, -0.03295597806572914, 0.2871439754962921, -0.06436631828546524, 0.18585559725761414, 0.26853498816490173, 0.04049276188015938, 0.02068229392170906, 0.09870538860559464, 0.030673561617732048, 0.32690921425819397, 0.09440316259860992, -0.372637003660202, -0.14235807955265045, 0.3308042585849762, 0.15426009893417358, 0.1364380419254303, 0.40680739283561707, -0.3178519904613495, -0.17913122475147247, 0.03782649710774422, -0.1251765936613083, 0.14122450351715088, 0.05408323183655739, 0.15093916654586792, 0.21287648379802704, -0.1815049946308136, -0.13690705597400665, -0.18971827626228333, 0.22761784493923187, -0.36211976408958435, 0.11593147367238998, 0.18275946378707886, 0.1671828180551529, -0.16456358134746552, 0.15321968495845795, 0.18222378194332123, -0.05533718690276146, -0.08012626320123672, -0.3230382800102234, -0.1710895597934723, 0.1454419195652008, 0.07406388223171234, -0.018072642385959625, -0.14889352023601532, 0.08591511845588684, 0.44444891810417175, -0.12477200478315353, 0.34329086542129517, 0.06687828153371811, -0.25957584381103516, -0.1480046659708023, 0.11680448800325394, -0.0834670290350914, 0.19934487342834473, 0.06895536184310913, -0.021989431232213974, 0.16121487319469452, 0.02384336106479168, 0.5862566828727722, -0.3154413104057312, -0.007395899388939142, 0.22646741569042206, -0.11995530873537064, 0.020207323133945465, 0.2855257987976074, 0.03443817421793938, 0.09996651113033295, 0.1058664619922638, -0.13870537281036377, 0.0983915850520134, -0.030899778008461, -0.13852691650390625, -0.11360760033130646, -0.3070690929889679, -0.2506968080997467, 0.4813264310359955, -0.17145228385925293, 0.012687383219599724, -0.0043252333998680115, 0.013539893552660942, 0.24376830458641052, 0.42251840233802795, 0.01573101244866848, 0.005180465988814831, 0.1714405119419098, 0.46582934260368347, 0.19004741311073303, 0.11768089234828949, 0.26414793729782104, -0.2694961428642273, 0.15245845913887024, -0.07764635235071182, -0.3724803030490875, -0.11667902022600174, 0.36026623845100403, 0.13258355855941772, 0.13998667895793915, -0.0521564707159996, -0.21234241127967834, -0.15043292939662933, -0.11322013288736343, -0.10360989719629288, 0.04490057751536369, -0.06363611668348312, 0.022001218050718307, 0.31874626874923706, -0.17218658328056335, 0.239838644862175, 0.02066122740507126, -0.27128997445106506, 0.13753266632556915, -0.2954656183719635, -0.13171659409999847, -0.49112948775291443, 0.3106958568096161, -0.03156986087560654, 0.29306766390800476, 0.09623938798904419, 0.3301679193973541, -0.04911840707063675, 0.1925687938928604, -0.0393533855676651, 0.21083731949329376, -0.27314773201942444, -0.34942084550857544, -0.07752995938062668, -0.0962449312210083, 0.08865980803966522, 0.1617889553308487, -0.20821283757686615, -0.00950357224792242, 0.024550054222345352, 0.07002530246973038, -0.08179018646478653, -0.16512109339237213, -0.17954201996326447, 0.7512495517730713, 0.24271757900714874, 0.16447846591472626, -0.41872459650039673, 0.13058257102966309, -0.08330575376749039, -0.1425493061542511, -0.2581920325756073, 0.06672638654708862, 0.5653238892555237, 0.10536693781614304, 0.15317481756210327, -0.37364134192466736, -0.08178415149450302, 0.1130746528506279, 0.20980952680110931, 0.06525016576051712, -0.020049655809998512, 0.43067628145217896, 0.05133497342467308, -0.16137956082820892, -0.27436578273773193, -0.04382187873125076, 0.37924280762672424, 0.22761845588684082, 0.22166500985622406, 0.22608134150505066, 0.1793326437473297, -0.08099745213985443, 0.35654568672180176, 0.02548682689666748, -0.05402640998363495, 0.0644581988453865, 0.024826817214488983, 0.14177170395851135, -0.06416737288236618, 0.0747140496969223, 0.11216910928487778, -0.3679579794406891, -0.13347144424915314, -0.09280047565698624, 0.11982840299606323, 0.10633011162281036, -0.23853833973407745, -0.09677519649267197, 0.31415706872940063, -0.23325210809707642, 0.18862946331501007, -0.47018715739250183, -0.37117186188697815, 0.3987082839012146, -0.3192175626754761, -0.10812630504369736, -0.059855204075574875, 0.24432213604450226, 0.27529993653297424, -0.2226216346025467, -0.5194651484489441, -0.1364550143480301, 0.09634924679994583, 0.1134251058101654, -0.10968497395515442, -0.08098464459180832, 0.10509303212165833, -0.11750765144824982, -0.2769893407821655, 0.12428346276283264, 0.016321495175361633, -0.21392905712127686, 0.19550594687461853, 0.3916468024253845, -0.021500933915376663, -0.36698123812675476, 0.25157269835472107, 0.22961455583572388, -0.04915076866745949, 0.2578636705875397, -0.055096548050642014, 0.01727398857474327, 0.15407754480838776, -0.3270987570285797, 0.21255670487880707, -0.030762800946831703, 0.031876400113105774, -0.07631494104862213, 0.16326454281806946, 0.22108155488967896, -0.333721786737442, -0.5579928159713745, -0.6961075067520142, -0.2321164309978485, -0.1292276531457901, -0.27706748247146606, 0.06743746250867844, 0.2470746487379074, 0.26494258642196655, 0.31238052248954773, 0.3426390290260315, -0.05914090573787689, 0.08206816017627716, 0.1463896632194519, -0.20152781903743744, -0.10892067849636078, -0.24127820134162903, 0.027500798925757408, -0.19406338036060333, 0.08632541447877884, -0.4598875343799591, -0.08125048875808716, 0.015421629883348942, -0.41174736618995667, 0.2972307801246643, -0.10541923344135284, 0.25893208384513855, -0.24791854619979858, -0.06597370654344559, -0.5300420522689819, 0.08457791805267334, 0.11530473828315735, 0.19378085434436798, 0.13003428280353546, 0.2363709956407547, 0.1311562955379486, -0.1604762077331543, 0.07057210803031921, -0.3437053859233856, 0.09675059467554092, -0.13734133541584015, -0.20635539293289185, -0.08305895328521729, -0.022420601919293404, 0.018120992928743362, -0.09967317432165146, 0.0779586061835289, -0.20453175902366638, -0.4245973825454712, 0.21932142972946167, -0.003336310153827071, -0.0064478409476578236, 0.37913331389427185, 0.12108948826789856, 0.3972287178039551, -0.12575209140777588, -0.40469658374786377, 0.001698540523648262, -0.05379645898938179, 0.07998773455619812, 0.10626448690891266, 0.047559671103954315, 0.1679970920085907, 0.17865678668022156, 0.49678993225097656, -0.09733444452285767, 0.1224798634648323, 0.23155443370342255, -0.025281552225351334, -0.03032807633280754, 0.025757044553756714, 0.27637144923210144, 0.0007425721851177514, -0.15804417431354523, 0.011844788677990437, -0.3218938112258911, -0.3328275978565216, -0.06160286068916321, -0.17933562397956848, -0.2615523934364319, -0.17458687722682953, -0.27063703536987305, 0.29695311188697815, 0.06664954870939255, 0.3896518051624298, 0.28583839535713196, 1.0352997779846191, 0.13982124626636505, 0.4109715223312378, 0.18722574412822723, -0.11038779467344284, 0.1993367075920105, -0.20572876930236816, -0.354375422000885, -0.0810840055346489, 0.08779500424861908, -0.16866374015808105, -0.0624033659696579, 0.0757569894194603, -0.04430794715881348, -0.29063650965690613, -0.19666871428489685, -0.11878874152898788, 0.32156941294670105, -0.19772471487522125, 0.29910552501678467, -0.0725424513220787, 0.1686655431985855, 0.14963418245315552, 0.28619781136512756, 0.15421682596206665, -0.3644925057888031, -0.08701731264591217, 0.3331775963306427, -0.006369744893163443, 0.1502811312675476, 0.3436048626899719, -0.15952087938785553, -0.08556875586509705, 0.052343737334012985, -0.39234521985054016, 0.13294431567192078, -0.12515577673912048, 0.12380234897136688, -0.26048707962036133, 0.14924196898937225, -0.18576942384243011, 0.009310790337622166, 0.07336936146020889, 0.03922342136502266, 0.02993350476026535, -0.027875132858753204, 0.2145099639892578, -0.18135832250118256, 0.08247586339712143, 0.3314744234085083, -0.14316298067569733, 0.05903172120451927, -0.2783108055591583, 0.44408583641052246, 0.1129264160990715, -0.5186612606048584, 0.14286606013774872, 0.0472710058093071, -0.3886539340019226, 0.018368596211075783, 0.2638538181781769, 0.22649642825126648, 0.2470911592245102, 0.3109491169452667, 0.13774903118610382, -0.08700717985630035, -0.35620129108428955, 0.14669738709926605, 0.2069454789161682, -0.012403883039951324, -0.11090351641178131, -0.3133482336997986, -0.507565438747406, -0.351770281791687, 0.48441770672798157, -0.17954085767269135, 0.016814060509204865, -0.06175898760557175, -0.10882117599248886, 0.10508669167757034, 0.009638622403144836, 0.038126371800899506, 0.06898462772369385, 0.0502132922410965, 0.04686053842306137, -0.07932507246732712, 0.02335052564740181, 0.2642023265361786, 0.04830281436443329, -0.0007536413613706827, 0.20241966843605042, 0.00771647272631526, 0.06359157711267471, -0.06426574289798737, -0.45205065608024597, -0.22118104994297028, -0.047293029725551605, 0.015773510560393333, -0.14330148696899414, -0.0669110044836998, -0.05155869945883751, -0.1503603458404541, 0.24597115814685822, 0.11323310434818268, -0.27396053075790405, -0.3027890622615814, 0.10030946135520935, 0.08027131855487823, 0.24608664214611053, 0.03095266781747341, -0.3547879159450531, -0.2808496057987213, -0.03199687972664833, 0.16937659680843353, 0.016934065148234367, 0.12921881675720215, 0.036601293832063675, -0.2412348836660385, -0.04653950035572052, 0.1309497356414795, -0.1266103833913803, -0.014272660948336124, 0.3328666090965271, -0.055953577160835266, -0.20534324645996094, 0.017426181584596634, -0.27797648310661316, -0.3758944869041443, 0.10512559115886688, 0.6548466682434082, 0.1728980988264084, -0.22427727282047272, 0.369495153427124, 0.051587626338005066, 0.1750078946352005, 0.0579804927110672, -0.0817432552576065, 0.28188881278038025, -0.2718690037727356, -0.19622881710529327, 0.09884902089834213, 0.33796006441116333, 0.056707363575696945, 0.025696178898215294, -0.18826763331890106, -0.25815579295158386, -0.1372128576040268, 0.13729700446128845, 0.17824584245681763, 0.2531430125236511, 0.13287656009197235, 0.018796805292367935, 0.17977853119373322, -0.2943466007709503, -0.24726003408432007, 0.13102218508720398, -0.318371057510376, 0.09735890477895737, 0.39057162404060364, 0.4101613163948059, -0.1391066461801529, 0.2170214056968689, 0.1619688719511032, -0.07705802470445633, 0.13529695570468903, 0.15376824140548706, -0.08904798328876495, 0.15787887573242188, 0.12019678950309753, 0.0862736627459526, -0.3109588921070099, -0.035569578409194946, -0.03129246458411217, 0.12203259766101837, -0.035580284893512726, 0.1420964151620865, -0.0314311757683754, -0.05874946340918541, -0.038754239678382874, 0.24617114663124084, -0.014743294566869736, -0.0617205947637558, -0.18461887538433075, -0.024239037185907364, 0.05923924967646599, -0.2839733064174652, 0.2619227468967438, 0.030978994444012642, 0.19900178909301758, 0.04446768760681152, 0.48041832447052, 0.05277455970644951, 0.12062747031450272, -0.3258599042892456, -0.13776302337646484, -0.20547372102737427, 0.22171583771705627, -0.08140232414007187, 0.14221715927124023, 0.06165304780006409, 0.11989541351795197, -0.2494451254606247, 0.013854322955012321, 0.04291590675711632, -0.12487956881523132, -0.11081866174936295, 0.020728768780827522, 0.5419749617576599, 0.18362607061862946, 0.1688494235277176, 0.13159170746803284, -0.17139124870300293, 0.28544482588768005, 0.2515576481819153, -0.07629675418138504, -0.19922180473804474, -0.16242986917495728, 0.12412954121828079, -0.31381502747535706, 0.34072747826576233, 0.17554183304309845, -0.42758965492248535, -0.14264704287052155, -0.07053931802511215, -0.17786459624767303, 0.14896592497825623, -0.5210267305374146, 0.1262603998184204, -0.04631435126066208, 0.49877309799194336, -0.05492553114891052, 0.30701932311058044, -0.04021412134170532, -0.164760559797287, 0.014852914027869701, -0.0599588043987751, 0.05378582701086998, 0.2169012427330017, -0.058870505541563034, 0.35006222128868103, 0.007421218790113926, 0.39471766352653503, 0.07759030163288116, -0.04348160699009895, -0.12459458410739899, 0.1187039315700531, 0.1888340264558792, 0.09103532135486603, 0.010173201560974121, 0.313650906085968, -0.07757575064897537, -0.2541949152946472, 0.5083327293395996, -0.4768918752670288, 0.14201301336288452, -0.20874454081058502, -0.19655103981494904, 0.31004098057746887, 0.44803398847579956, 0.6501485109329224, -0.2256586104631424, -0.23527616262435913, 0.04602174088358879, -0.053841594606637955, 0.03763775900006294, 0.11338340491056442, 0.1646864116191864, -0.1634160280227661, 0.450784832239151, -0.5098708271980286, 0.19962836802005768, -0.2950817048549652, 0.44754981994628906, 0.037799037992954254, -0.008154189214110374, 0.057812634855508804, -0.05096558481454849, -0.3050248920917511, -0.002222702605649829, 0.2116641253232956, -0.15833771228790283, -0.08161073923110962, -0.0051500676199793816, -0.13108287751674652, -0.12964428961277008, 0.15304112434387207, 0.030146189033985138, 0.3425576388835907, 0.17359617352485657, -0.13071590662002563, 0.1733858585357666, 0.30792924761772156, -0.07867036759853363, -0.24736839532852173, -0.3281504809856415, 0.17734839022159576, -0.12449179589748383, -0.23977921903133392, 0.3948397636413574, -0.18550477921962738, -0.06864260137081146, -0.15311197936534882, 0.18018165230751038, -0.27600136399269104, -0.22325539588928223, 0.08881524950265884, -0.23340357840061188 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Targeting_Storage#redis
Redis Stores data in a redis DB. To use this storage, define a service using the storage implementation as class and add connection details to the service definition. An example is shipped with the core service definitions. Default session scope timeout: 30 minutes Pros Can efficiently handle large amounts of data Natively supports data expiration Cons Can only store data when a visitor ID is present as the ID is part of the key Needs a dedicated Redis DB independent of the cache one (needs to be configured on the service definition)
Redis
[ -0.040428049862384796, -0.26593995094299316, -0.2679150402545929, 0.014057240448892117, -0.254075825214386, -0.023594986647367477, 0.3641758859157562, 0.03598992899060249, 0.15909622609615326, 0.027067411690950394, -0.19316907227039337, -0.16637632250785828, 0.3006688356399536, 0.11040132492780685, -0.025013497099280357, 0.09720366448163986, 0.14039434492588043, 0.17212547361850739, -0.19507628679275513, 0.27992889285087585, 0.044566184282302856, -0.12179015576839447, 0.03024258464574814, -0.2136242538690567, -0.292398601770401, 0.016960106790065765, -0.44134604930877686, -0.08015517145395279, 0.10225925594568253, -0.28384116291999817, 0.02882223017513752, 0.22232268750667572, -0.06717782467603683, 0.1782122552394867, -0.00009671992302173749, 0.04891594499349594, -0.0051324921660125256, -0.02384996972978115, -0.07569441199302673, -0.04080315679311752, -0.6130196452140808, 0.12059427797794342, 0.07921501249074936, -0.3111107647418976, -0.0898020789027214, -0.09619669616222382, 0.17487406730651855, -0.21609361469745636, 0.47709643840789795, 0.17199520766735077, 0.3469822406768799, -0.060220010578632355, -0.20710508525371552, -0.20505894720554352, 0.11624229699373245, 0.22364267706871033, 0.12364222854375839, 0.08290910720825195, 0.20933833718299866, 0.0023704299237579107, -0.09125223010778427, -0.20128631591796875, -0.034653112292289734, 0.05547919496893883, 0.014889618381857872, 0.051383260637521744, 0.18964055180549622, 0.020239930599927902, 0.15497678518295288, 0.026135094463825226, 0.3862329125404358, 0.14510269463062286, -0.1348820924758911, 0.17366038262844086, -0.29462307691574097, -0.061174534261226654, 0.3385341763496399, 0.1613941788673401, 0.06505434960126877, 0.47223228216171265, -0.196563720703125, -0.058104969561100006, -0.15385228395462036, -0.11463476717472076, 0.03404521942138672, -0.12369664758443832, 0.0009811560157686472, 0.17861172556877136, -0.1946396380662918, -0.06245758756995201, 0.16367103159427643, 0.19982977211475372, 0.07583020627498627, 0.01980634406208992, -0.26159191131591797, -0.1225673109292984, -0.015037628822028637, 0.12872886657714844, 0.2587369680404663, 0.0266618300229311, 0.13456054031848907, -0.011513989418745041, 0.19230572879314423, 0.24138447642326355, 0.06531413644552231, 0.20357410609722137, 0.15893034636974335, -0.25357910990715027, 0.12963049113750458, -0.3239496052265167, -0.023488568142056465, -0.09303367882966995, 0.08315461128950119, 0.3202931880950928, 0.32721996307373047, -0.23296786844730377, -0.08826287090778351, 0.0482834130525589, 0.032393842935562134, -0.04280994459986687, 0.1440032422542572, 0.10877326130867004, 0.020154841244220734, 0.3229341208934784, -0.34386149048805237, 0.027185041457414627, 0.11759336292743683, -0.23813407123088837, 0.11650925874710083, -0.28975629806518555, -0.07651519775390625, 0.017009828239679337, -0.19808951020240784, 0.04360123723745346, -0.19953283667564392, -0.22646023333072662, 0.03177262470126152, -0.24867208302021027, -0.11357935518026352, -0.14052805304527283, 0.5220180749893188, -0.16524985432624817, 0.2737339437007904, -0.005374053958803415, 0.061701349914073944, -0.20751765370368958, -0.15032899379730225, -0.03762688860297203, -0.09841234982013702, -0.1657177358865738, -0.15913783013820648, -0.2693299949169159, -0.03961145877838135, 0.33961328864097595, -0.08110655099153519, 0.17576375603675842, 0.4003489017486572, 0.12174586951732635, 0.0679977610707283, -0.19355592131614685, -0.1410829871892929, 0.30654236674308777, -0.017286814749240875, -0.25585636496543884, -0.06684380024671555, 0.4330601096153259, -0.09243819117546082, -0.03976389765739441, 0.20930612087249756, -0.07432576268911362, -0.139590322971344, -0.024111084640026093, -0.029196342453360558, 0.024892795830965042, -0.1240740716457367, -0.17785397171974182, -0.012327073141932487, -0.03737342357635498, -0.4162593483924866, -0.06170978769659996, -0.22689177095890045, -0.24303831160068512, 0.26385146379470825, 0.28841230273246765, 0.6999170780181885, -0.14184993505477905, 0.4722820520401001, 0.04204605892300606, -0.07401114702224731, -0.008800976909697056, -0.15852952003479004, -0.39602699875831604, -0.10281836241483688, 0.07036857306957245, 0.062155529856681824, 0.02808195911347866, 0.21556884050369263, 0.19709207117557526, -0.20969101786613464, 0.29861927032470703, 0.2915423810482025, 0.04167191684246063, -0.18552528321743011, 0.06853565573692322, -0.05606373772025108, 0.09854241460561752, -0.011183115653693676, 0.18249212205410004, 0.03559666499495506, -0.13557866215705872, 0.41205763816833496, -0.2225383222103119, -0.07708042114973068, 0.063559889793396, -0.027263835072517395, 0.19112296402454376, 0.33428648114204407, -0.008490750566124916, 0.3850799798965454, 0.002646984765306115, -0.04980086535215378, 0.18879161775112152, 0.1364762932062149, -0.16295912861824036, 0.11568385362625122, -0.10785359889268875, -0.06788399070501328, 0.207561656832695, 0.01508372277021408, -0.305370569229126, 0.14575067162513733, -0.023441165685653687, 0.051526471972465515, 0.41589289903640747, 0.01796458289027214, 0.25553810596466064, 0.3135277032852173, 0.36793339252471924, 0.2224641889333725, 0.0073065184988081455, 0.17275990545749664, 0.1960614025592804, 0.04907020553946495, 0.0022986961994320154, -0.5420925617218018, 0.27573707699775696, 0.35999318957328796, 0.09810767322778702, 0.07047201693058014, 0.37464526295661926, 0.07647702842950821, -0.12340177595615387, -0.11565423011779785, -0.05237733572721481, -0.08008121699094772, -0.24940143525600433, -0.04890644922852516, 0.1882380098104477, -0.1816912293434143, 0.21029044687747955, -0.126797616481781, 0.08584626764059067, 0.2584635019302368, -0.06635069102048874, -0.20515023171901703, -0.34063494205474854, 0.33949702978134155, 0.04588158056139946, 0.3013329803943634, 0.3269702196121216, 0.2549491822719574, -0.29066288471221924, 0.15770918130874634, 0.08234215527772903, 0.056540004909038544, -0.09747391194105148, -0.20793896913528442, -0.0429060123860836, 0.10403215885162354, -0.0437871553003788, 0.1418008655309677, -0.2809070348739624, 0.08333004266023636, -0.172033429145813, 0.2096061259508133, 0.07991991937160492, -0.1257334053516388, -0.05926274135708809, 0.46734580397605896, 0.1621534675359726, 0.039664048701524734, -0.14257538318634033, 0.20587369799613953, -0.03755177929997444, -0.06118703633546829, -0.2872704565525055, 0.039520494639873505, 0.3765462040901184, 0.301232248544693, -0.3976462781429291, -0.11064867675304413, -0.34921881556510925, 0.04749045893549919, 0.2463030219078064, -0.006739516276866198, -0.17456784844398499, 0.5392588376998901, 0.01198404747992754, -0.08514398336410522, -0.25449004769325256, -0.14523164927959442, 0.34922879934310913, 0.12718385457992554, 0.0691886842250824, 0.11620023101568222, 0.11499884724617004, -0.15576212108135223, 0.45480191707611084, 0.020068468526005745, -0.2890094220638275, -0.06096606329083443, -0.20551858842372894, -0.015027475543320179, 0.07452433556318283, -0.10561774671077728, -0.18222984671592712, -0.17643660306930542, -0.24054792523384094, 0.12650853395462036, 0.04088420048356056, 0.25979602336883545, -0.35327598452568054, 0.25471511483192444, 0.3464427590370178, 0.07773145288228989, -0.10098046809434891, -0.20581525564193726, -0.5162734985351562, 0.21646888554096222, -0.36694973707199097, -0.28397125005722046, 0.24038198590278625, 0.004222882445901632, 0.3855792284011841, 0.1648954302072525, -0.2589610517024994, -0.3837869167327881, 0.13707010447978973, 0.00971435196697712, -0.039191942662000656, -0.17791791260242462, 0.3974301815032959, -0.0685713142156601, -0.3283174932003021, 0.08215489983558655, 0.030438391491770744, 0.222358837723732, 0.342662513256073, 0.17691746354103088, 0.2648172080516815, -0.19805903732776642, 0.20295612514019012, 0.27897748351097107, -0.21592549979686737, 0.20136243104934692, -0.07895053923130035, 0.09413255006074905, 0.10777872800827026, -0.060634806752204895, 0.2585344612598419, -0.12483081966638565, -0.036620594561100006, -0.25900864601135254, 0.06090313568711281, 0.26080161333084106, -0.5365727543830872, -0.39085331559181213, -0.5730127096176147, -0.16530515253543854, -0.1296580582857132, -0.057495541870594025, -0.1249375119805336, 0.394288569688797, -0.07894902676343918, -0.20407262444496155, -0.04908282682299614, -0.05216220021247864, -0.23784670233726501, 0.01816393807530403, -0.02388951927423477, 0.08016739785671234, -0.4708753526210785, 0.11110073328018188, -0.07981165498495102, 0.16238372027873993, 0.05226527154445648, -0.1698606014251709, 0.021404657512903214, -0.15125028789043427, 0.22578874230384827, -0.14065884053707123, 0.22235482931137085, 0.12144584208726883, -0.09464557468891144, -0.18386052548885345, -0.008299199864268303, -0.08727549761533737, 0.25807395577430725, 0.16584321856498718, 0.07488562911748886, 0.19292594492435455, -0.17712731659412384, 0.004361615050584078, -0.2194376289844513, -0.2045849859714508, -0.18821047246456146, -0.29015421867370605, -0.12977629899978638, -0.01615702174603939, -0.1325615793466568, -0.22287702560424805, 0.1666763573884964, 0.07730188965797424, -0.4011947512626648, 0.25738102197647095, 0.01851635053753853, -0.165194571018219, 0.20334213972091675, -0.04109548404812813, 0.13910256326198578, 0.16150981187820435, -0.4053514301776886, 0.007556537631899118, 0.552273154258728, 0.22599577903747559, -0.24305683374404907, 0.20995505154132843, 0.2772972285747528, 0.1665254384279251, 0.22511953115463257, 0.046409398317337036, 0.055648982524871826, 0.2891780436038971, 0.15615080296993256, 0.10489232838153839, -0.3076306879520416, 0.21123762428760529, -0.1441759616136551, 0.14616134762763977, -0.15474016964435577, -0.19256505370140076, -0.38525402545928955, -0.17806947231292725, -0.17415045201778412, -0.13102993369102478, -0.13521581888198853, -0.18502824008464813, 0.37531253695487976, -0.2349105179309845, 0.3181045949459076, 0.4977951943874359, 0.9592261910438538, -0.19360001385211945, 0.3511525094509125, -0.0480782724916935, -0.1125679612159729, 0.3644532561302185, -0.2342081367969513, 0.029788034036755562, -0.05033944919705391, -0.030996166169643402, -0.14492195844650269, 0.004160196054726839, 0.015791622921824455, 0.08904886990785599, -0.476195752620697, 0.02977360226213932, -0.010043785907328129, 0.2205846607685089, 0.0904507040977478, 0.32319343090057373, -0.0971367135643959, -0.19651050865650177, 0.13860076665878296, 0.450520396232605, 0.035360485315322876, -0.4209167957305908, 0.010548948310315609, 0.08063530921936035, 0.13706348836421967, 0.10429167002439499, 0.20205499231815338, -0.08952043205499649, -0.0401831679046154, 0.09574476629495621, -0.25348809361457825, 0.3385748565196991, -0.35948413610458374, 0.21951952576637268, -0.33454060554504395, 0.02979913167655468, -0.1293109655380249, 0.0782020092010498, -0.21890178322792053, -0.1431027203798294, 0.06420891731977463, -0.21486446261405945, 0.3021416664123535, 0.038613393902778625, -0.1530151665210724, 0.4655143916606903, -0.07502947747707367, -0.14408180117607117, -0.36093172430992126, 0.3919440805912018, 0.3051462471485138, -0.13640260696411133, 0.29138270020484924, -0.22541385889053345, -0.5774173140525818, 0.016922004520893097, 0.27419596910476685, 0.32273387908935547, 0.046908117830753326, 0.211638942360878, -0.13262243568897247, 0.29204005002975464, -0.21633078157901764, 0.29973068833351135, 0.2017953246831894, -0.11543966084718704, -0.1305454671382904, -0.2870859205722809, -0.04826902225613594, -0.3071199953556061, 0.1915232241153717, -0.48304858803749084, 0.043671734631061554, 0.00857517309486866, -0.408153235912323, -0.020876049995422363, 0.03249945491552353, -0.15199947357177734, 0.11162140965461731, 0.1718447357416153, -0.08671717345714569, -0.23376549780368805, -0.34244945645332336, 0.25074297189712524, 0.0950874388217926, 0.0727701187133789, 0.23731602728366852, -0.4009033739566803, 0.04402869567275047, 0.06762713938951492, -0.4959549605846405, -0.2620047926902771, 0.0013322611339390278, 0.17681454122066498, 0.21474090218544006, -0.15737947821617126, 0.44843047857284546, -0.19822587072849274, 0.1687099188566208, 0.22357326745986938, -0.09492187947034836, -0.3518594801425934, -0.05315776541829109, 0.029097236692905426, 0.025190355256199837, 0.050630517303943634, -0.23889204859733582, -0.27990302443504333, 0.21612223982810974, -0.006288343109190464, 0.050944793969392776, 0.06629293411970139, -0.2860244810581207, -0.2494484782218933, -0.0922110453248024, -0.029320871457457542, -0.16198499500751495, 0.03501526266336441, 0.4646504819393158, 0.08582548797130585, -0.269447386264801, 0.08058560639619827, -0.28945767879486084, -0.2622990906238556, 0.05038361996412277, 0.7139090895652771, 0.3076883554458618, -0.43538323044776917, 0.5409979224205017, 0.012970132753252983, 0.23541000485420227, -0.011080052703619003, 0.07243712246417999, 0.05194387584924698, -0.11898799240589142, 0.14319321513175964, 0.17071564495563507, 0.38845789432525635, 0.12525129318237305, -0.11043344438076019, 0.05623319000005722, -0.13544833660125732, 0.2041454166173935, 0.30191099643707275, 0.2280958890914917, 0.10312797874212265, 0.192683607339859, 0.22487568855285645, 0.39311105012893677, -0.3722105920314789, -0.2744656801223755, -0.15948814153671265, 0.16969285905361176, 0.11048584431409836, 0.312917023897171, 0.23965102434158325, 0.12724240124225616, -0.1093190461397171, 0.12357022613286972, 0.18806974589824677, 0.13585086166858673, 0.04652755707502365, 0.019832748919725418, 0.027128763496875763, 0.032654888927936554, 0.04342889040708542, -0.1432308405637741, 0.1672545224428177, -0.08873498439788818, 0.449421763420105, -0.09221899509429932, -0.07757069915533066, -0.17963701486587524, -0.05653972923755646, 0.11910860240459442, 0.06154194846749306, 0.11364095658063889, -0.042095646262168884, -0.24473559856414795, 0.05059657245874405, 0.32296353578567505, -0.2597429156303406, 0.22899574041366577, 0.05309765040874481, 0.4364311099052429, -0.09479343891143799, 0.07445795089006424, 0.38382166624069214, -0.002413229551166296, -0.41033637523651123, -0.0032411906868219376, 0.11318022757768631, -0.03155489265918732, 0.08141088485717773, -0.16822347044944763, 0.041562121361494064, -0.14770808815956116, -0.23514927923679352, 0.17828120291233063, -0.09436237066984177, -0.19158193469047546, -0.31252801418304443, 0.023311590775847435, 0.13041827082633972, -0.09390295296907425, 0.12211067974567413, 0.2839745879173279, -0.2706046998500824, 0.28611528873443604, -0.14196041226387024, 0.1433401256799698, -0.04054123908281326, -0.27259284257888794, 0.30777907371520996, -0.1986030489206314, -0.023894954472780228, 0.01099830400198698, -0.5595420598983765, -0.4616835415363312, 0.011728663928806782, -0.15417467057704926, 0.22516776621341705, -0.2456652820110321, 0.14635324478149414, -0.13248763978481293, 0.3097020983695984, -0.027777615934610367, 0.07553943991661072, -0.26335111260414124, -0.13897624611854553, 0.08527066558599472, -0.06712203472852707, -0.014727437868714333, -0.12141025811433792, -0.24628126621246338, 0.3482714891433716, -0.06797383725643158, 0.24208404123783112, -0.09380930662155151, -0.4074777066707611, -0.12531086802482605, -0.048915278166532516, 0.09661732614040375, -0.05636320635676384, 0.0798228532075882, 0.29866403341293335, 0.22884467244148254, -0.4252925217151642, 0.32077527046203613, -0.2442183792591095, 0.2177649438381195, -0.1873379945755005, -0.05998696759343147, 0.04827648401260376, -0.06577850878238678, 0.2395552694797516, -0.05169586464762688, 0.005996065214276314, -0.020884476602077484, -0.04381615296006203, -0.20256079733371735, 0.13111282885074615, -0.12139637023210526, -0.41157954931259155, 0.26317885518074036, 0.1564815640449524, -0.35239672660827637, -0.12892194092273712, 0.22766616940498352, 0.029140755534172058, -0.03245934098958969, -0.3117665648460388, 0.005832022521644831, -0.09859183430671692, -0.34013891220092773, 0.2468428611755371, 0.037238411605358124, 0.41753238439559937, -0.015117793343961239, -0.12476824223995209, -0.16947998106479645, 0.25599563121795654, -0.12706047296524048, -0.03661222383379936, -0.07083195447921753, 0.16216924786567688, 0.10311348736286163, 0.10823967307806015, 0.02914700098335743, 0.12511447072029114, -0.03903926908969879, 0.1954783797264099, 0.009579163044691086, -0.17024989426136017, 0.11100729554891586, 0.08307414501905441, 0.065175361931324, -0.19233699142932892, -0.1521001160144806, -0.06669796258211136, 0.012258540838956833, -0.08322989195585251, -0.18363894522190094 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Targeting_Storage#session
Session Stores data in the session. Default session scope timeout: PHP session timeout To use the session storage, an additional config entry is needed as the session listeners are disabled by default for performance reasons: pimcore_personalization: targeting: # enable session support session: enabled: true # use the session storage storage_id: Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\SessionStorage Pros Easy to use as no additional config is needed Can store data without a visitor ID Cons Can't persistently store data for a visitor Session size is limited Slow depending on session storage Might not work properly in conjunction with full page caches. Pimcore's full page cache is disabled when the session contains targeting data, but if using something else it might be difficult to handle. Use with care when using full page caches!
Session
[ -0.09460993111133575, -0.4177277684211731, -0.1424318552017212, 0.1582019180059433, 0.03715017810463905, -0.1805199682712555, 0.42222779989242554, -0.37800028920173645, -0.2641546428203583, 0.12051626294851303, -0.3547743260860443, -0.14380992949008942, 0.183971107006073, -0.03694421425461769, -0.07201475650072098, -0.013930721208453178, 0.0884275808930397, 0.06214144453406334, -0.5908598303794861, 0.2851194441318512, 0.0413556843996048, -0.3487240672111511, -0.10213423520326614, 0.14533691108226776, -0.11567014455795288, 0.04654214531183243, -0.46513187885284424, -0.13484327495098114, 0.11711308360099792, -0.4075319170951843, -0.0073082041926681995, 0.16589707136154175, 0.020021943375468254, 0.12675710022449493, -0.0001048099875333719, -0.005814161151647568, 0.08255872130393982, -0.0934523269534111, -0.2539932131767273, 0.12593787908554077, -0.36646556854248047, 0.025242196395993233, 0.11695069074630737, -0.13131573796272278, 0.14739836752414703, 0.2573727071285248, 0.10899529606103897, -0.014379967004060745, -0.0036687985993921757, 0.01846632920205593, 0.26406240463256836, -0.07749492675065994, -0.23159025609493256, -0.2416514903306961, 0.0929475724697113, 0.31778982281684875, -0.19257253408432007, -0.2645214796066284, 0.1653747409582138, 0.06372044235467911, 0.10228457301855087, 0.16165992617607117, -0.14831846952438354, -0.015616054646670818, 0.16783443093299866, 0.1777935028076172, 0.38819366693496704, 0.12134119123220444, 0.2547227740287781, -0.02605125494301319, 0.5842922925949097, 0.15778586268424988, 0.12818840146064758, 0.12909641861915588, -0.15358366072177887, 0.2256401777267456, 0.21961788833141327, 0.18359264731407166, 0.11901991069316864, 0.3725036680698395, -0.021542225033044815, -0.11261128634214401, -0.06920864433050156, -0.121378093957901, 0.04592422395944595, -0.19114843010902405, -0.03031410276889801, 0.11618208140134811, 0.07759689539670944, -0.1881246119737625, 0.2510366141796112, 0.015031803399324417, 0.20412804186344147, 0.1653820127248764, 0.18298621475696564, -0.18699105083942413, -0.050035953521728516, 0.4235765039920807, 0.16156627237796783, -0.013811825774610043, 0.1367236077785492, -0.027600130066275597, 0.011584344319999218, 0.1648704707622528, 0.24347327649593353, -0.06815224140882492, 0.31422650814056396, -0.05562732741236687, 0.037811413407325745, -0.10272505134344101, 0.07460574060678482, -0.051335837692022324, 0.27756115794181824, 0.1429980844259262, 0.3449981212615967, -0.17857763171195984, 0.06927252560853958, 0.0931527391076088, 0.2615882158279419, 0.02545047365128994, -0.10378005355596542, -0.11248555779457092, 0.22009029984474182, 0.5514300465583801, -0.33142948150634766, 0.00043774713412858546, -0.20838765799999237, -0.2320975512266159, -0.21646654605865479, -0.23027116060256958, -0.21129819750785828, 0.21957552433013916, -0.2750905752182007, 0.004634117241948843, -0.0559484101831913, 0.0935208797454834, 0.04621570557355881, -0.043896883726119995, 0.0842028334736824, -0.15647391974925995, 0.4313329756259918, -0.19327636063098907, 0.14821162819862366, 0.07630690932273865, 0.1703454703092575, 0.01961781643331051, -0.1853480041027069, 0.41251829266548157, -0.07676582038402557, 0.22891731560230255, -0.19683046638965607, -0.39077526330947876, 0.25906020402908325, 0.28918418288230896, -0.02394827827811241, 0.20201726257801056, 0.22745247185230255, -0.40038010478019714, -0.01155604887753725, -0.17928311228752136, 0.12295275926589966, -0.02949237823486328, 0.05578596889972687, -0.31378647685050964, -0.06495478749275208, 0.36935052275657654, 0.23051443696022034, -0.09047418087720871, 0.13696113228797913, -0.536159098148346, -0.23309147357940674, -0.2015848159790039, -0.05467602610588074, -0.12294434010982513, 0.024004939943552017, 0.08623480796813965, 0.07866987586021423, -0.12749981880187988, -0.47875797748565674, -0.39744850993156433, 0.00783655047416687, -0.08285404741764069, -0.00326904421672225, 0.29245200753211975, 0.2046353965997696, -0.09743229299783707, 0.1702350229024887, -0.027536502107977867, -0.04775979742407799, -0.0027533734682947397, -0.3022867441177368, -0.20075950026512146, 0.1803468018770218, 0.02780195325613022, 0.01859184354543686, -0.09730587899684906, 0.16700370609760284, 0.36581742763519287, -0.15978893637657166, 0.23732972145080566, 0.15977618098258972, -0.14079566299915314, 0.16284354031085968, 0.20868077874183655, 0.1772744208574295, 0.34812813997268677, -0.04900820180773735, 0.021631695330142975, -0.12982042133808136, -0.06822681427001953, 0.3189253807067871, -0.22768811881542206, -0.06504224985837936, 0.07774805277585983, -0.11212845891714096, -0.23482531309127808, 0.1900177001953125, 0.11882549524307251, 0.1676844358444214, -0.22526796162128448, 0.033898431807756424, 0.499854177236557, 0.2561481297016144, 0.1391628384590149, 0.270414799451828, -0.15342505276203156, -0.28255775570869446, 0.10772708058357239, -0.22564466297626495, -0.015849508345127106, 0.3133696913719177, -0.17726361751556396, 0.15051139891147614, 0.5110679268836975, 0.3064669668674469, 0.2901298701763153, -0.07288894802331924, 0.16157352924346924, 0.2957887351512909, 0.05450744554400444, 0.3032100796699524, -0.36387282609939575, 0.159972682595253, 0.125030055642128, -0.06693056970834732, 0.008999975398182869, 0.3248607814311981, 0.13680103421211243, 0.18962004780769348, -0.05108465999364853, -0.03614972531795502, -0.053678665310144424, 0.185133159160614, -0.3341960608959198, 0.17296281456947327, 0.07027878612279892, 0.11588117480278015, 0.15724484622478485, -0.20879656076431274, 0.40216755867004395, -0.01650608703494072, -0.16701826453208923, 0.19133210182189941, -0.12748314440250397, -0.23724205791950226, -0.3127196729183197, 0.32627013325691223, -0.4275626242160797, 0.45330706238746643, 0.17051318287849426, 0.10141924768686295, -0.028724802657961845, 0.23894254863262177, 0.008188660256564617, 0.15662099421024323, -0.07751856744289398, -0.2760086953639984, -0.46821191906929016, 0.014700326137244701, 0.1317749172449112, 0.3065018355846405, -0.18481621146202087, -0.03497821092605591, -0.07295998185873032, 0.06808214634656906, -0.22641998529434204, -0.22019381821155548, 0.036461103707551956, 0.4647580683231354, 0.30643320083618164, -0.002803776180371642, -0.1608281284570694, 0.1307949721813202, 0.06891249865293503, 0.02395929954946041, -0.24506276845932007, 0.09169191122055054, 0.47533828020095825, -0.12377617508172989, -0.040928732603788376, -0.3423379361629486, -0.06564665585756302, -0.00360863353125751, 0.1267349272966385, -0.17742660641670227, -0.12914729118347168, 0.24803556501865387, 0.1782320886850357, -0.08997061103582382, -0.028635945171117783, 0.04117715358734131, 0.5529976487159729, 0.3008444607257843, 0.007326212711632252, 0.021907253190875053, 0.10173030942678452, -0.030929451808333397, 0.46956363320350647, 0.24216075241565704, -0.34005963802337646, -0.1003555878996849, -0.09283322840929031, 0.31209853291511536, 0.20050355792045593, -0.24091412127017975, -0.05955538526177406, -0.46729645133018494, -0.021214989945292473, -0.11261238157749176, 0.19111590087413788, 0.2523902654647827, -0.4918372929096222, -0.12810266017913818, 0.24684526026248932, -0.27522921562194824, -0.009659207426011562, -0.4166756570339203, -0.01933356560766697, 0.2497612088918686, -0.4231511652469635, -0.005032348912209272, -0.07368335872888565, 0.01740974746644497, 0.14185374975204468, -0.08384875953197479, -0.38626793026924133, -0.45066362619400024, -0.026830602437257767, -0.18540647625923157, -0.22749359905719757, -0.03828246146440506, 0.614054799079895, -0.0671851858496666, -0.24204477667808533, 0.020869605243206024, -0.08625532686710358, -0.16359351575374603, 0.3802604675292969, 0.18029798567295074, -0.3755321204662323, -0.48738300800323486, 0.42957738041877747, 0.7151811718940735, -0.28572243452072144, 0.31455954909324646, 0.01621684990823269, -0.013518296182155609, 0.011810810305178165, -0.3242295980453491, 0.12201977521181107, 0.19553974270820618, -0.06855008006095886, -0.18448716402053833, 0.07562705874443054, 0.23573951423168182, -0.383446604013443, -0.48078614473342896, -0.47567710280418396, -0.38365262746810913, -0.31900134682655334, -0.20295143127441406, 0.5857036113739014, 0.160906121134758, 0.10278049856424332, 0.267795592546463, -0.0816114991903305, -0.1353137344121933, -0.04579421132802963, 0.3550754189491272, -0.2599683105945587, 0.10991767793893814, -0.3647805452346802, -0.1941983848810196, -0.24560318887233734, 0.46533021330833435, -0.15499508380889893, -0.207872673869133, 0.02528104931116104, -0.4025595784187317, 0.3464638292789459, -0.2309235781431198, 0.3479824364185333, -0.11338990926742554, 0.013816614635288715, -0.1973777562379837, -0.10227510333061218, 0.06441467255353928, 0.07162205129861832, 0.04213154315948486, -0.11258392035961151, 0.3779378831386566, 0.051893509924411774, 0.13984067738056183, -0.28284692764282227, -0.12152712792158127, -0.3558630347251892, -0.12385833263397217, -0.06196339800953865, 0.0304854903370142, -0.11220251023769379, -0.21615345776081085, 0.15313223004341125, -0.35606953501701355, -0.11442125588655472, 0.3627857565879822, 0.12990500032901764, -0.005021924618631601, 0.11410874128341675, 0.04248955845832825, 0.20218601822853088, 0.08426602184772491, -0.10137514024972916, -0.20278605818748474, 0.20049042999744415, 0.13959258794784546, 0.47163113951683044, -0.14910711348056793, 0.11325123906135559, 0.49080604314804077, 0.3477074205875397, -0.24632292985916138, 0.2320181429386139, 0.15444400906562805, 0.12091820687055588, -0.2046683132648468, -0.2771517336368561, 0.17393215000629425, -0.1618448942899704, 0.22397778928279877, -0.3163904845714569, -0.2620033919811249, -0.23611478507518768, -0.16025181114673615, -0.1073501706123352, -0.06501995027065277, -0.12652423977851868, -0.013471441343426704, 0.07954435050487518, -0.08741971105337143, 0.2600996792316437, 0.47078534960746765, 0.9392274022102356, 0.12886454164981842, 0.43418315052986145, 0.060872893780469894, -0.05607995390892029, 0.28881144523620605, -0.20474056899547577, 0.029481051489710808, 0.05655035004019737, 0.042585454881191254, -0.06486332416534424, -0.20127826929092407, 0.4229869246482849, -0.09891581535339355, -0.4812634587287903, -0.1547497659921646, -0.38268789649009705, 0.03896999731659889, -0.21788948774337769, 0.128832146525383, -0.14293821156024933, -0.14735226333141327, 0.3690548241138458, 0.28303876519203186, -0.017190152779221535, 0.06735499203205109, -0.021567264571785927, 0.4147501289844513, -0.15088245272636414, 0.09711858630180359, 0.29863953590393066, -0.03056357242166996, -0.44140827655792236, -0.16388215124607086, -0.25930753350257874, 0.04481148719787598, -0.13505394756793976, -0.04181329905986786, -0.09824968874454498, 0.031940534710884094, 0.12148527801036835, 0.150897815823555, 0.22143107652664185, 0.06185285747051239, 0.28355464339256287, -0.15117725729942322, 0.3362651467323303, -0.04055117443203926, 0.10573571175336838, 0.24343423545360565, -0.10498300939798355, -0.05049243941903114, -0.025912286713719368, 0.2531495988368988, 0.3613770604133606, -0.4075569212436676, -0.09706433862447739, 0.012733107432723045, -0.19885984063148499, 0.041507452726364136, 0.17425264418125153, 0.10253618657588959, 0.05732310935854912, 0.31292521953582764, -0.157606840133667, -0.08354078978300095, -0.24770091474056244, 0.11865653842687607, 0.11185042560100555, -0.5963307023048401, -0.03856096789240837, -0.3382360637187958, -0.3896791338920593, -0.3046618402004242, 0.5488049387931824, -0.41487884521484375, 0.1332969069480896, -0.10293993353843689, 0.040936339646577835, -0.08380235731601715, 0.11419333517551422, 0.06130990386009216, -0.17137952148914337, 0.22231043875217438, -0.11969295889139175, -0.2899133265018463, -0.25057199597358704, 0.034675776958465576, -0.06212923303246498, -0.18239721655845642, 0.3672510087490082, 0.25496506690979004, 0.08219514042139053, 0.0673617422580719, -0.4152057468891144, -0.2586114704608917, 0.08938554674386978, 0.21598897874355316, 0.15076908469200134, -0.1295594573020935, 0.11983419209718704, -0.298152357339859, 0.14976824820041656, 0.27966660261154175, -0.3869170844554901, -0.2912105917930603, -0.10866543650627136, 0.08189652115106583, 0.02326175570487976, -0.04262887313961983, -0.47621047496795654, -0.16092929244041443, 0.2305270880460739, 0.03463231027126312, 0.0610739067196846, 0.19502563774585724, -0.17371878027915955, -0.38584190607070923, -0.41384926438331604, 0.15269625186920166, -0.24491946399211884, -0.04686957597732544, 0.25175386667251587, -0.043921228498220444, 0.19241438806056976, 0.10309825837612152, -0.38715580105781555, -0.18682755529880524, 0.27187031507492065, 0.5069729685783386, 0.18454129993915558, -0.013326543383300304, 0.17210954427719116, 0.043213505297899246, 0.005123046692460775, -0.023663217201828957, -0.1820686012506485, -0.007364832796156406, -0.10418479144573212, -0.11513505131006241, 0.3130032420158386, 0.3444822132587433, 0.1230754554271698, 0.026450084522366524, 0.385623574256897, 0.02287040278315544, -0.0008569318451918662, 0.3576480746269226, -0.0076871286146342754, 0.5160913467407227, 0.18708136677742004, 0.2945328652858734, 0.18648183345794678, -0.4771799147129059, 0.0073363338597118855, -0.10988647490739822, -0.20827534794807434, 0.26746049523353577, 0.6842369437217712, 0.375052809715271, 0.1927635371685028, 0.17354156076908112, 0.09859097748994827, 0.1592077761888504, 0.30688029527664185, 0.14623777568340302, -0.05272696912288666, -0.040026839822530746, -0.17625166475772858, 0.1324537992477417, -0.12655915319919586, 0.21093475818634033, -0.25724470615386963, 0.32414254546165466, -0.25707778334617615, 0.05117836222052574, 0.14371779561042786, -0.24556396901607513, -0.1801140010356903, 0.04196831211447716, -0.056013885885477066, -0.0388810969889164, -0.2589667737483978, -0.016931818798184395, 0.13021984696388245, -0.3929976224899292, 0.39672157168388367, 0.05104353278875351, 0.2387039214372635, 0.09312999248504639, -0.052191682159900665, 0.22154800593852997, 0.0615571103990078, -0.17337724566459656, -0.11512292921543121, -0.3374641537666321, -0.023109355941414833, -0.01494127232581377, -0.076006218791008, -0.07320456206798553, 0.06817739456892014, -0.2659493088722229, -0.013849692419171333, -0.09837464243173599, 0.04197480157017708, -0.2787695825099945, -0.20362241566181183, 0.6245448589324951, 0.20904338359832764, 0.055197469890117645, 0.13059647381305695, -0.2835037410259247, 0.23405973613262177, 0.22293393313884735, 0.21269293129444122, -0.3657229244709015, 0.0017714950954541564, 0.14139625430107117, -0.22735390067100525, 0.1775577962398529, 0.15430931746959686, -0.3720305860042572, -0.18122079968452454, 0.1761007308959961, -0.29670092463493347, 0.05305643752217293, -0.47047463059425354, 0.11264362186193466, -0.015082880854606628, 0.11297665536403656, 0.09374122321605682, -0.13708890974521637, -0.21896350383758545, 0.11871743947267532, -0.0879557803273201, 0.046118367463350296, -0.08706915378570557, 0.16940538585186005, -0.06969034671783447, 0.3861989378929138, 0.0015915131662040949, 0.41043519973754883, 0.3149760663509369, 0.06282166391611099, -0.05728573352098465, 0.038381896913051605, 0.28510192036628723, 0.11427009105682373, -0.24678125977516174, 0.25077128410339355, 0.16629032790660858, -0.27447688579559326, 0.2128228396177292, -0.6077125668525696, 0.09626276791095734, -0.04038040712475777, -0.46840015053749084, 0.39348044991493225, -0.06502547115087509, 0.8471564650535583, -0.1561838984489441, -0.1606566160917282, 0.1304948776960373, 0.20831292867660522, 0.20580904185771942, 0.13534283638000488, 0.0676119476556778, -0.5703908205032349, 0.22507122159004211, -0.09528791904449463, -0.25557538866996765, -0.0464034304022789, 0.09722675383090973, 0.3266085088253021, 0.19244730472564697, -0.11706579476594925, 0.30110859870910645, -0.10576004534959793, -0.055099617689847946, 0.033856648951768875, 0.012673250399529934, 0.16915102303028107, 0.04372215270996094, -0.12381099909543991, -0.3194511830806732, 0.16848702728748322, -0.0860435888171196, -0.203360453248024, -0.10474646836519241, -0.15829215943813324, 0.24369889497756958, 0.0033966994378715754, -0.1444520652294159, -0.18316586315631866, -0.22353743016719818, 0.051247309893369675, 0.238743394613266, -0.3428049385547638, -0.10405071079730988, -0.2208930104970932, -0.05421726405620575, -0.2413138896226883, 0.4891551434993744, -0.011056461371481419, 0.07996883243322372, -0.01782423071563244, -0.09117098152637482 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Frontend_Javascript#frontend-javascript
Frontend JavaScript When targeting is enabled, a snippet of JavaScript in injected into every response. This snippet contains some information needed by the frontend regarding the application state (e.g. if debug mode is enabled) and includes the script pimcore/static6/js/frontend/targeting.js which handles the frontend behaviour of the targeting engine (e.g. exposes an API to set the visitor ID). The whole targeting logic is handled inside the window._ptg object. The frontend code provides a couple of extension points which are documented on this page.
Frontend JavaScript
[ 0.3052503168582916, -0.6562827229499817, -0.16393603384494781, -0.1496778428554535, 0.1285431683063507, -0.2664993703365326, -0.007477973122149706, -0.18009212613105774, -0.005259539000689983, 0.04875744879245758, -0.1768280267715454, 0.27257639169692993, 0.2791579067707062, 0.23640160262584686, 0.19920861721038818, -0.17835864424705505, -0.04222053289413452, 0.2661129832267761, -0.18191836774349213, 0.11184544861316681, -0.32036328315734863, 0.02591697871685028, -0.010052266530692577, 0.22361958026885986, -0.14707307517528534, 0.021129561588168144, -0.33743706345558167, 0.32028728723526, 0.21585507690906525, -0.5703271627426147, 0.037376515567302704, 0.045195840299129486, -0.263240247964859, 0.32036542892456055, -0.00010229058534605429, -0.06140916422009468, 0.16667042672634125, -0.12478131055831909, 0.09292548894882202, 0.2550484836101532, -0.05193484202027321, 0.05090274289250374, 0.08298385143280029, -0.12056019902229309, 0.15749424695968628, -0.11803183704614639, 0.1692897081375122, -0.0262715145945549, 0.49500739574432373, -0.012579528614878654, 0.27872589230537415, 0.20155972242355347, -0.11363566666841507, 0.05715228617191315, 0.04451042413711548, 0.11185923963785172, 0.033903174102306366, -0.1628030240535736, 0.0007156486972235143, -0.014745587483048439, -0.12439429759979248, -0.05181211233139038, -0.09935665130615234, -0.054792169481515884, 0.2748854160308838, -0.04713854193687439, 0.3853289783000946, -0.41594427824020386, -0.10152073949575424, 0.21102231740951538, 0.1821344494819641, 0.10053379833698273, 0.16631656885147095, -0.09525800496339798, -0.20639240741729736, 0.2546568214893341, 0.12833936512470245, -0.0734076052904129, -0.13159610331058502, 0.19528575241565704, -0.17609089612960815, -0.16470445692539215, -0.13637277483940125, -0.176990807056427, 0.05593268573284149, -0.0354415625333786, -0.029978670179843903, 0.0730145126581192, 0.17785032093524933, 0.08293990790843964, 0.21094034612178802, -0.03634591028094292, -0.09034723788499832, 0.0320742130279541, 0.290977418422699, -0.20696033537387848, 0.11124424636363983, 0.14584414660930634, -0.15287484228610992, 0.10025611519813538, 0.25618505477905273, 0.22734174132347107, -0.1800938844680786, 0.2552168667316437, 0.10835631936788559, 0.008219251409173012, 0.1941128969192505, -0.28101029992103577, 0.3543480336666107, -0.2285705804824829, 0.11976660788059235, 0.2818760871887207, 0.29201698303222656, -0.052657999098300934, 0.14090006053447723, 0.05440507084131241, 0.02037985622882843, 0.359356552362442, -0.06960664689540863, 0.06788396835327148, -0.11507435142993927, -0.010338558815419674, -0.14233513176441193, 0.23273099958896637, -0.09585494548082352, 0.21882450580596924, -0.0067718755453825, -0.47113367915153503, -0.21855148673057556, -0.36820629239082336, 0.06545998901128769, 0.19511736929416656, -0.0807671770453453, -0.1461953967809677, -0.07227233052253723, 0.1485881358385086, 0.05076099932193756, -0.01601305417716503, 0.12416968494653702, -0.4270865023136139, 0.2751467525959015, 0.11219677329063416, 0.36981192231178284, 0.26130959391593933, 0.14605405926704407, -0.0808112695813179, -0.03597579523921013, 0.1263464242219925, -0.2271127700805664, 0.21334311366081238, -0.17275021970272064, 0.01054309494793415, 0.34600305557250977, 0.22664287686347961, 0.055435627698898315, -0.06556155532598495, 0.31975722312927246, 0.24869605898857117, -0.33668050169944763, 0.11749682575464249, 0.44709470868110657, 0.13820329308509827, 0.21567107737064362, -0.34161874651908875, 0.17209449410438538, 0.7334350347518921, -0.1681171953678131, -0.2599806487560272, 0.07977470755577087, -0.6333239078521729, -0.18123584985733032, -0.5495331883430481, -0.04304681345820427, 0.04282422363758087, 0.12981927394866943, 0.03188509866595268, 0.11605074256658554, -0.00874904915690422, 0.08364453911781311, -0.0938894972205162, -0.2822367250919342, 0.2462102621793747, 0.0013885782100260258, 0.2488435059785843, -0.2814280688762665, -0.00002866864451789297, -0.011534848250448704, 0.298581063747406, -0.005002294201403856, 0.1862800270318985, 0.0743032917380333, 0.2697988450527191, -0.31586945056915283, 0.11191042512655258, 0.16672351956367493, -0.13123489916324615, 0.332721471786499, 0.06477046757936478, -0.2698974311351776, 0.10582670569419861, -0.06626194715499878, -0.04030853509902954, -0.054190926253795624, -0.06869824230670929, 0.46260377764701843, 0.0676635280251503, -0.20490995049476624, -0.16366903483867645, -0.5894235372543335, -0.16409964859485626, 0.4901181757450104, -0.00818086788058281, -0.3220255672931671, 0.32475337386131287, -0.10570906102657318, -0.3351386487483978, 0.20962925255298615, 0.21798492968082428, -0.11509936302900314, -0.28175631165504456, -0.24988998472690582, 0.18314555287361145, 0.19347311556339264, 0.1103632003068924, 0.19933363795280457, -0.11156775802373886, -0.13683445751667023, 0.12617117166519165, -0.09891058504581451, -0.26508983969688416, 0.22199702262878418, -0.3402831554412842, 0.10563938319683075, 0.572922945022583, 0.6888954639434814, 0.4073689579963684, 0.6207607984542847, 0.19781579077243805, 0.16219960153102875, 0.09226561337709427, 0.17986489832401276, 0.39515289664268494, 0.0008338697953149676, 0.09342700988054276, 0.23726853728294373, 0.2846098840236664, -0.02774910070002079, 0.11945439130067825, -0.053840991109609604, 0.09447573125362396, 0.00437686825171113, -0.10010989010334015, 0.014568631537258625, -0.035712938755750656, -0.007160921581089497, 0.2509832978248596, -0.13371840119361877, 0.07344187051057816, -0.33582553267478943, 0.3621748387813568, 0.07568792998790741, -0.3522946834564209, 0.0850161463022232, -0.03693043813109398, -0.45446911454200745, -0.45389822125434875, -0.15691600739955902, -0.10068526864051819, -0.014541945420205593, 0.0739888846874237, 0.0779445469379425, 0.05674465000629425, 0.1311592012643814, -0.2014840841293335, 0.39715811610221863, 0.2854759991168976, -0.1678980141878128, -0.3116065263748169, -0.12656918168067932, 0.2950579822063446, -0.16498452425003052, -0.3147263824939728, -0.0009016001131385565, -0.31778863072395325, -0.19717088341712952, 0.027361448854207993, -0.20869037508964539, -0.23505620658397675, 0.1853237748146057, -0.12842737138271332, -0.05283913388848305, -0.10786665976047516, 0.030418837442994118, -0.1335064172744751, -0.14659926295280457, -0.013887015171349049, 0.00758409732952714, 0.8732618689537048, -0.21243633329868317, 0.25218918919563293, -0.4454558491706848, -0.2128458321094513, -0.2675136923789978, 0.21701744198799133, -0.27851805090904236, -0.35240575671195984, 0.1778637021780014, -0.39682769775390625, 0.4055273234844208, 0.25930458307266235, -0.2195202112197876, 0.3686453402042389, 0.12089042365550995, 0.26328667998313904, 0.0863925889134407, 0.10841376334428787, -0.113890640437603, 0.2776312828063965, -0.12222941219806671, -0.10277093946933746, -0.24502593278884888, -0.3654783070087433, -0.01709548570215702, -0.12018758803606033, -0.22127041220664978, -0.12303175777196884, 0.07815049588680267, 0.10983854532241821, -0.16708675026893616, 0.09678516536951065, 0.40840065479278564, -0.18285538256168365, -0.12553352117538452, 0.2883032262325287, -0.3244468867778778, 0.16219808161258698, -0.1801275759935379, 0.08300616592168808, 0.3321555554866791, -0.46509817242622375, -0.012368089519441128, -0.03106589801609516, -0.05704403668642044, -0.18643958866596222, -0.188785120844841, -0.15622578561306, -0.7389418482780457, -0.03489803895354271, -0.11028967052698135, -0.18361108005046844, 0.22011803090572357, 0.34142157435417175, 0.07171504199504852, -0.4443919360637665, -0.13932174444198608, 0.009929950349032879, -0.21789711713790894, 0.030402634292840958, 0.022867774590849876, -0.056460656225681305, -0.4308260977268219, 0.02054017409682274, 0.48311159014701843, -0.26348555088043213, 0.042166780680418015, 0.15497443079948425, 0.21606017649173737, 0.3398452401161194, -0.11323856562376022, 0.36071357131004333, 0.04802398383617401, -0.032871443778276443, 0.09129966795444489, 0.3487006425857544, 0.01267036609351635, -0.21312983334064484, -0.3593387007713318, -0.39845845103263855, -0.5654256343841553, -0.11077859252691269, 0.00966665055602789, 0.09795399755239487, 0.016976645216345787, -0.14573617279529572, 0.14902441203594208, -0.03296492621302605, 0.2684682309627533, 0.27491775155067444, 0.20577481389045715, 0.3393893539905548, -0.14949887990951538, -0.21384409070014954, -0.2525902986526489, 0.1538834571838379, 0.5686869621276855, -0.16062787175178528, -0.2777308225631714, 0.12557366490364075, -0.48528626561164856, 0.34720027446746826, -0.22194628417491913, 0.39768272638320923, 0.026297951117157936, -0.1843406707048416, -0.26665744185447693, -0.14509199559688568, 0.12099070847034454, 0.11868847161531448, -0.07040539383888245, -0.08596324175596237, 0.2971229553222656, 0.020322488620877266, 0.18260356783866882, -0.23585468530654907, -0.0715223029255867, -0.4201827049255371, -0.06572774052619934, -0.04290157929062843, -0.09375018626451492, -0.03765784949064255, -0.09981419146060944, 0.3339429497718811, -0.3612360954284668, -0.5465303063392639, 0.12749089300632477, -0.12099732458591461, 0.1490107625722885, 0.22751179337501526, -0.19788269698619843, 0.6349754929542542, -0.20513367652893066, 0.07044142484664917, -0.4475347697734833, 0.20038685202598572, 0.14219193160533905, -0.10996855050325394, -0.05953870713710785, 0.1187279224395752, -0.19052638113498688, 0.10153710842132568, 0.20924843847751617, 0.12389849126338959, 0.22795891761779785, 0.2857925593852997, -0.008434315212070942, -0.4839681386947632, -0.02672908641397953, 0.006651997100561857, 0.1113191768527031, -0.023679174482822418, -0.12962877750396729, -0.028411943465471268, -0.028332099318504333, 0.1294291615486145, -0.4235776960849762, -0.36186546087265015, -0.03098299354314804, 0.2723407745361328, 0.041445206850767136, -0.010195154696702957, 0.5409756302833557, 1.0115551948547363, 0.20702868700027466, -0.045810773968696594, 0.13453610241413116, -0.4617808163166046, 0.14561514556407928, 0.011328471824526787, 0.17730531096458435, 0.002186469966545701, 0.2356482893228531, -0.1351858526468277, -0.14311061799526215, 0.08029267936944962, 0.03695789724588394, -0.13686293363571167, -0.1882198452949524, -0.13137485086917877, -0.2765577435493469, 0.10621873289346695, 0.07606116682291031, 0.19118130207061768, -0.17261908948421478, 0.14166651666164398, 0.2740703523159027, -0.13953247666358948, 0.3337012529373169, -0.10603614896535873, 0.2583365738391876, -0.015176522545516491, -0.12748530507087708, 0.06015777587890625, 0.18489758670330048, -0.3659861385822296, -0.4943983256816864, 0.07386104762554169, -0.18715964257717133, -0.23526667058467865, -0.041924625635147095, 0.05276506766676903, 0.10177957266569138, 0.20906831324100494, 0.36537131667137146, 0.27081552147865295, 0.25081443786621094, 0.24817273020744324, -0.022836800664663315, 0.3022264838218689, -0.057590458542108536, -0.22421583533287048, 0.21748663485050201, -0.19613851606845856, -0.04614201560616493, 0.0045295883901417255, 0.2639474868774414, 0.13056644797325134, 0.23544007539749146, 0.17721600830554962, 0.045944694429636, -0.16691069304943085, -0.04931366443634033, 0.20135053992271423, -0.30974656343460083, 0.09976182878017426, 0.08673188835382462, 0.027614738792181015, -0.18196451663970947, -0.06695873290300369, -0.2955300211906433, 0.02072109840810299, -0.10626949369907379, 0.14677932858467102, -0.2215503752231598, -0.30844104290008545, -0.2218421995639801, 0.2507728338241577, 0.1716856062412262, 0.36402150988578796, 0.07361476868391037, 0.09673860669136047, -0.1637399047613144, 0.12924303114414215, 0.23576228320598602, -0.1969199776649475, 0.48455193638801575, -0.22536572813987732, -0.2856777012348175, -0.040287166833877563, -0.11103760451078415, -0.04174526780843735, -0.12083236128091812, 0.533635675907135, -0.12346726655960083, 0.23960798978805542, 0.30161052942276, -0.3955022692680359, -0.3045475482940674, 0.06599113345146179, 0.036105409264564514, 0.06343026459217072, -0.16975748538970947, -0.03951970115303993, 0.17218942940235138, 0.1067868322134018, 0.01654922030866146, -0.27218738198280334, -0.3152720332145691, -0.14650075137615204, 0.10946301370859146, -0.2475498914718628, -0.24642740190029144, -0.4553961753845215, 0.0751427635550499, 0.10155177116394043, -0.169753298163414, 0.1710401475429535, -0.15015414357185364, -0.19132299721240997, -0.15005072951316833, -0.17935369908809662, 0.17528587579727173, -0.06516468524932861, -0.028347376734018326, 0.051000483334064484, 0.15852779150009155, 0.10669005662202835, 0.06126236543059349, -0.5176307559013367, -0.1559171825647354, 0.08260167390108109, 0.5198790431022644, 0.4990357458591461, 0.035457756370306015, 0.14544352889060974, 0.36513516306877136, -0.057323187589645386, -0.19637122750282288, -0.23760701715946198, 0.35203254222869873, -0.056285060942173004, -0.24834877252578735, 0.00034922323538921773, 0.24843019247055054, -0.017387699335813522, 0.11166489869356155, 0.09355305135250092, -0.17102864384651184, -0.02071419171988964, 0.1815766841173172, 0.044779859483242035, 0.36528995633125305, 0.27706775069236755, 0.091498002409935, 0.2492641806602478, -0.1276758462190628, -0.09116861969232559, -0.11024411767721176, -0.0778847262263298, 0.16076071560382843, 0.7680065631866455, 0.10375466197729111, 0.41486451029777527, -0.20828497409820557, 0.1813524067401886, 0.2415565401315689, 0.042093221098184586, 0.08964228630065918, 0.12710562348365784, -0.19971933960914612, 0.025880349799990654, 0.09550479054450989, 0.06504545360803604, 0.3477182388305664, 0.45312774181365967, 0.25715574622154236, -0.1515572965145111, -0.016763877123594284, -0.33142367005348206, -0.06019569933414459, 0.16207535564899445, 0.04992016404867172, -0.30368277430534363, -0.15804702043533325, -0.20170964300632477, 0.13697457313537598, 0.27436745166778564, -0.1108546182513237, 0.18920600414276123, 0.11899968236684799, -0.04322483390569687, 0.10973751544952393, 0.03854174539446831, -0.14149610698223114, 0.3641015291213989, -0.32165706157684326, -0.35847416520118713, 0.06533744186162949, 0.06776677072048187, -0.05518818646669388, 0.007333642337471247, -0.22953249514102936, -0.04064502939581871, -0.30666831135749817, -0.14157530665397644, -0.0881374329328537, -0.06355731934309006, -0.08214009553194046, 0.09066588431596756, 0.32993361353874207, 0.048880062997341156, -0.06857221573591232, 0.19940055906772614, -0.22906644642353058, 0.015038661658763885, 0.09469044208526611, 0.00511210598051548, 0.0038702478632330894, 0.1388237178325653, 0.12267204374074936, 0.009722932241857052, -0.36469265818595886, 0.0990162342786789, -0.18136340379714966, -0.39581403136253357, -0.08361013233661652, -0.35870179533958435, -0.22099700570106506, -0.4428922235965729, 0.12635628879070282, 0.0688135176897049, 0.38471293449401855, 0.4279908537864685, -0.08971299976110458, 0.21601377427577972, 0.016561098396778107, 0.11829588562250137, 0.4376736283302307, 0.5442901253700256, -0.0510905496776104, 0.0742778554558754, -0.08166801929473877, -0.02608587220311165, 0.3209483325481415, 0.10395479947328568, 0.2870675325393677, 0.09047732502222061, 0.3045550286769867, 0.07826945930719376, 0.42615845799446106, -0.5024420619010925, 0.06430540233850479, 0.05591189116239548, 0.022128500044345856, 0.15629249811172485, -0.2600739300251007, 0.11396308988332748, 0.08010675758123398, -0.42476844787597656, 0.3869751989841461, 0.043568119406700134, 0.7455573081970215, 0.012819514609873295, 0.07115122675895691, -0.36540690064430237, -0.0021252231672406197, -0.02777687832713127, 0.12010566145181656, -0.051002539694309235, -0.08475637435913086, 0.013244891539216042, -0.3543517291545868, 0.17782077193260193, -0.03342236578464508, 0.06543430685997009, 0.3143290877342224, -0.10448596626520157, -0.02237444743514061, 0.298568993806839, -0.35264691710472107, -0.5284319519996643, -0.15817703306674957, 0.16044734418392181, -0.02060580812394619, 0.3339320421218872, -0.18489602208137512, -0.08460229635238647, 0.14735792577266693, -0.11541926115751266, -0.030225275084376335, 0.015127325430512428, -0.21933017671108246, 0.15091843903064728, -0.3885270655155182, -0.06301707029342651, 0.10913857072591782, -0.20032814145088196, 0.06968317180871964, -0.005821684375405312, -0.22292745113372803, 0.08634674549102783, -0.599586546421051, -0.12278266251087189, -0.3622351288795471, 0.4966079294681549, 0.07344411313533783, 0.5371618270874023, -0.3159806430339813, -0.14516237378120422 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Frontend_Javascript#setting-a-custom-visitor-id
Setting a custom Visitor ID The targeting.js exposes a method to set a visitor ID programmatically. By doing so, the visitor ID will be set and stored in the visitor ID cookie which is delivered to the backend. _ptg.api.setVisitorId('my-custom-visitor-id'); Make sure to use a unique visitor ID for each visitor!
Setting a custom Visitor ID
[ 0.309776246547699, -0.3401356339454651, -0.17480520904064178, 0.00787308532744646, 0.0838315561413765, -0.2569173574447632, 0.31803804636001587, -0.22238916158676147, -0.022492321208119392, 0.11583833396434784, -0.12209873646497726, -0.023902760818600655, 0.18912968039512634, 0.20790325105190277, 0.2781086266040802, -0.04858037084341049, -0.018626438453793526, 0.3514282703399658, 0.20559193193912506, 0.03491823002696037, -0.1878364384174347, 0.14934824407100677, 0.35425683856010437, 0.09603719413280487, -0.011224142275750637, 0.07156427204608917, -0.030698206275701523, 0.1710962951183319, 0.18724575638771057, -0.4355463683605194, -0.08417356014251709, -0.04917734116315842, -0.21695224940776825, 0.4628804922103882, -0.00009963579941540956, -0.02196582406759262, 0.0787995383143425, -0.05621261149644852, -0.15661489963531494, 0.17002925276756287, -0.08506486564874649, 0.2000034749507904, -0.14274583756923676, -0.23185794055461884, -0.0935070738196373, -0.12571635842323303, 0.07644263654947281, -0.12827463448047638, 0.3097165524959564, -0.1208527609705925, 0.340486615896225, -0.12050285190343857, -0.1453782320022583, 0.06994607299566269, 0.08589992672204971, 0.22540344297885895, -0.08310717344284058, -0.16667219996452332, -0.3245970606803894, -0.13808713853359222, -0.08852110803127289, 0.07702750712633133, 0.05568148195743561, 0.0648149847984314, 0.42729443311691284, 0.020661836490035057, 0.18796396255493164, -0.08266423642635345, -0.02217218466103077, 0.00939367525279522, 0.3513987362384796, 0.014493267051875591, 0.15061607956886292, -0.059111088514328, -0.24998699128627777, 0.12006928026676178, 0.12999635934829712, -0.03124401532113552, 0.016448017209768295, 0.2121870517730713, -0.10487600415945053, -0.017347799614071846, -0.18480214476585388, -0.23621973395347595, 0.19073034822940826, -0.15154221653938293, 0.06789183616638184, 0.15937422215938568, 0.07794902473688126, -0.01735198311507702, 0.020802699029445648, 0.14554622769355774, -0.10930199921131134, 0.07119174301624298, 0.28219541907310486, -0.3819369375705719, 0.12013700604438782, 0.02615950256586075, -0.09105497598648071, 0.32784655690193176, 0.5258513689041138, 0.35202911496162415, -0.26384586095809937, 0.09309666603803635, -0.09744197130203247, 0.16900378465652466, 0.35840925574302673, -0.0939006581902504, 0.4587419033050537, -0.03678121045231819, -0.0333530493080616, 0.3288517892360687, 0.15183806419372559, -0.021914413198828697, 0.2575329840183258, 0.14245185256004333, -0.10004110634326935, 0.31843242049217224, -0.016274133697152138, -0.09382173418998718, -0.14748866856098175, 0.1540720909833908, -0.06606822460889816, 0.14817170798778534, 0.06940896809101105, 0.06734920293092728, -0.009002452716231346, -0.41409772634506226, -0.34632113575935364, -0.2600046396255493, -0.1333470195531845, 0.19596609473228455, -0.03307110443711281, 0.04469580948352814, 0.020405476912856102, 0.39920446276664734, 0.16049274802207947, -0.39279448986053467, 0.11531642079353333, -0.27900809049606323, 0.24050498008728027, 0.23262682557106018, 0.18839915096759796, -0.011718155816197395, 0.16273856163024902, -0.04274850711226463, -0.12698829174041748, -0.33000367879867554, -0.12679323554039001, -0.09704786539077759, 0.017306175082921982, -0.052501995116472244, 0.4224012792110443, 0.29116496443748474, -0.1029074564576149, -0.13704939186573029, 0.2192232459783554, 0.18155774474143982, 0.1687655746936798, 0.05091199278831482, 0.1285044103860855, 0.3055810332298279, -0.20688028633594513, -0.37714627385139465, -0.18872685730457306, 0.5869869589805603, 0.02964196354150772, -0.2636239230632782, 0.40078744292259216, -0.4172850251197815, -0.33100426197052, -0.22805169224739075, -0.07838040590286255, 0.022068427875638008, 0.021119249984622, 0.18882399797439575, -0.028925124555826187, -0.17817550897598267, -0.09001392126083374, -0.41755959391593933, -0.36525458097457886, 0.00728307431563735, 0.1300337165594101, 0.306235134601593, 0.02185320109128952, -0.14861628413200378, 0.05423540994524956, 0.45371416211128235, 0.1708524227142334, 0.44230902194976807, 0.017709366977214813, 0.04407133907079697, -0.0645034909248352, 0.10075486451387405, 0.05356134846806526, 0.02112608402967453, 0.3489927649497986, 0.06687116622924805, 0.0026857873890548944, -0.04429854080080986, 0.10889644920825958, 0.01927252672612667, 0.11139898747205734, -0.4614357054233551, 0.37049686908721924, 0.44208669662475586, -0.21818053722381592, -0.014739257283508778, -0.4178471863269806, -0.19085711240768433, 0.3532315194606781, -0.299212783575058, -0.2532109022140503, 0.07797058671712875, -0.22285126149654388, -0.08290624618530273, 0.28240489959716797, 0.20334351062774658, 0.2472280114889145, -0.22025534510612488, -0.02864997833967209, -0.07671474665403366, 0.3362419009208679, 0.018300000578165054, -0.3185729682445526, -0.13853047788143158, 0.023792967200279236, 0.18016226589679718, -0.13502459228038788, 0.03314647078514099, 0.2520163059234619, -0.30102038383483887, 0.059126194566488266, 0.3581761419773102, 0.5996912717819214, 0.2695801258087158, 0.38695287704467773, 0.3407554030418396, 0.2602676749229431, 0.002551750745624304, 0.07679615169763565, 0.39153027534484863, -0.0045758881606161594, 0.026935672387480736, -0.08378757536411285, 0.2664700746536255, 0.3702573776245117, 0.07064807415008545, -0.22988130152225494, 0.13266266882419586, 0.033497296273708344, -0.07308922708034515, 0.003326206700876355, -0.16202010214328766, -0.08025986701250076, 0.0034958866890519857, 0.12456642091274261, -0.1033240258693695, -0.17582689225673676, 0.6030924320220947, -0.1815427541732788, -0.09622177481651306, -0.06123820319771767, -0.2566988170146942, -0.24641108512878418, -0.2956724464893341, 0.00696550915017724, 0.17638060450553894, 0.003299398347735405, 0.10923924297094345, 0.24409162998199463, -0.16232137382030487, 0.35150280594825745, -0.1807696372270584, 0.13522373139858246, -0.08534172922372818, -0.2940734326839447, -0.2175421267747879, 0.017681915313005447, -0.08297242224216461, -0.10667075961828232, -0.08993521332740784, 0.07274962216615677, -0.06868356466293335, -0.4109177589416504, 0.011247492395341396, 0.05203188583254814, -0.09317270666360855, 0.08198712021112442, -0.34157419204711914, -0.21645410358905792, -0.04590245708823204, 0.25156664848327637, 0.002990510780364275, -0.17043578624725342, 0.07284191995859146, 0.11451642215251923, 0.6287628412246704, -0.14433905482292175, 0.05947067588567734, -0.3177591860294342, -0.14730185270309448, -0.17878994345664978, 0.20161877572536469, -0.225038543343544, -0.2881855368614197, 0.19772836565971375, -0.07977549731731415, 0.19920878112316132, -0.11806074529886246, -0.16418257355690002, 0.04319010674953461, 0.2713678181171417, 0.07398372888565063, 0.2370954155921936, 0.09413199871778488, -0.1078970804810524, 0.43939071893692017, -0.05658064782619476, -0.22075101733207703, -0.1730506718158722, -0.060992613434791565, -0.1310710310935974, 0.027070047333836555, -0.14470338821411133, -0.07050901651382446, -0.050766825675964355, 0.14974413812160492, -0.1711493879556656, 0.4672635495662689, 0.4048520624637604, 0.1399383395910263, -0.039681825786828995, 0.07108201831579208, 0.009133466519415379, -0.13455528020858765, -0.2690860629081726, -0.1578005999326706, 0.27785980701446533, -0.5865328907966614, -0.12815459072589874, 0.10098513960838318, -0.006949584931135178, 0.00043065575300715864, -0.19683071970939636, -0.22981300950050354, -0.5599080920219421, 0.010335305705666542, -0.16101741790771484, -0.14743345975875854, 0.12924738228321075, 0.2573712170124054, 0.03582518547773361, -0.36489444971084595, -0.1595291793346405, -0.15539808571338654, 0.09518720209598541, 0.0810314267873764, 0.28703346848487854, -0.07800127565860748, -0.4586459994316101, 0.16524311900138855, 0.5549070239067078, 0.01284159254282713, -0.0684344694018364, 0.23336169123649597, 0.08765247464179993, 0.11117783188819885, -0.07300826907157898, 0.2086023986339569, 0.11496849358081818, 0.1052548959851265, 0.020941322669386864, 0.2196672409772873, 0.020120369270443916, -0.22079496085643768, -0.329237163066864, -0.40757685899734497, -0.2347051203250885, -0.1993800848722458, -0.1439284384250641, -0.20264339447021484, -0.005137073807418346, 0.13777180016040802, 0.14422938227653503, -0.030752021819353104, 0.1152009665966034, 0.10746283084154129, -0.003230416914448142, 0.1621864289045334, 0.025978969410061836, -0.17519089579582214, -0.15797369182109833, 0.042869653552770615, 0.4324008524417877, -0.18996182084083557, -0.19973358511924744, 0.0887734666466713, -0.4221436381340027, 0.2580360472202301, -0.27750149369239807, 0.4469422698020935, 0.08125077188014984, 0.14638741314411163, -0.48493292927742004, 0.06848791986703873, 0.32373589277267456, 0.26836204528808594, 0.5084510445594788, -0.08553393185138702, -0.18963007628917694, 0.04340411350131035, -0.10450348258018494, -0.1377018243074417, -0.24772995710372925, -0.5271503329277039, -0.282535582780838, -0.16984838247299194, -0.06789039075374603, -0.27286794781684875, -0.2843039929866791, 0.2619653642177582, -0.30748066306114197, -0.12121353298425674, 0.3091091215610504, -0.12978820502758026, 0.34547773003578186, 0.12412723153829575, -0.07434967160224915, 0.23178471624851227, -0.12466244399547577, 0.42479872703552246, -0.2714701294898987, 0.23453816771507263, 0.27216145396232605, -0.12460016459226608, 0.17459337413311005, -0.015414806082844734, -0.25106242299079895, -0.19728568196296692, 0.3455215394496918, -0.0423385426402092, 0.46174222230911255, 0.3608337938785553, 0.17814286053180695, -0.14864583313465118, -0.023539217188954353, 0.24766112864017487, 0.1719704121351242, -0.4222503900527954, -0.3740452527999878, -0.17488349974155426, -0.14486560225486755, 0.10394947975873947, -0.34920012950897217, -0.18874147534370422, -0.17930397391319275, 0.09726624190807343, -0.2273428589105606, 0.19123241305351257, 0.44527629017829895, 1.0072450637817383, 0.18371735513210297, 0.1397392898797989, 0.04328559339046478, -0.46954214572906494, -0.060384247452020645, -0.06192922964692116, -0.1570691168308258, -0.42102745175361633, 0.37944358587265015, -0.1622343510389328, -0.018826590850949287, 0.07565965503454208, 0.16334889829158783, -0.06749749183654785, -0.13027648627758026, -0.12683704495429993, 0.0823318213224411, -0.269824743270874, 0.23849818110466003, 0.23844324052333832, -0.2148202508687973, 0.24660947918891907, 0.3624863028526306, -0.3452553153038025, 0.1767691671848297, 0.052765849977731705, 0.028239542618393898, -0.12702883780002594, -0.363612562417984, 0.2846277952194214, 0.11014044284820557, -0.2808087170124054, -0.294833242893219, -0.0032267903443425894, -0.5330571532249451, -0.26194724440574646, -0.33036038279533386, 0.16307751834392548, 0.03570949286222458, -0.04557899385690689, 0.30615657567977905, 0.04330097511410713, 0.16182762384414673, 0.124934121966362, -0.16461017727851868, 0.08778612315654755, -0.02421487867832184, -0.238417387008667, 0.1060001403093338, -0.02861095778644085, -0.030824624001979828, -0.15360692143440247, 0.14341135323047638, -0.06510894000530243, -0.028809238225221634, 0.2785985767841339, -0.06272178888320923, -0.2574370801448822, -0.15040723979473114, 0.26227617263793945, -0.11720959097146988, -0.11323633790016174, 0.08970572799444199, -0.014346550218760967, 0.030214514583349228, 0.0049873702228069305, 0.00042233176645822823, -0.07239224761724472, -0.09377393126487732, -0.002783119212836027, -0.24622853100299835, -0.18040698766708374, -0.21834029257297516, 0.21330760419368744, 0.1313878893852234, 0.19153428077697754, 0.10382751375436783, 0.058447983115911484, 0.10835965722799301, 0.14615151286125183, 0.26344034075737, -0.28221896290779114, 0.5152767300605774, 0.04111405462026596, 0.035411152988672256, -0.21729673445224762, -0.1049729734659195, -0.1326499581336975, 0.21677613258361816, 0.217701256275177, 0.11478326469659805, 0.06697220355272293, 0.39879342913627625, -0.416422575712204, -0.26873043179512024, 0.16020750999450684, 0.11682716012001038, 0.056058794260025024, -0.15593671798706055, -0.32520896196365356, 0.12494104355573654, 0.15545688569545746, 0.022361425682902336, -0.25230467319488525, -0.34348273277282715, -0.16845941543579102, 0.04791616275906563, 0.09368043392896652, -0.058973196893930435, -0.519737958908081, 0.06177849322557449, 0.04308758303523064, -0.0718841552734375, 0.0058744922280311584, 0.0025824173353612423, -0.09906194359064102, -0.023820269852876663, 0.054651666432619095, 0.2604633867740631, 0.20661845803260803, 0.023746175691485405, 0.07201384752988815, 0.08721741288900375, -0.012656303122639656, -0.01160517055541277, -0.6314821243286133, -0.16825923323631287, 0.1319310963153839, 0.3204452395439148, 0.5759518146514893, 0.09208014607429504, 0.026208743453025818, 0.07065380364656448, -0.0782376378774643, 0.06061093881726265, -0.2508155107498169, 0.01445290632545948, -0.21791474521160126, -0.054884470999240875, 0.14698314666748047, 0.30739814043045044, 0.07051724195480347, -0.014842511154711246, 0.27435943484306335, -0.11744088679552078, 0.008264422416687012, 0.390575110912323, 0.11368481069803238, 0.20296026766300201, 0.20682963728904724, 0.040372513234615326, 0.3706388473510742, -0.37754711508750916, -0.19171909987926483, -0.34001868963241577, -0.44619226455688477, 0.015007336623966694, 0.5432730317115784, 0.1470409482717514, 0.4109198749065399, 0.18259981274604797, -0.239851713180542, 0.08076422661542892, 0.10996059328317642, -0.15471619367599487, -0.23986393213272095, 0.03395039960741997, -0.0638614222407341, -0.04046233743429184, 0.1013413742184639, 0.20849941670894623, 0.39259159564971924, 0.374471515417099, -0.23013776540756226, 0.20648370683193207, -0.2863725423812866, 0.08233914524316788, 0.2453499436378479, 0.07491440325975418, -0.396657794713974, 0.024843057617545128, -0.1689894199371338, 0.1327228844165802, 0.12081068009138107, -0.21429401636123657, 0.15907752513885498, -0.051399506628513336, -0.12648509442806244, 0.04121766239404678, 0.04819021373987198, -0.024422261863946915, 0.44601473212242126, -0.29583796858787537, -0.2556003928184509, -0.07945199310779572, 0.03447793051600456, -0.14568881690502167, -0.22080928087234497, -0.26179343461990356, -0.07544742524623871, -0.06296248733997345, -0.08627593517303467, -0.14125186204910278, -0.04904095083475113, -0.17547307908535004, 0.1006065383553505, 0.3440822660923004, -0.2867894768714905, 0.11306822299957275, 0.18045790493488312, -0.28639379143714905, -0.07621189206838608, 0.29386964440345764, 0.1655762493610382, -0.020836688578128815, 0.23997609317302704, 0.04467206820845604, -0.18344159424304962, -0.3537992835044861, 0.08882396668195724, -0.3116637170314789, -0.3371972143650055, -0.2324143797159195, -0.011313053779304028, -0.03338083252310753, -0.686460018157959, 0.12296562641859055, 0.03424829989671707, 0.36379358172416687, -0.12830059230327606, -0.11961624026298523, -0.06261193007230759, -0.00665082223713398, 0.046045221388339996, 0.5414786338806152, 0.23907987773418427, 0.04417115077376366, -0.3683992028236389, 0.1365915834903717, -0.11158879846334457, 0.2008594572544098, 0.16892434656620026, 0.4220861494541168, 0.1639357954263687, 0.5119616389274597, 0.26512274146080017, 0.46383947134017944, -0.46435126662254333, 0.03450455144047737, 0.12002048641443253, -0.0709182620048523, 0.2236078381538391, 0.09914030879735947, 0.13840019702911377, 0.038145359605550766, -0.4103798270225525, 0.3582003116607666, 0.0738428384065628, 0.6967952251434326, -0.11796378344297409, -0.06614531576633453, -0.23964914679527283, 0.16429632902145386, -0.23475489020347595, 0.0011055744253098965, -0.2657734453678131, -0.13870869576931, 0.11076352000236511, -0.05705558508634567, 0.26956671476364136, 0.20352117717266083, 0.04762810841202736, 0.13801157474517822, -0.03645426407456398, 0.010645266622304916, 0.32544803619384766, -0.12281166762113571, -0.34029167890548706, -0.08613037317991257, -0.04324202984571457, 0.03421592712402344, 0.1947181224822998, -0.10890791565179825, -0.28239691257476807, -0.1638479232788086, 0.06271678954362869, 0.1654854565858841, -0.09501795470714569, 0.20205767452716827, 0.3308042883872986, -0.36991798877716064, -0.36295509338378906, 0.018505115061998367, 0.029801195487380028, -0.04202139005064964, -0.06140424311161041, -0.1004212349653244, 0.26062139868736267, -0.5527430176734924, 0.04221504181623459, -0.22800607979297638, 0.4637124240398407, 0.23992528021335602, 0.5712384581565857, -0.08155456930398941, -0.11952682584524155 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Frontend_Javascript#changeextend-the-code-snippet-injected-into-the-response
Change/extend the code snippet injected into the Response The code which is injected into the response is generated by the TargetingCodeGenerator which fires a TargetingEvents::TARGETING_CODE event. This event can be used to influence data and the used template which is used to render the code snippet: <?php // src/EventListener/TargetingCodeListener.php namespace App\EventListener; use Pimcore\Bundle\PersonalizationBundle\Event\Targeting\TargetingCodeEvent; use Pimcore\Bundle\PersonalizationBundle\Event\TargetingEvents; use Pimcore\Bundle\PersonalizationBundle\Targeting\Code\TargetingCodeGenerator; use Symfony\Component\EventDispatcher\EventSubscriberInterface; class TargetingCodeListener implements EventSubscriberInterface { public static function getSubscribedEvents(): array { return [ TargetingEvents::TARGETING_CODE => 'onTargetingCode', ]; } public function onTargetingCode(TargetingCodeEvent $event): void { // add code to a code block (see TargetingCodeGenerator and the default // template for a list of blocks and their location) $event ->getBlock(TargetingCodeGenerator::BLOCK_BEFORE_SCRIPT) ->append([ 'console.log("Custom targeting code");' ]); // completely override the rendered template $event->setTemplate('@App/Targeting/targetingCode.html.twig'); } } The listener above sets a custom template which can either extend the core one or define a completely custom output: {# templates/Targeting/targetingCode.html.twig #} {% extends '@PimcorePersonalization/Targeting/targetingCode.html.twig' %} {% block beforeScriptTag %} {{ parent() }} <script type="text/javascript"> console.log('Custom targeting template'); </script> {% endblock %}
Change/extend the code snippet injected into the Response
[ 0.046252671629190445, -0.31410232186317444, -0.09910918027162552, 0.04197489470243454, 0.19645951688289642, -0.36959749460220337, 0.045419320464134216, 0.202992245554924, -0.18214376270771027, 0.19457769393920898, -0.19006891548633575, 0.5080944299697876, 0.10775014013051987, 0.27274271845817566, 0.14157259464263916, -0.027063632383942604, -0.25867030024528503, 0.02770623005926609, -0.2500982880592346, 0.18310415744781494, -0.17499187588691711, 0.0561942458152771, 0.36089470982551575, 0.17932453751564026, -0.05810514837503433, 0.03565148636698723, 0.021349379792809486, 0.058780841529369354, 0.0018555911956354976, -0.554089367389679, 0.05041242390871048, 0.17616324126720428, -0.0724131390452385, 0.1576891839504242, -0.00010085214307764545, -0.1544627845287323, 0.10609101504087448, -0.16827130317687988, -0.22759942710399628, 0.22100283205509186, 0.15514278411865234, -0.13750649988651276, -0.16585670411586761, 0.053317196667194366, -0.032735805958509445, 0.1303103119134903, -0.11150150001049042, -0.06073342263698578, 0.4422037899494171, -0.055880121886730194, 0.2965354025363922, -0.2578344941139221, -0.414046049118042, 0.027227990329265594, -0.10710932314395905, 0.46386364102363586, 0.020329222083091736, -0.29048916697502136, 0.2843407392501831, 0.00341815035790205, -0.014871431514620781, 0.30557066202163696, -0.060964662581682205, -0.18838883936405182, 0.16310317814350128, -0.08530156314373016, 0.32010385394096375, 0.10823516547679901, 0.0059712715446949005, 0.3103760778903961, 0.09142829477787018, 0.1190587654709816, -0.04985129088163376, -0.30154141783714294, -0.05792254954576492, -0.0926317423582077, 0.043125614523887634, -0.36414268612861633, -0.04879353195428848, 0.2955116927623749, -0.06340213119983673, -0.12135844677686691, 0.037857964634895325, -0.09521451592445374, -0.0664244070649147, 0.2844836711883545, -0.14141857624053955, -0.1359979808330536, -0.11835423111915588, -0.21492919325828552, 0.02812400832772255, 0.03231453895568848, -0.2628459334373474, -0.00667015602812171, 0.4416152238845825, -0.18068167567253113, -0.04604194313287735, -0.33497175574302673, 0.2405775934457779, -0.01200184691697359, 0.6151849031448364, 0.28758010268211365, 0.011425789445638657, -0.16543340682983398, 0.04178404062986374, -0.10995827615261078, 0.060980670154094696, 0.022641781717538834, -0.03044287860393524, 0.2647736370563507, 0.0756857618689537, -0.04241958260536194, 0.2490268498659134, 0.061875324696302414, -0.21330603957176208, 0.08238310366868973, 0.07776700705289841, 0.3591579496860504, 0.056793324649333954, 0.05190318450331688, -0.20534619688987732, 0.07845236361026764, 0.1381169557571411, 0.12799905240535736, 0.07878704369068146, 0.29212746024131775, -0.14060713350772858, -0.12380793690681458, -0.02225714735686779, -0.4280870258808136, -0.018012424930930138, -0.05213503539562225, -0.08225084841251373, 0.3655878007411957, 0.3097940683364868, 0.4351825416088104, -0.09778578579425812, 0.058490023016929626, 0.43400487303733826, -0.44941002130508423, -0.2348048985004425, 0.4656067192554474, 0.41533058881759644, -0.1903696060180664, -0.23933565616607666, 0.20289984345436096, 0.13301359117031097, 0.30516642332077026, -0.2131277173757553, 0.010211372748017311, -0.23618830740451813, -0.23597094416618347, 0.074146568775177, 0.2633563280105591, 0.050138771533966064, 0.12138524651527405, 0.31973302364349365, 0.2099926620721817, -0.020524967461824417, -0.14646194875240326, 0.46748462319374084, -0.06923893094062805, -0.07152149081230164, -0.15642812848091125, 0.2659584879875183, 0.7102059125900269, -0.14759305119514465, -0.1973259001970291, -0.1771806925535202, -0.0765199288725853, 0.03208538517355919, -0.32646167278289795, -0.19027434289455414, 0.06760577112436295, 0.005058635491877794, -0.06638409197330475, 0.2936675250530243, -0.22740617394447327, -0.2344706505537033, 0.06751888990402222, -0.3795412480831146, 0.49593037366867065, 0.18303275108337402, -0.21809686720371246, 0.1920175701379776, 0.26184460520744324, 0.10398533195257187, 0.04699362814426422, -0.02246169000864029, -0.0248560793697834, -0.11724426597356796, 0.12220211327075958, -0.2798785865306854, -0.11962541192770004, -0.12230274081230164, 0.06133923679590225, -0.006452493369579315, 0.11710336059331894, 0.14420202374458313, -0.02148406021296978, 0.19729579985141754, -0.12992529571056366, 0.12983867526054382, 0.1152547299861908, 0.21398358047008514, -0.09020628780126572, -0.02197393961250782, -0.25919240713119507, -0.6303164958953857, -0.3233155310153961, -0.14909882843494415, -0.16695721447467804, -0.19628745317459106, 0.09808818995952606, -0.15135948359966278, -0.5719615817070007, 0.26589080691337585, 0.15807679295539856, -0.006543752737343311, -0.6750641465187073, 0.06404488533735275, 0.4434449076652527, 0.30349501967430115, 0.06495369970798492, 0.1034541055560112, -0.12611599266529083, -0.07992333173751831, -0.1772928386926651, -0.20039471983909607, 0.10082484781742096, 0.18203310668468475, -0.1744263917207718, -0.09204810857772827, 0.3862277865409851, 0.21580751240253448, 0.04859808087348938, 0.3418366611003876, 0.19885309040546417, -0.12106406688690186, -0.21515792608261108, 0.37496888637542725, 0.37434467673301697, -0.14657387137413025, 0.23186062276363373, 0.18364474177360535, 0.4192238748073578, -0.10730002075433731, 0.18356256186962128, -0.36069250106811523, -0.06883677840232849, 0.20777574181556702, 0.13160763680934906, -0.24946360290050507, -0.3526211380958557, -0.15669198334217072, 0.2741684019565582, -0.006294751539826393, -0.09494999796152115, -0.28595465421676636, 0.5349565744400024, 0.10121902823448181, -0.29839470982551575, -0.10618004202842712, -0.10465944558382034, -0.2528892755508423, -0.2684694528579712, -0.13451096415519714, -0.38006001710891724, 0.012882748618721962, 0.23471835255622864, -0.18149860203266144, 0.07361496984958649, 0.16811878979206085, -0.1525987684726715, 0.1917290985584259, 0.10824096947908401, -0.20654664933681488, 0.1188708245754242, 0.37919318675994873, 0.16318504512310028, 0.02761286497116089, -0.24865242838859558, -0.10768590122461319, -0.24123544991016388, -0.17579369246959686, 0.2643096148967743, -0.45503154397010803, 0.06903329491615295, -0.19715216755867004, -0.2406410127878189, 0.02364444173872471, -0.03602110967040062, 0.28690874576568604, -0.10824073106050491, 0.000252227415330708, 0.09069521725177765, 0.09495209902524948, 0.5997639298439026, -0.09606907516717911, 0.030483528971672058, -0.3819817900657654, 0.06315427273511887, 0.07290428131818771, 0.16298863291740417, -0.420756995677948, -0.047042299062013626, -0.1303528994321823, -0.0939449742436409, 0.33526307344436646, 0.12961196899414062, -0.0766453817486763, 0.3619912564754486, 0.2385815680027008, 0.03783624246716499, 0.23833611607551575, -0.04770803824067116, 0.004844047129154205, 0.09211175888776779, 0.134664848446846, -0.22174030542373657, -0.10902146250009537, -0.3328002691268921, -0.2349349409341812, 0.24432016909122467, -0.18078382313251495, 0.12315451353788376, -0.10248593240976334, -0.32033318281173706, -0.1566341370344162, -0.08337138593196869, 0.15482214093208313, -0.10044318437576294, 0.021129755303263664, 0.1157396137714386, -0.5433052778244019, 0.1431354433298111, -0.27971822023391724, 0.08889889717102051, 0.3040303587913513, -0.5184354186058044, 0.1963229477405548, -0.20885901153087616, -0.16298069059848785, -0.01727963425219059, -0.2062569260597229, 0.07613649219274521, -0.3194950222969055, 0.21705970168113708, -0.02053637057542801, -0.40052980184555054, -0.1908188760280609, 0.4661146402359009, 0.12476711720228195, -0.24240708351135254, -0.16333788633346558, -0.10429192334413528, -0.15524080395698547, -0.12197204679250717, 0.17811481654644012, -0.27611348032951355, -0.06473886966705322, -0.040648408234119415, 0.7869797348976135, -0.024557171389460564, -0.20458965003490448, -0.041439302265644073, 0.08017119020223618, 0.16978245973587036, -0.013241815380752087, 0.06948640197515488, -0.05292149633169174, 0.06090807914733887, -0.05585009232163429, 0.22721679508686066, -0.025149649009108543, 0.1869237869977951, 0.300751268863678, -0.01738058030605316, -0.2833746671676636, -0.36089491844177246, 0.20294302701950073, 0.30564746260643005, 0.02433256432414055, -0.06873491406440735, 0.28144505620002747, -0.38900110125541687, 0.20626188814640045, 0.2731246054172516, 0.362528920173645, 0.19344131648540497, 0.007156803738325834, -0.11343804001808167, -0.21618694067001343, 0.1566706895828247, 0.2977052330970764, 0.25864624977111816, -0.3454551696777344, 0.1462959498167038, -0.31688642501831055, 0.18784135580062866, -0.40951165556907654, 0.5623819828033447, -0.07465466111898422, -0.24003472924232483, 0.10470151156187057, -0.07591990381479263, 0.11509490013122559, -0.06809915602207184, -0.018245410174131393, -0.11538252234458923, 0.3450638949871063, -0.03083469718694687, 0.011064658872783184, -0.40226563811302185, 0.1777292937040329, -0.26116272807121277, -0.16492187976837158, -0.08850788325071335, 0.16465866565704346, -0.25749853253364563, -0.2671848237514496, 0.14432501792907715, -0.034849293529987335, 0.13005410134792328, 0.16116942465305328, -0.20102888345718384, 0.37621426582336426, -0.06637270748615265, -0.15878456830978394, 0.39971765875816345, 0.055089421570301056, 0.30026811361312866, -0.1416022628545761, -0.13516148924827576, 0.18961018323898315, 0.37189531326293945, 0.11162640899419785, 0.015298858284950256, -0.13976716995239258, 0.09621908515691757, 0.1912074238061905, -0.002509706886485219, 0.27361631393432617, 0.18279264867305756, 0.13853201270103455, -0.3873688578605652, -0.09629036486148834, 0.12307284027338028, 0.30196261405944824, -0.12764297425746918, -0.1738278865814209, -0.15980195999145508, -0.09107482433319092, -0.08697338402271271, -0.23241883516311646, -0.2445400357246399, -0.03449145331978798, -0.14243264496326447, -0.04380663111805916, -0.0854114219546318, 0.3415994644165039, 0.884033203125, 0.21485339105129242, 0.26362690329551697, 0.03235234320163727, -0.19431474804878235, -0.0039260778576135635, 0.028132667765021324, 0.10769239813089371, -0.08257565647363663, 0.3012405335903168, 0.20598457753658295, -0.06604652106761932, 0.19378143548965454, 0.11792651563882828, 0.017834970727562904, -0.2852678596973419, -0.32823583483695984, 0.1195780485868454, -0.07617510855197906, 0.20514386892318726, 0.1555727869272232, -0.42544886469841003, -0.18618573248386383, 0.25806018710136414, -0.1919984519481659, -0.023692969232797623, 0.050351839512586594, -0.07115297764539719, -0.20003215968608856, -0.2690103352069855, 0.015895089134573936, 0.14851726591587067, -0.3409428000450134, -0.7022156715393066, 0.24775239825248718, -0.4434181749820709, 0.1723194420337677, -0.10560000687837601, -0.009383120574057102, 0.1338312029838562, 0.20311598479747772, 0.21789096295833588, -0.04897187277674675, 0.10252645611763, -0.3061138093471527, 0.16986066102981567, -0.008429085835814476, -0.04920182377099991, -0.09405870735645294, 0.15151280164718628, 0.18863825500011444, -0.2483498603105545, 0.09713272005319595, -0.05557037144899368, 0.27389195561408997, -0.24194839596748352, 0.321102499961853, -0.03564334660768509, 0.08582159131765366, -0.17499910295009613, 0.21194078028202057, 0.00926290825009346, -0.19402509927749634, -0.10326839238405228, 0.00926889292895794, -0.11581802368164062, -0.1531209796667099, -0.20057299733161926, 0.049961868673563004, -0.03149957209825516, 0.22646725177764893, -0.0650918036699295, -0.12804706394672394, -0.335390567779541, 0.18589961528778076, 0.2329217791557312, 0.10930104553699493, -0.07568155974149704, 0.07575026154518127, -0.29527047276496887, 0.18662603199481964, 0.36474013328552246, -0.04707232490181923, 0.4406962990760803, -0.28516432642936707, 0.1755092889070511, -0.26928427815437317, 0.02290823496878147, 0.0401703417301178, 0.033118389546871185, 0.447316437959671, 0.4160357415676117, -0.2922343313694, 0.4135907292366028, -0.48811304569244385, -0.2577081322669983, 0.24835504591464996, -0.051045581698417664, -0.0017465567216277122, -0.16370639204978943, 0.14218591153621674, 0.2263449877500534, 0.12205273658037186, 0.35903796553611755, -0.34017494320869446, -0.35900336503982544, -0.1558508276939392, 0.07019319385290146, -0.06340399384498596, -0.13778135180473328, -0.3576734960079193, 0.2728372812271118, 0.21421222388744354, -0.3046521842479706, 0.022926248610019684, -0.14647431671619415, 0.18222060799598694, -0.17585386335849762, -0.03800568729639053, 0.29856669902801514, -0.0971318930387497, 0.0471511110663414, 0.1403273344039917, 0.36929091811180115, -0.004686875268816948, 0.23241038620471954, -0.2597121000289917, -0.10457120835781097, 0.15299029648303986, 0.49545910954475403, 0.543454647064209, 0.42969992756843567, 0.02154061757028103, 0.28950372338294983, -0.3525562882423401, 0.012054813094437122, -0.37317973375320435, 0.19164390861988068, -0.055780548602342606, -0.13811159133911133, -0.09465062618255615, 0.2591892182826996, 0.1232982650399208, 0.18221242725849152, -0.024214573204517365, -0.4199065566062927, 0.27108776569366455, 0.5821489095687866, 0.0551956370472908, 0.14918532967567444, 0.440563440322876, 0.13045042753219604, 0.2699498236179352, 0.09955422580242157, -0.048977747559547424, 0.11078158766031265, -0.11655179411172867, 0.045270998030900955, 0.6803122758865356, 0.037645164877176285, 0.4055459499359131, -0.30749931931495667, -0.06169229745864868, 0.20718897879123688, 0.16131673753261566, 0.1052742749452591, -0.00018948641081806272, 0.05143109709024429, -0.06361818313598633, -0.043166644871234894, 0.3664850890636444, 0.35641127824783325, 0.31960469484329224, -0.052420709282159805, -0.0848541259765625, -0.08283679932355881, 0.10271553695201874, 0.017221421003341675, 0.176906555891037, -0.12051689624786377, -0.5855066180229187, -0.16180673241615295, -0.1878201812505722, -0.11439046263694763, 0.11191320419311523, -0.08829568326473236, 0.1634453684091568, -0.29357007145881653, -0.2013724446296692, 0.20433801412582397, -0.11952673643827438, -0.0846392959356308, 0.09821923077106476, -0.17833758890628815, -0.009118977934122086, -0.1324232816696167, 0.04164696857333183, 0.3659861385822296, -0.1653030663728714, -0.06698065251111984, -0.0032118032686412334, 0.06558845192193985, -0.10967368632555008, -0.2139100283384323, -0.05822627246379852, -0.07657279074192047, -0.16553576290607452, 0.24189409613609314, -0.32975825667381287, -0.04342004656791687, 0.24409572780132294, -0.3553225100040436, -0.2518448531627655, 0.1477491408586502, 0.007265990599989891, 0.004399303812533617, 0.31030845642089844, 0.2345648854970932, 0.25609079003334045, -0.3079685866832733, 0.07627224922180176, -0.23868975043296814, -0.15538209676742554, 0.007417254149913788, -0.21466059982776642, -0.14575691521167755, -0.11822116374969482, 0.15885761380195618, 0.19537250697612762, 0.11601458489894867, 0.18459825217723846, -0.1867528110742569, 0.32926902174949646, 0.1514536440372467, 0.12496573477983475, 0.49345681071281433, 0.17696066200733185, 0.051372818648815155, -0.12143740057945251, -0.039331428706645966, 0.055227264761924744, 0.26370900869369507, 0.31980717182159424, -0.056388773024082184, 0.03885894641280174, 0.37935584783554077, 0.2047487050294876, 0.19376546144485474, -0.23172317445278168, 0.2007758468389511, 0.24051129817962646, 0.019866308197379112, -0.09934598207473755, 0.06616741418838501, 0.23675480484962463, 0.014561014249920845, -0.3356153666973114, -0.12523838877677917, -0.5872868299484253, 0.5110664367675781, 0.17337565124034882, -0.048877738416194916, -0.314473956823349, -0.42905738949775696, -0.1888180822134018, -0.04243453964591026, -0.21145038306713104, 0.09439060837030411, 0.08130670338869095, 0.07199911773204803, 0.15272043645381927, -0.2655240595340729, -0.2674255967140198, 0.1731443554162979, -0.013392187654972076, 0.03736231476068497, 0.16529636085033417, 0.15994121134281158, -0.29908308386802673, -0.21548298001289368, -0.10492224246263504, 0.20140846073627472, 0.2446282058954239, 0.03404700756072998, -0.16741901636123657, 0.1554894596338272, 0.23543886840343475, -0.19438837468624115, -0.25212472677230835, -0.09144151955842972, 0.15890797972679138, -0.5131751894950867, -0.11625725775957108, -0.15883342921733856, -0.10249891877174377, 0.06944216787815094, 0.001311042346060276, 0.08589456230401993, 0.0037957127206027508, -0.3187015652656555, -0.2819456160068512, -0.353131502866745, 0.24476909637451172, 0.42582863569259644, 0.5179705619812012, -0.275181382894516, -0.23707197606563568 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Frontend_Javascript#frontend-data-providers
Frontend Data Providers Some conditions or data providers might need data from the frontend. To make this possible, a backend implementation can call $visitorInfo->addFrontendDataProvider() during the matching process to inform the frontend that it needs data from a specific provider. These frontend data providers need to be implemented and registered to the frontend JS and are expected to deliver their data to the backend in some way (e.g. by storing data in a cookie or by sending it through an async request). Currently, this feature is only sparsely used, but the GeoLocation data provider which can read the visitor location from browser geolocation data informs the frontend that it needs data from the geolocation frontend data provider. This information is added to the browser response, triggering the targeting.js to execute this frontend data provider. The data provider in turn stores its data as cookie which is consumed by the (backend) data provider on the next request.
Frontend Data Providers
[ 0.30607229471206665, 0.04359672963619232, -0.10298287123441696, 0.07287363708019257, 0.12686075270175934, -0.42524632811546326, 0.25323212146759033, -0.13936540484428406, -0.03508205711841583, 0.14581190049648285, -0.011205675080418587, -0.26961299777030945, 0.4445895254611969, 0.2021443396806717, 0.04456934705376625, 0.038846489042043686, -0.10130380839109421, 0.2056485414505005, -0.3401676118373871, -0.11731836944818497, -0.002911077346652746, 0.014344851486384869, 0.09347453713417053, 0.1351167857646942, -0.49511978030204773, 0.18860578536987305, 0.016519172117114067, 0.11968979984521866, -0.1285075843334198, -0.2849918603897095, 0.04180224984884262, -0.1749127209186554, -0.14382050931453705, 0.2638765275478363, -0.00010964795364998281, 0.06561547517776489, 0.0899769738316536, -0.18363319337368011, -0.21798619627952576, -0.17642688751220703, -0.49981778860092163, 0.01524862926453352, 0.06527417153120041, -0.28494930267333984, 0.051507674157619476, 0.13295692205429077, 0.05442033335566521, -0.28385335206985474, 0.3813859224319458, -0.02636387012898922, 0.2551899552345276, -0.026942355558276176, -0.3964163064956665, 0.018527889624238014, 0.11932508647441864, 0.22523845732212067, -0.05141554772853851, -0.540576159954071, -0.0967177227139473, -0.22016653418540955, -0.12193632870912552, 0.06558924913406372, -0.21810072660446167, 0.0764891505241394, 0.27551355957984924, 0.022200539708137512, 0.040030770003795624, -0.08299396187067032, -0.11503561586141586, 0.09065622836351395, 0.3521994650363922, 0.15129375457763672, 0.11498907208442688, -0.13763180375099182, -0.343644917011261, 0.37280046939849854, 0.18126331269741058, -0.1557380110025406, -0.08614851534366608, 0.1812061071395874, -0.12946197390556335, -0.1849164366722107, 0.08125849068164825, 0.006864123046398163, -0.2077542245388031, 0.5849118828773499, -0.19357654452323914, 0.1890423744916916, 0.041488490998744965, 0.08656805008649826, -0.026045655831694603, -0.39618632197380066, 0.23801666498184204, 0.05304649472236633, 0.016196390613913536, -0.34133002161979675, 0.08658783882856369, 0.14354081451892853, 0.10123869776725769, 0.20821596682071686, 0.5967155694961548, 0.2079566866159439, -0.33967962861061096, 0.1980867236852646, 0.1401975452899933, 0.3096961975097656, 0.1963406205177307, -0.18563072383403778, 0.37703028321266174, -0.2628396153450012, 0.12378557026386261, 0.20271943509578705, 0.2447221428155899, -0.19163359701633453, -0.1762574166059494, 0.13585498929023743, 0.24760288000106812, 0.025302741676568985, -0.3047899901866913, 0.295314759016037, -0.11474664509296417, 0.007873717695474625, 0.1164824366569519, 0.16080252826213837, -0.11387623846530914, 0.22238878905773163, 0.008019331842660904, -0.5044253468513489, -0.0544690378010273, -0.3622382879257202, -0.07867257297039032, 0.06491252779960632, -0.057528719305992126, 0.021627241745591164, -0.1457563191652298, 0.11434102803468704, 0.35358595848083496, -0.2593595087528229, 0.2932031452655792, 0.022488463670015335, 0.15057502686977386, -0.10295583307743073, 0.4463002681732178, 0.022782253101468086, 0.05085564777255058, 0.04370389133691788, 0.028923040255904198, -0.2047828584909439, -0.21317742764949799, 0.16808360815048218, -0.410687118768692, -0.02146008238196373, 0.24470143020153046, 0.1932002753019333, -0.027640454471111298, -0.10453642904758453, 0.2979655861854553, 0.036638274788856506, 0.017570560798048973, 0.26557326316833496, 0.29574719071388245, 0.009493746794760227, -0.16575807332992554, -0.40614116191864014, 0.16830162703990936, 0.6978204250335693, -0.14262185990810394, -0.04442516341805458, 0.20623531937599182, -0.27314451336860657, -0.18819500505924225, -0.2593124508857727, -0.3516990542411804, 0.06162451580166817, 0.1430792659521103, 0.022858280688524246, 0.480225533246994, -0.24177031219005585, -0.10395830124616623, 0.04035889357328415, -0.42721664905548096, 0.3109435737133026, 0.053884636610746384, 0.2094201147556305, -0.19854441285133362, -0.011291172355413437, 0.2069019079208374, 0.5786542296409607, -0.016571974381804466, 0.05244692414999008, 0.06584621220827103, 0.006413628347218037, -0.06178860366344452, 0.17707113921642303, -0.12661145627498627, -0.11236162483692169, 0.22081002593040466, -0.023807896301150322, -0.21501165628433228, 0.10713598132133484, 0.39433228969573975, 0.12595997750759125, -0.10944492369890213, 0.017503047361969948, 0.34245526790618896, 0.18460218608379364, -0.3109131455421448, 0.037130266427993774, -0.39345431327819824, -0.37557265162467957, 0.40684273838996887, -0.1107315644621849, -0.18483543395996094, 0.22972701489925385, -0.22418218851089478, 0.10523860901594162, 0.16477125883102417, 0.21318812668323517, 0.03244858980178833, -0.19478628039360046, -0.12227547913789749, 0.3059379756450653, 0.02427978627383709, -0.13450627028942108, -0.08864952623844147, 0.10746616870164871, -0.22232049703598022, 0.2771815061569214, -0.1943434774875641, -0.10326306521892548, 0.14053450524806976, -0.21228429675102234, -0.07686575502157211, 0.31758859753608704, 0.612448513507843, 0.1924276500940323, 0.47818684577941895, 0.4109155535697937, 0.23770561814308167, 0.25155869126319885, 0.08141577243804932, 0.20682846009731293, 0.2423403263092041, -0.08081858605146408, 0.19838009774684906, 0.2248619943857193, 0.15659533441066742, 0.2545359432697296, -0.131545290350914, 0.13782019913196564, 0.2220781445503235, -0.15299777686595917, 0.057455651462078094, -0.36483970284461975, -0.007568775676190853, -0.10983353108167648, 0.17709881067276, 0.16161994636058807, -0.2738424837589264, 0.31615665555000305, 0.1311039924621582, 0.10868949443101883, 0.15086331963539124, 0.05262386053800583, -0.2999162971973419, -0.2223912626504898, -0.10905327647924423, 0.1000133827328682, 0.13891412317752838, 0.012602887116372585, 0.22705452144145966, -0.08561766147613525, 0.48311492800712585, -0.23466597497463226, 0.023071419447660446, -0.0006702646496705711, -0.0958777368068695, -0.06539561599493027, 0.023872625082731247, 0.2282501608133316, 0.030698811635375023, -0.23296216130256653, 0.287331223487854, -0.22604426741600037, -0.05374222993850708, -0.07615896314382553, -0.42117345333099365, -0.09404215216636658, -0.14615683257579803, -0.49408450722694397, -0.23986174166202545, -0.12975859642028809, 0.2246709167957306, 0.04823460429906845, -0.2078009396791458, -0.009924054145812988, 0.0562288872897625, 0.7572387456893921, -0.1079857349395752, 0.021087057888507843, -0.43283599615097046, -0.185282900929451, -0.19676387310028076, 0.1529390513896942, -0.038173094391822815, 0.07537277787923813, -0.046087220311164856, -0.19489151239395142, 0.3417377471923828, -0.17065683007240295, -0.2570488452911377, 0.1157044917345047, 0.15266594290733337, 0.3227554261684418, 0.2210586816072464, -0.06978162378072739, -0.24838779866695404, 0.3462613523006439, 0.02794007956981659, 0.20939870178699493, -0.2206237018108368, -0.1624990701675415, -0.016387242823839188, -0.3573189377784729, -0.2131352573633194, 0.21483255922794342, -0.17888318002223969, 0.05823541060090065, -0.4976637661457062, 0.19660347700119019, 0.3825737535953522, -0.36495131254196167, -0.15800756216049194, 0.23918749392032623, -0.43646037578582764, 0.038754902780056, -0.3331526517868042, -0.25232571363449097, 0.340212881565094, -0.403624564409256, -0.14441268146038055, -0.1441754549741745, 0.12094943225383759, -0.1839931160211563, -0.10894261300563812, -0.3549041152000427, -0.7765607833862305, -0.06143490970134735, -0.05669897422194481, -0.21060462296009064, 0.030346175655722618, 0.5429126620292664, 0.04415002837777138, -0.17626789212226868, -0.32664549350738525, -0.13337881863117218, 0.11508190631866455, 0.23638182878494263, 0.23075151443481445, -0.18094567954540253, -0.5106853246688843, 0.28235480189323425, 0.7223498821258545, -0.04974127560853958, -0.17027050256729126, 0.4003291726112366, 0.4852801263332367, 0.2756369709968567, -0.3839190900325775, 0.15521764755249023, -0.15392327308654785, 0.0025294579099863768, 0.07413530349731445, 0.17837630212306976, -0.054730162024497986, 0.04145731031894684, -0.45466718077659607, -0.3617578446865082, -0.07061126083135605, -0.019783439114689827, -0.06345605105161667, -0.07833369076251984, 0.1031099185347557, 0.21037136018276215, 0.10406861454248428, 0.01661408506333828, 0.2091669738292694, -0.03061443194746971, 0.07626299560070038, 0.4569931924343109, -0.02163165621459484, -0.05959700793027878, -0.27894625067710876, -0.04813576489686966, 0.38066864013671875, 0.11590107530355453, -0.14524821937084198, -0.1797451376914978, -0.24654652178287506, 0.14797039330005646, -0.137547105550766, 0.18967267870903015, 0.013647050596773624, -0.07818593829870224, -0.3544163107872009, -0.18398825824260712, 0.3710695505142212, 0.3780270218849182, 0.23454008996486664, -0.118735171854496, -0.013855255208909512, 0.10757861286401749, -0.0805421844124794, -0.3102238178253174, -0.12219363451004028, -0.2782079875469208, -0.23436376452445984, 0.12373189628124237, -0.09508289396762848, -0.03770148754119873, -0.28322550654411316, 0.11243732273578644, -0.2927246391773224, -0.39950597286224365, 0.5175014138221741, -0.1351352035999298, 0.32979464530944824, 0.3700747489929199, -0.24586942791938782, 0.26476311683654785, -0.1550750583410263, 0.066178098320961, -0.18351298570632935, 0.07585861533880234, 0.35634809732437134, 0.08933704346418381, 0.41354137659072876, 0.4601778984069824, -0.15900321304798126, 0.14945676922798157, 0.5260336995124817, 0.205280601978302, 0.3639574646949768, 0.269246369600296, 0.19958843290805817, -0.289855033159256, -0.0958569198846817, 0.009387179277837276, 0.35971856117248535, -0.0874980092048645, -0.14943350851535797, -0.22227272391319275, 0.05110107362270355, -0.0019527224358171225, -0.5165385603904724, -0.21181659400463104, 0.19929902255535126, 0.21644139289855957, 0.0011518389219418168, 0.19005343317985535, 0.3168502449989319, 1.0770213603973389, 0.3430540859699249, 0.11470002681016922, 0.04658050090074539, -0.4574922025203705, 0.07182927429676056, 0.0424884632229805, -0.18036875128746033, 0.0207334216684103, 0.08162806928157806, -0.224818155169487, -0.21832208335399628, 0.22056105732917786, 0.13895997405052185, -0.033024102449417114, -0.13083766400814056, 0.019073421135544777, 0.15931257605552673, -0.051243655383586884, 0.1829877495765686, 0.30428701639175415, -0.19076630473136902, 0.4752698242664337, 0.2472839057445526, -0.3167615532875061, 0.23110836744308472, 0.008024989627301693, 0.12378545105457306, -0.12053951621055603, -0.22786231338977814, 0.36396855115890503, 0.22595413029193878, -0.14695267379283905, -0.024513445794582367, -0.03686673566699028, -0.3584625720977783, -0.08184858411550522, -0.237419992685318, 0.06400042027235031, 0.0074719712138175964, -0.09243360161781311, 0.41274014115333557, -0.0915437564253807, 0.19183772802352905, 0.15427421033382416, -0.17710216343402863, 0.07472114264965057, -0.07935714721679688, -0.15853352844715118, 0.1682971566915512, -0.1391713172197342, -0.5546357035636902, -0.13616380095481873, 0.24392439424991608, 0.11336183547973633, 0.03309104964137077, -0.04922524094581604, 0.24803130328655243, -0.17270365357398987, -0.05367882549762726, 0.17908652126789093, -0.2337150275707245, -0.02085086703300476, 0.0692429393529892, 0.15607480704784393, -0.21700607240200043, -0.11020953208208084, 0.16075365245342255, 0.14138664305210114, 0.029098954051733017, 0.34538355469703674, -0.40911486744880676, -0.23363085091114044, -0.15658912062644958, 0.017057960852980614, 0.004208303522318602, 0.25564438104629517, 0.01618209294974804, -0.028897559270262718, -0.02617928758263588, -0.06227559223771095, 0.37888121604919434, -0.20889827609062195, 0.2089049518108368, -0.13546542823314667, -0.3994874060153961, 0.010306872427463531, -0.10092630237340927, -0.3539978265762329, 0.0001253128139069304, 0.5933882594108582, 0.24589934945106506, -0.05725448951125145, 0.498263955116272, -0.3521712124347687, -0.21446794271469116, -0.13787628710269928, 0.41319984197616577, 0.052662648260593414, -0.19206051528453827, -0.25919920206069946, 0.24628375470638275, -0.02417527697980404, 0.10681796073913574, -0.31117916107177734, -0.2821834087371826, 0.06328213959932327, 0.10772456228733063, 0.21866463124752045, -0.13004492223262787, -0.49413105845451355, -0.04034236818552017, -0.006093875039368868, -0.08919082581996918, 0.11778872460126877, 0.2547512650489807, -0.2520143389701843, -0.25858181715011597, -0.1492227464914322, -0.05836833640933037, -0.0596584789454937, -0.1553044617176056, 0.12526002526283264, -0.08906794339418411, -0.05151902511715889, 0.24392098188400269, -0.46988192200660706, -0.05713751167058945, -0.0977582260966301, 0.30483290553092957, 0.544347882270813, 0.013161666691303253, 0.38138189911842346, 0.16681796312332153, -0.07856608182191849, 0.0737215057015419, -0.19355905055999756, 0.053070325404405594, -0.10777541995048523, -0.14566269516944885, 0.2792997658252716, 0.1453731507062912, -0.1824331432580948, -0.17153005301952362, 0.21536245942115784, 0.02024374157190323, -0.015008501708507538, 0.2397228330373764, 0.403919517993927, 0.3945838212966919, 0.746261715888977, 0.07357466220855713, 0.3092471957206726, -0.140453040599823, 0.13767771422863007, -0.17042763531208038, -0.1532590240240097, 0.11325060576200485, 0.6422231793403625, 0.12663237750530243, 0.5195596218109131, 0.0576954111456871, -0.2711693048477173, 0.36730170249938965, 0.03548206388950348, -0.0009015777031891048, -0.11339101195335388, -0.32913848757743835, 0.22049540281295776, 0.20195546746253967, 0.008017697371542454, 0.23685722053050995, 0.1708180010318756, -0.06058748438954353, -0.36510080099105835, 0.169195756316185, -0.49926790595054626, 0.13715235888957977, -0.07126054912805557, 0.155099019408226, -0.39604949951171875, -0.08286894857883453, -0.042963314801454544, 0.09922153502702713, 0.2152082473039627, 0.1018122136592865, 0.529568612575531, -0.3358260691165924, -0.3499496877193451, 0.09371241182088852, 0.15371127426624298, 0.09276469051837921, 0.10762582719326019, -0.2788395285606384, 0.05294666811823845, -0.1293947547674179, -0.023214442655444145, -0.18483085930347443, 0.151106059551239, -0.25011858344078064, 0.3538065552711487, 0.13859398663043976, -0.07322847843170166, -0.08917193114757538, -0.11499929428100586, -0.2409782111644745, 0.4002242088317871, 0.05143997073173523, -0.32057592272758484, 0.39937105774879456, 0.15983226895332336, -0.20508472621440887, -0.05000150948762894, 0.17790651321411133, 0.15876825153827667, -0.20247817039489746, -0.06765895336866379, 0.10986432433128357, 0.2716512680053711, -0.11907042562961578, 0.05157739669084549, -0.2391810566186905, -0.15556566417217255, -0.04944020137190819, -0.1095508337020874, -0.05174878239631653, -0.6706645488739014, 0.08390367776155472, 0.008822493255138397, 0.3809572756290436, 0.34622684121131897, -0.26515546441078186, -0.12963838875293732, -0.27452194690704346, -0.10357361286878586, 0.3607637584209442, 0.2567536234855652, 0.37956568598747253, -0.18424083292484283, 0.18309174478054047, -0.06002861261367798, 0.21317119896411896, -0.006048999261111021, 0.3496110439300537, 0.05580505356192589, -0.04429224878549576, 0.12530919909477234, 0.29230937361717224, -0.5403352975845337, -0.19057190418243408, 0.054001159965991974, -0.2871987223625183, 0.29031121730804443, 0.12745586037635803, 0.04320843517780304, 0.005167161580175161, -0.4686901271343231, 0.11813552677631378, 0.20974604785442352, 0.6155920028686523, 0.05830508470535278, -0.08702927082777023, -0.17459501326084137, 0.1892097294330597, -0.114680215716362, -0.23035424947738647, -0.03023453615605831, -0.2128370851278305, 0.01694585010409355, -0.3468106687068939, -0.06853041797876358, 0.1680096536874771, 0.018201028928160667, 0.2866213917732239, -0.11101160198450089, -0.003524713683873415, 0.37397393584251404, -0.34221306443214417, -0.5974921584129333, 0.04599148780107498, 0.13010694086551666, -0.13857053220272064, 0.25176215171813965, -0.19288530945777893, -0.1623903214931488, 0.18104882538318634, 0.0076452805660665035, 0.4120067358016968, -0.010905171744525433, -0.001118259970098734, 0.024618670344352722, -0.09213809669017792, -0.286115825176239, -0.22641848027706146, -0.2771967053413391, 0.13626061379909515, 0.16866865754127502, 0.07012058794498444, 0.09359624981880188, -0.49754029512405396, -0.11735332757234573, -0.3351709544658661, 0.1652655303478241, 0.1276940107345581, 0.16160228848457336, 0.07831863313913345, -0.20198938250541687 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation/Frontend_Javascript#implementing-a-custom-frontend-data-provider
Implementing a Custom Frontend Data Provider Simply register your frontend data provider on the window._ptg.dataProviders object before targeting.js is loaded. As example a simple provider which does nothing more than logging the current user agent to the console: // /public/js/targeting/frontend.js (function () { window._ptg = window._ptg || {}; window._ptg.dataProviders = window._ptg.dataProviders || {}; window._ptg.dataProviders.userAgent = function() { console.log('The current user agent is ' + navigator.userAgent); }; }()); Taking the example listener above, we use a custom code snippet template to load our script: {# templates/Targeting/targetingCode.html.twig #} {% block targetingScript %} <script type="text/javascript" src="{{ asset('bundles/app/js/targeting/frontend.js') }}"></script> {{ parent() }} {% endblock %} To actually execute the provider, add the following call somewhere in your matching process (e.g. while loading data from a data provider): $visitorInfo->addFrontendDataProvider('userAgent');
Implementing a Custom Frontend Data Provider
[ -0.019993280991911888, 0.06606651842594147, -0.02854848839342594, -0.07858992367982864, 0.15660017728805542, -0.31449127197265625, 0.23255550861358643, -0.16699858009815216, -0.08661426603794098, 0.348932683467865, -0.18375924229621887, 0.07715586572885513, 0.06751813739538193, 0.24823713302612305, 0.2520275115966797, 0.12003756314516068, -0.19586454331874847, 0.3731672465801239, -0.03592046722769737, 0.18585053086280823, 0.08311734348535538, 0.032435093075037, 0.31553366780281067, 0.30610013008117676, -0.3475587069988251, 0.2361171692609787, -0.11853283643722534, 0.10594216734170914, 0.06236858293414116, -0.4018006920814514, 0.2148696631193161, 0.10566053539514542, -0.056020818650722504, 0.4475030303001404, -0.00010670776100596413, 0.126983642578125, 0.1683146357536316, -0.14645394682884216, -0.26005008816719055, 0.10401840507984161, 0.10820340365171432, 0.014415334910154343, 0.06117849424481392, -0.10827583819627762, -0.27748194336891174, -0.25051072239875793, -0.1995292454957962, -0.14842888712882996, 0.42400145530700684, -0.12556049227714539, 0.21868476271629333, 0.11140771210193634, -0.09806529432535172, 0.12367463111877441, 0.14839163422584534, 0.20248641073703766, -0.14302866160869598, -0.4046235680580139, 0.10569410026073456, -0.23430873453617096, -0.19197994470596313, 0.037706341594457626, -0.08404568582773209, -0.06088896468281746, 0.4392079710960388, 0.10985700786113739, 0.05854346230626106, -0.08312540501356125, -0.1326260268688202, 0.45970577001571655, 0.39531561732292175, -0.045114725828170776, -0.10300110280513763, -0.31162697076797485, -0.1920095831155777, 0.07962924242019653, 0.1631578505039215, -0.36203235387802124, -0.221342995762825, 0.15511281788349152, 0.21033869683742523, 0.007433883845806122, 0.03194596990942955, 0.059125687927007675, -0.3697250187397003, 0.553494393825531, -0.11103086173534393, 0.01167511660605669, 0.16969487071037292, -0.2040444165468216, -0.047384411096572876, -0.2399340271949768, -0.08593815565109253, -0.005205754190683365, -0.09881362318992615, -0.4443972110748291, 0.23134879767894745, -0.027455884963274002, 0.04334190487861633, 0.17555248737335205, 0.3542724847793579, 0.12759369611740112, -0.5150361657142639, 0.07085597515106201, 0.033496592193841934, -0.062106337398290634, -0.030582794919610023, -0.21323613822460175, 0.32712826132774353, 0.13300754129886627, 0.37912893295288086, 0.11423547565937042, 0.08050892502069473, -0.24175217747688293, -0.16522502899169922, 0.04688034579157829, 0.3005087375640869, 0.15677359700202942, -0.04522218555212021, 0.0009448978235013783, 0.10866305977106094, 0.19541868567466736, 0.09369123727083206, 0.24606448411941528, 0.14039435982704163, 0.2452675998210907, 0.22809043526649475, -0.32181182503700256, -0.044578325003385544, -0.6294229626655579, 0.020218921825289726, -0.03563708811998367, -0.10535277426242828, 0.07711245864629745, 0.1448088437318802, 0.006040745414793491, 0.23073936998844147, -0.3202517032623291, 0.2134445458650589, -0.21793708205223083, -0.01814652606844902, 0.15521033108234406, -0.06937658786773682, -0.14556974172592163, 0.02194955386221409, 0.011529475450515747, 0.020998505875468254, -0.3472578525543213, -0.24220870435237885, 0.15605676174163818, 0.044037193059921265, -0.20336578786373138, 0.1196010410785675, 0.1776486039161682, -0.15098029375076294, -0.2504648268222809, 0.23045535385608673, 0.310497522354126, -0.017527855932712555, 0.048615165054798126, 0.02821553684771061, 0.1776854395866394, -0.17568626999855042, -0.24223041534423828, 0.3028527498245239, 0.694940447807312, -0.1931518167257309, -0.15541650354862213, -0.016584429889917374, -0.21478362381458282, -0.36750277876853943, -0.42804574966430664, -0.16201338171958923, 0.23270712792873383, 0.05773311108350754, -0.08483341336250305, 0.700701892375946, -0.15466761589050293, -0.05386831983923912, 0.09027446806430817, -0.3460012674331665, 0.3715832531452179, 0.2149897962808609, 0.09329551458358765, -0.011098123155534267, -0.13972240686416626, -0.16874313354492188, 0.489541620016098, -0.010830765590071678, 0.34731289744377136, 0.2944068908691406, -0.11837852746248245, -0.12340976297855377, 0.22400341928005219, -0.0912465900182724, -0.07930796593427658, -0.04944063723087311, -0.10243488103151321, 0.013311612419784069, -0.07822062820196152, 0.25693479180336, -0.07983650267124176, -0.09982219338417053, 0.11085784435272217, 0.19611945748329163, 0.23853430151939392, -0.3481806814670563, 0.04278486594557762, -0.18241065740585327, -0.37016919255256653, 0.4340249001979828, -0.32104161381721497, -0.12042862921953201, 0.24889782071113586, -0.14598241448402405, -0.16804198920726776, 0.1778971552848816, 0.4496763050556183, -0.12724699079990387, -0.2474314421415329, -0.22036327421665192, -0.01841876655817032, 0.2932600677013397, 0.03503500297665596, -0.19348593056201935, -0.16477353870868683, 0.15567652881145477, 0.061823610216379166, 0.06201256066560745, 0.04768053814768791, 0.11654043197631836, -0.17057891190052032, -0.02616952173411846, 0.4598097801208496, 0.5124614834785461, 0.5218039751052856, 0.3587823808193207, 0.4345884621143341, -0.0075784414075315, 0.2939480245113373, 0.038891009986400604, 0.596714973449707, 0.13155624270439148, 0.03201637789607048, -0.14071959257125854, 0.3453046977519989, 0.147680401802063, 0.1493125557899475, -0.22443750500679016, 0.16370706260204315, 0.298429012298584, -0.03191349655389786, -0.11833307147026062, -0.145680233836174, -0.01177087053656578, -0.2744205892086029, -0.11904425919055939, -0.06084350869059563, -0.2891114354133606, 0.30960139632225037, 0.04486371576786041, 0.026756545528769493, 0.03563793748617172, -0.14024947583675385, -0.34039947390556335, -0.16660678386688232, 0.11662702262401581, -0.1858113408088684, 0.05354047194123268, 0.17183274030685425, 0.013989930041134357, -0.027289457619190216, 0.5021159052848816, -0.08731252700090408, 0.25300055742263794, 0.004560924135148525, -0.16974009573459625, 0.24373051524162292, -0.05133030563592911, -0.02493046596646309, 0.16846397519111633, -0.40233054757118225, -0.023795578628778458, -0.12404030561447144, -0.49625450372695923, -0.20278972387313843, -0.29344281554222107, -0.18312518298625946, 0.04710391163825989, -0.8569006323814392, 0.0059214746579527855, -0.06567410379648209, 0.22209246456623077, 0.22345808148384094, -0.10842649638652802, -0.04839222878217697, -0.10032328963279724, 0.7429174780845642, -0.16715846955776215, 0.06905811280012131, -0.375478595495224, -0.18121884763240814, -0.24636118113994598, 0.19946645200252533, 0.05358142778277397, -0.1404726356267929, 0.28927725553512573, -0.09286680817604065, 0.42537012696266174, 0.09645862132310867, -0.1402103453874588, 0.16749750077724457, 0.3212057650089264, 0.2595544755458832, 0.21573255956172943, -0.19450484216213226, 0.17198973894119263, 0.31662726402282715, 0.05883430317044258, 0.07216662168502808, 0.028551995754241943, 0.00348630640655756, -0.07227212935686111, -0.17595727741718292, -0.12496784329414368, 0.13119463622570038, -0.04149904102087021, -0.1750243902206421, -0.5996217131614685, 0.24478740990161896, 0.11838561296463013, -0.3789348006248474, 0.004755805712193251, 0.28325560688972473, -0.03201298788189888, 0.04148663580417633, -0.09783383458852768, -0.16946908831596375, 0.34509024024009705, -0.5179478526115417, 0.12391367554664612, 0.19081850349903107, 0.06279249489307404, -0.21138329803943634, -0.048758674412965775, -0.3448888957500458, -0.46955984830856323, 0.21853449940681458, -0.20664460957050323, -0.22834886610507965, -0.02860955148935318, 0.350287526845932, 0.2314913123846054, -0.08386733382940292, -0.22798864543437958, -0.19554832577705383, -0.13684815168380737, -0.25580379366874695, 0.29047638177871704, -0.008745860308408737, 0.1622850000858307, 0.12997449934482574, 0.5780453085899353, 0.2089890092611313, -0.2755284011363983, 0.14245574176311493, 0.07620815932750702, 0.12554486095905304, -0.21222537755966187, 0.22724737226963043, -0.07130441069602966, 0.051013994961977005, 0.2511313259601593, 0.350207656621933, 0.04371839016675949, 0.27125224471092224, -0.3600364327430725, -0.18681558966636658, -0.32866576313972473, -0.28863999247550964, 0.06009060516953468, -0.23170702159404755, 0.1715652197599411, -0.22323760390281677, 0.0725584328174591, -0.12195228785276413, -0.051569126546382904, 0.14443343877792358, 0.666533887386322, 0.4128284752368927, -0.00032423072843812406, 0.2013739049434662, 0.25837787985801697, 0.006758542265743017, 0.3948286771774292, -0.20716862380504608, -0.2593294084072113, 0.15667928755283356, -0.11785303056240082, 0.07739020884037018, -0.3916090726852417, 0.27535855770111084, 0.03881065547466278, 0.09898480772972107, -0.13048295676708221, -0.18197056651115417, 0.08309987187385559, 0.11782565712928772, 0.2754225432872772, -0.19849497079849243, -0.28303247690200806, -0.10109980404376984, -0.1314159333705902, -0.41904833912849426, -0.014912422746419907, -0.4403999447822571, -0.35179051756858826, -0.20844301581382751, -0.008035432547330856, 0.040265537798404694, -0.2870738208293915, 0.08881682902574539, -0.402414470911026, -0.45985352993011475, 0.21464261412620544, -0.10557526350021362, 0.2418089359998703, 0.3024848401546478, -0.02719152718782425, 0.3184397518634796, -0.08609925210475922, 0.021023886278271675, -0.1134897768497467, 0.17917513847351074, 0.3700408935546875, -0.006908806040883064, 0.35620254278182983, 0.5483397245407104, -0.6990416049957275, -0.0025642283726483583, 0.29831835627555847, 0.14625689387321472, 0.3071112334728241, 0.07236581295728683, 0.20825687050819397, -0.29823318123817444, -0.08416635543107986, 0.09778677672147751, 0.28141939640045166, 0.05409439653158188, -0.09981007874011993, -0.05091530457139015, -0.10586582869291306, 0.22850407660007477, -0.3577924072742462, -0.2761610746383667, -0.06825897097587585, 0.13065269589424133, -0.20924411714076996, 0.20853237807750702, 0.23814593255519867, 0.8219394087791443, 0.3223011791706085, 0.09481269866228104, 0.13171923160552979, -0.46004003286361694, 0.2585599422454834, -0.5148831009864807, -0.21177206933498383, -0.24674202501773834, 0.38601481914520264, -0.11326556652784348, -0.07948441058397293, 0.2239711731672287, 0.08043033629655838, -0.34711554646492004, -0.14453430473804474, -0.14899973571300507, 0.25483036041259766, -0.10804149508476257, 0.30774444341659546, 0.33408769965171814, -0.39952999353408813, 0.23876839876174927, 0.33163154125213623, -0.285277783870697, 0.11973720788955688, -0.07738428562879562, 0.13221849501132965, -0.18191488087177277, 0.10338348150253296, 0.22924284636974335, 0.19712454080581665, -0.09587997198104858, -0.470382958650589, 0.14455163478851318, -0.2994019687175751, 0.1618528515100479, -0.05520595610141754, 0.04976793751120567, 0.10899520665407181, -0.06897202879190445, 0.09959238022565842, -0.24127377569675446, 0.23847536742687225, 0.03386787697672844, -0.008395228534936905, -0.07003076374530792, -0.06308633089065552, -0.2808118760585785, 0.21873605251312256, 0.08884108811616898, -0.3196777403354645, 0.05349600315093994, -0.3197140097618103, 0.2955068349838257, -0.3211576044559479, 0.16968247294425964, -0.018148260191082954, -0.13143445551395416, -0.015736708417534828, 0.18194197118282318, -0.04951369762420654, -0.23027296364307404, -0.16788777709007263, 0.14880971610546112, 0.22791694104671478, 0.09303418546915054, -0.42740845680236816, -0.16031229496002197, 0.24613934755325317, 0.14187787473201752, -0.19314514100551605, -0.09197857975959778, -0.2377074956893921, -0.006483919452875853, 0.0954236090183258, 0.25133252143859863, -0.09993591159582138, 0.3122652471065521, -0.10187619924545288, 0.23910756409168243, 0.34356603026390076, 0.011540891602635384, 0.27668365836143494, -0.059295784682035446, -0.13257946074008942, -0.2519530951976776, 0.02302105724811554, -0.1840432733297348, 0.17385078966617584, 0.06601537764072418, 0.43345677852630615, -0.2166500836610794, 0.41456180810928345, -0.38420045375823975, -0.3828279972076416, 0.34980806708335876, 0.03840244933962822, 0.21540309488773346, -0.011119218543171883, -0.3593041002750397, 0.29970356822013855, 0.013064424507319927, 0.06444526463747025, -0.36862170696258545, -0.244382843375206, -0.11429759114980698, 0.1282021403312683, 0.184687539935112, -0.09409840404987335, -0.2961209714412689, 0.028560852631926537, 0.012847166508436203, -0.2556232810020447, 0.20442669093608856, -0.06093701720237732, -0.10075265169143677, -0.05145832896232605, 0.020051857456564903, 0.11412380635738373, -0.3379392623901367, 0.057406939566135406, 0.22602352499961853, -0.23221111297607422, -0.2985657751560211, 0.14547128975391388, -0.40557289123535156, -0.08858057856559753, 0.18025444447994232, 0.46747636795043945, 0.659160852432251, 0.20141667127609253, 0.23370380699634552, 0.22148381173610687, 0.13076239824295044, 0.016486437991261482, 0.0035175837110728025, 0.12323179095983505, -0.19098113477230072, 0.06977692246437073, 0.2099963277578354, 0.21674509346485138, -0.03868603706359863, 0.08631671965122223, 0.33888304233551025, 0.007350691128522158, 0.07231814414262772, 0.41212376952171326, 0.16091680526733398, 0.2876424789428711, 0.394233375787735, -0.05493951216340065, 0.10266406089067459, -0.1487920582294464, -0.024232428520917892, -0.15094995498657227, -0.3575037717819214, 0.14242936670780182, 0.6101047992706299, 0.06234659254550934, 0.35633355379104614, -0.06852418929338455, -0.20897088944911957, 0.06952596455812454, 0.09692569077014923, -0.05244755744934082, -0.12650731205940247, -0.5852786898612976, 0.0344858318567276, -0.08561573922634125, 0.26591360569000244, 0.1881452351808548, 0.18443451821804047, 0.1236608549952507, -0.06143714487552643, 0.054339781403541565, -0.4539759159088135, 0.15374179184436798, 0.0919889435172081, -0.07832647114992142, -0.42456743121147156, -0.05318583548069, -0.28980061411857605, -0.03690951317548752, 0.0997864380478859, -0.1487753689289093, -0.13124296069145203, -0.20207780599594116, -0.17053450644016266, 0.13098305463790894, -0.07349356263875961, -0.1048094779253006, 0.17547431588172913, -0.14769791066646576, -0.07788728177547455, -0.16201664507389069, 0.2907008230686188, 0.025304490700364113, 0.10624874383211136, -0.1703805774450302, 0.010269769467413425, -0.004000179935246706, 0.08481842279434204, -0.20968182384967804, 0.05551630258560181, -0.10646791756153107, 0.14285226166248322, 0.14275585114955902, -0.39050057530403137, 0.3021804988384247, 0.15638089179992676, -0.28097742795944214, -0.011761887930333614, 0.03913319855928421, -0.02391555905342102, -0.2970154285430908, 0.07866230607032776, 0.3175410330295563, 0.0038918419741094112, -0.17623761296272278, -0.016732042655348778, -0.14848756790161133, -0.33715176582336426, 0.13486051559448242, 0.021163510158658028, 0.00032304180786013603, -0.37358278036117554, 0.10403367131948471, 0.2529163956642151, -0.031393952667713165, 0.11918790638446808, -0.15199990570545197, 0.14553622901439667, -0.23298649489879608, -0.2535633444786072, 0.32530272006988525, 0.3552085757255554, -0.2439856082201004, -0.1615075021982193, -0.17968587577342987, 0.1077081486582756, 0.4640871286392212, 0.014664359390735626, 0.11414924263954163, 0.3217569589614868, 0.3262641429901123, 0.024981694296002388, 0.09177626669406891, -0.5730262994766235, 0.05498017370700836, 0.1573060005903244, -0.1978866159915924, -0.031002433970570564, 0.3021400272846222, 0.15007860958576202, 0.18665896356105804, -0.3404851257801056, 0.38224589824676514, -0.023796435445547104, 0.6023006439208984, -0.0988963171839714, 0.039236314594745636, -0.2481795847415924, 0.1610560417175293, -0.46881186962127686, -0.008390145376324654, -0.6022726893424988, -0.09051039814949036, -0.021191272884607315, 0.0010494956513866782, 0.0516338087618351, 0.15375328063964844, -0.15315602719783783, -0.11815956234931946, -0.17777079343795776, 0.1373019963502884, 0.11614225804805756, -0.3286919593811035, -0.5546088814735413, -0.04594270512461662, 0.2475050389766693, 0.23698878288269043, 0.036083996295928955, 0.12131612002849579, -0.22411978244781494, 0.21775321662425995, 0.2708877921104431, 0.40279272198677063, 0.1249249055981636, -0.010332993231713772, 0.2174096405506134, -0.20415706932544708, -0.0679444894194603, -0.2163233608007431, -0.022955257445573807, 0.13161195814609528, 0.059755027294158936, 0.3966033458709717, 0.2710714638233185, -0.4287925064563751, -0.09664686769247055, -0.3397982120513916, 0.3190051019191742, 0.10823021829128265, 0.4823601543903351, -0.37297967076301575, -0.33051377534866333 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation#development-documentation
Development Documentation The following section describes the technical concepts and aspects of the Pimcore targeting engine. For usage description and feature listing see your user docs first.
Development Documentation
[ 0.0006090657552704215, -0.46812114119529724, -0.1467742621898651, 0.0008982204017229378, -0.042827434837818146, -0.4142165780067444, 0.19304116070270538, -0.5037588477134705, -0.720260500907898, 0.17738863825798035, -0.10678353905677795, 0.31232956051826477, 0.051329296082258224, 0.16016237437725067, 0.33541300892829895, -0.10427350550889969, 0.07419091463088989, 0.05550891160964966, -0.025337211787700653, 0.16749292612075806, 0.060017772018909454, 0.03138120099902153, -0.06805852055549622, 0.505431592464447, -0.30948904156684875, -0.11032819747924805, -0.3435157239437103, -0.04395335912704468, 0.01691710203886032, -0.40947866439819336, 0.08221317082643509, 0.2004200518131256, -0.052196428179740906, 0.09420757740736008, -0.00009452327503822744, -0.32775595784187317, 0.30818086862564087, 0.01740577444434166, -0.23983921110630035, 0.2613179385662079, 0.14829622209072113, -0.06272776424884796, 0.06563783437013626, -0.14926199615001678, 0.05760478228330612, 0.22698570787906647, 0.11435054987668991, 0.0985894650220871, 0.0606340691447258, 0.05640546977519989, 0.3464919328689575, 0.12886269390583038, 0.3415887653827667, -0.032400913536548615, 0.005598905961960554, 0.3559934198856354, -0.4308486878871918, 0.23177433013916016, 0.7622743844985962, 0.2120351344347, -0.19073447585105896, 0.2315971404314041, 0.10491571575403214, -0.06394223868846893, 0.25100043416023254, -0.059388257563114166, 0.41340887546539307, -0.4048435688018799, 0.03736904263496399, 0.1291341930627823, 0.5333260893821716, 0.004660056438297033, -0.22748365998268127, -0.12954041361808777, -0.13966558873653412, -0.0796496719121933, 0.041586000472307205, 0.06674794107675552, -0.22724492847919464, 0.05425524339079857, 0.2233818918466568, -0.22859810292720795, -0.19542153179645538, -0.40803810954093933, 0.15683943033218384, 0.052519164979457855, -0.2257918119430542, -0.059238143265247345, 0.1669522225856781, -0.19235070049762726, 0.25490719079971313, 0.06713590770959854, -0.0035140388645231724, 0.03015994466841221, 0.02308093197643757, -0.3349349796772003, -0.09730041027069092, -0.03159326687455177, 0.12976589798927307, -0.004899218212813139, 0.2783395051956177, 0.13104888796806335, -0.2508483827114105, 0.08593881875276566, 0.3053167462348938, -0.209641233086586, 0.015828851610422134, -0.026319650933146477, 0.03006536327302456, 0.042178623378276825, 0.012274278327822685, -0.02767971344292164, 0.20811109244823456, -0.06369102746248245, -0.14822454750537872, -0.11882693320512772, 0.02266216091811657, 0.31382399797439575, -0.10012298077344894, -0.14126400649547577, -0.17304864525794983, -0.02784157544374466, 0.06932606548070908, 0.1773069202899933, 0.004584981128573418, -0.19314280152320862, -0.21590366959571838, -0.2974892556667328, -0.0967080295085907, -0.20923654735088348, 0.04669809341430664, 0.22837379574775696, -0.3870972692966461, -0.06939899921417236, -0.07778322696685791, 0.42030051350593567, 0.18863080441951752, -0.008085617795586586, 0.3366602063179016, -0.20108449459075928, 0.10824205726385117, 0.11608237773180008, 0.00738143315538764, 0.18937239050865173, -0.38433992862701416, -0.21830253303050995, -0.27994534373283386, 0.20911306142807007, -0.26397472620010376, 0.2024228423833847, -0.38762733340263367, -0.12095590680837631, 0.0718812420964241, 0.2614106833934784, 0.24588029086589813, -0.01214255578815937, 0.11055266112089157, 0.16963914036750793, -0.5329148769378662, 0.04876551032066345, 0.3811395764350891, 0.12299594283103943, 0.1541917324066162, -0.22481319308280945, 0.13280297815799713, 0.3887573182582855, -0.21315282583236694, 0.04939248412847519, -0.5103180408477783, -0.08038229495286942, 0.1471802443265915, -0.13731639087200165, -0.06990732252597809, -0.012586107477545738, -0.17810805141925812, -0.13836951553821564, 0.3831610381603241, -0.016116123646497726, 0.4004066586494446, -0.00528330821543932, -0.20643234252929688, -0.003122395370155573, -0.0820426195859909, 0.19352607429027557, -0.031821440905332565, -0.31202423572540283, -0.0017020178493112326, -0.18259920179843903, -0.184542715549469, 0.12060575187206268, 0.05905277281999588, 0.08649163693189621, -0.37485364079475403, -0.11917068809270859, -0.08034466952085495, -0.20580294728279114, 0.2200692594051361, 0.21505290269851685, 0.11906426399946213, 0.1930791288614273, 0.043660618364810944, 0.14209122955799103, 0.2364809811115265, 0.07547754049301147, 0.2661016583442688, 0.11010878533124924, 0.04876399785280228, 0.11868183314800262, -0.5593553185462952, 0.22022385895252228, 0.18148182332515717, -0.057586874812841415, -0.1242690160870552, 0.40581968426704407, 0.10594786703586578, -0.8551543951034546, 0.31543079018592834, -0.20431670546531677, 0.05619538947939873, -0.2367524951696396, -0.30874356627464294, 0.08079835027456284, -0.20261652767658234, 0.017487965524196625, 0.29547032713890076, -0.026555579155683517, -0.42836126685142517, 0.07197364419698715, 0.006439206190407276, 0.03989765793085098, 0.11799655854701996, 0.01415657252073288, 0.08580175787210464, 0.3257008194923401, 0.3354837894439697, 0.054006513208150864, 0.4170406758785248, 0.45107099413871765, 0.5469923615455627, -0.4530462324619293, 0.12972545623779297, -0.0856190025806427, 0.02148842066526413, 0.15690919756889343, 0.14079053699970245, -0.034217774868011475, -0.376624196767807, -0.046882908791303635, 0.18103782832622528, -0.09858977794647217, 0.2855687439441681, 0.054857801645994186, -0.0763661190867424, 0.027821309864521027, -0.12415564805269241, 0.2893194556236267, -0.008789747022092342, 0.06810586154460907, -0.2695552110671997, 0.4730844497680664, 0.12840785086154938, -0.2707095146179199, 0.01161625050008297, 0.2578115463256836, -0.11507388204336166, -0.21379581093788147, 0.2097250074148178, -0.21384389698505402, -0.1474294811487198, 0.10979032516479492, 0.1167328804731369, 0.04050759971141815, -0.15408404171466827, -0.06428120285272598, 0.29506608843803406, 0.04879127815365791, -0.35742881894111633, -0.607117772102356, -0.23828531801700592, 0.3510206937789917, 0.21878208220005035, -0.5150003433227539, -0.12730543315410614, -0.14996562898159027, -0.11758572608232498, -0.04765608534216881, -0.08767780661582947, -0.021110953763127327, -0.1562708616256714, 0.22503487765789032, -0.20812378823757172, -0.016260968521237373, 0.04358160123229027, 0.07912129908800125, 0.07646508514881134, 0.11874501407146454, -0.21042077243328094, 0.30847451090812683, -0.1911642700433731, 0.3938887417316437, -0.446359246969223, -0.0340689942240715, -0.14468301832675934, 0.3212888240814209, -0.06208212301135063, 0.08952418714761734, 0.36788269877433777, -0.19311398267745972, 0.3674537241458893, -0.1159147247672081, -0.3984815180301666, 0.5171474814414978, 0.17998696863651276, 0.014222090132534504, 0.00992634892463684, 0.10523390024900436, -0.3199019432067871, -0.00273174443282187, -0.02023250423371792, -0.3262374997138977, -0.17983949184417725, -0.49436527490615845, 0.20377086102962494, -0.07140331715345383, -0.24343861639499664, -0.14960354566574097, 0.0748283863067627, -0.17098380625247955, -0.0038511541206389666, -0.23676028847694397, 0.2833348512649536, 0.14719244837760925, -0.2161197066307068, 0.49703946709632874, -0.10623617470264435, 0.3326696753501892, 0.008114669471979141, 0.21627019345760345, -0.027046099305152893, -0.3934783935546875, -0.029667340219020844, 0.20840467512607574, -0.07848998159170151, -0.11067138612270355, -0.044470950961112976, -0.015823541209101677, 0.000625317043159157, 0.20568740367889404, -0.10781742632389069, 0.16140955686569214, 0.32362622022628784, 0.17691968381404877, 0.16580721735954285, -0.24661996960639954, -0.03253389894962311, -0.23015525937080383, -0.3053690493106842, -0.017079191282391548, 0.1303051859140396, 0.12466485798358917, -0.3328104317188263, -0.09386077523231506, 0.8214775919914246, -0.3725355565547943, -0.14670130610466003, -0.03614864498376846, 0.058886367827653885, 0.22089402377605438, -0.15668678283691406, 0.14037282764911652, 0.032232195138931274, -0.12386932969093323, -0.30473828315734863, 0.03683090582489967, 0.08358517289161682, 0.10905829071998596, -0.11921946704387665, 0.09101054072380066, -0.5379467606544495, -0.13974963128566742, 0.14422722160816193, -0.07326767593622208, 0.22757431864738464, -0.2920342683792114, -0.06990144401788712, 0.1337389498949051, 0.2352520078420639, 0.15455637872219086, 0.3703286647796631, 0.23329831659793854, -0.08499442785978317, -0.1616777777671814, -0.1978488266468048, -0.054804619401693344, -0.0540057048201561, 0.04252491891384125, -0.3024841248989105, -0.029241573065519333, 0.04841368645429611, 0.03634665161371231, -0.08630583435297012, 0.15078207850456238, -0.20009522140026093, 0.06988920271396637, 0.197421595454216, -0.37673303484916687, 0.3391924500465393, -0.03051850199699402, -0.1972752958536148, 0.05678722262382507, 0.4008316099643707, 0.09872515499591827, 0.0288972407579422, -0.3203865587711334, 0.03711279109120369, -0.41722142696380615, -0.006189667619764805, 0.26680684089660645, 0.05214493349194527, -0.0773593857884407, -0.04915270581841469, 0.13460534811019897, -0.059713076800107956, -0.21106943488121033, 0.06939070671796799, -0.04017168655991554, 0.1465199589729309, -0.005714465864002705, -0.10447287559509277, 0.2470923364162445, -0.09878283739089966, 0.10148829221725464, -0.27426186203956604, -0.028704319149255753, -0.012846844270825386, 0.31685158610343933, -0.0037783212028443813, 0.110719233751297, -0.03296779841184616, 0.1125345528125763, 0.056309107691049576, 0.21759067475795746, 0.06488167494535446, 0.29714494943618774, -0.08300742506980896, -0.2581048011779785, -0.23556599020957947, 0.058434613049030304, 0.044588230550289154, 0.04525277391076088, 0.013420535251498222, -0.13044580817222595, -0.20246724784374237, 0.29036322236061096, -0.09668295830488205, -0.26533713936805725, 0.2726932168006897, 0.3388251066207886, 0.08730751276016235, -0.11388804018497467, 0.3861512839794159, 0.8150082230567932, -0.005568590480834246, -0.12776508927345276, -0.16268004477024078, -0.49875742197036743, 0.43070003390312195, -0.15392088890075684, 0.059940919280052185, -0.362555593252182, 0.28129443526268005, -0.019193371757864952, -0.20911654829978943, 0.13641038537025452, -0.02984767034649849, -0.12263553589582443, -0.11395377665758133, -0.07580527663230896, -0.02299414575099945, 0.17657503485679626, 0.14228300750255585, 0.3180236518383026, -0.28052055835723877, 0.09022493660449982, 0.256979763507843, -0.08981651812791824, 0.251979798078537, -0.18540281057357788, -0.028352370485663414, -0.012393860146403313, 0.052374836057424545, -0.475452184677124, 0.11787804961204529, -0.23977620899677277, -0.34513020515441895, 0.03928295150399208, -0.20817671716213226, 0.32621631026268005, -0.011100285686552525, 0.18093891441822052, 0.12624898552894592, 0.041635747998952866, 0.07777637988328934, 0.11521141231060028, -0.25551390647888184, 0.11525110900402069, -0.003203463740646839, 0.12886737287044525, -0.13819998502731323, -0.16678622364997864, 0.3791102170944214, -0.12914156913757324, -0.0044526634737849236, 0.15016844868659973, 0.12925301492214203, 0.059786126017570496, 0.3631354868412018, 0.1924072951078415, -0.17084065079689026, -0.23665201663970947, 0.1222444698214531, 0.2276768684387207, 0.06797858327627182, -0.064454585313797, -0.07743977010250092, 0.2679003179073334, 0.19814498722553253, -0.2408737689256668, -0.41323122382164, 0.061536774039268494, -0.17631807923316956, -0.33362841606140137, -0.14035969972610474, -0.062123820185661316, -0.2772441804409027, 0.18508487939834595, -0.018357690423727036, 0.32053014636039734, -0.1518886834383011, -0.0770658478140831, -0.3076876103878021, 0.24373680353164673, 0.23782745003700256, 0.17125867307186127, 0.43373963236808777, -0.3982287049293518, 0.0355171263217926, -0.23893553018569946, 0.01820651814341545, -0.26267698407173157, -0.1327023208141327, -0.008463854901492596, -0.045893050730228424, 0.47880858182907104, 0.012158737517893314, -0.4723539352416992, -0.05241343379020691, -0.043282970786094666, -0.02717403508722782, 0.11989451199769974, -0.09280002117156982, -0.025440998375415802, 0.10652302950620651, 0.15017695724964142, -0.2177334874868393, -0.25097405910491943, -0.26527467370033264, -0.05599241331219673, -0.0028567046392709017, -0.16420301795005798, -0.05094078928232193, -0.3827030062675476, -0.08790593594312668, 0.20347319543361664, -0.04220380634069443, -0.02634386345744133, 0.1420770138502121, 0.1205257847905159, -0.06282402575016022, -0.22070583701133728, 0.18519681692123413, -0.33157584071159363, 0.057273875921964645, 0.30088239908218384, 0.44709745049476624, 0.3884461522102356, 0.15264581143856049, -0.1703534871339798, -0.2830188572406769, 0.11581022292375565, 0.4044736325740814, -0.07395479828119278, -0.006518619600683451, 0.13210000097751617, 0.26832258701324463, -0.22485867142677307, -0.0927223414182663, 0.00865419115871191, 0.06678611785173416, 0.14824031293392181, -0.03694787994027138, -0.020509464666247368, 0.29340577125549316, 0.003841239959001541, -0.030710451304912567, 0.08691283315420151, -0.13405533134937286, -0.021201780065894127, 0.3300258219242096, 0.30374759435653687, 0.09852352738380432, 0.2542631924152374, 0.17795296013355255, 0.0914815366268158, -0.32050102949142456, 0.09483987092971802, 0.029445577412843704, 0.15348057448863983, 0.32678166031837463, 0.6355372071266174, -0.043897777795791626, 0.2947670817375183, -0.11309840530157089, -0.11022830754518509, 0.26010483503341675, 0.3298269212245941, 0.17636796832084656, 0.448556512594223, 0.2700713276863098, -0.07531677186489105, 0.09840250760316849, -0.006318358704447746, 0.17346929013729095, -0.08708004653453827, -0.12791553139686584, 0.10257482528686523, -0.04646822065114975, -0.060503847897052765, -0.21937435865402222, -0.1361432820558548, 0.19413340091705322, -0.06585151702165604, -0.21868520975112915, 0.060847509652376175, -0.28709617257118225, 0.13146927952766418, 0.07155731320381165, 0.4614575207233429, -0.3414214849472046, 0.1530718356370926, 0.6252040266990662, 0.08391740918159485, 0.013782545924186707, 0.22427257895469666, -0.03380950540304184, -0.23457998037338257, -0.13162381947040558, -0.13178130984306335, -0.1752030849456787, 0.07232633978128433, 0.31437283754348755, 0.06382448226213455, -0.235540971159935, -0.20694796741008759, 0.02472003363072872, -0.13626433908939362, -0.010319314897060394, -0.1357937455177307, 0.057715438306331635, -0.11892292648553848, 0.05210769921541214, 0.18540924787521362, -0.18880341947078705, -0.04806520789861679, 0.14851497113704681, -0.11296358704566956, -0.18843042850494385, 0.002894774079322815, 0.0029971126932650805, 0.007601095829159021, -0.03264331817626953, 0.3536880314350128, -0.022037193179130554, -0.34880882501602173, 0.42391952872276306, -0.35929134488105774, -0.30373355746269226, 0.04267439991235733, 0.19001157581806183, 0.24869370460510254, 0.18189051747322083, 0.4764523506164551, -0.025203116238117218, 0.119503453373909, 0.007103604264557362, -0.11924893409013748, 0.20811934769153595, 0.05359937623143196, 0.05691437050700188, 0.17674647271633148, -0.0023756567388772964, -0.005650053266435862, 0.3655394911766052, 0.15706124901771545, -0.23981186747550964, 0.03645188733935356, 0.22491897642612457, -0.032852619886398315, 0.16804373264312744, -0.3332415521144867, 0.09057179093360901, -0.0863320380449295, 0.14865116775035858, 0.09314937144517899, -0.5883338451385498, 0.15150205790996552, 0.2698190212249756, -0.19904226064682007, 0.6983584761619568, 0.12237757444381714, 0.557850182056427, -0.03477480262517929, 0.27873852849006653, -0.17453786730766296, -0.4010521173477173, 0.14379003643989563, 0.13857805728912354, 0.30073103308677673, 0.14116033911705017, 0.003426959039643407, -0.4031651020050049, 0.08947338908910751, -0.08933284133672714, -0.23739460110664368, 0.2410641610622406, 0.2348356395959854, 0.001476329518482089, 0.206223264336586, -0.06653649359941483, -0.09441743046045303, -0.28476640582084656, 0.26454049348831177, 0.16562512516975403, 0.031287871301174164, -0.2046339213848114, -0.1883012354373932, 0.04728110507130623, -0.041048333048820496, -0.12061288952827454, -0.11152438074350357, -0.12386831641197205, 0.11186625808477402, -0.39991697669029236, 0.3245527148246765, -0.11865120381116867, -0.2100798487663269, 0.1167542040348053, -0.004290118347853422, -0.28713259100914, -0.38309529423713684, -0.07029842585325241, -0.12128020077943802, -0.2468814104795456, 0.35581713914871216, 0.014706284739077091, 0.30330151319503784, -0.06297674775123596, -0.16700291633605957 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation#setup
Setup You need to enable targeting either by setting the following config pimcore_personalization: targeting: enabled: true or using the cookie pimcore_targeting_enabled=1. if you'd like to use geo-related conditions in your targeting rules it's necessary to configure the underlying data provider first.
Setup
[ -0.02229432947933674, -0.2015494853258133, -0.17646440863609314, -0.21017223596572876, 0.22124946117401123, -0.4432486593723297, 0.4402546286582947, -0.028911272063851357, -0.16576041281223297, 0.037011127918958664, -0.1935110092163086, 0.15054748952388763, 0.17173829674720764, 0.2447318583726883, -0.38785988092422485, 0.09312448650598526, 0.010461216792464256, 0.18714970350265503, -0.15437373518943787, -0.054080624133348465, 0.04595498740673065, 0.08318396657705307, 0.1339711844921112, 0.2288399487733841, -0.2772960364818573, 0.016073450446128845, 0.07614637911319733, 0.009971758350729942, -0.20807142555713654, -0.20858485996723175, 0.07493361085653305, 0.42311763763427734, -0.06775856018066406, 0.058862484991550446, -0.00009755315841175616, 0.0405389741063118, 0.0755065456032753, -0.06188397482037544, 0.10969247668981552, 0.09364337474107742, -0.12913012504577637, -0.1654898226261139, -0.029411794617772102, -0.02257395349442959, -0.3591630458831787, 0.2845272123813629, -0.015572329983115196, 0.16942408680915833, 0.1958492249250412, 0.28771936893463135, 0.3670770823955536, -0.13750389218330383, -0.07351444661617279, -0.1007026806473732, 0.0042356159538030624, 0.1457929164171219, -0.09275346994400024, -0.1598697453737259, -0.09088852256536484, -0.21863953769207, -0.022060343995690346, 0.2815606892108917, 0.005712525919079781, 0.2454911470413208, -0.05040872469544411, 0.002947357716038823, 0.2864401638507843, -0.0839405208826065, 0.04648830369114876, -0.04097214713692665, 0.04819408431649208, 0.23422552645206451, -0.03800882771611214, -0.0891253799200058, -0.19885292649269104, -0.0348845012485981, 0.2370433807373047, -0.013517630286514759, -0.0676693320274353, 0.2869737148284912, -0.10464754700660706, -0.02803707867860794, -0.02114090882241726, 0.11870329827070236, -0.09951357543468475, 0.3504675626754761, 0.013316701166331768, -0.1827140748500824, 0.22019506990909576, -0.2729559540748596, 0.20137739181518555, 0.20889033377170563, 0.09702813625335693, -0.02706247754395008, 0.14978833496570587, -0.26391464471817017, -0.05156076326966286, 0.3841191232204437, 0.05747991055250168, 0.06623338907957077, 0.31634581089019775, 0.3501337766647339, -0.04314274713397026, 0.1435219943523407, 0.0957946851849556, -0.1210816279053688, 0.1963508576154709, 0.15030093491077423, 0.37928804755210876, -0.009711438789963722, -0.2321881204843521, 0.0964013859629631, 0.2612150311470032, -0.23038393259048462, -0.16136562824249268, 0.3149929344654083, 0.04568197950720787, -0.06980505585670471, -0.11701307445764542, -0.136094331741333, 0.007752604782581329, -0.012117898091673851, 0.08340073376893997, 0.2995392084121704, -0.09381444752216339, -0.16113144159317017, -0.21856215596199036, 0.22522330284118652, -0.2808273732662201, 0.08231482654809952, -0.16140753030776978, 0.1322425752878189, -0.21029317378997803, -0.14524590969085693, 0.4052380323410034, 0.3730180263519287, 0.26217249035835266, -0.11679690331220627, 0.0979868620634079, -0.12063451111316681, 0.1711536943912506, 0.06478824466466904, 0.20013225078582764, 0.13845759630203247, 0.003553624963387847, -0.22787143290042877, 0.06047257408499718, 0.11278152465820312, -0.14701910316944122, 0.05692649260163307, -0.17096099257469177, -0.22712203860282898, 0.3513961732387543, 0.34881871938705444, -0.0167210903018713, -0.15654991567134857, 0.3596944510936737, 0.06245066225528717, -0.05353015661239624, -0.08148296922445297, -0.02920394390821457, 0.08216116577386856, -0.04771915078163147, -0.03320605680346489, -0.008496786467730999, 0.25126537680625916, 0.1194787546992302, -0.02722851373255253, -0.1458035111427307, -0.22730906307697296, 0.16833914816379547, -0.2063753455877304, -0.14847064018249512, -0.1607106626033783, -0.07654508948326111, 0.19406527280807495, 0.18923355638980865, -0.009792300872504711, -0.2939971685409546, -0.12117183208465576, -0.5007007122039795, -0.19639088213443756, -0.1347501426935196, -0.10744171589612961, -0.11327353119850159, 0.07038874924182892, -0.036410313099622726, 0.26307186484336853, 0.181437686085701, 0.33328917622566223, -0.21216821670532227, -0.13726919889450073, -0.16859936714172363, 0.09029669314622879, 0.22869257628917694, 0.13551142811775208, 0.3620365262031555, 0.0631725937128067, -0.18179211020469666, 0.07481992244720459, 0.0698978528380394, 0.02362065576016903, 0.3797142803668976, -0.17924563586711884, 0.09269844740629196, 0.2862994372844696, 0.06922201812267303, -0.011286795139312744, -0.5582157969474792, 0.130160853266716, 0.14069746434688568, -0.10950353741645813, -0.15577690303325653, -0.21870940923690796, -0.20854099094867706, -0.1769634336233139, 0.3990119695663452, 0.1490381509065628, 0.08985666185617447, -0.4224669933319092, 0.1698373705148697, 0.32264840602874756, 0.21406245231628418, 0.07418650388717651, 0.37829744815826416, 0.01601283997297287, -0.32714760303497314, -0.010379910469055176, 0.1157393604516983, -0.031891461461782455, 0.5252395868301392, 0.0689251571893692, 0.07925499975681305, 0.04460209235548973, 0.3208719491958618, 0.18140223622322083, 0.2652071714401245, 0.09226372092962265, 0.15265588462352753, -0.2510325312614441, 0.1350005865097046, 0.11269255727529526, -0.013760631904006004, 0.10964912176132202, -0.13882414996623993, 0.36204513907432556, 0.32660529017448425, -0.00189044454600662, 0.05775715038180351, 0.05898512154817581, 0.3472645878791809, -0.25859585404396057, 0.06712056696414948, -0.5667780637741089, -0.09002980589866638, 0.09884140640497208, -0.13328903913497925, 0.02112901210784912, -0.40502694249153137, 0.46161943674087524, -0.07993148267269135, 0.30546823143959045, 0.26595520973205566, 0.13549727201461792, 0.04615286737680435, -0.04321920871734619, 0.07710776478052139, -0.06648143380880356, 0.1995345503091812, 0.3310660719871521, 0.2475266307592392, -0.031567834317684174, 0.10731088370084763, -0.19716887176036835, 0.14136424660682678, -0.11214032769203186, -0.32323572039604187, -0.18217909336090088, 0.14766861498355865, -0.09147302806377411, -0.3172091543674469, -0.10204995423555374, -0.09697654843330383, -0.057693760842084885, -0.21260574460029602, -0.28098946809768677, -0.25615230202674866, 0.21384504437446594, 0.07332758605480194, -0.29178109765052795, -0.25252506136894226, -0.039813749492168427, 0.3802005350589752, 0.17168056964874268, -0.1650169938802719, 0.2531287372112274, 0.0860896185040474, 0.43593794107437134, -0.15739379823207855, -0.09718023985624313, -0.1640394777059555, -0.0521354004740715, -0.14894959330558777, 0.28799009323120117, -0.3149512708187103, 0.2693957984447479, 0.02886570245027542, -0.17443343997001648, 0.22921180725097656, -0.03546345233917236, -0.213819682598114, 0.0765184834599495, 0.19401772320270538, 0.1628059595823288, 0.015952322632074356, 0.13762229681015015, -0.29198551177978516, 0.1666763424873352, 0.3150392770767212, -0.07569046318531036, -0.23340068757534027, -0.13421286642551422, -0.08739898353815079, 0.18879781663417816, -0.24025274813175201, -0.029048774391412735, -0.33355095982551575, -0.13531795144081116, 0.0022681031841784716, 0.25118306279182434, 0.2447732537984848, 0.13081242144107819, 0.006793802138417959, 0.01079112570732832, -0.40875333547592163, 0.07498078048229218, -0.2757122814655304, -0.040869031101465225, 0.4428025484085083, -0.4656616151332855, -0.3477284908294678, -0.08012764155864716, -0.032142817974090576, 0.005476008635014296, -0.00677560456097126, 0.007503948174417019, -0.24722667038440704, -0.17232106626033783, -0.1758415549993515, 0.13674083352088928, -0.0506267175078392, 0.37575969099998474, -0.11712310463190079, -0.3388735055923462, -0.15832792222499847, -0.10323309898376465, 0.2860235869884491, 0.09843175858259201, 0.03696984052658081, -0.19900257885456085, -0.36611542105674744, -0.02227133698761463, 0.6549153327941895, -0.23793461918830872, -0.022977465763688087, 0.6254020929336548, 0.059444915503263474, 0.11846126616001129, 0.08536213636398315, -0.1832306832075119, 0.11692176759243011, 0.17450326681137085, 0.022962763905525208, 0.2817428708076477, -0.0071253664791584015, -0.1344529688358307, -0.3948437571525574, -0.03950434923171997, -0.5008865594863892, -0.2786179482936859, -0.09060932695865631, 0.18794693052768707, -0.0334007665514946, 0.08723852783441544, -0.037204138934612274, -0.2710301876068115, -0.03520743548870087, -0.002648344961926341, 0.22846338152885437, -0.11456824094057083, -0.05131774768233299, -0.25528275966644287, -0.3991483449935913, -0.12853433191776276, 0.19981954991817474, -0.02928001992404461, -0.05836125463247299, -0.1797695904970169, -0.2725687026977539, 0.11924676597118378, -0.0560992956161499, 0.3565116822719574, -0.053205035626888275, 0.19314007461071014, -0.2908073663711548, -0.16931498050689697, 0.1118878722190857, 0.09884106367826462, 0.004089054651558399, -0.22641275823116302, 0.12463616579771042, 0.33906108140945435, -0.1507229506969452, -0.03296664357185364, -0.14469173550605774, -0.482597291469574, 0.16539515554904938, -0.15437662601470947, -0.20312628149986267, -0.07996013760566711, -0.3661898374557495, 0.23552347719669342, 0.025666095316410065, 0.01787419058382511, 0.09455274045467377, -0.26603925228118896, 0.08254949748516083, -0.08945763111114502, -0.0005504578002728522, 0.27179837226867676, 0.0225420743227005, 0.05618482455611229, -0.22227874398231506, -0.05608067661523819, -0.05616232380270958, 0.3009532690048218, 0.2988502085208893, 0.14508502185344696, 0.08202400803565979, 0.006524631753563881, 0.039327699691057205, 0.06406104564666748, 0.26403194665908813, 0.24908597767353058, -0.030295811593532562, -0.15878601372241974, 0.11918468028306961, 0.33613380789756775, 0.34598949551582336, -0.3284822404384613, -0.25931674242019653, -0.060198403894901276, 0.0941886156797409, 0.10477768629789352, -0.17031478881835938, -0.1719844490289688, 0.17863227427005768, 0.018841037526726723, -0.09230586886405945, -0.014678936451673508, 0.2963671088218689, 0.8964058756828308, 0.30026352405548096, -0.12054911255836487, -0.1467888206243515, -0.15412075817584991, 0.1456316113471985, -0.024443726986646652, 0.22215920686721802, 0.0013049127301201224, 0.10572531819343567, 0.09017293900251389, -0.023731186985969543, 0.25514501333236694, 0.44650909304618835, -0.16362211108207703, -0.15738877654075623, -0.1317991018295288, -0.07519877701997757, -0.04037157818675041, -0.0022449211683124304, 0.0016840327298268676, -0.19216418266296387, 0.019031740725040436, 0.30497780442237854, -0.15493792295455933, 0.4143303632736206, 0.06721165776252747, 0.003157597966492176, -0.41398993134498596, -0.3129407465457916, 0.21479813754558563, 0.18393608927726746, -0.4861818253993988, -0.2198159098625183, -0.1429385095834732, -0.2866836488246918, -0.29421812295913696, -0.22924257814884186, 0.46104612946510315, 0.16255085170269012, -0.15286877751350403, 0.24144573509693146, 0.30663129687309265, -0.14569374918937683, -0.21804605424404144, -0.13198594748973846, 0.0160304494202137, -0.26575222611427307, -0.2599126398563385, -0.2675780653953552, -0.02520555444061756, -0.026563746854662895, 0.02012140303850174, 0.10875817388296127, 0.02386779710650444, 0.12695562839508057, 0.0012947587529197335, -0.034402623772621155, -0.04052900895476341, -0.22882749140262604, 0.32672664523124695, -0.08298997581005096, -0.04687926545739174, 0.00963134877383709, 0.2828717827796936, -0.06897827982902527, -0.30488693714141846, 0.38992106914520264, -0.03861347213387489, -0.013521309942007065, 0.17275483906269073, -0.2616051733493805, -0.2874044179916382, -0.40009111166000366, -0.007639591116458178, -0.007180887274444103, 0.17255790531635284, -0.27327513694763184, 0.09082092344760895, -0.35248929262161255, 0.3127996027469635, 0.2991050183773041, 0.011952085420489311, 0.3856954872608185, 0.08778101950883865, -0.18371379375457764, -0.3056514263153076, -0.33008021116256714, -0.5194262266159058, -0.03407124802470207, 0.2786577641963959, 0.26881226897239685, 0.24360200762748718, 0.05839452147483826, -0.48817625641822815, -0.16371114552021027, -0.08341813832521439, 0.0876752957701683, -0.044733382761478424, -0.28751757740974426, -0.06024264544248581, -0.01533412653952837, 0.20833170413970947, 0.0091834282502532, -0.2738049328327179, -0.4304552674293518, -0.09524000436067581, 0.04508519917726517, 0.20015355944633484, -0.1681664139032364, -0.3008246123790741, 0.13407383859157562, -0.12761034071445465, 0.032576654106378555, 0.012662520632147789, -0.032710738480091095, 0.03693556785583496, -0.09076155722141266, -0.15997233986854553, -0.18039865791797638, 0.02842865325510502, -0.3767538070678711, -0.0033854807261377573, -0.11866193264722824, 0.2631795108318329, 0.07984178513288498, -0.1941068023443222, -0.059002090245485306, 0.4453917443752289, 0.1969906985759735, 0.19661861658096313, 0.3130226731300354, 0.02076234109699726, 0.11427582055330276, -0.18468733131885529, 0.059810005128383636, -0.00585883529856801, -0.11791597306728363, 0.06273788213729858, -0.06691709160804749, 0.2246473878622055, 0.4369913637638092, -0.39610162377357483, -0.15620969235897064, 0.43897655606269836, -0.20300380885601044, 0.2608969211578369, 0.31404757499694824, 0.20484593510627747, 0.05827542021870613, 0.11364535242319107, 0.39228546619415283, 0.2698138654232025, -0.1429843306541443, -0.030125951394438744, -0.028455914929509163, -0.21791207790374756, 0.12364843487739563, 0.7738797664642334, 0.17712876200675964, 0.2640856206417084, 0.07085756212472916, -0.058415573090314865, 0.3923081159591675, -0.06185838580131531, 0.1498103141784668, 0.023334430530667305, -0.37112316489219666, 0.08795860409736633, -0.002937530167400837, 0.01940864510834217, -0.01919487863779068, 0.053037770092487335, 0.1482883095741272, -0.41137394309043884, -0.03983310982584953, -0.08610904961824417, -0.030998317524790764, -0.17275363206863403, 0.07003555446863174, -0.3621639609336853, -0.10851656645536423, -0.06880079954862595, -0.15353913605213165, 0.18017534911632538, 0.054659366607666016, 0.4344450831413269, -0.22820991277694702, -0.16293960809707642, 0.02452162839472294, -0.09099268913269043, 0.07387421280145645, 0.09492766112089157, -0.2178005874156952, -0.03721175715327263, -0.3329133689403534, -0.3006892800331116, 0.08080572634935379, 0.02319689467549324, -0.06692411750555038, 0.14398075640201569, 0.20142847299575806, -0.21666337549686432, -0.009916609153151512, -0.25238311290740967, -0.37418490648269653, 0.2261463701725006, 0.42137837409973145, 0.19976578652858734, 0.21146772801876068, 0.32479050755500793, -0.4651992619037628, 0.1203538179397583, 0.2055094689130783, 0.08273021876811981, 0.03470825031399727, -0.07150357216596603, 0.2544443905353546, -0.09838995337486267, -0.053145166486501694, -0.11039803922176361, -0.3259321451187134, -0.2423926442861557, 0.1706504076719284, -0.3507538139820099, 0.005616618786007166, -0.5034350156784058, 0.16512441635131836, 0.19003668427467346, 0.23899434506893158, 0.008847791701555252, -0.11362898349761963, -0.21189558506011963, 0.026322653517127037, -0.18732254207134247, 0.3511020243167877, -0.019793668761849403, 0.3863895833492279, -0.08730849623680115, -0.07025686651468277, -0.04252362623810768, 0.3251161575317383, 0.13948006927967072, 0.4329466223716736, -0.025230851024389267, 0.10385677963495255, -0.024378446862101555, 0.35603317618370056, -0.2980514466762543, 0.1940360963344574, 0.21968033909797668, -0.178471177816391, 0.27769964933395386, -0.16645506024360657, 0.2996768653392792, 0.19365814328193665, -0.3404044210910797, 0.12844660878181458, -0.18747864663600922, 0.5586267709732056, 0.04393325373530388, 0.26931896805763245, -0.23963744938373566, 0.2076985090970993, -0.0011216856073588133, 0.1313297301530838, -0.1527917981147766, -0.1677391231060028, 0.18519334495067596, 0.11159557104110718, 0.12278950959444046, -0.05183562636375427, -0.10830450057983398, 0.20173928141593933, 0.13899298012256622, 0.022525057196617126, 0.5184668302536011, 0.1817140132188797, 0.07053937762975693, -0.17929942905902863, -0.12424289435148239, -0.17801928520202637, 0.12393064051866531, -0.1411750167608261, -0.19581320881843567, -0.32022008299827576, 0.10092753916978836, -0.15348796546459198, -0.23617126047611237, -0.07807142287492752, 0.3455866873264313, -0.15259869396686554, -0.054619450122117996, -0.21636585891246796, 0.1336105614900589, -0.042171694338321686, -0.029012201353907585, -0.13370804488658905, -0.03530450165271759, -0.1526983380317688, -0.10471081733703613, -0.11417578160762787, 0.3948613107204437, 0.3813154697418213, 0.3208605945110321, -0.3101533353328705, -0.07160601019859314 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation#configuring-the-maxmind-geoip-data-provider
Configuring the MaxMind GeoIP Data Provider Follow the official instructions for obtaining and updating the GeoIP database. Store the database file at the location of your choice, the default location used by geoipupdate is /usr/share/GeoIP/GeoLite2-City.mmdb Set the path to the database file in your parameters.yaml to enable the geo support in Pimcore: pimcore.geoip.db_file: /usr/share/GeoIP/GeoLite2-City.mmdb
Configuring the MaxMind GeoIP Data Provider
[ -0.10086411982774734, 0.23334720730781555, 0.00046056194696575403, -0.01238013245165348, 0.17757141590118408, -0.24991947412490845, -0.12432202696800232, 0.032700374722480774, -0.21650952100753784, 0.29086822271347046, -0.17781437933444977, 0.4545946419239044, 0.2749631404876709, 0.12298692762851715, 0.14574980735778809, -0.10244958847761154, 0.04036904126405716, 0.15918698906898499, -0.17891483008861542, -0.06624604761600494, -0.23556765913963318, 0.028958609327673912, 0.027864500880241394, 0.31916630268096924, -0.42737308144569397, -0.034526314586400986, -0.3604966998100281, 0.469344824552536, -0.2750833034515381, -0.2691047489643097, 0.05718746408820152, 0.22684535384178162, 0.22532211244106293, 0.30816715955734253, -0.00011202408495591953, -0.011552088893949986, 0.1758238673210144, -0.18582095205783844, 0.02201409637928009, -0.1867302805185318, -0.7783728837966919, -0.23622611165046692, 0.028874939307570457, -0.06335633993148804, -0.25928470492362976, 0.3613782823085785, 0.13517118990421295, 0.37729835510253906, 0.010348886251449585, 0.05953974276781082, 0.1332121193408966, 0.06322376430034637, 0.18657301366329193, -0.34865036606788635, -0.10737539827823639, -0.040136829018592834, -0.1390373408794403, 0.12863454222679138, 0.28205379843711853, -0.03938259556889534, 0.2827441990375519, 0.1028379425406456, 0.06287474185228348, -0.07237699627876282, 0.3499896824359894, 0.3227505087852478, 0.10855995118618011, 0.057972852140665054, -0.03568869084119797, 0.1580769270658493, 0.233653724193573, -0.3654669523239136, -0.24036182463169098, 0.2794938087463379, -0.09970811009407043, -0.44844213128089905, 0.2834729254245758, 0.24006246030330658, 0.15236367285251617, 0.442475289106369, 0.1377445012331009, -0.5068717002868652, -0.06046336516737938, 0.20038200914859772, -0.33282068371772766, 0.4505937099456787, -0.043690092861652374, -0.16162389516830444, -0.09728541225194931, -0.12464534491300583, 0.01651667430996895, 0.20283253490924835, 0.15271665155887604, -0.17318381369113922, -0.08162917196750641, -0.2494170069694519, -0.12307035177946091, 0.07963141798973083, -0.11448391526937485, 0.22716790437698364, 0.6553313136100769, 0.06711836904287338, -0.11751462519168854, 0.2870803773403168, 0.32956886291503906, -0.14129306375980377, -0.19118590652942657, 0.5790488123893738, 0.3634698987007141, 0.12793850898742676, 0.19510018825531006, -0.056682877242565155, -0.12159329652786255, 0.23462659120559692, -0.07557443529367447, 0.09708377718925476, 0.15677392482757568, 0.07685926556587219, 0.3404112160205841, -0.028733480721712112, -0.1444680243730545, 0.19794060289859772, 0.25238296389579773, 0.044410597532987595, -0.16931304335594177, 0.1070946455001831, 0.055377792567014694, 0.11115940660238266, -0.003778918879106641, -0.1407429575920105, -0.24130359292030334, 0.11545895785093307, -0.12977634370326996, 0.42533785104751587, 0.22594104707241058, 0.15109704434871674, 0.3152583837509155, 0.00895277876406908, -0.09393229335546494, 0.15505416691303253, 0.3502117991447449, -0.08459025621414185, -0.10115011781454086, 0.3862665593624115, 0.13640347123146057, -0.08831343799829483, -0.2872779071331024, 0.14750856161117554, -0.08281984180212021, 0.18918953835964203, -0.29251807928085327, -0.24063578248023987, -0.1529112607240677, 0.18897710740566254, 0.3082529306411743, 0.016845453530550003, 0.016135752201080322, 0.028146112337708473, 0.09390518814325333, -0.3215753138065338, 0.11356725543737411, -0.015125494450330734, 0.02558114007115364, -0.1798965036869049, 0.32452911138534546, 0.08085460960865021, -0.197787806391716, 0.19307875633239746, -0.17362287640571594, 0.20704513788223267, -0.2568912208080292, -0.17789870500564575, -0.0693708211183548, 0.20305810868740082, -0.12510618567466736, 0.38203662633895874, 0.2877875864505768, -0.45748957991600037, -0.5294857621192932, -0.4056316614151001, -0.28153669834136963, -0.5174513459205627, -0.27125561237335205, 0.30393317341804504, 0.0561537928879261, -0.05321893095970154, 0.11348458379507065, 0.3881458640098572, 0.08040642738342285, 0.035848598927259445, -0.2772079110145569, -0.31304630637168884, -0.32255125045776367, 0.17048922181129456, -0.001653982442803681, -0.06238652765750885, 0.17601428925991058, 0.44059476256370544, -0.18154318630695343, 0.12594550848007202, -0.06271091848611832, 0.21815985441207886, 0.048169080168008804, -0.14205244183540344, -0.07924770563840866, 0.022620586678385735, 0.13087277114391327, 0.04589679092168808, -0.6827661991119385, 0.19177809357643127, -0.12150473147630692, -0.06294502317905426, 0.08442467451095581, -0.18995746970176697, -0.15628357231616974, 0.2060691863298416, 0.19448480010032654, 0.14853990077972412, 0.19154752790927887, -0.06711190193891525, 0.10195479542016983, -0.007176781073212624, -0.015507803298532963, 0.1638471484184265, -0.041404180228710175, 0.03271079808473587, -0.28528520464897156, 0.011590606532990932, -0.10259512066841125, -0.06420856714248657, 0.246250182390213, -0.010260075330734253, 0.12780052423477173, 0.4552135467529297, 0.09729256480932236, 0.17774777114391327, 0.3445570468902588, 0.3445955812931061, 0.37452566623687744, -0.29687878489494324, 0.38425707817077637, 0.21682290732860565, 0.08432872593402863, 0.03568053990602493, -0.26120591163635254, 0.06121606379747391, 0.1834653615951538, -0.18455994129180908, 0.37536659836769104, -0.0021864864975214005, 0.19695453345775604, -0.03348696231842041, 0.009581310674548149, -0.28675150871276855, -0.3974777162075043, 0.4935413897037506, 0.1371692717075348, 0.11827150732278824, -0.3499010503292084, 0.32092660665512085, 0.29500865936279297, -0.11932295560836792, 0.34997284412384033, -0.00978574063628912, -0.22077181935310364, -0.07247450947761536, -0.017000360414385796, -0.3593798875808716, 0.1225488930940628, 0.23230905830860138, 0.3810015916824341, 0.16421549022197723, -0.10100745409727097, -0.10230132937431335, 0.07159172743558884, 0.14696380496025085, -0.2946375608444214, -0.04042112082242966, 0.2966185510158539, -0.09411869943141937, 0.026075614616274834, 0.25110483169555664, 0.021225351840257645, 0.09844877570867538, 0.04960942640900612, -0.21715505421161652, -0.26766422390937805, -0.08830191940069199, 0.11728835850954056, -0.5839611887931824, -0.2146734595298767, -0.08129777759313583, 0.2765886187553406, 0.04810395836830139, 0.2188483625650406, 0.16549794375896454, -0.011293846182525158, 0.4438803493976593, -0.16087821125984192, -0.30014359951019287, -0.10333383828401566, 0.18561044335365295, -0.2675396203994751, 0.06998182088136673, 0.1883852630853653, 0.3983805775642395, 0.02018263190984726, -0.1400839239358902, 0.16941364109516144, 0.05021919310092926, -0.17577184736728668, 0.2602885067462921, 0.21213972568511963, 0.2769300937652588, 0.21088267862796783, -0.06991155445575714, -0.03287055715918541, 0.08447433263063431, 0.22238552570343018, -0.2717903256416321, -0.008861961774528027, -0.22322149574756622, 0.11730212718248367, 0.10216044634580612, -0.14756570756435394, -0.19840224087238312, -0.4264891445636749, -0.2375410497188568, -0.0749325230717659, 0.2633148431777954, 0.13328860700130463, -0.16964322328567505, 0.00341792032122612, 0.18482103943824768, 0.048880137503147125, -0.1880735158920288, -0.05138825997710228, -0.5294559597969055, 0.45654770731925964, -0.3082926869392395, -0.17110633850097656, -0.00673019140958786, -0.2458953708410263, 0.35728776454925537, -0.19967034459114075, 0.015100271441042423, -0.45323795080184937, -0.13538268208503723, 0.064748115837574, 0.05770038440823555, 0.24835193157196045, 0.564041256904602, -0.23906733095645905, -0.1335594356060028, 0.04776720330119133, -0.3696936368942261, 0.38187044858932495, 0.48672762513160706, 0.3452104926109314, 0.046742033213377, -0.5331229567527771, 0.11775203794240952, 0.6296249032020569, -0.17960293591022491, 0.04115693271160126, 0.42386728525161743, 0.13591694831848145, 0.18218834698200226, -0.2433791309595108, -0.17216229438781738, -0.13468293845653534, 0.15672239661216736, -0.16979990899562836, 0.10090126097202301, 0.29991573095321655, -0.09411615133285522, -0.22702009975910187, -0.2732250690460205, -0.5890547633171082, -0.18856677412986755, -0.12452520430088043, 0.6281648874282837, 0.042299527674913406, 0.04923490062355995, 0.0917467325925827, -0.37723395228385925, -0.07374260574579239, -0.010361148044466972, 0.3656806945800781, -0.1736104041337967, 0.21967869997024536, 0.025859244167804718, -0.23037274181842804, -0.19618774950504303, 0.3286074995994568, -0.009645871818065643, -0.24498283863067627, -0.0175641980022192, -0.17397581040859222, 0.12045438587665558, -0.34127283096313477, 0.15784169733524323, -0.19102773070335388, -0.2898675203323364, 0.033866338431835175, -0.22322887182235718, 0.5394579172134399, -0.1397857964038849, -0.06414537876844406, -0.1352003663778305, 0.42957133054733276, 0.11758173257112503, -0.2361360639333725, -0.0737994983792305, 0.1564030945301056, -0.2021142691373825, -0.054476793855428696, 0.3225780725479126, -0.20080983638763428, -0.37167686223983765, 0.03429005667567253, 0.0874006450176239, -0.22457796335220337, 0.092382051050663, 0.4358370304107666, -0.1975395232439041, 0.10921220481395721, 0.030241267755627632, -0.15464170277118683, 0.22369667887687683, 0.16174548864364624, 0.08850760757923126, -0.18309839069843292, 0.19072774052619934, -0.0020069002639502287, 0.6319045424461365, 0.27108320593833923, 0.21259427070617676, 0.1505032628774643, 0.19260120391845703, -0.16973330080509186, 0.3292038142681122, 0.24449098110198975, 0.2699059545993805, -0.20508046448230743, 0.3401264548301697, -0.18184266984462738, -0.1986902952194214, 0.21704907715320587, 0.1212841048836708, -0.27315187454223633, -0.49107399582862854, -0.19320251047611237, 0.3051512539386749, 0.30095791816711426, -0.010395200923085213, 0.233747199177742, -0.2299257516860962, -0.2206794172525406, -0.020473331212997437, 0.2060403972864151, 1.1156039237976074, -0.2054433375597, 0.09887594729661942, -0.0974760353565216, 0.02234545536339283, 0.5078203082084656, -0.5865601897239685, 0.32269278168678284, -0.36188846826553345, -0.10412876307964325, -0.10611286759376526, 0.0740317553281784, 0.2316531538963318, 0.07484406232833862, -0.43424463272094727, 0.21855482459068298, -0.0583389513194561, 0.02668698877096176, 0.04829598218202591, 0.3914465308189392, -0.1698072850704193, -0.2097349911928177, 0.18853238224983215, 0.1737993359565735, -0.2756797969341278, -0.24242056906223297, 0.0402127169072628, -0.405074805021286, -0.2258591502904892, -0.11061049997806549, -0.17045824229717255, -0.001217917539179325, -0.6738719344139099, -0.10031204670667648, -0.33562764525413513, 0.03333519399166107, -0.4738703668117523, -0.41989901661872864, 0.0517161600291729, 0.18753811717033386, -0.20590128004550934, 0.1272178739309311, -0.1489095389842987, -0.047464627772569656, 0.1276143342256546, 0.15544573962688446, 0.11789914965629578, -0.044326987117528915, -0.11933162063360214, 0.1290576010942459, 0.2404875010251999, -0.35428959131240845, -0.5295542478561401, -0.07457434386014938, 0.4017574191093445, 0.14592298865318298, 0.05271117389202118, -0.003230611328035593, -0.09890806674957275, -0.19227994978427887, 0.1701788455247879, -0.030634505674242973, 0.20223408937454224, -0.12738345563411713, 0.02411630004644394, -0.02255590446293354, -0.29277849197387695, 0.35887032747268677, -0.0832735225558281, -0.1907084882259369, -0.11568513512611389, -0.06146712228655815, 0.04338405281305313, -0.23709899187088013, 0.32341268658638, -0.24286113679409027, 0.4288114309310913, -0.1426514983177185, 0.3052636981010437, -0.26336443424224854, 0.13721896708011627, 0.5269150733947754, 0.05077724531292915, -0.11121628433465958, -0.2413841336965561, -0.1394161432981491, -0.2753390967845917, 0.12967370450496674, -0.15041713416576385, 0.014241357333958149, 0.28553128242492676, 0.12152007967233658, 0.08062945306301117, -0.0030207543168216944, -0.32922810316085815, -0.029474452137947083, -0.3867168724536896, -0.188630148768425, -0.26285460591316223, -0.15922760963439941, -0.0247150007635355, -0.09839921444654465, 0.04436665028333664, -0.10598192363977432, -0.3400818407535553, -0.2319476157426834, -0.0574541799724102, 0.10413344204425812, 0.22555673122406006, -0.15394464135169983, -0.2959156632423401, -0.2396136373281479, 0.017909813672304153, -0.1035032868385315, -0.19053465127944946, -0.02382017858326435, -0.014491419307887554, 0.09358878433704376, -0.305610328912735, -0.08770687133073807, -0.057208482176065445, -0.25666025280952454, 0.4048866033554077, -0.104079470038414, -0.03241773694753647, 0.31462186574935913, 0.0018325799610465765, -0.16474714875221252, 0.06878701597452164, 0.27161717414855957, -0.08308390527963638, 0.1771024465560913, 0.21936926245689392, -0.10100147873163223, -0.19685949385166168, -0.12552043795585632, 0.08779095858335495, 0.14598235487937927, -0.020908299833536148, 0.13710829615592957, 0.14181330800056458, 0.26402026414871216, -0.13699176907539368, -0.26235902309417725, 0.6519415974617004, -0.26297780871391296, -0.10414386540651321, 0.295521080493927, 0.36650705337524414, 0.043300554156303406, -0.06994825601577759, 0.19342172145843506, 0.3594054877758026, -0.5089833736419678, 0.11447780579328537, 0.4134097099304199, 0.046109821647405624, 0.12081609666347504, 0.2405819147825241, 0.4696764349937439, 0.22254619002342224, 0.424530029296875, 0.01960730366408825, 0.3205351233482361, -0.12022305279970169, 0.09131081402301788, 0.054851822555065155, -0.5334545373916626, -0.09015026688575745, -0.06359746307134628, -0.11172004044055939, 0.12918788194656372, -0.04474043473601341, 0.4187093675136566, -0.5833589434623718, -0.0779196098446846, -0.48079559206962585, -0.17601032555103302, -0.20216992497444153, 0.07250706106424332, -0.19177836179733276, -0.09082704037427902, 0.14974108338356018, -0.034464552998542786, 0.25744539499282837, 0.15848591923713684, 0.34849217534065247, -0.16524605453014374, -0.13224633038043976, -0.12871798872947693, 0.06970483809709549, 0.029104288667440414, -0.051080312579870224, 0.0026231708470731974, 0.17975781857967377, -0.032728783786296844, -0.18236760795116425, -0.2519666850566864, 0.2634250819683075, 0.08902262151241302, 0.32736697793006897, -0.15401597321033478, -0.08579743653535843, -0.12764647603034973, -0.12444386631250381, -0.3321927785873413, -0.1004914939403534, 0.27350395917892456, -0.1738906353712082, -0.19278712570667267, 0.18950848281383514, -0.1255210041999817, 0.09740842133760452, 0.04580234736204147, 0.3685969114303589, 0.08492935448884964, 0.23600254952907562, 0.41859856247901917, 0.04109781235456467, 0.33045434951782227, 0.17293795943260193, -0.6629360318183899, 0.3245100975036621, 0.1878085732460022, 0.16302447021007538, -0.04025803506374359, -0.2128070592880249, 0.06559842079877853, 0.1325722187757492, 0.23446998000144958, 0.37007418274879456, -0.1786515861749649, -0.2180684208869934, 0.25119176506996155, -0.14914771914482117, -0.06629132479429245, 0.1406012922525406, 0.3091466724872589, 0.10975539684295654, 0.264535516500473, 0.2536046504974365, 0.17926497757434845, -0.10022085905075073, 0.4450816512107849, -0.01919756829738617, 0.08787605911493301, 0.00015910484944470227, 0.31913721561431885, -0.3169150948524475, 0.052228089421987534, 0.11259036511182785, -0.14640885591506958, 0.1912495493888855, -0.22721900045871735, 0.029629558324813843, -0.12470752745866776, -0.11798880249261856, 0.18035869300365448, 0.44391918182373047, 0.6858120560646057, -0.010994070209562778, -0.04254700616002083, -0.34776583313941956, 0.04423033446073532, -0.23445776104927063, 0.13696271181106567, -0.5691853761672974, -0.1267356276512146, -0.09917985647916794, 0.07054796814918518, -0.12193092703819275, -0.3772446811199188, -0.3720763921737671, 0.08483075350522995, -0.051287416368722916, -0.03794011101126671, 0.415606290102005, 0.004316131584346294, -0.14809788763523102, 0.060557879507541656, 0.06748504936695099, 0.007845868356525898, 0.019941776990890503, 0.006712120026350021, -0.18145433068275452, -0.016910593956708908, 0.021121105179190636, 0.14302918314933777, -0.10811300575733185, -0.23045073449611664, 0.026688355952501297, -0.009240313433110714, 0.05861857533454895, -0.4531993865966797, -0.09570994973182678, 0.13172878324985504, 0.13913843035697937, -0.4470115900039673, 0.23438644409179688, -0.003455590922385454, 0.1576303392648697, -0.16587939858436584, 0.3567534387111664, -0.07034186273813248, -0.2820405066013336, -0.21725702285766602, -0.043637052178382874 ]
https://pimcore.com/docs/platform//Targeting/Development_Documentation#basic-concepts
Basic concepts Concept Description VisitorInfo Contains run-time information on the current visitor and is used by all conditions and action handlers to collect/apply data. DataProvider Can be used by other components such as conditions to fetch data about the current visitor. E.g. the Device data provider loads device info from the user-agent string. Data is only loaded on demand if really needed by a component. Condition A condition which is being matched. Conditions are configured in the Admin UI for global targeting rules. ActionHandler A targeting rule can have one or multiple actions which are executed when its conditions match. These actions are executed by an action handler. E.g. the Redirect action handler creates a RedirectResponse which is used to redirect the visitor to another page. Storage Where data about the visitor is persisted to. Each storage implementation supports storage for the session and the visitor scope. Session scoped data is only valid for the current session - either defined by a expiry time or by technical implications of the storage (e.g. the Cookie storage just sets a session cookie for the session storage). Visitor data is valid for the lifetime of the visitor and should be persisted, but depending on the used storage (e.g. Session Storage) this might not be possible. Different storages exist, e.g. cookie, JWT signed cookie, DB, session and redis which all have their advantages and disadvantages. Targeting Rule A condition/action combination executing one or more actions if a set of conditions match (similar to pricing rules in the ecommerce framework). Targeting rules are usually executed on every request but depending on their scope (hit, visitor, session, session with variables) this can be limited. Target Group An entity which is used to target content for. A document/snippet can define personalized content for a specific target group (e.g. a special banner for a target group "Outdoor Interested"). By matching targeting rules and by configuring target groups to be tracked when visiting documents, a visitor will be assigned a list of target groups (they will be stored to storage and be added to the VisitorInfo object at runtime). When rendering the document, a DocumentTargetingConfigurator selects the content which matches best for the target groups which are available on the VisitorInfo.
Basic concepts
[ 0.30861935019493103, -0.202889084815979, -0.11177976429462433, 0.26855191588401794, -0.1632237583398819, -0.4031822383403778, 0.09320131689310074, -0.0480724535882473, -0.23267142474651337, -0.0712331086397171, -0.15746191143989563, -0.2864779531955719, 0.24511419236660004, 0.2618359923362732, 0.14627601206302643, -0.18417786061763763, 0.11115968227386475, 0.15603916347026825, -0.22701412439346313, 0.027368497103452682, 0.21002879738807678, -0.008144897408783436, -0.1457895040512085, 0.40948760509490967, -0.2885279953479767, -0.12464392185211182, -0.3620707094669342, -0.08867259323596954, -0.21506193280220032, -0.29496729373931885, 0.0032383769284933805, 0.24616096913814545, -0.06168076768517494, 0.2269061654806137, -0.00010111738811247051, -0.0827309787273407, 0.0631534531712532, -0.04140818491578102, -0.10468754172325134, 0.0653621181845665, -0.08448600023984909, 0.02270517870783806, -0.05726972967386246, -0.24924388527870178, 0.2038280963897705, -0.05241236090660095, -0.0381627194583416, 0.17899395525455475, 0.2618904113769531, 0.052756186574697495, 0.23221483826637268, -0.21063457429409027, -0.08863918483257294, 0.018816601485013962, 0.23716016113758087, 0.260463148355484, -0.10895400494337082, -0.34110286831855774, 0.30804678797721863, -0.342442125082016, -0.05479873716831207, -0.0863235592842102, -0.12602819502353668, 0.16790512204170227, 0.38773036003112793, 0.0502190962433815, 0.41819819808006287, -0.3372313380241394, -0.10445944964885712, 0.2823692560195923, 0.6848463416099548, 0.23899762332439423, -0.11201068013906479, 0.0009232197189703584, -0.13976037502288818, 0.30827081203460693, 0.18220850825309753, -0.01307610236108303, -0.059392791241407394, 0.10554569214582443, -0.05606252700090408, 0.13077545166015625, -0.11222732812166214, 0.019255507737398148, -0.28282445669174194, 0.1969405561685562, -0.1689685881137848, 0.006956582423299551, -0.1768965721130371, -0.015774862840771675, 0.19112901389598846, -0.15142375230789185, -0.13859377801418304, 0.4108916223049164, -0.016645602881908417, -0.21299083530902863, 0.04961666464805603, 0.41399651765823364, 0.16726410388946533, 0.175908625125885, 0.5413990020751953, -0.048418160527944565, -0.15785697102546692, 0.431301474571228, 0.2128220945596695, 0.30496490001678467, 0.23642927408218384, -0.24467076361179352, 0.18908549845218658, -0.08334442973136902, 0.10328038781881332, 0.1282074749469757, 0.2772466242313385, 0.1535651981830597, -0.04559197649359703, -0.07401666790246964, 0.27969449758529663, 0.06284934282302856, -0.30380359292030334, 0.22160570323467255, -0.23149175941944122, -0.12276484817266464, 0.10808545351028442, 0.2714338004589081, -0.09762342274188995, 0.01975349709391594, -0.2210923731327057, -0.5035988688468933, -0.2578985393047333, -0.36816275119781494, -0.0058524152263998985, 0.08473595231771469, -0.2696434557437897, 0.08220118284225464, -0.07360560446977615, 0.012121333740651608, 0.20044179260730743, -0.11972727626562119, 0.052289076149463654, -0.24751311540603638, 0.3681472837924957, -0.41397708654403687, 0.16057468950748444, -0.0019701337441802025, -0.11040947586297989, -0.05817118659615517, 0.1607252061367035, -0.3759860098361969, -0.24892154335975647, -0.028841296210885048, -0.114069864153862, -0.032507505267858505, 0.5069802403450012, 0.2797297537326813, 0.006334207486361265, 0.11185240000486374, 0.4191845655441284, 0.2550983726978302, -0.23193757236003876, 0.19007258117198944, 0.3657694160938263, 0.1851794272661209, 0.2315312623977661, -0.18985290825366974, -0.12456626445055008, 0.4152185320854187, 0.034194815903902054, -0.2821766138076782, 0.2269751876592636, -0.6301430463790894, -0.39514824748039246, -0.2226557582616806, -0.24594859778881073, 0.2806350886821747, 0.1156303882598877, 0.05432836711406708, 0.2670595943927765, -0.23538726568222046, -0.16379143297672272, -0.010101741179823875, -0.0723644345998764, 0.262824684381485, 0.21442671120166779, 0.14246173202991486, 0.22464682161808014, -0.2944188117980957, -0.0588914155960083, 0.12436091154813766, 0.09282444417476654, -0.046455685049295425, 0.07803856581449509, 0.022341037169098854, -0.0424560122191906, -0.17982538044452667, -0.14552049338817596, -0.09195134043693542, 0.18940527737140656, -0.15320992469787598, -0.06707265973091125, 0.14798307418823242, 0.3220396041870117, 0.1541215181350708, 0.08583460003137589, 0.2522260546684265, 0.20917923748493195, 0.23367510735988617, -0.15354682505130768, -0.04066384956240654, -0.2497200071811676, -0.19503134489059448, 0.9203701019287109, -0.2099359780550003, -0.350974977016449, 0.1364431232213974, -0.04696587100625038, -0.5498204827308655, 0.26620179414749146, 0.08035462349653244, -0.1857275664806366, -0.5295004844665527, -0.3285169005393982, 0.43049299716949463, -0.05129241570830345, 0.01590932533144951, 0.21167832612991333, -0.09498360008001328, -0.3881092965602875, 0.3433510363101959, 0.14766782522201538, -0.27848225831985474, 0.14760950207710266, 0.10243064165115356, 0.054528310894966125, 0.3383181095123291, 0.6972308158874512, 0.10659217089414597, 0.1756589710712433, 0.4655457139015198, 0.1532333791255951, -0.0689224898815155, 0.2143610268831253, 0.15294936299324036, 0.4381171762943268, 0.021125484257936478, -0.40894076228141785, 0.1146271750330925, 0.10739509016275406, 0.4138842225074768, 0.07301222532987595, -0.1397026628255844, 0.06166601553559303, -0.15389904379844666, -0.177255779504776, -0.20335876941680908, -0.06400081515312195, -0.01013634167611599, 0.2734200060367584, 0.19700302183628082, -0.19460083544254303, 0.2043018490076065, -0.02864614874124527, 0.05488033592700958, 0.0189877487719059, 0.1270689070224762, -0.26696211099624634, -0.4199579358100891, 0.14561419188976288, 0.1251935362815857, 0.14389176666736603, 0.007211371324956417, 0.30464500188827515, -0.14139242470264435, 0.27830737829208374, -0.1691618412733078, 0.26492348313331604, -0.021925589069724083, -0.22624152898788452, -0.17243900895118713, -0.25973957777023315, 0.34002742171287537, 0.19112363457679749, -0.4666452407836914, 0.1934089958667755, -0.17910774052143097, -0.1964271366596222, -0.2881523668766022, 0.008908645249903202, -0.19342774152755737, 0.23590199649333954, -0.25887393951416016, -0.11780532449483871, -0.16956603527069092, -0.010234682820737362, -0.05680772662162781, -0.06040400639176369, -0.297503262758255, 0.012018456123769283, 0.41607552766799927, -0.25722745060920715, 0.614995002746582, -0.2996702194213867, -0.22823688387870789, -0.18733739852905273, 0.2099733054637909, -0.2122815102338791, 0.32904252409935, 0.34718558192253113, 0.12704701721668243, 0.4025546610355377, -0.22004839777946472, -0.426754355430603, 0.4018675684928894, -0.010278061963617802, 0.4552271068096161, 0.04662143066525459, 0.07331201434135437, -0.19746710360050201, 0.16498276591300964, 0.0035205078311264515, 0.11617665737867355, -0.23618340492248535, -0.40131717920303345, 0.1412314623594284, -0.041302088648080826, -0.06511883437633514, 0.061269816011190414, -0.183187797665596, -0.19947542250156403, -0.18182024359703064, 0.2184760570526123, 0.507908046245575, -0.06096023693680763, -0.15499243140220642, 0.3469005227088928, 0.234079971909523, 0.5856190323829651, -0.3249264657497406, -0.2295483946800232, 0.13204415142536163, -0.4720069468021393, 0.1114867627620697, -0.15168048441410065, 0.020548289641737938, 0.08851766586303711, 0.03809541091322899, -0.37633052468299866, -0.4331746995449066, 0.08483191579580307, -0.2981541156768799, 0.04876316711306572, -0.11937008053064346, 0.3232748806476593, 0.06961216777563095, -0.28161534667015076, -0.22519095242023468, -0.20185182988643646, -0.25850677490234375, 0.10773186385631561, 0.06575194746255875, -0.030326439067721367, -0.3274063467979431, 0.07817067205905914, 0.5403110384941101, -0.024605561047792435, 0.20604445040225983, 0.27644088864326477, 0.5251458287239075, 0.30614137649536133, -0.1522943675518036, 0.31581777334213257, -0.1635199338197708, -0.15627945959568024, -0.027055470272898674, 0.19445887207984924, 0.0863499864935875, -0.24297799170017242, -0.20544502139091492, -0.39022767543792725, -0.35210978984832764, -0.20234693586826324, 0.02024669013917446, 0.05842814967036247, 0.39113110303878784, -0.12589788436889648, 0.011708388105034828, 0.16603967547416687, 0.22422505915164948, 0.022460881620645523, 0.5171773433685303, 0.17175747454166412, 0.008766835555434227, -0.23658990859985352, -0.14596450328826904, 0.13273800909519196, 0.13211823999881744, -0.17194126546382904, -0.03739027678966522, 0.044819243252277374, -0.19421400129795074, 0.17655834555625916, -0.30095046758651733, 0.11248564720153809, -0.139327272772789, -0.08169113099575043, 0.06650266796350479, -0.19703902304172516, 0.4310746192932129, 0.08096128702163696, -0.05597303435206413, -0.10187745839357376, 0.07504662126302719, -0.18026399612426758, 0.07364071160554886, -0.4896056652069092, -0.18417389690876007, -0.5732854008674622, -0.18324118852615356, 0.03427601233124733, 0.07844631373882294, 0.011291281320154667, -0.3227587640285492, 0.05135194584727287, -0.2947816550731659, -0.456898957490921, 0.06886538118124008, 0.05800027772784233, -0.19748446345329285, 0.16796378791332245, 0.00989201758056879, 0.26820245385169983, -0.14296507835388184, -0.15729141235351562, -0.17634353041648865, 0.20665132999420166, 0.09488897770643234, 0.04134419187903404, 0.06261629611253738, 0.07882369309663773, 0.04905297979712486, 0.15734802186489105, 0.007816489785909653, 0.0670008584856987, 0.3105839490890503, 0.32097330689430237, 0.19891630113124847, -0.3252791464328766, 0.004483797121793032, -0.04356062412261963, 0.14604617655277252, -0.046108923852443695, -0.084983691573143, -0.2115904986858368, -0.19688525795936584, 0.08872807025909424, -0.04281310737133026, -0.5861788392066956, 0.011893777176737785, 0.45908623933792114, -0.08313144743442535, 0.10978498309850693, 0.5235337018966675, 1.1655535697937012, 0.4350056052207947, 0.29637402296066284, 0.14204613864421844, -0.45428964495658875, -0.14289578795433044, -0.062195125967264175, -0.10148081928491592, -0.16825035214424133, -0.0033661965280771255, -0.18875399231910706, -0.14159150421619415, 0.31418555974960327, 0.03770669549703598, -0.3779466450214386, -0.12197239696979523, -0.2173961102962494, 0.29830560088157654, 0.14161212742328644, 0.16800116002559662, 0.04317709058523178, -0.19211731851100922, 0.36638301610946655, 0.25812089443206787, -0.26087844371795654, 0.10708288103342056, -0.13967448472976685, 0.27698323130607605, -0.25354766845703125, 0.025585701689124107, 0.14846183359622955, -0.14709188044071198, -0.08737675100564957, 0.01774669997394085, -0.0938473641872406, -0.1881093680858612, -0.11103811860084534, 0.0211248267441988, -0.12038881331682205, -0.06519767642021179, -0.0663367211818695, 0.3238770663738251, 0.16299231350421906, -0.03363847732543945, -0.034715574234724045, -0.21105912327766418, 0.4258831739425659, 0.02592943236231804, -0.02807723730802536, 0.30770689249038696, -0.3588339388370514, 0.16723687946796417, -0.09997162222862244, 0.20368286967277527, 0.18498076498508453, -0.29590871930122375, 0.24362289905548096, 0.15482743084430695, -0.5503087639808655, -0.0029615452513098717, 0.21955560147762299, -0.03212941437959671, -0.05033472552895546, 0.08572852611541748, -0.011908861808478832, 0.12566158175468445, 0.03089924156665802, -0.11137598007917404, 0.3791171610355377, -0.1480395495891571, 0.11725922673940659, -0.4514373242855072, -0.3220105469226837, -0.3643019199371338, 0.24542848765850067, -0.09991047531366348, 0.23105904459953308, 0.11727433651685715, -0.18052938580513, -0.2864169180393219, 0.4751032590866089, 0.21779967844486237, 0.11005506664514542, 0.4311429560184479, -0.2943863868713379, -0.27931344509124756, -0.14382082223892212, -0.020170489326119423, -0.13659560680389404, 0.17960216104984283, -0.11753008514642715, -0.05499757081270218, 0.2852017879486084, 0.6297686100006104, -0.43779250979423523, -0.24249689280986786, -0.1670742928981781, 0.4289723038673401, 0.20165462791919708, -0.09281214326620102, -0.4487292766571045, 0.11978458613157272, 0.035436294972896576, -0.009828460402786732, -0.2540866732597351, -0.2822706699371338, -0.24769388139247894, 0.1286274939775467, 0.06667307019233704, -0.15625867247581482, -0.32115814089775085, 0.23361128568649292, 0.23996484279632568, -0.11024872958660126, 0.23995211720466614, -0.009818398393690586, -0.06947760283946991, -0.22782570123672485, -0.11453821510076523, 0.2790305018424988, -0.27768072485923767, 0.00956781581044197, 0.26278993487358093, -0.0009740647510625422, 0.03555578365921974, -0.062261421233415604, -0.5935664772987366, -0.2006310671567917, 0.21753530204296112, 0.5679396390914917, 0.4906426668167114, -0.11881755292415619, 0.35190561413764954, 0.3641854524612427, 0.22189918160438538, -0.11596299707889557, -0.2916540503501892, 0.18790243566036224, -0.19122803211212158, -0.155766561627388, 0.05022525042295456, 0.31081148982048035, 0.3010093867778778, 0.06726641952991486, -0.05898617208003998, -0.4233773350715637, 0.004829528275877237, 0.16268247365951538, 0.3167203366756439, 0.132863849401474, 0.248153418302536, 0.03270641341805458, 0.25204649567604065, -0.1181119903922081, 0.004317854065448046, -0.10755772888660431, -0.3060557544231415, 0.1873665153980255, 0.7078983783721924, -0.09337857365608215, 0.5441029667854309, -0.16685757040977478, 0.16051238775253296, -0.0191279798746109, 0.23837953805923462, 0.2786431908607483, 0.08989280462265015, -0.0008760009659454226, 0.17694474756717682, 0.352497935295105, 0.023403340950608253, 0.15235266089439392, -0.025154275819659233, -0.23951110243797302, 0.18663650751113892, 0.18342414498329163, -0.07790560275316238, -0.09922020137310028, 0.1064339354634285, 0.08392207324504852, -0.5945376753807068, -0.2388637363910675, -0.3395587205886841, -0.2001417875289917, -0.05395355820655823, -0.2300528585910797, 0.2622191607952118, -0.1169876903295517, -0.16059447824954987, -0.15615209937095642, 0.13593454658985138, 0.15473672747612, 0.08480566740036011, -0.29231101274490356, -0.12939685583114624, 0.11804860830307007, 0.09632526338100433, -0.1183691918849945, 0.34279391169548035, 0.04349368438124657, 0.2004319429397583, -0.29765912890434265, -0.027801265940070152, 0.23813164234161377, -0.1872565746307373, -0.034270331263542175, -0.0963987484574318, 0.02814630977809429, -0.21952347457408905, 0.2814987897872925, 0.18026822805404663, -0.13939127326011658, 0.0031384711619466543, 0.1487155556678772, -0.19512419402599335, -0.14899471402168274, -0.04375799372792244, 0.2328488826751709, -0.02363131009042263, 0.22802108526229858, 0.00865214504301548, -0.38504916429519653, -0.14954903721809387, 0.31893205642700195, -0.36446860432624817, 0.13746196031570435, -0.3482516407966614, 0.1256493330001831, 0.20872712135314941, 0.3016669452190399, 0.10567799210548401, 0.05313114449381828, -0.0982966497540474, -0.2940520942211151, -0.21893219649791718, 0.13140225410461426, 0.23615261912345886, -0.17935961484909058, 0.06829950213432312, 0.06503460556268692, -0.23465114831924438, 0.20819462835788727, -0.07916901260614395, 0.2854800820350647, -0.035826683044433594, 0.06599291414022446, -0.0568426214158535, 0.19736148416996002, -0.09832048416137695, 0.022694816812872887, 0.033300843089818954, -0.2055739015340805, 0.07349330931901932, 0.078285813331604, 0.10021748393774033, -0.08317448198795319, -0.26351630687713623, 0.5094407200813293, 0.1882776916027069, 0.4701559245586395, -0.08979558199644089, 0.042830273509025574, 0.00014620144793298095, 0.07084465026855469, 0.0518130362033844, 0.1489747315645218, -0.12181758135557175, -0.03783821687102318, 0.1211744099855423, -0.2584107518196106, -0.0015111856628209352, -0.029866544529795647, 0.21187806129455566, 0.3477029800415039, -0.020794246345758438, 0.2291107177734375, 0.11772766709327698, -0.3248083293437958, -0.32635337114334106, -0.09498833864927292, 0.12199472635984421, 0.1384717971086502, 0.2696380317211151, -0.13141684234142303, -0.319687157869339, 0.08347932994365692, -0.040645893663167953, 0.1961086392402649, 0.016743535175919533, -0.045577120035886765, 0.22462399303913116, 0.08765151351690292, 0.09791599214076996, -0.3758029639720917, -0.38809582591056824, 0.33872151374816895, -0.20730359852313995, -0.3337387144565582, 0.20064158737659454, -0.0447663851082325, -0.2031875103712082, -0.36535826325416565, 0.21243426203727722, 0.11774516105651855, 0.11443484574556351, -0.1754072904586792, -0.2382253259420395 ]