{"id":24458,"date":"2021-09-05T14:04:00","date_gmt":"2021-09-05T11:04:00","guid":{"rendered":"https:\/\/mobidictum.com\/?p=24458"},"modified":"2023-04-25T11:57:55","modified_gmt":"2023-04-25T08:57:55","slug":"aylik-mobil-oyun-sektoru-ozet-rapor-eylul-2021","status":"publish","type":"post","link":"https:\/\/mobidictum.com\/tr\/aylik-mobil-oyun-sektoru-ozet-rapor-eylul-2021\/","title":{"rendered":"Ayl\u0131k Mobil Oyun Sekt\u00f6r\u00fc \u00d6zet Raporu &#8211; Eyl\u00fcl 2021"},"content":{"rendered":"\n<p class=\"is-style-cnvs-paragraph-callout\">Mobidictum&#8217;un her ay \u00f6zel olarak haz\u0131rlad\u0131\u011f\u0131 \u00f6zet raporu, mobil oyun sekt\u00f6r\u00fcndeki son geli\u015fmeleri i\u00e7eriyor. A\u011fustos ay\u0131nda \u00e7\u0131kan raporlar\u0131 a\u015fa\u011f\u0131daki formu doldurarak indirebilirsiniz.<\/p>\n\n\n\n\n\n\n\n<ul class=\"is-style-cnvs-list-styled-positive wp-block-list\"><li>T\u00fcrkiye\u2019de mobil oyunlara ne kadar para harcan\u0131yor?<\/li><li>T\u00fcrk mobil pazar\u0131nda en \u00e7ok kazanan ve indirilen 5 oyun<\/li><li>T\u00fcketiciler hangi reklam modelini daha \u00e7ok seviyor?<\/li><li>Anneler ne kadar s\u0131kl\u0131kla oyun oynuyor ve hangi platformdalar?<\/li><li>En sevilen mobil oyun temas\u0131 hangisi?<\/li><li>Oyuncu harcamalar\u0131<\/li><li>Ayl\u0131k 1 milyon dolardan fazla kazanan mobil oyunlar\u0131n say\u0131s\u0131<\/li><li>Gardenscapes\u2019in sahip oldu\u011fu devasa oyuncu harcamas\u0131<\/li><\/ul>\n\n\n\n\n    <iframe\n      id=\"JotFormIFrame-220042359005948\"\n      title=\"Eyl\u00fcl Ay\u0131 Raporu\"\n      onload=\"window.parent.scrollTo(0,0)\"\n      allowtransparency=\"true\"\n      allowfullscreen=\"true\"\n      allow=\"geolocation; microphone; camera\"\n      src=\"https:\/\/form.jotform.com\/220042359005948\"\n      frameborder=\"0\"\n      style=\"\n      min-width: 100%;\n      height:539px;\n      border:none;\"\n      scrolling=\"no\"\n    >\n    <\/iframe>\n    <script type=\"text\/javascript\">\n      var ifr = document.getElementById(\"JotFormIFrame-220042359005948\");\n      if (ifr) {\n        var src = ifr.src;\n        var iframeParams = [];\n        if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\n          iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\n        }\n        if (src && src.indexOf(\"?\") > -1) {\n          iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\n          src = src.substr(0, src.indexOf(\"?\"))\n        }\n        iframeParams.push(\"isIframeEmbed=1\");\n        ifr.src = src + \"?\" + iframeParams.join('&');\n      }\n      window.handleIFrameMessage = function(e) {\n        if (typeof e.data === 'object') { return; }\n        var args = e.data.split(\":\");\n        if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\n        if (!iframe) { return; }\n        switch (args[0]) {\n          case \"scrollIntoView\":\n            iframe.scrollIntoView();\n            break;\n          case \"setHeight\":\n            iframe.style.height = args[1] + \"px\";\n            break;\n          case \"collapseErrorPage\":\n            if (iframe.clientHeight > window.innerHeight) {\n              iframe.style.height = window.innerHeight + \"px\";\n            }\n            break;\n          case \"reloadPage\":\n            window.location.reload();\n            break;\n          case \"loadScript\":\n            if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\n            var src = args[1];\n            if (args.length > 3) {\n                src = args[1] + ':' + args[2];\n            }\n            var script = document.createElement('script');\n            script.src = src;\n            script.type = 'text\/javascript';\n            document.body.appendChild(script);\n            break;\n          case \"exitFullscreen\":\n            if      (window.document.exitFullscreen)        window.document.exitFullscreen();\n            else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\n            else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\n            else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\n            else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\n            break;\n        }\n        var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\n        if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\n          var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\n          iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\n        }\n      };\n      window.isPermitted = function(originUrl, whitelisted_domains) {\n        var url = document.createElement('a');\n        url.href = originUrl;\n        var hostname = url.hostname;\n        var result = false;\n        if( typeof hostname !== 'undefined' ) {\n          whitelisted_domains.forEach(function(element) {\n              if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\n                  result = true;\n              }\n          });\n          return result;\n        }\n      };\n      if (window.addEventListener) {\n        window.addEventListener(\"message\", handleIFrameMessage, false);\n      } else if (window.attachEvent) {\n        window.attachEvent(\"onmessage\", handleIFrameMessage);\n      }\n      <\/script>\n\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Mobidictum Ayl\u0131k Mobil Oyun Sekt\u00f6r Raporu, Eyl\u00fcl 2021 say\u0131s\u0131 yay\u0131nland\u0131.<\/p>\n","protected":false},"author":1,"featured_media":24459,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[8879],"tags":[],"class_list":["post-24458","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-raporlar"],"acf":[],"_links":{"self":[{"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/posts\/24458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/comments?post=24458"}],"version-history":[{"count":1,"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/posts\/24458\/revisions"}],"predecessor-version":[{"id":151845,"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/posts\/24458\/revisions\/151845"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/media\/24459"}],"wp:attachment":[{"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/media?parent=24458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/categories?post=24458"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mobidictum.com\/tr\/wp-json\/wp\/v2\/tags?post=24458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}