Broadcast United

“As an excellent team, we can definitely get capital at this moment”

Broadcast United News Desk
“As an excellent team, we can definitely get capital at this moment”

[ad_1]

2021 and 2022 were record years for Austrian startups. At least if you pay attention to the financing that has taken place. Since then, the situation has deteriorated; according to current reports, we are currently observing a “trend towards a ‘return to the old normal’ worldwide.” EY Startup BarometerIn other words: a return to pre-boom levels.

The conclusion of the barometer is: “For Austrian startups, the situation remains challenging. There is a great reluctance to finance economic growth.” However – and the story takes on a more positive tone at this point – “there are still bright spots”. EY includes in this regard the “long-term development of the ecosystem”. In addition, many startups have developed business models that are “more focused on profitability and resilience”, especially in the last year.

Fundraising - Profi Jasper Ettema




Fundraising – Profi Jasper Ettema

© Matthias Rauch

The “payment obligation” of start-ups.

“Yes, there was a bit of a bubble burst. But things have calmed down again,” says Jasper Ettema. Ettema grew up in the Netherlands and is now considered a close expert on the start-up scene in Austria, especially in Styria. The busy entrepreneur, who founded three companies himself, gave a tour today Author of “The 1 Million Euro Pitch” Presenting fundraising topics to founders nationwide. At the Graz Unicorn Startup Center, Ettema was recently at the heart of the first “Summer School on Fundraising”.

<< 前往 Kleine Zeitung 的启动页面 >>

During the week, experts worked with ten startups to revise their corporate strategies and make concrete preparations for financing. Unicorn boss Bernhard Weber said that startups have certain “payment obligations” when they receive funds from investors. In many places “specialization is necessary.” They hope to contribute to this through summer schools and other forms.

Bernhard Weber, Managing Director of Unicorn




Bernhard Weber, Managing Director of Unicorn

© Klz/stefan Pajman

“How much money do I need?”

“Startups require a certain amount of self-reflection,” says financing expert Ettema. The key question is: “Where am I at? How much money do I actually need and from which sources?” The basis for a successful startup is not only a good business idea, but also the acquisition of the entrepreneur’s “entrepreneurial skills,” as Jasper Ettema calls it.

One important lesson learned from working with various startups over the past few days is that there is no single way to invest. A lot depends on factors such as “industry, team, strategy and timing”.

Investor Laura Raggl (ROI Ventures)




Investor Laura Raggl (ROI Ventures)

© David Visnich

“We invest in great teams”

Which brings us directly to Laura Raggl, moving from the startup to the investor space. Raggl founded ROI Ventures in July 2022 with other investors and now has more than 15 startups in its portfolio. “We invest in talent, in great teams,” the investor says. Ideally, that team consists of “two or three founders who work full-time on the startup,” Raggl says. It’s also “very important to have a technical founder” on the team. Otherwise we don’t invest.

When does Ruitouying Ventures choose to make its first investment? Laura Raggl: “Startups should be established for six months to a year and, in the best case, should have their first customers.” How would Raggl describe the current situation? Although there is “no financing hype”, the situation in the summer is not bad. Investor Raggl: “As a good team, it is absolutely possible to get funds at present. There is also follow-up financing.”

window.didomiOnReady.push(() => { window.didomiScriptStatus="ready"; });

window.didomiHelper = {

_essentialVendorIds: ( 'c:pianosoft-KFChz6mr', 'c:googleext-ZWjBAiL8', 'smart' ),

purposeMapping: { 1: 'cookies', 2: 'select_basic_ads', 3: 'create_ads_profile', 4: 'select_personalized_ads', 5: 'create_content_profile', 6: 'select_personalized_content', 7: 'measure_ad_performance', 8: 'measure_content_performance', 9: 'market_research', 10: 'improve_products', 25: 'strictly_necessary', 26: 'funktional', 29: 'socialmedia', },

socialMediaScripts: { 'facebook': { source: 'https://connect.facebook.net/en_US/sdk.js', onLoad: () => { window.fbAsyncInit = function() { FB.init({ appId : '579158667063181', autoLogAppEvents : true, xfbml : true, version : 'v16.0' }); }; }, }, 'twitter': { source: 'https://platform.twitter.com/widgets.js', }, 'c:instagram': { source: 'https://www.instagram.com/embed.js', onLoad: () => { window('instgrm').Embeds.process(); }, }, 'c:tiktok-KZAUQLZ9': { source: 'https://www.tiktok.com/embed.js', }, 'c:reddit': { source: 'https://embed.redditmedia.com/widgets/platform.js', }, 'c:pinpollgm-e2t3Vxt2': { source: 'https://tools.pinpoll.com/global.js', }, },

debug() { },

isReady() { return window.didomiScriptStatus === 'ready'; },

onReady(cb) { window.didomiOnReady.push(cb); },

onVendorConsent(vendorId, cb) {

if (this._essentialVendorIds.includes(vendorId)) { cb();

return; }

window.didomiOnReady.push((Didomi) => { if (Didomi.isConsentRequired()) {

this.debug(`onVendorConsent: Register script for vendor ${vendorId}`); Didomi.getObservableOnUserConsentStatusForVendor(vendorId) .filter((status) => { return status === true; }) .first() .subscribe((consentStatusForVendor) => {

this.debug(`onVendorConsent: Got consent for vendor ${vendorId}`); cb(); }); } else {

this.debug( `onVendorConsent: No consent required. Script for vendor ${vendorId} will be executed immediately.` ); cb(); } }); },

onVendorConsentChange(vendorId, cb) {

if (this._essentialVendorIds.includes(vendorId)) { cb(true);

return; }

window.didomiOnReady.push((Didomi) => { if (Didomi.isConsentRequired()) {

this.debug(`onVendorConsentChange: Register script for vendor ${vendorId}`); Didomi.getObservableOnUserConsentStatusForVendor(vendorId) .subscribe((consentStatusForVendor) => { this.debug(`onVendorConsent: Consent changed for vendor ${vendorId} to`, consentStatusForVendor);

cb(consentStatusForVendor); }); } else {

this.debug( `onVendorConsentChange: No consent required. Script for vendor ${vendorId} will be executed immediately.` ); cb(true); } }); },

onConsentChange(cb) { window.didomiOnReady.push((Didomi) => { cb(Didomi.getUserStatus());

window.didomiEventListeners.push({ event: 'consent.changed', listener: () => { this.debug(`onConsentChange: Consent data has been changed.`); cb(Didomi.getUserStatus()); } }); }); },

checkVendorConsent(vendorId) { return new Promise((resolve) => {

if (this._essentialVendorIds.includes(vendorId)) { resolve(true); }

window.didomiOnReady.push((Didomi) => { Didomi.getObservableOnUserConsentStatusForVendor(vendorId) .first() .subscribe((consentStatus) => { this.debug(`checkVendorConsent: Consent for vendor ${vendorId} is`, consentStatus); resolve(consentStatus); }); }); }); },

checkPurposesConsent(requiredPurposes) { return new Promise((resolve) => { window.didomiOnReady.push((Didomi) => { const enabledPurposes = Didomi.getUserStatus().purposes.consent.enabled; const consentStatus = requiredPurposes.every((purpose) => enabledPurposes .includes(purpose));

this.debug(`checkPurposesConsent: ConsentStatus is`, consentStatus); resolve(consentStatus); }) }) },

getUserStatus() { return new Promise((resolve) => { window.didomiOnReady.push((Didomi) => { resolve(Didomi.getUserStatus()); }) }) },

checkAllConsent() {

const requiredPurposes = ('cookies', 'select_basic_ads', 'create_ads_profile', 'select_personalized_ads', 'create_content_profile', 'select_personalized_content', 'measure_ad_performance', 'measure_content_performance', 'market_research', 'improve_products', 'funktional', 'socialmedia' );

return this.checkPurposesConsent(requiredPurposes); },

checkConsentDataExists() { return new Promise((resolve) => { window.didomiOnReady.push((Didomi) => { resolve(!Didomi.isUserStatusPartial()) }); }); },

async onAllConsentChange(cb) { this.debug('onAllConsentChange: called'); cb(await this.checkAllConsent());

window.didomiEventListeners.push({ event: 'consent.changed', listener: async () => { this.debug('onAllConsentChange: event'); cb(await this.checkAllConsent()); } }); },

_bannerInteracted: false, onBannerInteracted(cb) { if(this._bannerInteracted) { return; }

window.didomiOnReady.push((Didomi) => { if (Didomi.isConsentRequired()) {

this.debug('onBannerInteracted: Register script for CMP interaction');

const executeCb = () => { if (!Didomi.isUserStatusPartial()) { this.debug( 'onBannerInteracted: Consent info exists. Executing script' ); this._bannerInteracted = true; cb(); } };

if (!Didomi.isUserStatusPartial()) { executeCb(); } else {

window.didomiEventListeners.push({ event: 'notice.hidden', listener: executeCb });

window.didomiEventListeners.push({ event: 'preferences.hidden', listener: executeCb }); } } else {

this.debug(`onBannerInteracted: No consent required. Executing script.`); cb(); } }); },

changeUserStatus(cb) { window.didomiOnReady.push((Didomi) => { const userStatus = Didomi.getUserStatus(); const newUserStatus = cb(userStatus); Didomi.setUserStatus(newUserStatus); this.debug('changeUserStatus: User status has been changed'); }); },

accept(vendors = (), purposes = ()) { this.changeUserStatus((userStatus) => {

const usPurposes = userStatus.purposes.consent.enabled; const newPurposes = (...usPurposes, ...purposes);

userStatus.purposes.consent.enabled = (...new Set(newPurposes));

userStatus.purposes.consent.disabled = userStatus.purposes.consent.disabled.filter(p => !purposes.includes(p));

const usVendors = userStatus.vendors.consent.enabled; const newVendors = (...usVendors, ...vendors) userStatus.vendors.consent.enabled = (...new Set(newVendors));

userStatus.vendors.consent.disabled = userStatus.vendors.consent.disabled.filter(v => !vendors.includes(v));

return userStatus; }); this.debug('accept: Gave consent to vendors', vendors, 'and purposes', purposes); },

acceptAll() { window.didomiOnReady.push((Didomi) => { Didomi.setUserAgreeToAll(); }); },

addEventListener(event, cb) { window.didomiEventListeners.push({ event: event, listener: cb }) },

_scriptErrors: (), onScriptError(cb) {

if (typeof cb === 'function') { this._scriptErrors.push(cb); }

if (window.didomiScriptStatus === 'error') { while (this._scriptErrors.length > 0) { this._scriptErrors.shift()(); } } },

async loadSocialMediaScriptIfConsentEnabled(vendorId) { const consent = await this.checkVendorConsent(vendorId);

if (consent && this.socialMediaScripts(vendorId)) { window('UTIL').loadScript({ src: this.socialMediaScripts(vendorId).source, onLoad: () => { if (this.socialMediaScripts(vendorId).onLoad && typeof this.socialMediaScripts(vendorId).onLoad === 'function' ) { this.socialMediaScripts(vendorId).onLoad(); } }, }); } } }

[ad_2]

Source link

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *