{ const match = new RegExp('XSRF-TOKEN=(.+?);').exec(document.cookie); return match ? match[1] : ''; }; const eventNames = { Purchase: 'Purchase', Lead: 'Lead', }; const eventNameToConversionActionCategory = { [eventNames.Purchase]: 'PURCHASE', [eventNames.Lead]: 'SUBMIT_LEAD_FORM', }; const channelParams = { price: 'price', id: 'id', currency: 'currency', name: 'name', category: 'category', brand: 'brand', variant: 'variant', list: 'list_name', quantity: 'quantity', step: 'checkout_step', option: 'checkout_option', position: 'list_position', coupon: 'coupon', affiliation: 'affiliation', revenue: 'value', tax: 'tax', sku: 'sku', shipping: 'shipping', }; const mapContents = ({ contents = [] }) => contents.map(({ currency, ...product }) => paramsMapper(product, channelParams), ); const paramsMapper = (params, mapper) => { const mappedParams = Object.keys(params); if (mappedParams.length === 0) { return params; } return mappedParams.reduce((mappedObject, currentKey) => { const newKey = mapper[currentKey]; if (newKey && (params[currentKey] || params[currentKey] === 0)) { mappedObject[newKey] = params[currentKey]; } return mappedObject; }, {}); }; const loadGtag = () => { const gtagInitScript = document.createElement('script'); gtagInitScript.type = 'text/javascript'; gtagInitScript.innerHTML = ` window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()) `; document.head.appendChild(gtagInitScript); const gtagScript = document.createElement('script'); gtagScript.type = 'text/javascript'; gtagScript.setAttribute('async', 'true'); gtagScript.setAttribute('src', 'https://www.googletagmanager.com/gtag/js'); document.head.appendChild(gtagScript); }; const handleGoogleConsent = () => { window.dataLayer = window.dataLayer || []; if (window.consentPolicyManager && window.consentPolicyManager.initRan) { const { policy, defaultPolicy } = window.consentPolicyManager.getCurrentConsentPolicy(); setConsent('default', evaluateConsentPolicy(policy, defaultPolicy)); } else { setConsent('default', { advertising: false, analytics: false, functional: false, waitForUpdate: 500, }); } window.document.addEventListener('consentPolicyInitialized', ({ detail }) => { setConsent( 'update', evaluateConsentPolicy(detail.policy, detail.defaultPolicy), ); }); window.document.addEventListener('consentPolicyChanged', ({ detail }) => { setConsent('update', detail.policy); }); function evaluateConsentPolicy(policy, defaultPolicy) { const { gdprEnforcedGeo } = window.wixTagManager.getConfig(); return defaultPolicy && gdprEnforcedGeo ? { ...policy, advertising: false, analytics: false } : policy; } function setConsent( action, { advertising, analytics, functional, waitForUpdate }, ) { (function () { window.dataLayer.push(arguments); })('consent', action, { ad_storage: advertising ? 'granted' : 'denied', ad_user_data: advertising ? 'granted' : 'denied', ad_personalization: advertising ? 'granted' : 'denied', analytics_storage: analytics ? 'granted' : 'denied', functionality_storage: functional ? 'granted' : 'denied', personalization_storage: 'granted', security_storage: 'granted', ...(waitForUpdate ? { wait_for_update: waitForUpdate } : {}), }); } }; let conversionActions; const loadConversionActions = () => { const XSRFToken = getXSRFTokenFromCookie(); const headers = { 'Content-Type': 'application/json', 'X-XSRF-TOKEN': XSRFToken, }; const getAppToken = window.wixEmbedsAPI?.getAppToken; if (getAppToken) { headers.authorization = getAppToken(METASITE_APP_DEF_ID); } const metaSiteId = window.wixEmbedsAPI?.getMetaSiteId(); return fetch( `${window.location.origin}/_serverless/pa-google/v1/accounts/current-site/conversion-actions?metaSiteId=${metaSiteId}`, { method: 'GET', headers, }, ) .then((response) => response.json()) .then((data) => { conversionActions = data.conversionActions; gtag('config', conversionActions[0].conversionId); }); }; const reportEvent = (eventName, eventParams) => { const category = eventNameToConversionActionCategory[eventName]; const conversionAction = conversionActions.find( (currentConversionAction) => currentConversionAction.category.category === category, ); if (conversionAction) { let conversionData = { send_to: `${conversionAction.conversionId}/${conversionAction.conversionLabel}`, }; switch (category) { case 'PURCHASE': { const { revenue, id, currency, coupon, ...params } = eventParams; conversionData = { ...conversionData, ...paramsMapper({ revenue, id, currency, coupon }, channelParams), transactionId: eventParams.id, items: mapContents(params), }; break; } default: break; } gtag('event', 'conversion', conversionData); } }; let isBootstrapped = false; const bootstrap = () => { handleGoogleConsent(); loadGtag(); return loadConversionActions().then(() => { isBootstrapped = true; }); }; const bootstrapPromise = bootstrap(); const registerListener = () => { window.wixDevelopersAnalytics.register( 'd6708a0e-5b2a-458e-8cfe-bdca240aa2ce', (eventName, eventParams) => { if (isBootstrapped) { reportEvent(eventName, eventParams); } else { bootstrapPromise.then(() => { reportEvent(eventName, eventParams); }); } }, ); }; window.wixDevelopersAnalytics ? registerListener() : window.addEventListener('wixDevelopersAnalyticsReady', registerListener); })();
top of page
Jens Fischer Sportmodel beim Bergsteigen

JENS FISCHER

MODEL  |  ATHLETE  |  ACTOR  |  INFLUENCER  l  MODERATION
MODEL COACH  |   PE
RSONAL FITNESS COACH

FASHION

SPORTS

COMMERCIAL

BEAUTY & BODY

OUTDOOR & SPORTS

Jens Fischer Sport Model und Darsteller beim Bergsteigen

MY STORY

Hello, nice that you have landed on my page and would like to find out more about me and my person.

Then let's get started:

Vorteile
Jens Fischer Workout.webp

My name is

Jens Fischer

... and I come from the beautiful city of Hamburg. Since 2006 I have been in front of the camera as a model and as an athlete, advertising face and influencer in Germany, Mallorca and across Europe. Over the years I have been able to implement countless projects in parts of commercial, fashion, lifestyle, sports and TV. I also gained a bit of acting experience in a variety of productions.

IMG_0054 2.jpg

I keep getting asked the question, “Hey Jens, what did you do before “modeling”, is that your main job or what do you do?”

​

In fact, I was in the POLICE for a total of 15 years, 10 of which I spent with the specialized forces. Before this time, I trained as a mechatronics engineer in the field of weapons technology and worked in this profession for a few years.

The last 10 years in the police in particular have not only taught me a lot, but have also had a strong personal impact on me. I definitely don't want to miss these experiences and impressions. During this long time I have been able to experience many difficult but also wonderful moments.

The special training and sometimes highly complex assignments often took me to the limits of what was physically and mentally possible. This allowed me to gain borderline experiences in many ways, which are very helpful to me as an athlete, model and actor.

And that brings us to the topic of sports: I am often asked: “Is there actually a sport that you don’t do?”

 

My sports portfolio and my experience are very extensive, which means I would describe myself as a fitness expert. However, I have to say very clearly: YES, there are still areas that interest me. From skydiving to alpine climbing to kite surfing, I have a lot to offer. Fitness and running are my daily bread, they are part of my daily routine like eating and drinking.

 

Not only did my time with the police really influence extremely my sports, but also the urge to constantly try something out new and to be active. Because one thing is clear: 

            

„THERE WILL NEVER BE A STANDSTILL FOR ME

 

I am always looking for new sporting challenges or even borderline experiences. Whether it's high alpine, on a parachute or just surfing on the sea, adrenaline is something great ;-)

​

Luckily for me it never gets boring!

​

Sincerley Jens 

Jens Fischer

DSC_0702.jpg

MY REFERENCES

MODEL  |  ​ACTOR |  ATHLETE

​

Hugo Boss

Mercedes

Porsche

VW

Bruno Banani

REWE

LIDL

Alpecin

Panasonic

Odlo

Aldi

Falke

Sport Tiedje

Dr. Theiss Naturwaren

Urbanara

Kaufland

Intersport

McFit

Cyberport

Bosch

MODEL  |  ACTOR | ATHLETE

​

Apollo Optik

TUI

Otto Mode

Dänisches Bettenlager

EINHELL

KWB

Seetel Hotels

Orthomol Sport

Gelorevoice

Pino Physio

Sport Bandagen

Hansaplast

Louis Motorrad

Grundig

VME Interliving

Gerolsteiner

Stadium Freeletics

Jeans Fritz

Aida

Melia Hotels

INFLUENCER

​

Bridgestone for Olympia

Coca Cola

Vivid Money

Hoka Laufschuhe

Paddocks jeans

Fitteryou

Kosmetik for Men

Primark

Outfittery

Laufband Juskies

SUUNTO Watches

AMAZfit Watches

Störtebekker Rasierer

Cashmere Brothers

Cascord Fashion

Barcelo

Aldiana Clubs

TV / FILM

​

Tatort

als Polizist

​

K11  ( SAT.1 )

als Ermittler

​

Mieten Kaufen Wohnen (VOX)

als Darsteller

​

Ran an den Mann (SAT.1)

als GameshowTeilnehmer

​

Story of Wilk

für Netflix 

bottom of page