Subscribe to The Age - Support independent journalism      window.dataLayer = window.dataLayer || []; var brand = "THEAGE"; window.dataLayer.push({ 'page.name': brand + ' - Subscribe - Weekly & Annual', // insert relevant brand 'page.type': brand + ' Bundles', 'page.authoredPlatform':'myffx', 'page.renderedPlatform':'WEB', 'brand.name': brand, 'section.primaryCategory':'myfairfax', 'section.subCategory':'Subscriber Hub', 'subs.memberID':'', // will need to have a call from Hygrid 'subs.memberType':'' });    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'http://web.archive.org./web/20190208231953/https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PCVVS3R');               Already a subscriber? Login             You deserve to know.       Subscribe for the answers that matter      Weekly Pricing Annual Pricing (Save 10%)      DIGITAL    Starter Digital  $3.50 per week   Get Starter Digital   Save 10% with an annual subscription   Unlimited theage.com.au access across devices Exclusive subscriber content, events and offers          Premium Digital  $5.80 per week   Get Premium Digital   Save 10% with an annual subscription   Unlimited theage.com.au access across devices Exclusive subscriber content, events and offers The Age iPad app worth $21.99 a month Today's Paper, your digital version of The Age      DIGITAL + PAPER BEST VALUE   Essential Weekend  $7.90 per week   Get Essential Weekend   Save 10% with an annual subscription    Weekend paper delivery Unlimited theage.com.au access across devices Exclusive subscriber content, events and offers The Age iPad app worth $21.99 a month Today's Paper, your digital version of The Age          Ultimate Everyday  $16.50 per week   Get Ultimate Everyday   Save 10% with an annual subscription   Monday to Sunday paper delivery Unlimited theage.com.au access across devices Exclusive subscriber content, events and offers The Age iPad app worth $21.99 a month Today's Paper, your digital version of The Age          DIGITAL    Starter Digital  $160 annually Save 10%   Get Starter Digital    Unlimited theage.com.au access across devices Exclusive subscriber content, events and offers          Premium Digital  $270 annually Save 10%   Get Premium Digital   Unlimited theage.com.au access across devices Exclusive subscriber content, events and offers The Age iPad app worth $21.99 a month Today's Paper, your digital version of The Age      DIGITAL + PAPER BEST VALUE   Essential Weekend  $360 annually Save 10%   Get Essential Weekend   Weekend paper delivery Unlimited theage.com.au access across devices Exclusive subscriber content, events and offers The Age iPad app worth $21.99 a month Today's Paper, your digital version of The Age          Ultimate Everyday  $772 annually Save 10%   Get Ultimate Everyday   Monday to Sunday paper delivery Unlimited theage.com.au access across devices Exclusive subscriber content, events and offers The Age iPad app worth $21.99 a month Today's Paper, your digital version of The Age            All packages include      Any Device Unlimited access to theage.com.au on the go and across your devices.

      Subscriber Experiences Exclusive offers, experiences & events with our journalists.

      Subscriber Emails Newsletters including A Note from the Editor & Weekend Insight.

      Exclusive Content Access to behind-the-scenes stories you won't find anywhere else.

        Paper Delivery Enjoy The Age delivered on your preferred days of the week, including your favourite sections, such as Spectrum, Good Weekend, Green Guide, Good Food and more.

        The Age iPad app Whether it’s the battle of sudoku, a quick coffee break crossword or the cryptic challenge of the day, The Age iPad app has  got you covered.

       FAQs   What is meant by unlimited? With a subscription, you can access every article on theage.com.au without reaching a limit. Subscribers get access to all news, analysis and insight.

   Can I read articles on the website if I don’t subscribe? Only subscribers have unlimited access to every article and feature on theage.com.au.

   What devices can I use my Age subscription with? An Age digital subscription allows you to access The Age website across your devices. The Age app is available for iPad.

   I'm already a subscriber. How do I get digital access? As a newspaper subscriber, you can activate digital access at no extra cost. Activate now.

   Can I change or cancel my subscription? You can change or cancel your subscription at any time. Change your subscription in My Account or cancel your subscription by calling our customer service team on 13 66 66.

   How do I get more help? Our customer service team are here to help. Speak to someone on 13 66 66.

  Mon - Fri 7:30am - 5:30pm AEST Sat - Sun 7:30am - 10:30am AEST

       Subscriptions automatically renew unless the subscriber contacts us on 13 66 66 to cancel or change the subscription. Home delivery is available in selected areas only. Please allow 10 days for delivery to commence. To see the full terms and conditions, please visit theage.com.au/conditions.

     Home Privacy Policy Conditions of Use Terms and Conditions The Age Support Centre  Copyright 2019       jQuery(document).ready(function($) { var dataLayer = [{ 'ecommerce': { 'detail': { 'actionField': { 'list': 'standard bundle page' }, 'products': [{ 'id': 'bundles', // Static value 'name': 'bundles', // Static value 'brand': brand, // Insert relevant brand 'category': 'standard bundle', // Static value 'price': '0.00' // Static value }] } }, }]; $("#price .btn a").click(function(event) { name = $(this).parents('.field').find('.premium').text() + " " +$(this).parents('.field').find('.name').text(); if ($(this).parent('div').hasClass('trial')) { price = '$0.00'; }else{ price = $(this).parents('.field').find('.price .num').text(); }; variant = $(this).parents('.item').index() == 0 ? brand == "SMH" ? "Weekly" : "Monthly" : "Annual "; var dataLayer = window.dataLayer || [];dataLayer.push({ 'event': 'addToCart', // This value must not change. Required 'ecommerce': { 'currencyCode': 'AUD', // Required, static 'add': { 'products': [{ 'name': name, // Insert relevant name, Required (e.g. All Digital Access + Weekend Papers [Free Trial where applicable]) 'id': '', // Leave blank 'brand': brand, // Insert relevant brand 'variant': variant, //Insert relevant pricing period: weekly or annual 'price': price, // Insert relevant price, “Free Trial” may also be available - price will be $0.00 'quantity': 1 // Required }] } } }); }); $(".free-trial-button").click(function(event) { price = '$0.00'; variant = 'weekly'; var dataLayer = window.dataLayer || [];dataLayer.push({ 'event': 'addToCart', // This value must not change. Required 'ecommerce': { 'currencyCode': 'AUD', // Required, static 'add': { 'products': [{ 'name': 'Free Trial', // Insert relevant name, Required (e.g. All Digital Access + Weekend Papers [Free Trial where applicable]) 'id': '', // Leave blank 'brand': brand, // Insert relevant brand 'variant': variant, //Insert relevant pricing period: weekly or annual 'price': price, // Insert relevant price, “Free Trial” may also be available - price will be $0.00 'quantity': 1 // Required }] } } }); }); function copyParamToAnchorUrl(anchor, paramName) { var url = anchor.attr("href") var paramValue = getUrlParam(document.URL, paramName); if (paramValue) {anchor.attr("href", url += '&'+paramName+'='+paramValue)}; }; function getUrlParam(url,name) { var a = document.createElement('a'); a.href = url; var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = a.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return null; }; var promo_channel = getUrlParam(document.referrer,'promote_channel'); window.dataLayer.push({ 'event' : 'event-Ecommerce', 'eventCategory' : 'Ecommerce' , 'eventAction' : 'Product Impression' , 'eventLabel' : promo_channel, 'eventValue': "" }); $("#price .contents .field").each(function(index, el) { name = $(this).find('.premium').text() + " " + $(this).find('.name').text(); price = $(this).find('.price .num').text(); variant = $(this).parents('.item').index() == 0 ? brand == "SMH" ? "Weekly" : "Monthly" : "Annual "; dataLayer.push({ 'ecommerce': { 'detail': { 'actionField': {'list': 'Bundle page'}, 'products': [{ 'name': name, 'price': price, 'brand': brand, 'variant': variant, 'position': 2 }] } } }); }); $(".free-trial-button, .subscribe-button, .other").mousedown(function(event) { var anchor = $(this).closest('a') copyParamToAnchorUrl(anchor, 'promote_channel'); copyParamToAnchorUrl(anchor, 'campaign_code'); }); /*if(document.location.search.length) { $( ".item.annual" ).addClass( "current" ); $('.item.weekly-content ').css('display', 'none'); $('.item.annual-content ').css('display', 'block'); } else { $( ".item.weekly" ).addClass( "current" ); $('.item.weekly-content ').css('display', 'block'); $('.item.annual-content ').css('display', 'none'); }*/ });