Google Marketing Live 2026

Google will hold its biggest annual advertising event — and this year, the changes coming down the pipeline aren’t incremental tweaks. They’re structural shifts in how Google Ads works, how consumers discover products, and how businesses will need to show up across Search, YouTube, and Google’s expanding AI surfaces.

Google Marketing Live 2026 is free, virtual, and open to anyone. Register at googlemarketinglive.com and tune in on May 20, 2026 starting at 8:45 AM PT. The agenda runs about two hours: a pre-show segment, the main Product Innovation Keynote (9:00–10:30 AM PT), a brief Google Ads Impact Awards wrap-up, and a new Ads Decoded Live podcast recording where product leaders break down the day’s biggest announcements.

Live captions and American Sign Language translation are available. On-demand content will be posted after the event.

Google Is Rebuilding Ads Around AI Agents

Google has been telegraphing a clear direction since Vidhya Srinivasan’s annual letter in February 2026: the platform is moving into what it calls the “agentic era” — where AI doesn’t just surface information, but actively assists, recommends, and completes transactions on behalf of consumers and businesses.

This isn’t hypothetical anymore. Google launched the Universal Commerce Protocol (UCP) in January 2026 with partners like Shopify, Etsy, Wayfair, and Walmart, enabling checkout directly inside AI Mode. That means a consumer can discover, evaluate, and purchase a product without ever visiting your website.

What Google Has Already Announced

Google has been dropping announcements throughout early May in what industry observers are calling its “pre-GML disclosure cadence.”

Measurement and Data (May 5–6, 2026)

  • Data Manager Map View — A new visual interface showing how your data flows from platforms like BigQuery, HubSpot, Shopify, and Google Drive into your campaigns. This is Google making first-party data management accessible to non-technical teams.
  • Google Tag Upgrade — A no-code visual setup flow for upgrading your existing tags. No new tags required. Google is essentially bringing Google Tag Manager functionality to everyone.
  • Meridian GeoX — A new geo-experimentation tool for measuring incrementality by region. Open-source codebase, designed to integrate with Google’s Marketing Mix Model (Meridian). Testing begins later this year.
  • Meridian Studio — A managed environment for building and running complex marketing mix models without needing a dedicated data science team.

Bidding and Budgeting (May 7, 2026)

  • Journey-Aware Bidding — Currently in beta for lead generation. If you track the full lead-to-sale journey, your Target CPA campaigns can now learn from both biddable and non-biddable conversion goals simultaneously. This is significant for service businesses where a form fill is step one, but a booked appointment is what actually matters.
  • Smart Bidding Exploration — Expanding from Search-only to Shopping and Performance Max campaigns with product feeds. This lets Google’s algorithms explore queries beyond your current targeting — Google’s version of “trust us, we’ll find conversions you’re missing.”
  • Demand-Led Pacing — Coming to Search and Shopping. Instead of static daily budgets, Google will automatically adjust spend pacing based on real-time demand fluctuations, staying within your monthly limits.

Event Summary

Google Marketing Live isn’t about chasing every new feature. It’s about recognizing the direction Google keeps rewarding and making sure your business is positioned to benefit from it.

Transition from WHOIS to RDAP

The WHOIS protocol, a decades-old mechanism for querying internet domain registration data, has been formally sunset for generic top-level domains (gTLDs) as of 28 January 2025. Its replacement, the Registration Data Access Protocol (RDAP), was developed by the Internet Engineering Task Force (IETF) and mandated by the Internet Corporation for Assigned Names and Numbers (ICANN) to address longstanding deficiencies in security, standardization, and regulatory compliance. This article examines the architectural differences between WHOIS and RDAP, the regulatory and technical drivers motivating the transition, the tiered access model RDAP introduces, and the practical steps required for developers and security practitioners to migrate existing workflows. [1][2][7]

I. Introduction

Since its inception in the early 1980s, the WHOIS protocol has served as the primary mechanism for querying registration metadata associated with domain names, IP address blocks, and autonomous system numbers. Operating over TCP port 43, WHOIS delivers unstructured plain-text responses containing registrant contact information, administrative and technical contacts, associated name servers, and key lifecycle dates. [5][6] Despite its widespread adoption by cybersecurity teams, brand-protection professionals, and network operators, WHOIS has accumulated a series of structural weaknesses that have grown increasingly untenable in the context of modern internet governance.

These weaknesses include the absence of a standardized response schema across registries, no native support for encrypted transport, limited internationalization, and an inability to natively enforce differentiated access policies required under contemporary privacy legislation such as the European Union’s General Data Protection Regulation (GDPR). [4][5] Recognizing these deficiencies, ICANN and the IETF collaborated to develop RDAP as a standards-compliant, API-first successor. RDAP was mandated for ICANN-accredited registries beginning in August 2019 and became the sole required Registration Data Directory Service (RDDS) for gTLDs on 28 January 2025. [1][2][3]

II. Protocol Architecture: WHOIS vs. RDAP

A. WHOIS

WHOIS operates as a simple request-response protocol over a raw TCP connection. A client transmits a query string to port 43 of a registry or registrar server, which returns a free-form text block. The absence of a defined schema means that response formats vary substantially between operators, creating challenges for automated parsing and downstream data integration. [5] Furthermore, the plaintext nature of the protocol exposes query traffic to interception, and no authentication layer exists to restrict or differentiate access based on requestor identity. [4][5]

B. RDAP

RDAP is implemented as a RESTful web service operating over HTTPS, which provides transport-layer encryption for all queries and responses. [6][4] Responses are serialized in JSON conforming to schemas defined in IETF RFC 7483 and related specifications, enabling deterministic parsing by client applications. [8][4] The protocol also natively supports Unicode (UTF-8), allowing accurate representation of internationalized domain names (IDNs) and multilingual contact records—a capability absent in WHOIS. [9][4]

RDAP employs a bootstrap mechanism in which a client first consults an IANA-maintained bootstrap registry to discover the authoritative RDAP endpoint for a given top-level domain. The client then issues an HTTPS GET request against that endpoint (e.g., https://<registry>/rdap/domain/<name>) and receives a structured JSON object containing domain status codes, registrar details, name server records, and—subject to applicable access controls—registrant contact information. [3][4]

III. Drivers of the Transition

A. Security and Privacy

The enforcement of GDPR beginning in May 2018 fundamentally disrupted the WHOIS model by prohibiting the unrestricted publication of personally identifiable information (PII) in registration records. Registrars operating in GDPR-applicable jurisdictions were compelled to redact contact data from WHOIS responses, diminishing the protocol’s utility for abuse investigation while creating inconsistency across the global registration data ecosystem. [4][5] RDAP addresses this tension through a tiered access model (detailed in Section IV) that permits differentiated data disclosure based on authenticated requestor identity, enabling regulatory compliance without wholesale data suppression. [8][1]

B. Standardization and Interoperability

The lack of a canonical WHOIS response format necessitated bespoke parsing logic for each registry queried, a maintenance burden that compounded across large-scale domain monitoring and threat intelligence pipelines. [5] RDAP’s JSON schema standardizes the structure of all registration data responses, substantially reducing integration overhead and improving the reliability of automated tooling. [8][4]

C. Internationalization

WHOIS was designed in an era of ASCII-centric internet infrastructure and lacks native support for non-Latin character sets. As the adoption of internationalized domain names has expanded globally, the inadequacy of WHOIS for representing multilingual registration data became increasingly apparent. RDAP’s Unicode support resolves this limitation, improving equity and usability for non-English-speaking registrants and operators. [9][4]

IV. Tiered Access and the Registration Data Request Service

A defining feature of RDAP is its support for differentiated access to registration data based on requestor authentication and authorization. [8][1] Under this model, unauthenticated public queries return a limited dataset comprising domain status codes, name server assignments, and registration and expiration dates, with registrant contact information redacted or replaced with anonymized identifiers. [4][1]

Authenticated entities—including law enforcement agencies, intellectual property protection professionals, and accredited cybersecurity researchers—may request access to non-public registration data through ICANN’s Registration Data Request Service (RDRS) or through registrar-specific authentication procedures. [10][1] This framework reconciles the competing imperatives of operational transparency (necessary for abuse mitigation and network security) and personal data protection (required under applicable privacy regulation), a balance that WHOIS was structurally incapable of achieving. [1][4]

V. Practical Implications for Developers and Security Practitioners

A. Query Interface

RDAP is accessible via standard HTTP clients against endpoints conforming to the RDAP specification. ICANN maintains a public lookup interface at lookup.icann.org, and several open-source command-line RDAP clients are available for scripted workflows. [1][4] Because RDAP responses are valid JSON, existing toolchains that consume REST APIs require minimal adaptation to integrate RDAP data. [8][4]

B. Migration Considerations

Organizations operating WHOIS-dependent infrastructure should prioritize the following migration activities. First, existing text-parsing logic targeting WHOIS responses should be replaced with JSON parsers consuming RDAP output; the structured schema eliminates the fragility inherent in regex-based WHOIS parsing. [8][4] Second, query dispatch logic should be updated to perform RDAP bootstrap lookups against the IANA registry before issuing domain queries. [3][4] Third, where authenticated access to non-public data is operationally necessary, teams should evaluate the ICANN RDRS enrollment process or engage with registrar-specific authentication mechanisms. [10][12]

It should be noted that while WHOIS is no longer required for gTLDs, some registrars may continue to expose legacy WHOIS endpoints for a transitional period. [9][1] Practitioners are advised not to design new systems against WHOIS, as its continued availability is not guaranteed and is expected to diminish as registrars decommission legacy infrastructure. [6][1]

VI. Conclusion

The formal deprecation of WHOIS as the mandated RDDS for gTLDs marks a significant inflection point in internet governance and registration data infrastructure. RDAP represents a substantive architectural improvement: its use of HTTPS ensures transport security; its JSON schema enables deterministic, language-agnostic parsing; its Unicode support extends usability to global registrant populations; and its tiered access model provides a principled framework for reconciling transparency with privacy. [4][1]

For developers and security teams, the transition is both an operational necessity and an engineering improvement. The migration from brittle text-parsing pipelines to standards-compliant JSON API integration is a net simplification, and the tiered access model, once navigated, provides more reliable and consistent data access than the ad hoc redaction practices that characterized late-stage WHOIS deployments. [11][8] Organizations that have not yet initiated migration should regard 2026 as the point at which WHOIS dependency shifts from a legacy accommodation to a documented technical debt requiring remediation.. [1][5]

References

  1. Internet Corporation for Assigned Names and Numbers (ICANN), “ICANN Update: Launching RDAP, Sunsetting WHOIS,” Jan. 27, 2025. [Online]. Available: https://www.icann.org/en/announcements/details/icann-update-launching-rdap-sunsetting-whois-27-01-2025-en
  2. Internet Corporation for Assigned Names and Numbers (ICANN), “Registration Data Access Protocol (RDAP),” ICANN Registry Operators Resources. [Online]. Available: https://www.icann.org/en/contracted-parties/registry-operators/resources/registration-data-access-protocol
  3. Internet Corporation for Assigned Names and Numbers (ICANN), “RDAP Pilot,” icann.org. [Online]. Available: https://www.icann.org/rdap
  4. S. Pfeiffer, “Registration Data Access Protocol (RDAP): The Modern Replacement for WHOIS,” Bluehost Blog, 2024. [Online]. Available: https://www.bluehost.com/blog/registration-data-access-protocol/
  5. HostGator Staff, “RDAP Is Replacing WHOIS: What You Need to Know,” HostGator Blog, 2025. [Online]. Available: https://www.hostgator.com/blog/rdap-replacing-whois/
  6. IONOS Editorial Team, “WHOIS Sunset: The End of an Era,” IONOS Digital Guide, 2025. [Online]. Available: https://www.ionos.com/digitalguide/domains/domain-news/whois-sunset/
  7. RDAP.org, “About RDAP,” about.rdap.org. [Online]. Available: https://about.rdap.org
  8. Novagraaf, “WHOIS Has Been Replaced by RDAP: How Do the Two Systems Compare?,” novagraaf.com, 2025. [Online]. Available: https://www.novagraaf.com/en/insights/whois-has-been-replaced-rdap-how-do-two-systems-compare
  9. WebHosting.Today, “WHOIS Is Being Replaced by RDAP,” webhosting.today, Feb. 3, 2025. [Online]. Available: https://webhosting.today/2025/02/03/whois-is-being-replaced-by-rdap/
  10. Privacy Guides Community, “WHOIS Domain Privacy Ending, Replaced by RDAP,” discuss.privacyguides.net, 2025. [Online]. Available: https://discuss.privacyguides.net/t/whois-domain-privacy-ending-replaced-by-rdap/23731
  11. DomainTools, “What’s RDAP and Where Is WHOIS?,” domaintools.com. [Online]. Available: https://www.domaintools.com/blog/whats-rdap-and-where-is-whois
  12. Nominet, “How to Use RDAP,” registrars.nominet.uk. [Online]. Available: https://registrars.nominet.uk/dragon/how-to/how-to-use-rdap/

Grants & Funding Opportunities for Canadian SMBs

Active Federal Funding Programs for 2025

CanExport SMEs: International Market Expansion

Status: Currently open for 2025-2026 fiscal year (closed May 31, 2025 for current intake; check website for next opening)

What it offers: Up to $50,000 (covering 50% of eligible costs) to help SMEs enter new international markets and covers digital marketing expenses for international expansion, including:

  • Online advertising on social media platforms and search engines
  • Search engine optimization for target markets
  • Website adaptation for specific international markets
  • Translation and localization of marketing materials
  • Virtual trade show participation
  • Market research and feasibility studies

Eligibility snapshot:

  • For-profit Canadian entity with active CRA business number
  • Annual revenue between $100,000 and $100 million
  • Fewer than 500 full-time employees
  • Targeting markets where you currently have less than 10% revenue

Strategic application tip: CanExport evaluates projects based on potential impact—new leads, sales increases, job creation. Your application needs to demonstrate clear ROI projections and a concrete action plan, not just aspirational goals.

NRC IRAP: Innovation & Technology Development

Status: Ongoing (operates on government fiscal year: April 1 – March 31)

What it offers:

  • Small projects: Up to $50,000 (Accelerated Review Process)
  • Mid-sized projects: $300,000 to $500,000 typically (up to $10 million for very large initiatives)
  • Covers up to 80% of direct labor costs and 50% of subcontractor expenses

Why it’s relevant beyond pure tech companies: While IRAP focuses on research and development, many digital marketing and web development projects qualify when they involve:

  • Process automation innovation
  • Custom software development
  • AI/ML implementation
  • Novel technical solutions with commercial potential

Eligibility snapshot:

  • Incorporated, profit-oriented Canadian SME
  • Fewer than 500 full-time employees
  • Engaged in technology-driven innovation with clear commercialization path

Key differentiator: IRAP provides both funding and access to Industrial Technology Advisors (ITAs) who offer strategic guidance. The mentorship component often proves as valuable as the funding itself.

Pro tip: IRAP funding can be stacked with SR&ED tax credits. If you receive an IRAP grant covering 80% of salaries, the remaining costs can still qualify for SR&ED, potentially recovering an additional 60-70% of non-IRAP expenses through tax credits.

Provincial & Sector-Specific Programs

The federal programs get the most attention, but provincial funding can be equally valuable—and often less competitive.

Ontario Digital Resources

Digital Main Street: While the $2,500 transformation grant has limited availability, Ontario continues to offer digital advisory services and training through this program.

Ontario Made Manufacturing Investment Tax Credit: For businesses in manufacturing leveraging digital technologies, this offers significant incentives.

Alberta Digital Economy Programs

Alberta Export Expansion: Offers $1,000 to $15,000 for export marketing activities, including digital campaigns

Interactive Digital Media Grant: Up to $200,000 in matching funds for digital content development

British Columbia

Interactive Digital Media Tax Credit: 17.5% of eligible labor costs for qualifying digital media projects

What Businesses Actually Need to Secure Funding

Research shows successful applications share common characteristics:

Clear Financial Stability: Programs require proof you can cover the non-funded portion. QuickBooks records, financial statements, and tax filings need to be current and clean.

Quantified Business Case: Vague objectives fail. Successful applications include specific metrics: “Increase European market revenue from $0 to $150K within 12 months” beats “expand internationally.”

Technical Credibility: For innovation-focused programs like IRAP, demonstrating technical capability and competitive advantage is essential. Your background and team composition matter.

Market Validation: Grant reviewers want evidence of demand. Letters of intent, pilot project results, or existing traction significantly strengthen applications.

Realistic Timelines: Most programs operate on fiscal year constraints. Projects need completion milestones that align with funding body timelines (typically April 1 – March 31 for federal programs).

The Application Reality: Time Investment vs. Return

Here’s what grant consultants don’t always emphasize upfront: a competitive IRAP or CanExport application requires 40-60 hours of preparation for someone experienced, more for first-timers. This includes:

  • Comprehensive market research
  • Detailed budget projections
  • Technical specifications
  • Risk assessments
  • Implementation timelines
  • Expected outcomes with supporting data

The blind spot: Most businesses underestimate follow-up requirements. Funded projects require regular reporting, expense documentation, and impact measurement. Factor this administrative overhead into your decision-making.

Emerging Opportunities: What’s Coming in 2025-2026

AI-Specific Initiatives: Given the federal government’s AI strategy, expect new programs targeting AI adoption and development. NRC IRAP has already launched AI-specific support streams.

Clean Tech Expansion: Programs supporting businesses implementing environmental technologies or offering sustainable solutions are expanding, with billions allocated through various federal and provincial budgets.

Cybersecurity Funding: As digital threats intensify, funding for cybersecurity infrastructure and services is increasing.

Practical Next Steps

If you’re serious about accessing government funding:

Immediate Actions (This Month):

  1. Register your business on the My Canada Business Account portal (required for most federal programs)
  2. Ensure your corporate documents are current (articles of incorporation, tax filings, GST/HST returns)
  3. Prepare basic financial documentation (revenue statements, balance sheets for past 2-3 years)

Short-term Strategy (Q1 2025):

  1. Identify 2-3 funding programs aligned with your business priorities
  2. Connect with an IRAP Industrial Technology Advisor if innovation funding interests you (call 1-877-994-4727)
  3. Join industry associations that provide grant application support or workshops
  4. Document your current projects and results to establish baseline metrics

Long-term Positioning (2025-2026):

  1. Build grant applications into your business development rhythm (quarterly assessment of opportunities)
  2. Develop templates for common application components (company overview, team bios, financial projections)
  3. Maintain relationships with funding advisors even when not actively applying
  4. Track industry trends to anticipate new funding programs before they’re widely known

The Real Conversation About Grant Dependency

Here’s the nuance most grant guides avoid: government funding should accelerate growth, not subsidize unsustainable business models.

The businesses most damaged by CDAP’s closure were those building their entire strategic plan around grant money. The businesses thriving post-CDAP already had viable operations and viewed grants as rocket fuel, not life support.

This distinction matters. Apply for funding to enhance what’s already working, not to validate an unproven concept.


Ready to explore funding for your business? Start with the My Canada Business Account registration and the NRC IRAP eligibility assessment. These cost nothing and open doors to conversations with advisors who can guide your specific situation.

Questions about which programs align with your business goals? The Business Benefits Finder tool (https://innovation.ised-isde.canada.ca/s/?language=en_CA) helps match your situation to available programs—federal, provincial, and sector-specific.

The funding landscape has changed, but strategic opportunities remain abundant for businesses that approach the process intelligently.

Back to Basics: Optimizing Our Web Stack

We are always committed to delivering the internet’s best practice solutions that not only meet but exceed the expectations of our clients. Today, SEO Soul is excited to share a significant evolution in our technological journey – the transition from the Rails and Ruby web stack to the ever-popular JavaScript MEAN stack. While we acknowledge that we might be a bit late to this bandwagon, we’re confident that this change will bring substantial benefits to our projects and company offerings.

Continue reading

Back to Basics Pt. 2

As we look towards the new year and put 2023 behind us, SEO Soul wants to provide an update on the on-going training and skills upgrade we are undergoing internally. Our first training announcement was in June 2021 in our Back to Basics: Our first principles approach to Web Development news post.

Continue reading

Custom Ghost Theme

Add Your Heading Text Here

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Add Your Heading Text Here

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Back to Basics Pt. 1

This post will be the first in a multi-part ‘Back to Basics’ news series where we outline the education, training, and skills upgrade that SEO Soul is undertaking during the COVID-19 lockdown; as the country of Canada gradually begins to re-open and post-COVID.

Continue reading