{"id":402624,"date":"2025-09-10T11:06:30","date_gmt":"2025-09-10T01:06:30","guid":{"rendered":"https:\/\/augstudy.com\/?page_id=402624"},"modified":"2026-06-12T15:41:37","modified_gmt":"2026-06-12T05:41:37","slug":"study-in-nz","status":"publish","type":"page","link":"https:\/\/augstudy.com\/vi\/philippines\/events\/study-in-nz\/","title":{"rendered":"[AUG Manila] Study in New Zealand Information Session"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div data-vc-full-width=\"true\" data-vc-full-width-temp=\"true\" data-vc-full-width-init=\"false\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1682916971038 vc_row-has-fill vc_row-o-content-middle vc_row-flex\"><div class=\"wpb_column vc_column_container vc_col-sm-2 vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-8\"><div class=\"vc_column-inner vc_custom_1671748405855\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element aug_content_box\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h1><strong>Your Next Study Destination: New Zealand!<\/strong><\/h1>\n<p><span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span>Ready to make New Zealand your next study destination? Join AUG Philippines at the New Zealand Open Day and explore study pathways, Visa support options, and opportunities available for International Students.<br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span>Get a FREE one-to-one consultation, ask your questions, and learn how to take the next step toward your application. Whether you are just starting your study abroad plans or ready to apply, this is the event to help you move forward.<\/p>\n<h2><span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span><strong>Event Details<\/strong><\/h2>\n<p><span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 10px;border-top-width:0px;border-bottom-width:0px;\"><\/span><strong>Date:<\/strong> 11 July 2026 (Friday)<br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 10px;border-top-width:0px;border-bottom-width:0px;\"><\/span><strong>Time:<\/strong> 10:00 AM &#8211; 12:00 PM<br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 10px;border-top-width:0px;border-bottom-width:0px;\"><\/span><strong>Venue:<\/strong> <span style=\"text-decoration: underline;\"><a href=\"https:\/\/maps.app.goo.gl\/kYnoUgaWbfNP3TBc8\" target=\"_blank\" rel=\"noopener\">AUG Manila Office (Unit 603, 6th Floor, 358 Ortigas Avenue corner Madison Street, San Juan, Metro Manila, 1500, Philippines)<\/a><\/span><br \/>\n<span class=\"\" style=\"display:block;clear:both;height: 0px;padding-top: 15px;border-top-width:0px;border-bottom-width:0px;\"><\/span><\/p>\n<h6 style=\"color: #ff0000;\"><strong><em>* indicates required field<\/em><\/strong><\/h6>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-2 vc_hidden-sm vc_hidden-xs\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div><div id=\"registration\" class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner vc_custom_1660175491551\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<script>\r\n(function () {\r\n\t\/\/ --- Frontend injected shortcode values ---\r\n    \/\/ rego_id: form\/embed identifier used to build the script URL\r\n    \/\/ rego_mode: optional behavior flag (e.g. \"pre-reg\" or \"walkin\")\r\n    \/\/ additional_params: frontend-defined extra params as a query string (e.g. \"preferred_study_destination=Australia&preferred_intake=Jul 2026\")\r\n\tvar regoId = 'mnl_study_nz_tox3';\r\n\tvar regoMode = 'pre-reg';\r\n\tvar additionalParams = '';\r\n\r\n\t\/\/ Read live URL parameters from the current page (client-side,\r\n    \/\/ so values reflect the actual visited URL even with caching\/redirects)\r\n\tvar params = new URLSearchParams(window.location.search);\r\n\t\r\n\t\/\/ UTM keys we want to capture from the page URL\r\n\tvar utmKeys = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_content'];\r\n\r\n\t\/\/ Build the embed form script element pointing at the rego_id form\r\n\tvar script = document.createElement('script');\r\n\tscript.src = 'https:\/\/event.augstudy.com\/embed\/forms\/' + regoId + '.js';\r\n\r\n\t\/\/ If walk-in mode is set, flag the embed accordingly\r\n\tif (regoMode === 'walkin') {\r\n\t\tscript.setAttribute('mode', 'walkin');\r\n\t}\r\n\r\n\t\/\/ For each UTM key present in the URL, copy its value onto the\r\n    \/\/ embed script as an attribute (skips empty\/missing values)\r\n\tutmKeys.forEach(function (key) {\r\n\t\tvar value = params.get(key);\r\n\t\tif (value) {\r\n\t\t\tscript.setAttribute(key, value);\r\n\t\t}\r\n\t});\r\n\t\r\n\t\/\/ Process frontend-defined extra params, if any were provided\r\n\tif (additionalParams && additionalParams.trim() !== '') {\r\n\t\t\/\/ Parse the query-string style value (e.g. \"preferred_study_destination=Australia&preferred_intake=Jul 2026\")\r\n\t\tvar extra = new URLSearchParams(additionalParams.trim());\r\n\t\t\r\n\t\t\/\/ Group values by key so repeated keys can be combined\r\n\t\tvar grouped = {};\r\n\t\textra.forEach(function (value, key) {\r\n\t\t  if (!value) return;                 \/\/ skip empty values\r\n\t\t  if (!grouped[key]) {\r\n\t\t\tgrouped[key] = [];\r\n\t\t  }\r\n\t\t  grouped[key].push(value);           \/\/ collect all values per key\r\n\t\t});\r\n\r\n\t\t\/\/ Apply each grouped key as a single attribute,\r\n        \/\/ joining multiple values with commas\r\n\t\tObject.keys(grouped).forEach(function (key) {\r\n\t\t  script.setAttribute(key, grouped[key].join(','));\r\n\t\t});\r\n\t  }\r\n\r\n\t\/\/ Insert the configured embed script just before this script tag\r\n\tdocument.currentScript.parentNode.insertBefore(script, document.currentScript);\r\n})();\r\n<\/script>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"Your Next Study Destination: New Zealand! Ready to make New Zealand your next study destination? Join AUG Philippines at the New Zealand Open Day and explore study pathways, Visa support options, and opportunities available for International Students. Get a FREE one-to-one consultation, ask your questions, and learn how to take the next step toward your [...]","protected":false},"author":4,"featured_media":0,"parent":54770,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-402624","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.8 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>[AUG Manila] Study in New Zealand Information Session - AUG Student Services<\/title>\n<meta name=\"description\" content=\"Ready to make New Zealand your next study destination? Join AUG Philippines at the New Zealand Open Day and explore study pathways, visa support options, and opportunities available for International Students.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/augstudy.com\/vi\/philippines\/su-kien-2\/study-in-nz\/\" \/>\n<meta property=\"og:locale\" content=\"vi_VN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[AUG Manila] Study in New Zealand Information Session\" \/>\n<meta property=\"og:description\" content=\"Ready to make New Zealand your next study destination? Join AUG Philippines at the New Zealand Open Day and explore study pathways, visa support options, and opportunities available for International Students.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/augstudy.com\/vi\/philippines\/su-kien-2\/study-in-nz\/\" \/>\n<meta property=\"og:site_name\" content=\"AUG Student Services\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AUGInAustralia\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-12T05:41:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 ph\u00fat\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/study-in-nz\\\/\",\"url\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/study-in-nz\\\/\",\"name\":\"[AUG Manila] Study in New Zealand Information Session - AUG Student Services\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\"},\"datePublished\":\"2025-09-10T01:06:30+00:00\",\"dateModified\":\"2026-06-12T05:41:37+00:00\",\"description\":\"Ready to make New Zealand your next study destination? Join AUG Philippines at the New Zealand Open Day and explore study pathways, visa support options, and opportunities available for International Students.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/study-in-nz\\\/#breadcrumb\"},\"inLanguage\":\"vi\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/study-in-nz\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/study-in-nz\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/augstudy.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AUG Philippines\",\"item\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AUG Philippines Events\",\"item\":\"https:\\\/\\\/augstudy.com\\\/philippines\\\/events\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"[AUG Manila] Study in New Zealand Information Session\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/augstudy.com\\\/#website\",\"url\":\"https:\\\/\\\/augstudy.com\\\/\",\"name\":\"AUG Student Services\",\"description\":\"Student Services\",\"alternateName\":\"AUG Global\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/augstudy.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"vi\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"[AUG Manila] Study in New Zealand Information Session - AUG Student Services","description":"Ready to make New Zealand your next study destination? Join AUG Philippines at the New Zealand Open Day and explore study pathways, visa support options, and opportunities available for International Students.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/augstudy.com\/vi\/philippines\/su-kien-2\/study-in-nz\/","og_locale":"vi_VN","og_type":"article","og_title":"[AUG Manila] Study in New Zealand Information Session","og_description":"Ready to make New Zealand your next study destination? Join AUG Philippines at the New Zealand Open Day and explore study pathways, visa support options, and opportunities available for International Students.","og_url":"https:\/\/augstudy.com\/vi\/philippines\/su-kien-2\/study-in-nz\/","og_site_name":"AUG Student Services","article_publisher":"https:\/\/www.facebook.com\/AUGInAustralia\/","article_modified_time":"2026-06-12T05:41:37+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u01af\u1edbc t\u00ednh th\u1eddi gian \u0111\u1ecdc":"2 ph\u00fat"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/augstudy.com\/philippines\/events\/study-in-nz\/","url":"https:\/\/augstudy.com\/philippines\/events\/study-in-nz\/","name":"[AUG Manila] Study in New Zealand Information Session - AUG Student Services","isPartOf":{"@id":"https:\/\/augstudy.com\/#website"},"datePublished":"2025-09-10T01:06:30+00:00","dateModified":"2026-06-12T05:41:37+00:00","description":"Ready to make New Zealand your next study destination? Join AUG Philippines at the New Zealand Open Day and explore study pathways, visa support options, and opportunities available for International Students.","breadcrumb":{"@id":"https:\/\/augstudy.com\/philippines\/events\/study-in-nz\/#breadcrumb"},"inLanguage":"vi","potentialAction":[{"@type":"ReadAction","target":["https:\/\/augstudy.com\/philippines\/events\/study-in-nz\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/augstudy.com\/philippines\/events\/study-in-nz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/augstudy.com\/"},{"@type":"ListItem","position":2,"name":"AUG Philippines","item":"https:\/\/augstudy.com\/philippines\/"},{"@type":"ListItem","position":3,"name":"AUG Philippines Events","item":"https:\/\/augstudy.com\/philippines\/events\/"},{"@type":"ListItem","position":4,"name":"[AUG Manila] Study in New Zealand Information Session"}]},{"@type":"WebSite","@id":"https:\/\/augstudy.com\/#website","url":"https:\/\/augstudy.com\/","name":"D\u1ecbch v\u1ee5 Sinh vi\u00ean AUG","description":"D\u1ecbch v\u1ee5 sinh vi\u00ean","alternateName":"AUG Global","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/augstudy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"vi"}]}},"_links":{"self":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/402624","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/comments?post=402624"}],"version-history":[{"count":6,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/402624\/revisions"}],"predecessor-version":[{"id":420295,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/402624\/revisions\/420295"}],"up":[{"embeddable":true,"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/pages\/54770"}],"wp:attachment":[{"href":"https:\/\/augstudy.com\/vi\/wp-json\/wp\/v2\/media?parent=402624"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}