Tag: A/B Testing

  • Unlocking the Secrets of Google Discover Headline Formats

    Unlocking the Secrets of Google Discover Headline Formats

    I recently delved into a fascinating study on Google Discover headline formats, looking at a staggering 3.4 million articles. The results were eye-opening and showed that a simple headline rewrite often doesn’t yield the expected lift.

    You might have come across these bold statements before:

    ```json
{
  "alt": "Bar charts comparing mean hits per article by headline format for EN and FR languages.",
  "caption": "Discover how headline formats impact article engagement in English and French. Which format tops the list?",
  "description": "The image presents two bar charts showing the mean hits per article based on headline format for English (EN) and French (FR) languages. The formats include quote-led, quote inside, question, and statement. EN results show 'quote-led' headlines perform best with a mean of 13 hits, while 'statement' headlines have the lowest with 9.5. For FR, 'quote-led' also leads with 52.8 hits, and 'statement' headlines are at 35.7. This comparison highlights the engagement variance across different formats."
}
```
    • Quote-led headlines outperform plain declarative ones by nearly 29%.
    • Question headlines underperform both, sometimes by 24%.
    • Format drives the result: Rewrite a statement as a quote, or add that magic word, and you should expect a real lift.
    ```json
{
  "alt": "Bar chart showing the quote versus statement bonus in English and French publishers.",
  "caption": "The chart unveils a disparity in 'quote-led' bonuses, showcasing a significant difference between English and French publishers.",
  "description": "This bar chart illustrates the 'quote-led' bonuses, comparing English (EN) and French (FR) publishers. The vertical axis displays the bonus percentage, while the bars for English and French show a +37% and +48% raw aggregate view bonus respectively. Within the same publisher context, English displays a +3.1% and French a +5.5% bonus. A red dashed line indicates the commonly cited level of +~29%."
}
```

    To put these claims to the test, I examined 1,674,518 English articles and 1,690,295 French articles from the 1492.vision Discover corpus. That’s quite a hefty sample size!

    ```json
{
  "alt": "Bar chart comparing percentage of publishers where quotes beat statements, with EN and FR data.",
  "caption": "Exploring the impact of quotes vs. statements: EN and FR publishers' preferences revealed!",
  "description": "This bar chart illustrates the percentage of English (EN) and French (FR) publishers who report that quotes outperform statements at the same site. Data shows EN with 31.5% and 55.9% and FR with 47.6% and 57.4%, respectively, for median and mean hits per article. The chart analyzes 324 EN publishers and 439 FR publishers, indicating a higher tendency in FR publishers to favor quotes over statements."
}
```

    What I found was a deeper flaw than just numbers. It turns out that all three claims treat headline format as a leverage point for visibility. However, the data clearly shows that the impact of a headline’s format mainly reflects the publisher’s audience and the specific Discover surface used.

    ```json
{
  "alt": "Bar chart showing performance differences between various datasets and statement headlines.",
  "caption": "Analyzing performance: This bar chart reveals intriguing differences in question performance against statement headlines across datasets.",
  "description": "This image is a bar chart titled 'Questions: same Simpson, opposite direction.' It presents the performance of different datasets versus statement headlines, measured in percentage differences. The chart compares 'commonly cited level,' 'Our data EN raw,' 'Our data EN within-publisher,' 'Our data FR raw,' and 'Our data FR within-publisher,' showing variances ranging from -24% to +16%. Useful for understanding data evaluation and analysis discrepancies between mentioned categories."
}
```

    One striking analysis was Simpson’s paradox. An anomaly that, once noticed, appeared across the entire dataset.

    ```json
{
  "alt": "Two line graphs showing trends in publisher quote comparison and bonus from November 2025 to May 2026 for English and French.",
  "caption": "A comparative view of publisher quotes: English vs. French from 2025-2026. Discover how quote effectiveness and bonuses fluctuate over time!",
  "description": "This image features two line graphs comparing publisher data from November 2025 to May 2026. The left graph tracks the percentage of publishers where quotes outperform statements for English (EN) and French (FR). The right graph shows the median within-publisher quote bonus across the same timeframe. For both graphs, the English data is represented in orange squares, while French data is depicted in blue circles. The graphs reflect trends and variations in quote performance by language over time."
}
```

    Here’s what we’re really measuring:

    ```json
{
  "alt": "Bar charts showing top 10 publishers where quotes work best and hurt. BBC and IMDb lead the charts, respectively.",
  "caption": "Explore how quotes impact publishers: BBC benefits the most, while IMDb suffers, showcasing diverse media dynamics.",
  "description": "This image displays two horizontal bar charts, illustrating the effect of quotes on top publishers. On the left, BBC leads with an 85% increase in efficiency for quote usage, followed by Yahoo UK at 74%. The right side shows negative impacts, with IMDb experiencing a 54% decrease, indicating where quotes are less effective. The charts highlight the varying influence of quotes across different media platforms."
}
```

    Rather than clicks from Discover, our metric is hits per article: how often an article appears across the 1492.vision fleet. This serves as a proxy for visibility.

    ```json
{
  "alt": "Bar chart showing top 10 French publishers where quotes work best versus hurt the most.",
  "caption": "Explore how quotes impact articles: Discover which French publishers benefit the most from quotes and which suffer, with programmertv.ouest-france.fr leading positively and madeinfoot.ouest-france.fr negatively.",
  "description": "This dual bar chart illustrates the impact of using quotes in articles across various French publishers. The left chart (in green) lists the top 10 publishers where quotes enhance article performance, led by programmertv.ouest-france.fr at +163%. The right chart (in red) shows publishers where quotes harm article performance, with madeinfoot.ouest-france.fr at -57%. Key terms include quote impact, French publishers, and article performance."
}
```

    The dataset was limited to editorial articles, excluding platforms like YouTube because they have different headline norms. We’ll dive back into these at the end, as they bring more clarity than anything else.

    ```json
{
  "alt": "Two bar charts comparing 'Quote articles' and 'Statement articles' percentages by format for English and French pipelines.",
  "caption": "A visual comparison of English and French pipeline content formats, highlighting the distribution of Quote and Statement articles.",
  "description": "This image features two bar charts side by side, showcasing the mix of content formats in English (EN) and French (FR) pipelines. Each chart lists formats such as content, creatorcontent, paginationpanoptic, and others, with bars depicting the percentage for 'Quote articles' in blue and 'Statement articles' in gray. The charts provide a visual comparison of how content is distributed between the two types of articles across different formats."
}
```

    Why is volume important? The crux of the argument depends on slicing this vast dataset by publisher, Discover surface, topic, and language while still keeping enough data in each segment for valid insights. This is where the real difference between numbers and insights, and between a genuine format effect and a statistical illusion, lies.

    ```json
{
  "alt": "Bar chart showing quote versus statement bonus by pipeline within publisher, with green and red bars indicating varying percentages.",
  "caption": "Explore the impact of quotes versus statements in publishing pipelines with this insightful bar chart. From freshvideos.f at +22.2% to userpersonascontent.f at -14.1%, see the shifts in median captures.",
  "description": "This bar chart illustrates the median percentage change in captures per article, comparing quotes and statements across differing publisher pipelines. Green bars show positive increases, led by freshvideos.f at +22.2%, while red bars indicate declines, with userpersonascontent.f showing a significant -14.1% drop. This visual data serves as a guide to understanding content dynamism within the publishing landscape."
}
```

    Here’s a sneak peek: when you pool all publishers together, a clear gradient appears with quote-led headlines leading the pack and statements trailing.

    ```json
{
  "alt": "Bar charts comparing question vs statement bonus by pipeline for English and French publishers.",
  "caption": "Explore the variations in question vs statement bonus across different pipelines for English and French publishers, revealing interesting insights.",
  "description": "This image showcases two bar charts comparing the question vs statement bonus by pipeline for English (EN) and French (FR) publishers, respectively. On the left, the English chart displays data for various pipelines such as mustntmiss.f and deeptrends.f, showing both positive and negative median changes in capture rates. The right chart shows similar data for French pipelines like c.f and mustntmiss.f, with varied capture rate changes. Green bars indicate positive changes, while red bars represent negative changes, providing a clear visual representation of performance metrics across different language-driven pipelines."
}
```

    The frequently cited +29% is actually a conservative estimate for editorial pieces: quote-led headlines achieve a +37% lift in English and +48% in French. Even questions don’t lag behind as much as expected since they outperform statements to some extent (+7% EN, +16% FR).

    ```json
{
  "alt": "Bar charts comparing raw quote bonuses by domain for YouTube and x.com in English and French.",
  "caption": "Explore how YouTube and x.com handle quote bonuses differently across English and French domains through these insightful bar charts.",
  "description": "This image includes two bar charts analyzing the raw quote bonus by domain for YouTube and x.com. The left chart shows mean hits per article with quotes outperforming statements on YouTube, especially in French, and x.com having a penalty in French. The right chart compares quote bonuses, showing YouTube favors quotes, while x.com penalizes them. Keywords: YouTube, x.com, quote bonus, domain comparison."
}
```

    Though claim 1 appears understated and claim 2 misguided at the aggregate level, these are the observations on which most headline advice leans. Let’s delve further to understand what the data is really revealing.

    Let’s shift to the hidden aspects, starting with publishers. The raw comparison isn’t effectively between quotes and statements. It’s more about one set of publishers versus another because the publishers employing quotes often differ from those who don’t.

    Some media, like celebrity-focused outlets, regional newspapers, and sites attuned to trending topics, gravitate towards quotes, and naturally earn more Discover hits compared to entities that prefer factual presentations.

    This is a prime example of Simpson’s paradox: a strong trend at the aggregate level that fades or reverses when segmented into groups.

    To focus on the format itself, publishers must each be their own baseline: comparing quotes with statements within the same publishing entities while controlling for audience and topic diversity.

    So, the question is, how does each format fare on its own? Let me walk you through the rest of this journey as we unpack these layers.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Mastering Paid Social Creative Testing for Optimal Results

    Mastering Paid Social Creative Testing for Optimal Results

    I’ve realized that when it comes to paid social creative testing, platforms are quite adept at recognizing when our creative variations are almost identical. This means that coming up with unique concepts can be far more valuable than simply making minor adjustments.

    From my experience, increasing the volume of ads doesn’t necessarily enhance performance. When my accounts are flooded with similar variations, it fragments budgets, prolongs learning phases, and complicates the process of drawing meaningful insights.

    The real strength of today’s top advertisers lies in their focus on distinct concepts rather than quantity. They delve into audience psychology, craft emotionally resonant messages, and explore different angles and formats, all aimed at giving algorithms clearer signals to work with.

    What Meaningful Creative Testing Actually Looks Like

    I’ve often found myself mistaking each new asset as a fresh opportunity in the algorithm’s eyes, but that’s not necessarily so. Merely uploading a large number of ads doesn’t equate to meaningful differentiation.

    For instance, if the only change in five creatives is the color of overlay text, platforms like Meta still see them as nearly identical in message, audience, and visuals. This overlap means our ads might just end up competing amongst themselves.

    Meaningful creative testing is deeply rooted in psychological triggers, messaging, and differentiated angles. It should change how the audience experiences the ad and how algorithms perceive it.

    It’s most effective when concepts truly differ. That’s why I emphasize different emotional hooks, motivations, and creative formats to see noteworthy performance changes.

    The Hidden Costs of Creative Volume

    Pushing for creative volume over value can lead to inefficiencies in performance, squander resources, and weigh down our advertising processes with unnecessary complexity.

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    I’ve noticed that when an account is overwhelmed with low-value creatives, our analysis becomes convoluted, pulling attention away from more strategic, high-level planning.

    Fragmented Budgets and Longer Learning Phases

    Every new addition requires data for the platform to optimize its delivery. When budgets scatter across too many similar creatives, the data fragments, making it harder for algorithms to collect sufficient conversion signals, delaying proper progression through the learning phase.

    Instead of investing in solid concepts, my budget often disperses across small-scale tests that hardly reach statistical significance, providing little insight for future efforts.

    The Analysis Tax

    When an account teems with assets featuring minor differences, it diverts attention from broader strategic discussions, trapping us in data minutiae.

    I’ve learned it’s more productive to analyze broader creative strategies rather than dwell on minor performance metrics.

    Misaligned KPIs

    While speed and output are important, they shouldn’t solely define success. When volume dictates KPIs, it results in optimizing for delivery over strategic differentiation. A balance between production efficiency and deeper strategy is crucial.

    How to Build Higher-Value Creatives

    If merely tweaking existing creatives isn’t yielding results, how can we consistently create high-value ads? The key is leveraging genuine audience insights from reviews, social media comments, and other authentic sources instead of just chasing trends.

    ```json
{
  "alt": "Social media ad from AESKA featuring a wooden shoehorn and marketing text.",
  "caption": "Discover the art of simplicity with AESKA's wooden shoehorn, crafted to perfection. Join John on his journey of turning practicality into elegance.",
  "description": "This image is an online advertisement by AESKA showcasing a beautifully designed wooden shoehorn. The ad features a personal message from John, the founder of AESKA, who emphasizes the brand’s commitment to quality and design. The image includes a preview of the AESKA website and highlights their 4.8 out of 5 review score. This campaign focuses on their non-corporate ethos and features promos like 50% off and free shipping. Keywords: AESKA, wooden shoehorn, quality craftsmanship, online shopping."
}
```

    Identifying recurring themes or concerns allows me to craft messages that resonate more deeply. High-value creative doesn’t require high-budget productions; often, raw, low-fi content outperforms polished material.

    Ultimately, impactful advertising stems from powerful messages, not just high production standards.

    An image of a Facebook founder-led ad showing a wooden product
    Source: AEKSA (Meta Ad)

    Strategically Feed the Machine

    Balancing between creative value and volume is key. I often use a two-phase framework: first focusing on macro-testing for value, then micro-testing for volume.

    Phase 1: Macro-Testing for Value

    Initially, I focus on exploring different concepts and testing diverse creative hypotheses to identify winners.

    Phase 2: Micro-Testing for Volume

    Once I determine a winner, I introduce volume by making iterations to refine and maximize the creative’s impact.

    Test variations like different hooks, pacing, and CTAs to ensure the highest efficiency, strategically optimizing concepts that have proven their value.

    The Weekly Creative Audit

    By moving to a value-first approach, I help my organization escape the content mill trap. I regularly audit ad accounts by asking: Are our ads distinct? What insights drove our winners? Is the data guiding our strategy?

    Slow Down the Content Treadmill

    Algorithms reflect human behavior and can’t fabricate interest or turn weak messages into profits. It’s essential to provide strategic value, assess data, and leverage impactful concepts to drive growth.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • How Custom Visuals Doubled My Website’s Organic Traffic

    How Custom Visuals Doubled My Website’s Organic Traffic

    Over the past six months, I’ve been on a journey to discover how custom visual assets can enhance SEO performance. I decided to test different design elements across 47 articles on a high-traffic accounting education website.

    The experiment involved featured images, infographics, and videos used in both new and existing content. Interestingly, some visuals significantly boosted organic traffic, while others didn’t justify the investment.

    ```json
{
  "alt": "Split view of web articles on AI in accounting and AI financial modeling, featuring digital illustrations.",
  "caption": "Explore the integration of AI in accounting and financial modeling with these insightful articles, featuring engaging illustrations and practical frameworks.",
  "description": "This image shows a two-page layout of online articles discussing the implementation of AI in accounting and financial modeling, aimed at enhancing advisory firms' services. The left page focuses on leveraging AI for client advisory services, covering topics like scenario planning and tax planning. The right page is about using AI for financial modeling and enhancing FP&A through automation. Illustrated graphics depict business professionals interacting with AI systems, adding visual interest. Keywords include AI, accounting, financial modeling, and advisory services."
}
```

    Instead of showing that any image can help, my goal was to uncover the ROI of bespoke design elements that could consistently improve organic traffic.

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    Infographics emerged as the clear winner, with an astounding 110% average increase in organic traffic on the articles that used them.

    ```json
{
  "alt": "Illustration of AI challenges in accounting showing data security, accuracy, implementation, transparency, and business continuity risks with figures at desks.",
  "caption": "Exploring the Landscape of AI in Accounting: From data security to implementation hurdles, understand the pivotal challenges shaping the future of accounting.",
  "description": "The image highlights the key challenges of AI in accounting, displayed in five sections: Data Security, Accuracy Concerns, Implementation Hurdles, Transparency Issues, and Business Continuity Risks. Each section features detailed explanations under icons numbered one to five. Three figures are depicted working at desks below the sections, symbolizing team collaboration. The design includes vibrant colors with a 'Firm of the Future' label to convey an innovative atmosphere. Keywords: AI, accounting, challenges, data security, transparency, implementation."
}
```

    This taught me a crucial lesson: Custom visuals supercharge already popular pages. They enhance strong content but can’t breathe new life into struggling articles.

    ```json
{
  "alt": "Search results for AI financial forecasting tools and related video links.",
  "caption": "Explore the top AI financial forecasting tools of 2025 with articles and videos detailing their impact on budgeting and planning.",
  "description": "The image shows search results for articles and videos on AI forecasting tools in 2025. The top result is an article from Fuel Finance titled '8 Best AI Forecasting Tools in 2025 (Ranked & Compared).' Below, a video section includes titles like 'How AI Is Revolutionizing Finance for Startups' and 'Machine Learning for Forecasting and Budgeting,' highlighting the importance of AI in finance. Articles from Boston Consulting Group and Relay Financial emphasize AI's transformative power in financial planning."
}
```

    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Boost PPC Performance by Measuring Paid Social Impact

    Boost PPC Performance by Measuring Paid Social Impact

    I sometimes find it challenging to measure the true impact of my paid social campaigns on PPC performance. Despite not always seeing conversions directly within the social platform, these ads can significantly influence my overall marketing efforts.

    To truly understand how paid social affects my other marketing channels, including PPC, I’ve found a few strategies that help me set up and measure effective tests.

    Step 1: Determine Your Hypothesis

    I always start by clarifying what I want to learn from my tests. Defining a realistic hypothesis that I can evaluate with available data is crucial.

    For example, I often use the following hypothesis to measure the influence of social traffic on PPC:

    • Search lift hypothesis: Increasing social media spend will boost brand search volume and PPC CTRs.
    • Logic:
      • Social ads build brand awareness, prompting more people to search for my brand during research and purchase stages.
      • As more people become familiar with my brand, they tend to click on PPC ads more, regardless of search terms, enhancing both brand and non-brand CTRs.
      • Exposure to my brand boosts trust, potentially increasing conversion rates.
    • Measurement:
      • Track impression and click volume for branded terms.
      • Monitor CTR changes for brand and non-brand terms.
      • Observe conversion rate changes for these terms.
    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    My hypothesis varies, sometimes focusing on the lift from social spend or a surge in direct traffic.

    Step 2: The Test

    Setting up test parameters is my next step. It’s essential to avoid simply comparing results before and after changes due to possible seasonal effects. A geographic split test is typically my go-to method.

    In this test, I increase social spend in specific geographies and analyze PPC data from these areas versus others. While selecting geographies, I control for various factors, such as regional televised sports events or confined TV commercials, to ensure my test results are valid.

    It’s crucial to compare control and experimental groups by similar factors like income levels and region types. I also ensure my budget can accommodate anticipated increases in social spent, preventing budget limitations from skewing results.

    ```json
{
  "alt": "Table showing campaign performance metrics including impression share and search lost IS due to budget.",
  "caption": "Explore detailed campaign metrics, revealing insights like impression share and budget-related performance losses.",
  "description": "This image displays a table with key digital campaign performance metrics. It includes data on search impression share (30.95% with a decrease of 25.65%), search top impression share (29.58% with a 23.86% drop), search lost impression share due to budget (15.96% with a significant 593.72% increase), and search lost rank (53.09% down by 5.31%). The table summarizes the total filtered campaigns, giving a comprehensive view of advertising effectiveness."
}
```

    Evaluating the impression share before and after allows me to ensure budget constraints don’t impact my outcomes.

    Step 3: The Measurement

    When starting measurement, I keep it simple, comparing platform data to see changes prompted by stopping social spend across all channels like TikTok, LinkedIn, Facebook, etc.

    Upon halting social spending, I’ve observed mixed conversion rate results, with some regions showing increases and others decreases, though an overall drop in conversions was common.

    Depending on my analytics setup, I delve into more complex analyses, looking at conversion touchpoint differences, visitor overlap rates between social and paid search, or different attribution models.

    ```json
{
  "alt": "Table comparing conversion rates and conversions across US states for two time periods in 2026.",
  "caption": "US state conversion rates: A dynamic comparison of changes in percentage and conversions from February to April 2026.",
  "description": "This table presents a comparison of conversion rates and total conversions across various US states, including Alabama, Alaska, and others, for the periods March 22 to April 20, 2026, and February 20 to March 21, 2026. It shows percentage changes and conversion variations, allowing for a detailed analysis of performance shifts. Key data include a 12.37% conversion rate increase for Arizona and a 50.63% decrease in conversions for Alaska. Useful for marketers tracking regional performance metrics."
}
```

    Before initiating any tests, I ensure that my measurement capabilities are robust enough to understand and interpret results accurately.

    Step 4: Evaluation Beyond Test Criteria

    While running tests, I measure results against my hypothesis but also look at additional variables that may provide further insight.

    In one case, a brand I tested on believed they could cut down on brand advertising without affecting their search volume. However, a drop in common brand terms contradicted this. An evaluation across various factors showed unpredictable results that required expanded analysis.

    I rely heavily on my experience to sniff out anomalies and conduct further internal evaluations.

    ```json
{
  "alt": "Bar chart showing conversions by primary channel group across four touchpoints: single, early, mid, and late.",
  "caption": "Explore the journey of conversions through various touchpoints, highlighting organic search, referral, and paid channels.",
  "description": "This image is a bar chart displaying conversions attributed to primary channel groups, segmented into single, early, mid, and late touchpoints. Each section lists channels like Organic Search, Paid Search, and Referral, reflecting their contribution to overall conversions. The chart visually compares the impact of different marketing channels across stages of the customer journey, useful for analyzing digital marketing strategies. Key categories such as Unassigned and Direct are indicated, alongside colors representing each channel’s data."
}
```

    When results seem unexpectedly drastic, I question whether it’s a quirk or if other factors, like recent AI-driven changes, are silently influencing outcomes.

    What to Do With Your Social Impact Tests

    The test setup is straightforward:

    • Define your hypothesis.
    • Choose how to test, preferably using a geographic split.
    • Ensure you can measure the outcomes appropriately.
    • Run the tests and evaluate the hypothesis-related metrics.
    • Assess additional metrics for further insights or testing ideas.

    For some, social channels like Facebook are top converters, while others see poor outcomes in isolation, necessitating tests to guide budget allocation strategies.

    In these scenarios, companies with substantial social media spending reduce to test impact, while others might increase spending to assess performance changes.

    Results vary widely across companies, with some seeing significant performance lifts and others noticing minimal changes, underscoring the need for personalized testing.

    Conducting geographic split tests can offer incredible insights into how social media campaigns bolster or detract from other marketing channels.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Unlock Early Features with Google’s App Labs for Advertisers

    Unlock Early Features with Google’s App Labs for Advertisers

    I recently discovered that Google is quietly testing something quite intriguing—a new “App Labs” beta in Google Ads. This development is offering app advertisers early access to experimental campaign features before they’re available to everyone.

    What’s new? There’s a new dedicated tab within the App advertising hub. Here, advertisers like me can explore limited-time experiments, provide valuable feedback, and take a sneak peek at tools still in development.

    Google App Labs Interface

    Why do I care? Well, Google providing early access means I get a chance to test, learn, and optimize before competitors catch on. This early adoption could give my advertising efforts a significant performance edge, helping me adapt more quickly as new tools standardize.

    Zoom in. Features in App Labs are essentially short-run tests. They’re not guaranteed to roll out on a permanent basis, but they offer Google real-world feedback while giving me a first-mover advantage.

    ```json
{
  "alt": "App Labs beta interface with sections for experimenting and feedback.",
  "caption": "Explore new innovations with App Labs Beta, a hub for testing and providing feedback on cutting-edge features.",
  "description": "The image displays the App Labs Beta interface, part of the app advertising hub, where users can experiment with new features and offer feedback. The interface includes sections like 'Web to App Connect' and 'Deep link validator,' providing a platform for testing experimental functionalities and innovation in digital platforms. The phrase 'Your Experiment' suggests a focus on trial and creativity within the app."
}
```

    Between the lines. This is essentially a sandbox for app campaigns and signals that Google values advertiser input early in the product cycle.

    What to watch. As an early adopter, I might see performance advantages by testing and adapting to features long before my competitors are even aware of them.

    First seen. I first heard about this update from Google Ads expert Thomas Eccel, who spotted it and shared the news on LinkedIn.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Discover Why ‘Ugly’ Ads Could Boost Your Marketing Success

    Discover Why ‘Ugly’ Ads Could Boost Your Marketing Success

    For years, I’ve been told to stick to a set of guidelines: always use top-notch creatives, maintain a polished brand, follow scripts, and adhere to platform-recommended formats.

    Lately, while navigating ad accounts or simply scrolling through feeds, I’ve noticed something intriguing. The ads that grab my attention often defy these rules. They’re less polished, scrappier, and sometimes referred to as ‘ugly ads.’ What’s fascinating is that they’re outperforming the traditional, polished ones.

    More brands are deliberately breaking so-called best practices to stand out. It’s important to remember that these practices represent an average of what worked for others in the past. By the time a strategy becomes a platform-recommended rule, it might have already lost its edge.

    This is why defying best practices can lead to success — but only if you understand the reasons behind them.

    Why Breaking Best Practices Enhances Ad Performance

    Before diving into what to change, it’s crucial to understand the rationale behind existing rules. Platforms like Meta and TikTok have dual objectives:

    • They aim for you to spend money on ads.
    • They want to keep users engaged on their platforms.

    The best practices they promote are designed to ensure a seamless experience, encouraging ads to resemble others. The issue is that familiarity eventually breeds invisibility. When I adhere too closely to the rules, my ads risk blending into the background noise, overlooked by users.

    ```json
{
  "alt": "Person holding a dumbbell at the gym, with text saying 'Your AirPods died at the gym' and emoji expressions.",
  "caption": "When your motivation gets heavy! A classic gym moment – your AirPods gave up, but you didn’t. Feel the silence and lift on!",
  "description": "Image shows a close-up of a person’s hand gripping a black dumbbell at the gym. The text overlay humorously reads 'POV: Your AirPods died at the gym' with laughing emojis, depicting the common scenario of exercising without music due to AirPods losing charge. This relatable gym scene captures the blend of determination and humor. Keywords: gym, dumbbell, AirPods, workout, humor."
}
```

    Highly-produced ads often scream ‘this is an ad,’ prompting users to skip them before my message hits home. In contrast, when my ad resembles something a friend might share, users’ defenses remain down longer, potentially transforming a scroll into a conversion.

    This is why many top-performing ads today don’t appear traditionally polished or on-brand. They break patterns instead. Consider:

    • Grainy phone footage.
    • Notes app screenshots.
    • Green-screened reactions or commentary videos.
    • Other lo-fi formats that outperform studio-quality creatives.
    A screenshot of a TikTok video ad featuring POV overlay text, a hand grabbing a dumbbell, and AirPods
    Source: TikTok Ads Manager

    To implement this, I started intentionally reducing my production value and experimented with formats like point-of-view (POV) shots tailored to various personas.

    Dig deeper: TikTok ad creative has a shorter shelf life. Here’s how to keep up

    Founder-Led Ads: Reviving the Human Touch

    Many brands have adopted guidelines that make them seem faceless and untouchable. They refrain from showing a messy office, an unpolished founder, or anything that challenges their corporate script. However, others are discarding that playbook, embracing founder-led ads that deviate from the polished executive version.

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    There’s a catch.

    Breaking the rules works only when it’s genuine. I’ve learned that faking authenticity is easy to spot and can backfire. This was evident in a viral series of videos where McDonald’s CEO appeared to present a new burger, but his execution was criticized for being stiff and unconvincing.

    As shown in a Dineline video, his performance appeared staged. Contrarily, Burger King’s president presented their burger with no hesitation, offering a genuine and relatable moment.

    The distinction was evident: One was a product pitch, and the other felt authentic.

    If my leadership doesn’t genuinely believe in the product, neither will my customers. Rule-breaking should allow us to be real, rather than simply appear unpolished.

    ```json
{
  "alt": "A man in a light sweater speaks in a video with McDonald's fries and drink in front of him.",
  "caption": "A promotional video featuring a man discussing while enjoying McDonald's fries and a drink, set against a vibrant yellow background.",
  "description": "The image shows a man seated in an office setting, wearing a light sweater, speaking in a promotional video. In front of him is a McDonald's meal, including a box of fries and a cup with a plastic straw. The background is bright yellow, adding vibrancy to the scene. This promotional video appears designed to emphasize McDonald's offerings in a casual yet professional manner. Keywords: McDonald's, promotional video, fast food, marketing."
}
```
    A screenshot of a YouTube video of theMcDonald’s CEO with their new burger
    Source: Dineline on YouTube

    The Comment Hook Hijack

    You’ve probably encountered video hook best practices like ‘show the product in the first two seconds and state the value prop clearly.’ Sound familiar?

    Imagine my ad starting with a screenshot of a negative comment, like one for a skincare product stating, ‘This probably smells like old socks, and does it even work?’ My ad would then show the founder confidently disproving this in an unscripted manner, applying the product.

    Though this breaks the positive-association rule, it leverages viewers’ curiosity about digital conflicts. By the time they realize it’s an ad, they might already be engaged.

    A screenshot of a TikTok video ad with a comment bubble that a person is addressing
    Source: TikTok Creative Center

    The Rebel’s Safety Net

    I learned not to abandon all polished assets just yet.

    Rule-breaking is strategic, and often misunderstood when the ’80/20 rule’ is ignored.

    ```json
{
  "alt": "Man in a black hoodie answers a question about the game Survivor.io",
  "caption": "Exploring the unbeatable myth of Survivor.io, this video provides insights and tips.",
  "description": "A man in a black hoodie, marked with a logo, responds to a comment asking if Survivor.io is unbeatable. The background shows a two-toned wall with wood paneling. The video aims to address a common inquiry among players, sharing personal experiences and strategies related to the game. Keywords: Survivor.io, unbeatable, gaming tips, strategy."
}
```

    Switching completely to shaky phone footage isn’t wise. Keeping 80% of the budget in traditional ads while using 20% for testing unconventional ones can be effective.

    Next testing campaign, I plan to try:

    • The silent test: Running a silent ad with bold captions to stand out in a noisy feed.
    • The UI ghost: Using static images resembling platform notifications to pause scrolling.
    • The algorithmic trust fall: Disabling auto-optimizations in a campaign to test creative performance without constraints.

    Don’t Follow the Rules; Understand Them

    Best practices are a guide, not a strategy. To move beyond them, I do it systematically.

    I start by questioning the rule’s existence, evaluating its current relevance, and testing its opposite in a structured manner. Comparing traditional and lo-fi approaches helps me understand user engagement better.

    In an environment where brands play it safe, those who understand and strategically break the rules will capture attention and conversions. My goal is to learn faster than the competition, skipping guesswork.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Unlock Demand Gen’s Potential: Test Creative Impact with Uplift

    Unlock Demand Gen’s Potential: Test Creative Impact with Uplift

    I often find that platform reporting can lead me astray when trying to gauge the real impact of Demand Gen creative. To get a clear picture, conducting controlled experiments can validate if my creative work genuinely boosts conversions.

    Demand Gen campaigns shine across YouTube, Discover, and Gmail, but they also bring a challenge—what I call the “attribution illusion.” It’s frequent for me to question whether reported conversions are truly incremental or if users would have converted through search regardless.

    Google introduced asset uplift experiments in November, allowing me to measure the impact of my Demand Gen creative using an A/B split test. This feature helps replace assumptions with clearer insights into what’s truly driving results.

    Relying heavily on creative instinct or standard reporting can misdirect efforts and waste valuable resources on underperforming assets. Google’s A/B testing capabilities empower me to isolate the impact of individual assets, preventing such outcomes.

    Why attribution doesn’t equal incrementality

    For example, if someone views a Demand Gen ad on YouTube but doesn’t click, only to search for my brand later and convert, Google might still credit the Demand Gen campaign. This attribution reflects correlation more than causation.

    To measure accurately, I need to understand the scenario without showing the creative. Withholding test assets from a portion of the target audience helps establish a baseline.

    The difference in conversion rates, or any key KPI between groups exposed to the ad and those not, reveals the actual incremental lift the creative drives.

    Dig deeper: Why incrementality is the only metric that proves marketing’s real impact

    What you need before testing creative uplift

    Launching experiments without enough data for statistical significance is a common misstep. Before testing, I ensure campaigns meet necessary prerequisites to avoid inconclusive or invalid results.

    Conversion volume

    Google suggests having at least 50 conversions across test groups during the experiment for accurate lift measurement. If primary conversions fall short, I consider optimizing the test around micro-conversions like “Add to Cart.”

    Budget minimums

    Experiments require continuous, uninterrupted spending. A limited budget stopping my campaign early skews data for the control group.

    The campaign budget must be sufficient to run for at least four weeks or until statistically significant results are achieved.

    Creative isolation

    ```json
{
  "alt": "The CapmatchOne logo with a gradient circle and bold text.",
  "caption": "Discover innovation with the CapmatchOne logo, featuring sleek typography and a modern gradient circle.",
  "description": "The CapmatchOne logo features bold, modern typography coupled with a gradient circle, symbolizing connection and innovation. The sleek design conveys a sense of progress and creativity. This image can be used for branding or promotional purposes, appealing to audiences interested in innovative solutions and forward-thinking designs."
}
```

    I test one new variable at a time to determine if a specific asset drives uplift, keeping all other campaign elements unchanged.

    Dig deeper: Why Demand Gen is the most underrated campaign type in Google Ads

    How to run an asset uplift test in Google Ads

    Running a creative uplift test in Google Ads is now more streamlined. Here’s how I set up a valid experiment.

    1. Define a clear hypothesis

    Each scientific test starts with a clear hypothesis. I avoid tests without defined objectives. For example:

    • Bad hypothesis: “Let’s see if our new video works.”
    • Good hypothesis: “Adding user-generated content (UGC) to our Demand Gen asset group will drive a 10% incremental lift in ‘purchase’ conversions compared to standard static image carousels.”

    Navigate to the Experiments interface

    In my Google Ads account, I navigate to Campaigns > Experiments. I create a new experiment, selecting Asset tests provided by you for a Demand Gen campaign.

    Configure a 50/50 split

    I define a 50/50 cookie-based split to ensure both groups have equal historical data and algorithm weighting, preventing users from being in both test arms.

    My existing campaign becomes the control, and the new asset campaign serves as the treatment.

    Lock your variables

    Once started, I practice extreme discipline by not altering audiences, targeting, or making drastic bid and budget changes.

    Any changes during the test can introduce noise, affecting the statistical significance of results.

    Set the duration

    ```json
{
  "alt": "Screenshot showing options to choose experiment type and variables to test in a digital advertising platform.",
  "caption": "Explore different experiment types and variables to optimize your digital advertising strategy with this intuitive interface.",
  "description": "This image is a screenshot of a digital advertising platform interface where users can choose experiment types such as 'Campaign features', 'Assets', 'Campaign types', and 'Custom'. Further options allow for selection of variables to test, like 'Final URL expansion', 'Assets provided by you', and 'Ad variations'. Users can select their campaign type from 'App', 'Demand Gen', 'Performance Max', or 'Video'. The interface is designed for optimizing ad performance and testing creative assets such as text, images, and videos."
}
```

    I run experiments for at least four weeks. Week 1 is a learning period, and Weeks 2 to 4 provide actionable data.

    Longer conversion cycles in B2B SaaS might require six to eight weeks.

    Dig deeper: What it takes to make demand gen work for B2B and ecommerce

    What your experiment results actually mean

    Upon completion, I review the Experiments dashboard for each arm’s performance and confidence intervals across metrics to validate my hypothesis.

    Outcome 1: Positive lift (statistically significant)

    A positive lift with 95% confidence means my creative asset adds real value. I calculate incremental cost per acquisition (iCPA) by dividing the treatment group’s ad spend by incremental conversions over the control.

    This iCPA becomes my benchmark for further scaling.

    Outcome 2: Negative lift

    Creatives may underperform, perhaps being too disruptive or skipped in ads. Pausing these assets is crucial to let data direct budget choices over personal preference.

    Outcome 3: Inconclusive result

    If results are negligible and don’t confidently attribute conversions after four weeks, I might extend the test for more data. If still inconclusive, trying a drastically different creative asset is my next step.

    Prove creative impact with incrementality testing

    Creative remains a powerful differentiator for performance. Creating high-quality video or UGC is one thing, but proving its impact with scientific rigor strengthens my creative decisions.

    Asset uplift experiments provide evidence of Demand Gen’s budget worthiness to stakeholders. When I start with a holdout test, establish a baseline, and let data guide my creative roadmap, the results speak for themselves.

    Dig deeper: The Google Ads Demand Gen playbook


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Unveiling Auto-Applied Google Ads Experiments: Speed Up Your Results

    Unveiling Auto-Applied Google Ads Experiments: Speed Up Your Results

    I recently discovered that Google Ads now includes an auto-apply setting for its experiments feature, which is activated by default. This means that once an experiment determines a winning variant, it can automatically implement that change without waiting for manual review. A real time-saver, but there’s more to consider.

    Here’s how it works: as advertisers, we can select between two modes when evaluating results – directional outcomes or statistical significance with varying confidence levels of 80%, 85%, or 95%. However, it’s reassuring to know there’s a safety net; if any chosen success metric performs significantly worse during testing, the system won’t proceed with automatic changes.

    Why it matters to me. Experiments are incredibly powerful within a Google Ads account, allowing us to test ideas without risking the existing campaign’s performance. While automating the application of results could streamline testing phases, this process eliminates a crucial checkpoint where we often catch unintended outcomes that might impact active campaigns.

    The potential pitfall. One limitation is that experiments currently accommodate only two success metrics. This might mean that a third, important metric could suffer unnoticed if it’s not one of the chosen ones, as the system’s guardrails only protect what we’ve explicitly instructed Google to watch, not every significant factor.

    ```json
{
  "alt": "User interface for setting up an experimental traffic split in a campaign tool, showing options for metrics and auto-apply settings.",
  "caption": "Dive into the analytics with this intuitive interface for experimenting with campaign traffic allocations and success metrics.",
  "description": "This image displays a campaign management tool interface for setting up experiments. Featuring a traffic split slider set at 50%, it allocates equal distribution between treatment and original campaigns. Users can choose success metrics, such as conversions and cost, and configure auto-apply settings for optimal results. This enables dynamic adjustments based on experimental outcomes, enhancing the effectiveness of marketing strategies. Ideal for digital marketers aiming at data-driven decision making."
}
```

    The takeaway. While the auto-apply feature serves as a helpful shortcut for straightforward tests, when conducting significant experiments, it’s worth going the extra mile for manual review. It’s best to let the experiment play out fully, ensure accuracy and thoroughness, and examine all data before making a final call.

    First observed by professionals. This update did not go unnoticed; it was first picked up by Google Ads specialist Bob Meijer, who shared his insights on LinkedIn.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot
  • Bing’s Expanded Product Carousel Boosts Advertiser Visibility

    Bing’s Expanded Product Carousel Boosts Advertiser Visibility

    I’ve noticed that Bing is testing a double-rowed sponsored product carousel in its shopping results. As someone who keeps an eye on these updates, this change could offer substantial visibility boosts for Microsoft Shopping advertisers.

    The test, first spotted by Digital Marketer Sachin Patel, caught my attention when he noticed the broader layout while searching for cushions on Bing. This new format combines a significant double-rowed sponsored carousel, prominently paired with organic results below.

    Why this matters to me: If Bing decides to roll out this format broadly, I foresee a significant increase in screen space dedicated to sponsored products. This extra visibility typically translates to higher click-through rates, especially for those running Microsoft Shopping campaigns. The visually appealing double-row carousel puts Bing’s shopping ads on par with similar offerings by Google Shopping.

    Here’s the catch: The test seems to be in its early stages, as not all users, including seasoned industry experts like Mordy Oberstein, are seeing this expanded format. When I checked myself, I noticed a more compact layout, hinting at Bing’s ongoing experimentation.

    ```json
{
  "alt": "Google search results for cushions, showing various shopping options from different retailers.",
  "caption": "Explore a range of stylish cushions from top retailers. Enhance your home with unique designs and comfortable seating options.",
  "description": "This image displays search results for 'Cushions' on a Google interface, showing various cushion options available from retailers like Perigold, Walmart, and Cushion Lab. The results include products with prices and ratings, alongside sponsored content from Amazon and Wayfair, offering a variety of styles and custom cushion options for home decor."
}
```

    The takeaway: Bing often experiments with its search engine results pages without officially rolling them out. As a retailer using Microsoft Shopping, it’s crucial for me to stay alert for any increase in product impressions if the format becomes more widespread.

    Initially discovered. This testing phase was initially spotted by Sachin Paten, who shared his insights and a screenshot on X.


    Inspired by this post on Search Engine Land.


    crushpress.ai community screenshot