
XPON acquires Alpha Digital to boost AI marketing services
XPON Technologies Group has acquired digital marketing agency Alpha Digital in a move aimed at enhancing AI-powered marketing capabilities for brands.
The acquisition will see XPON integrate Alpha Digital's agency expertise in strategy with its own AI technology, which includes a proprietary Customer Data Platform called Wondaris, as well as services utilising the Google Marketing Platform and Google Cloud. According to XPON, the deal will allow marketers to better predict customer behaviour and customise advertising and communications on a greater scale.
XPON has stated that it will maintain its partnership model with independent media agencies, aiming to deliver a strengthened service offering through collaboration and leveraging its established relationship with Google. The company intends to continue supporting independent partners, while facilitating faster growth pathways utilising advanced AI tools.
XPON was recently recognised as the best media AI innovator at the Australian AI Awards and has also previously received Google's Advanced Data and AI Partner Award. XPON emphasises that its technology provides immediately actionable insights for marketers, allowing campaign automation and measurable business results.
Matt Forman, Founder and Group Managing Director of XPON, said, "Alpha has built a quality business with excellent customers in key verticals, like retail, for over a decade. It's that reputation that made them one of our first agency partners. We have an alignment on values for our customers, as well as the culture we're building for our people. Both share a focus on customer-centricity and when Alpha's smart team is armed with our latest technology, I can't wait to see the results they'll deliver."
He added, "Our new combined offering creates an unrivalled suite of AI marketing solutions that help businesses acquire, retain, and monetise customers, with transparency. This acquisition is an important step forward for us and the industry as we drive the modernisation of marketing and customer experience."
Alpha Digital will continue to operate under its own brand name and maintain independence in its operations, retaining its specialised expertise. The agency, which has been in business for 14 years, has clients including Target, K-Mart, and QUT. Matt Cooper, Alpha Digital's Founder and Chief Executive Officer, will continue to lead the agency as CEO, focusing on driving growth.
Matt Cooper commented, "I've spent over two decades in digital marketing, and the pace of change we're seeing with AI right now is unlike anything before. And it's getting exponentially faster. This move gives Alpha the depth of tech capability needed to keep our clients not just current, but ahead.
"In the past, marketers would build a handful of personas based on assumptions about their audience. Today, AI can identify hundreds of profitable personas and predict their customer journeys with speed & accuracy. And soon we will be able to automatically design and deploy tailored strategies for each and every profitable customer persona. That level of precision and scalability is the future of marketing, and with XPON, we're ready to lead it," Cooper said.
The Alpha Digital acquisition is XPON's first foray into agency acquisition and forms part of a broader mergers and acquisitions strategy. The company has indicated that it will focus on further opportunities in the tech-enabled digital marketing sector, aiming to acquire businesses that are well-positioned to accelerate AI transformation. XPON has reaffirmed its commitment to supporting its ecosystem of independent agency partners while expanding its direct service capabilities.
Matt Forman of XPON stated, "The next evolution of marketing is already here and we're excited to be at the forefront of what comes next, offering a competitive advantage, together with Alpha Digital."
Hashtags

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Techday NZ
4 days ago
- Techday NZ
WorkJam & Google Cloud expand AI tools for frontline staff
WorkJam has announced an expansion of its partnership with Google Cloud to deliver AI-powered solutions for frontline employees across the Asia-Pacific region. The company's AI agent, built on Google Cloud and leveraging Google's Gemini models, is being tailored for industries with complex frontline environments, such as retail, healthcare, and logistics. The collaboration aims to simplify the way frontline teams access knowledge, receive training, and execute tasks in real time. WorkJam's CEO, Steven Kramer, described the AI initiative as "a redefinition of labour utilisation," adding that it will ensure "the right people are in the right place, at the right time, with intelligent support to balance workloads and drive productivity." Central to the rollout is WorkJam's AI roadmap, developed on Google Cloud's infrastructure, which provides security, compliance, and scalability required by sectors including manufacturing. The platform is intended to address operational demands by delivering consistent global performance and meeting stringent enterprise requirements. The AI features are powered by Google's Gemini models, which offer what the companies describe as multimodal intelligence. This approach means the AI agent can interpret and respond to a variety of input types—text, voice, and visual—enabling natural and intuitive interactions for users on the frontline. The companies emphasise that this multimodal capability is designed to automate day-to-day tasks, retrieve information, and provide on-the-spot assistance, thereby enhancing productivity and reducing obstacles for employees during their shifts. WorkJam said its vision is to integrate such AI-driven intelligence and automation directly into daily workflows. The aim is to give employees rapid access to necessary information, adaptable training resources, and straightforward task management tools regardless of the user's language or role. The company said this will help streamline operations and allow managers to devote more attention to higher-value responsibilities. The solution's AI-driven approach is also focused on labour deployment, seeking to ensure that staffing is more precisely aligned with demand, while increasing employee engagement and improving service to customers. The expanded collaboration allows WorkJam to work closely with Google Cloud, benefiting from early access to AI technology and accelerating the delivery of advanced features to its customers throughout the region. Steven Kramer, CEO, WorkJam said, "By integrating the powerful reasoning capabilities of Google's Gemini models into the WorkJam platform, we're redefining labour utilisation for frontline teams across the APAC region. This isn't just about smarter scheduling—it's about giving managers and employees real-time support to make better decisions, balance workloads, and drive productivity. With Gemini models, WorkJam ensures the right people are in the right place at the right time, improving operational efficiency while creating a more engaging and productive work environment."


Techday NZ
22-05-2025
- Techday NZ
Google launches Jules globally, an AI coding agent for GitHub
Google Labs has announced that Jules, its asynchronous coding agent, is now available in public beta for users worldwide. Jules, first introduced in December as a preview, differs from traditional code-completion tools or co-pilots by operating as an autonomous agent capable of reading code, understanding user intent, and carrying out tasks with minimal intervention. Jules is designed to integrate directly with existing code repositories by cloning the codebase into a secure Google Cloud virtual machine. Once integrated, it completes tasks such as writing tests, building new features, providing audio changelogs, fixing bugs, and updating dependency versions. This approach allows users to focus on other activities while Jules works independently in the background. "Jules is an asynchronous, agentic coding assistant that integrates directly with your existing repositories. It clones your codebase into a secure Google Cloud virtual machine (VM), understands the full context of your project, and performs tasks such as: Writing tests, building new features, providing audio changelogs, fixing bugs, and bumping dependency versions. Jules operates asynchronously, allowing you to focus on other tasks while it works in the background. Upon completion, it presents its plan, reasoning and a diff of the changes made. Jules is private by default, it doesn't train on your private code, and your data stays isolated within the execution environment," said Kathy Korevec, Director, Product Management at Google Labs. Security and privacy are key aspects of the platform. Jules is private by default, with user data remaining isolated within the execution environment, and there is no training of AI models on private code. The coding agent builds on Google's Gemini 2.5 Pro language model. This enables Jules to perform advanced reasoning and make multi-file changes across projects. By leveraging the cloud virtual machine setup, it can handle concurrent and complex tasks efficiently. "We're at a turning point: agentic development is shifting from prototype to product and quickly becoming central to how software gets built. Jules uses Gemini 2.5 Pro, giving it access to some of the most advanced coding reasoning available today. Paired with its cloud VM system, it can handle complex, multi-file changes and concurrent tasks with speed and precision," Korevec stated. Jules does not require a sandbox environment, instead operating on production codebases with full project context. Users benefit from parallel execution of tasks, handled within the cloud virtual machine, and have visibility into Jules' proposed workflow through visible plans and reasoning prior to any code changes being applied. The platform integrates with GitHub, enabling workflows directly within the familiar repository interface without additional context switching or setup. Users can adjust plans before, during, or after execution for greater control, and an audio changelog feature provides a contextual narration of recent commits. "Here's a look at what you get with Jules: Works on real codebases: Jules doesn't need a sandbox. It takes the full context of your existing project to reason about changes intelligently. Parallel execution: Tasks run inside a cloud VM, enabling concurrent execution. It can handle multiple requests simultaneously. Visible workflow: Jules shows you its plan and reasoning before making changes. GitHub integration: Jules works where you already do, directly inside your GitHub workflow. No context-switching, no extra setup. User steerability: Modify the presented plan before, during, and after execution to maintain control over your code. Audio summaries: Jules offers an audio changelog of recent commits, turning your project history into a contextual changelog you can listen to," Korevec explained. During the initial public beta phase, Jules is available without charge, though users may be subject to usage limits. Details about these limitations are provided in the platform's documentation. Google Labs anticipates introducing a pricing structure once the platform moves beyond the beta stage and as features continue to be developed and refined.


Techday NZ
21-05-2025
- Techday NZ
Red Hat releases cloud-optimised Linux images for major clouds
Red Hat has announced the availability of cloud-optimised Red Hat Enterprise Linux images developed in collaboration with Amazon Web Services (AWS), Google Cloud, and Microsoft Azure. The newly released images, introduced alongside Red Hat Enterprise Linux 10, are designed specifically for cloud deployments and are tailored for each of the three major hyperscaler platforms. These images are pre-tuned and ready for immediate use, aiming to simplify building, deploying, and managing Linux-based workloads across public clouds. Red Hat's collaboration with these major cloud providers enables organisations to more easily migrate workloads, access enhanced management capabilities, and improve the visibility of deployments. The images also integrate security features from the outset, aiming to offer a consistent experience for IT operations as companies pursue their cloud migration and expansion strategies. Commenting on the collaboration, Gunnar Hellekson, Vice President and General Manager, Red Hat Enterprise Linux Business Unit at Red Hat, said: "Red Hat's collaboration with AWS, Google Cloud and Microsoft mark a significant leap forward in delivering cloud-ready, purpose-built offerings of the world's leading enterprise Linux platform directly into the hands of our customers. By engineering tailored experiences for Red Hat Enterprise Linux in the cloud, we are empowering organizations to accelerate their cloud transformations and deployments, enabling them to more rapidly achieve their business objectives and scale to embrace the next wave of IT innovation." The cloud-optimised Red Hat Enterprise Linux offerings feature several enhancements targeted at improving operational efficiency and reliability. Pre-configured profiles are tuned to maximise cloud performance and are designed to maintain system consistency between reboots. Settings for various subsystems can be modified without disrupting workflows, providing flexibility for IT teams managing dynamic cloud environments. The new image mode leverages container-native tooling, allowing Red Hat Enterprise Linux to be used as a bootable container image in the cloud. This is intended to help organisations consolidate cloud-native application development and IT operations workflows into a single pipeline, reducing complexity and potential friction in deployment processes. Observability is expanded in these offerings through built-in telemetry, giving administrators a view of their Red Hat Enterprise Linux deployments that is unified with other cloud services. Security capabilities have been enhanced, with features such as image attestation, Secure Boot, Confidential Computing, and Confidential Hypervisor aimed at providing a secure path from system boot to runtime. Through these integrations, Red Hat positions its operating system as a foundation for standardising and scaling applications across hybrid and multi-cloud setups. Tuning Red Hat Enterprise Linux for specific cloud environments is intended to help organisations accelerate application development, simplify management, and achieve efficient scaling with reliability across platforms. Manu Parbhakar, Director, Worldwide Business Application Partners at AWS, stated: "AWS customers gain immediate differentiated value from this Red Hat collaboration through performance-optimized Red Hat Enterprise Linux profiles that work harmoniously with our world-class cloud services ecosystem. By combining Red Hat's container-native tooling with AWS's comprehensive security features and observability dashboard, organizations achieve a level of operational efficiency and global scale that simply isn't available elsewhere in the market." Mark Lohmeyer, Vice President and General Manager, AI & Computing Infrastructure at Google Cloud, commented: "Google Cloud is committed to providing our customers with the flexibility and tools they need to innovate and scale their operations. Red Hat Enterprise Linux for Google Cloud offers our customers a streamlined path to migrate, deploy and scale their workloads faster across the hybrid cloud, all while benefiting from integrated security capabilities and a simplified management experience. This collaboration further empowers organizations to achieve their business goals and accelerate their digital transformation on Google Cloud." Brendan Burns, Corporate Vice President, Azure Compute at Microsoft, added: "Microsoft and Red Hat share a commitment to enabling organizations with a more seamless and comprehensive hybrid cloud experience. Red Hat Enterprise Linux for Microsoft Azure offers a powerful solution for organizations to achieve enhanced consistency across environments and more effectively manage usage and costs, helping them unlock greater business value in the cloud." The cloud-optimised Red Hat Enterprise Linux images are available immediately on AWS, Google Cloud, and Microsoft Azure. Organisations can migrate to these offerings using existing Red Hat Enterprise Linux subscriptions or select pay-as-you-go options through cloud marketplaces. Red Hat Enterprise Linux qualifies for committed spend programmes on all three hyperscaler platforms, with additional flexibility offered through Red Hat's hybrid committed spend programme.