At this year’s Pocket Gamer Connect, HyprMX, the all-brand ad network, partnered with the PocketGamer.biz team to speak to some of the key business leaders, thought leaders, and pioneers in the rapidly evolving global mobile market, for a series of exclusive for one-to-one interviews.
The guests shared insights on the topics relevant to the developers, publishers and companies working in today’s ever more competitive games ecosystem.
The line-up includes guests from companies across the whole mobile games market, including: AppQuantum, TapNation, BoomHit, YAHAHA, Kongregate, Stillfront Group, Huuuge Games, Homa Games, Turborilla, GAMEE, Tripledot Studios, By Aliens, Tamalaki, Interact (by Playstack)
Topics include:
- Response to recent industry consolidation
- The pros and cons of in-app bidding
- Up-and-coming ad formats like in-play and audio
- Web 3.0 and the future of the metaverse
- The role of data throughout the life of a successful game
- Brand advertising and the role of brands in mobile
- Blockchain games, crypto, and the rise of the NFT
- How developers can catch publishers’ attention
- Up-and-coming monetisation trends in 2022 and beyond
Click through below and hear from those working at the cutting edge of mobile games at the world’s leading mobile games event.
Click here to view the list »
window.fbAsyncInit = function() {
// init the FB JS SDK FB.init({ appId : 250161755076617, // App ID //channelUrl : '//'+window.location.hostname+'/channel.php', // Path to your Channel File status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML });
FB._PG = { url: "/useractions/loginfb/", response: "allowed",
// Common handler to fetch FB details and reload the page process: function(me){ $.post( FB._PG.url, { username: me.username, uname: me.name, uid: me.id, uimg: 'https://graph.facebook.com/' + me.id + '/picture?type=large' }) .done(function(xml){ if ( $("status", xml).text() == FB._PG.response ) window.location.reload(); else alert('Error: Something bad just happened. Our tech department has been notified. Please try again later.');
}) .fail(function(xml){
alert("Error: something wasn't right there, please try again.");
}); },
// Used by event subscriptions to handle the response handleResponse: function(response){ if (response.authResponse) { FB.api('/me', function(me){ if (me.name) FB._PG.process(me); }); } },
post: function(text, image){ image = image || $("#fb-image").attr("src"); FB.ui({ method: 'feed', display: 'popup', link: 'https://www.pocketgamer.biz/feature/78797/14-exclusive-industry-interviews-from-pocketgamer-connects-london-2022/', description: text, picture: image }); } };
FB.Event.subscribe('auth.statusChange', FB._PG.handleResponse);
FB.Event.subscribe('edge.create', function(response) { $.post('/ajax/social-links/', { site: 'facebook' }); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));