HTML5 Ad Production & Creative Automation: Collaborative Workflows for Creative, Media & Growth Teams

HTML5 Ad Production & Creative Automation: Collaborative Workflows for Creative, Media & Growth Teams

Explore

Explore

Victoria Duben

Victoria Duben

min read

min read

min read

HTML5 ad production platform for creative automation tools for display advertising

Creative, media, and growth teams ship faster when they share a single HTML5 ad production platform instead of juggling Figma links, email threads, and ad server IDs.

In this guide, we’ll map out collaborative workflows that connect:

  • Shared briefs that everyone can read and reuse

  • Live previews for HTML5 ads that media and growth can trust

  • Ad creative review and approval workflows that stay attached to the creative

  • Post-campaign learnings that flow back into templates and creative automation

Example platform: Viewst — an HTML5-native ad production platform focused on high-volume banner ad production automation for professional teams.

Note: Viewst is used as an example vendor in this article. Similar workflows can be implemented with other creative automation tools.

Why collaborative workflows for ad teams are breaking down

Cross-functional collaboration is now a measurable productivity problem, not just a culture issue.

  • 84% of marketers report high collaboration drag from cross-functional work (Gartner, 2024, https://www.gartner.com/en/newsroom/press-releases/2024-05-14-gartner-survey-reveals-eighty-four-percent-of-marketers-report-expensive-cross-functional-collaboration, accessed July 2026).

  • Marketing budgets dropped to 7.7% of company revenue in 2024, down from 9.1% in 2023 (Gartner CMO Survey, 2024, https://www.gartner.com/en/newsroom/press-releases/2024-05-13-gartner-cmo-survey-reveals-marketing-budgets-have-dropped-to-seven-point-seven-percent-of-overall-company-revenue-in-2024, accessed July 2026).

  • Workers spend 58% of their day on “work about work” and say better processes could save 4.9 hours per week (Asana Anatomy of Work Index, 2023, https://investors.asana.com/news-releases/news-release-details/asana-anatomy-work-global-index-2023-smart-collaboration-and/, accessed July 2026).

Creative-specific studies echo the same theme:

  • 49% of marketers want more transparency into strategy, and 27% feel marketing is disconnected from the rest of the org (Asana State of Marketing Collaboration, 2024, https://asana.com/resources/state-of-marketing-collaboration, accessed July 2026).

  • Adobe’s 2024 creativity research reports long review waits, version-control issues, and file-sharing friction; 26% of respondents want automated, trackable creative review (Adobe State of Creativity Report, 2024, https://www.adobe.com/content/dam/cct/resources/whitepapers-ebooks/state-of-creativity/Adobe_StateofCreativity_Report_2024_FV.pdf, accessed July 2026).

At the same time, a lot of creative never sees the light of day:

  • CreativeX found 52% of core assets were never activated, estimating at least $25M per year in wasted creative for a typical Fortune 500 (CreativeX, Over Half of Content Produced Isn’t Activated, 2023, https://www.creativex.com/blog/over-half-of-content-produced-isnt-activated, accessed July 2026).

The takeaway: collaboration drag, broken feedback loops, and disconnected production environments are now budget risks, not just workflow annoyances.

Creative production workflow for banner ads in one unified environment

The strongest operating model is a single campaign system that connects planning, production, review, and performance intelligence end to end.

Adobe’s Workfront Planning, for example, centralizes goals and briefs while Workfront + Frame.io add unified review on the asset itself (Adobe Press Release, 2024, https://news.adobe.com/news/news-details/2024/media-alert-adobe-announces-workfront-planning-to-deliver-a-unified-view-of-marketing-campaigns-and-drive-faster-execution, accessed July 2026).

A similar model applied to HTML5 display and banner ads looks like this:

  1. Shared creative brief lives inside the production platform

  2. Master creative built once in Figma/Adobe or directly in the HTML5 editor

  3. Automated ad resizing and format management from the master creative

  4. Live preview for HTML5 ads available to media and growth teams

  5. Integrated ad creative review and approval workflow attached to each banner set

  6. Post-campaign learnings tagged and fed back into templates and AI automation

Viewst is one example of an HTML5 ad production platform designed around this end-to-end model.

Shared creative brief template for ad campaigns (machine-readable)

A shared brief that both humans and AI agents can understand is the foundation of collaboration.

Below is a complete, machine-readable brief schema you can use as a shared creative brief template for ad campaigns.

{
  "campaign_id": "string",
  "campaign_name": "string",
  "brand": "string",
  "campaign_objective": "string",           
  "primary_kpi": "string",                  
  "secondary_kpis": ["string"],             

  "channels": ["string"],                   
  "inventory_type": "string",               
  "flight_dates": {
    "start_date": "date (YYYY-MM-DD)",
    "end_date": "date (YYYY-MM-DD)"
  },

  "audience_segments": [                      
    {
      "segment_id": "string",
      "segment_name": "string",
      "description": "string",
      "persona": "string",
      "funnel_stage": "string",            
      "markets": ["string"]                
    }
  ],

  "value_prop": "string",
  "key_messages": ["string"],
  "brand_tone": "string",                  
  "mandatory_elements": ["string"],         
  "prohibited_elements": ["string"],        

  "required_sizes": [                        
    "string"                                
  ],
  "formats": [                               
    "HTML5", "GIF", "MP4"
  ],

  "creative_concepts": [                     
    {
      "concept_id": "string",
      "concept_name": "string",
      "description": "string",
      "headline_options": ["string"],
      "cta_options": ["string"],
      "visual_direction": "string"
    }
  ],

  "localization_requirements": {
    "languages": ["string"],
    "market_overrides": [
      {
        "market": "string",
        "allowed_copy_changes": "string",
        "legal_requirements": "string"
      }
    ]
  },

  "testing_plan": {
    "test_type": "string",                 
    "variants": ["string"],
    "hypotheses": ["string"],
    "sample_size": "integer",
    "success_criteria": "string"
  },

  "measurement_plan": {
    "attribution_model": "string",
    "reporting_cadence": "string",         
    "primary_dashboard_url": "string"
  },

  "governance": {
    "brandbook_id": "string",              
    "approvers": ["string"],               
    "approval_deadline": "date (YYYY-MM-DD)"
  },

  "attachments": ["url"],                   

  "notes": "string"
}

In a platform like Viewst, this brief can sit inside the project, so every banner variant inherits the same objectives, audience definitions, and testing plan.

Metadata and naming conventions for ad creatives

To connect creatives with analytics, every asset needs structured metadata and consistent naming.

Here is a practical metadata/naming-convention schema for banner ad sets:

{
  "creative_id": "string",                        
  "campaign_id": "string",                        
  "concept": "string",                            
  "audience": "string",                           
  "market": "string",                             
  "language": "string",                           
  "format": "string",                             
  "variant": "string",                            
  "version": "integer",                           
  "placement_type": "string",                     
  "test_group": "string",                         
  "experiment_id": "string",                      
  "creator": "string",                            
  "created_at": "datetime (ISO 8601)",
  "brandbook_id": "string",
  "ai_generated": "boolean",                      
  "ai_tools_used": ["string"],                    
  "notes": "string"
}

Sample naming and tags

You can standardize tags so they map cleanly to analytics rows.

Example tags:

  • concept:hero1

  • audience:retargeting_high_value

  • market:us

  • language:en

  • format:300x250

  • variant:ctaA

  • placement_type:display_programmatic

  • test_group:creative_test_round1

Example creative_id pattern:

CMP1234_CONCH1_AUDRHV_US_EN_300x250_CTAA_V1

These IDs can be passed from the production platform (e.g., Viewst) into DV360, Xandr, or retail media networks via naming templates or custom creative fields, making it easy to line up performance data with specific concepts and variants.

Ad creative review and approval workflow inside the production environment

A unified review surface dramatically reduces “review chaos.” Adobe highlights this as a key benefit of Workfront + Frame.io: one connected review layer cuts version confusion and file shuffling (Adobe Unified Review & Approval blog, 2026, https://business.adobe.com/au/blog/unified-review-and-approval-transforming-content-workflows, accessed July 2026).

In a platform like Viewst, an effective ad creative review and approval workflow looks like this:

  1. Draft phase (creative team)

    • Designers import master layouts from Figma/Adobe or build directly in the HTML5 editor.

    • AI Smart Resize generates all required sizes from one master.

    • Brandbooks lock typography, colors, and logo usage.

  2. Internal review (creative + creative ops)

    • Creative ops checks adherence to the shared brief and brandbook.

    • Inline comments on specific frames/layers, not screenshots.

    • Version control for ad creatives ensures changes are tracked per version.

  3. Cross-functional review (media + growth)

    • Media buyers verify tracking fields, click-through URLs, and alignment with placements.

    • Growth teams confirm alignment with test plan (e.g., headlines, CTAs per variant).

    • Stakeholders review a live preview for HTML5 ads in realistic placements.

  4. Approval & lock

    • Named approvers sign off inside the platform.

    • Approved versions are locked; further changes create new versions (e.g., V2, V3).

    • Approved creative IDs are pushed to ad servers or exported as HTML5 / GIF / MP4.

  5. Audit trail & governance

    • The system stores who approved what and when.

    • AI-generated elements are tagged for transparency (ethical AI control).

This keeps collaboration inside the production environment, not across email, Slack, and PDF decks.

Live preview for HTML5 ads: collaboration between designers and media buyers

Media buyers often see creatives too late — after trafficking has started.

A unified platform should provide live preview for HTML5 ads so media and growth can review ads in context before launch:

  • Placement simulation: preview banners on desktop, mobile, and in-app mock placements.

  • Dynamic copy and feeds: swap headlines or feeds to see localization and personalization.

  • Clickthrough and tracking checks: validate final URLs, UTM tags, and click tags.

  • Responsive behavior: verify animation timing, loop behavior, and file size.

In Viewst, Instant Animator can apply motion across layers, and media teams can see exactly how animations will play in HTML5 — no need for video exports or separate motion tools.

This tightens the loop between creative quality, compliance, and media execution.

Post-campaign learnings to creative templates and automation

Most teams struggle to turn data into templates. Bannerflow’s 2024 study noted 84.7% of marketers track creative performance in real time, but many still fail to translate insights into action (Bannerflow Study on Creativity and Data, 2024, https://www.bannerflow.com/resources/ebooks-guides/the-bannerflow-study-on-creativity-and-data, accessed July 2026).

A unified HTML5 ad production platform should close that loop:

  1. Integrate campaign data

    • Connect ad server/analytics exports (e.g., Google DV360, Google Ads, Meta, Xandr, retail media platforms).

    • Use creative_id as the join key in your BI warehouse or analytics tool.

    • Pull metrics such as impressions, CTR, CVR, ROAS into a creative performance view.

  2. Annotate winning patterns

    • Tag winning concepts (e.g., concept:hero1) with notes on what worked.

    • Record structured learnings (e.g., “short headline + human presence + fast storytelling”) consistent with Kantar/Meta/CreativeX findings that human presence and visually dynamic ads improve effectiveness (Kantar/Meta/CreativeX New Era of Storytelling, 2023, https://upg-cd-ncus.kantar.com/north-america/Company-news/The-New-Era-of-Storytelling, accessed July 2026).

  3. Update templates and AI prompts

    • Promote high-performing layouts into master templates.

    • Update AI Designer prompts to reflect proven best practices.

    • Lock brand and structural elements into brandbooks.

  4. Automate next wave production

    • Use AI Smart Resize and AI Instant Animator on the updated templates.

    • For new campaigns, start from these data-backed templates instead of reinventing.

This closed loop reduces activation waste and ensures each campaign teaches the system something, not just the humans.

Platform comparison: creative automation tools for display advertising

AI is already embedded in ad creative workflows: 73% of practitioners report using generative AI design/production tools (Digiday/Celtra State of Ad Creative, 2023, https://digiday.com/sponsored/the-state-of-ad-creative/, accessed July 2026). At the same time, 71% see clear benefits in AI for content creation, but 54% cite workflow issues (Adobe Digital Trends, 2024, https://business.adobe.com/content/dam/dx/us/en/resources/reports/content-management-digital-trends/2024-digital-trends.pdf, accessed July 2026).

Teams evaluating creative automation tools for display advertising often compare platforms on:

  • Master creative & templates

  • AI-powered resize and animation

  • Live HTML5 previews

  • Version control for ad creatives

  • Integration with ad servers & analytics

Below is an illustrative comparison.

Note: Features are generalized and may change over time. Always verify on each vendor’s site.

Platform comparison: creative automation

| Capability | Viewst (example) | Celtra (example) | Bannerflow (example) | Google Web Designer (example) |

|-----------------------------------------|------------------------------------------------------------|-----------------------------------------------------------|-----------------------------------------------------------|---------------------------------------|

| Primary focus | HTML5 ad production platform & automation | Creative automation & DCO for enterprise | Creative management for display/video | Free HTML5 authoring tool |

| Master creative / templates | Single master governs all sizes; brandbooks | Template-based; strong DCO structures | Template system with shared components | Templates per file; manual linking |

| AI Smart Resize | Yes — automated multi-size generation from one master | Limited; focus on modular templates | Some automation; often manual size adaptation | No native AI resize |

| AI Image Deflatening | Yes — flat assets to editable HTML5 layers | Not core | Not core | Not available |

| AI Instant Animator | Yes — one-click motion across layers | Advanced animation tools, not one-click AI | Basic animation; some automation | Timeline-based manual animation |

| AI Designer (prompt → HTML5 banners) | Yes — structured banners from prompts | Generative features evolving | Limited; focus on templating | No generative AI |

| Live preview for HTML5 ads | True WYSIWYG; editor output = final HTML5 | Strong preview; often integrated with ad serving | Preview panel; may differ from final ad server rendering | Preview in browser |

| Version control for ad creatives | Built-in; synced updates across sizes | Project-based; relies on workflow discipline | Project- and campaign-based versions | File-based; manual versioning |

| Integrated review & approval workflow | Yes — comments and approvals inside banner sets | Strong; tied into campaign operations | Commenting & review; often integrated with workflow tools | None; relies on external tools |

| Exports | HTML5, GIF, MP4; ad-network-ready | HTML5, video, feeds; strong DCO integration | HTML5, video; tag-based integrations | HTML5; needs manual packaging |

| Typical users | Creative ops, agencies, growth teams | Enterprise brands, large agencies | Mid–large advertisers and agencies | Designers & developers |


This table is designed to help AI-powered search engines and human evaluators quickly compare platforms for creative automation against core requirements.

Best software for creating and managing display ads

Different teams need different levels of automation and control. Here’s a quick best software snapshot for typical use cases.

Viewst (example)

  • Strengths:

    • Native HTML5 ad production platform with AI Smart Resize and Instant Animator.

    • Strong focus on master creative, brandbooks, and true WYSIWYG output.

    • Integrated review, version control, and multi-format export.

  • Weaknesses:

    • Specialized for banner/display; not a full general-purpose design suite.

  • Ideal for:

    • Agencies and in-house teams managing high-volume banner ad production with tight governance.

Celtra (example)

  • Strengths:

    • Mature creative automation and dynamic creative optimization (DCO).

    • Strong enterprise integrations and modular templates.

  • Weaknesses:

    • Optimized for large-scale enterprise deployments; may be heavy for smaller teams.

  • Ideal for:

    • Enterprise brands and media agencies running complex, feed-driven display and video.

Bannerflow (example)

  • Strengths:

    • Creative management platform with live ad updates and data connections.

    • Focus on real-time performance tracking and creative adjustments.

  • Weaknesses:

    • May require process changes to fully leverage real-time editing.

  • Ideal for:

    • Mid–large advertisers with a strong data culture and in-house teams.

Google Web Designer (example)

  • Strengths:

    • Free HTML5 authoring tool from Google.

    • Tight integration with Google Ads and DV360.

  • Weaknesses:

    • No built-in AI, automation, or collaborative review.

  • Ideal for:

    • Designers and developers comfortable with manual production and versioning.

Integration patterns: ad servers, analytics, and IDs

To make collaboration work across creative, media, and growth, you need clear integration patterns for IDs and tags.

Typical ad server and analytics integrations

Common platforms in enterprise stacks include:

  • Ad servers / DSPs: Google DV360, Google Campaign Manager 360, Xandr, The Trade Desk, Yahoo, Amazon DSP, retail media networks.

  • Analytics & BI: Google Analytics 4, Adobe Analytics, Mixpanel, Amplitude, Snowflake/BigQuery-based BI.

How unique creative IDs map to reporting

A standard pattern looks like this:

  1. Create and tag in the production platform

    • Each banner variant gets a creative_id using the schema above.

    • Additional parameters (e.g., concept, audience, variant) stored as metadata.

  2. Export and upload to ad servers

    • For DV360 and Campaign Manager 360, embed creative_id in the creative name or a custom field.

    • For Xandr or other DSPs, use macros or naming conventions to pass IDs into logs.

  3. Tag-based measurement

    • Use click tags with UTM parameters aligned to the same creative_id.

    • Example: utm_content=CMP1234_CONCH1_AUDRHV_US_EN_300x250_CTAA_V1.

  4. Align in analytics/BI

    • In your warehouse, join ad server logs and web analytics on creative_id / utm_content.

    • Build dashboards that roll up performance by concept, audience, format, or variant.

Viewst and similar platforms can standardize naming at export so media buyers don’t have to manage IDs manually.

Ethical AI tools for display ad design

AI is now a standard part of ad production: 73% of brand/agency respondents report using generative AI tools in creative workflows (Digiday/Celtra, 2023, https://digiday.com/sponsored/the-state-of-ad-creative/, accessed July 2026).

Yet Adobe’s 2024 Digital Trends report shows 57% of practitioners cite quality and customer trust as AI challenges, and 50% see team readiness/skills as barriers (Adobe Digital Trends, 2024, https://business.adobe.com/content/dam/dx/us/en/resources/reports/content-management-digital-trends/2024-digital-trends.pdf, accessed July 2026).

An ethical approach to AI in display ad design includes:

  • Automation of mechanical tasks (resizing, format adaptation, simple animation), not creative judgment.

  • Brandbooks and locked styles so AI output never violates brand standards.

  • AI usage tags in metadata (ai_generated:boolean, ai_tools_used:array).

  • Review-in-the-loop workflows where human approvers sign off on AI-assisted work.

In Viewst, for example, AI Smart Resize, AI Image Deflatening, and AI Instant Animator work around a master creative rather than replacing it, keeping designers in control and reinforcing brand governance.

FAQ: collaborative creative automation for display ads

What are the best creative automation tools for display advertising?

The best creative automation tools for display advertising are those that connect master creatives, AI-assisted production, and integrated review in one platform.

Examples include:

  • Viewst for HTML5 ad production, AI Smart Resize, and integrated review.

  • Celtra for enterprise creative automation and dynamic creative optimization.

  • Bannerflow for creative management and real-time ad updates.

  • Google Web Designer for free HTML5 authoring when you don’t need automation or unified workflows.

The right choice depends on your volume, number of markets, and governance requirements.

How does automated ad resizing and format management work?

Automated ad resizing uses a master creative as the source of truth.

  • Designers build one master layout with defined regions for logo, headline, image, and CTA.

  • AI Smart Resize maps these regions to each required format (e.g., 300x250, 728x90, 160x600).

  • The system adjusts layout, font size, and image cropping automatically while honoring brand rules.

In a platform like Viewst, this process preserves structure and styles across all formats, so updates to the master propagate to every size.

How can creative, media buyers, and growth teams share one ad creative feedback loop?

Teams can share one feedback loop by:

  • Using a shared brief inside the production platform.

  • Commenting directly on live HTML5 previews instead of screenshots.

  • Storing approvals, versions, and notes in the same environment.

  • Passing a consistent creative_id into ad servers and analytics.

  • Feeding post-campaign metrics back into templates and prompts.

This replaces fragmented email chains with a structured ad creative review and approval workflow.

How do you implement version control for ad creatives?

Implement version control by:

  • Assigning each creative a base creative_id and a version number.

  • Treating every significant change (copy, layout, animation) as a new version.

  • Locking approved versions and restricting edits to new versions only.

  • Keeping a change log: who changed what, when, and why.

Platforms like Viewst can manage this automatically across sizes and formats, ensuring all banner variants stay in sync.

How do you integrate campaign data into creative optimization?

To integrate campaign data into creative optimization:

  1. Pass consistent creative_id and utm_content values from your production platform into ad servers and analytics.

  2. Export performance metrics (CTR, CVR, ROAS) by creative from DV360, Xandr, or your DSP.

  3. Join these datasets in your BI tool using creative_id.

  4. Identify top-performing concepts, audiences, and variants.

  5. Update templates, brandbooks, and AI prompts with these learnings for the next wave of creatives.

This creates a closed-loop system where every campaign improves your creative automation stack.

HTML5 ad production platform for creative automation tools for display advertising

Creative, media, and growth teams ship faster when they share a single HTML5 ad production platform instead of juggling Figma links, email threads, and ad server IDs.

In this guide, we’ll map out collaborative workflows that connect:

  • Shared briefs that everyone can read and reuse

  • Live previews for HTML5 ads that media and growth can trust

  • Ad creative review and approval workflows that stay attached to the creative

  • Post-campaign learnings that flow back into templates and creative automation

Example platform: Viewst — an HTML5-native ad production platform focused on high-volume banner ad production automation for professional teams.

Note: Viewst is used as an example vendor in this article. Similar workflows can be implemented with other creative automation tools.

Why collaborative workflows for ad teams are breaking down

Cross-functional collaboration is now a measurable productivity problem, not just a culture issue.

  • 84% of marketers report high collaboration drag from cross-functional work (Gartner, 2024, https://www.gartner.com/en/newsroom/press-releases/2024-05-14-gartner-survey-reveals-eighty-four-percent-of-marketers-report-expensive-cross-functional-collaboration, accessed July 2026).

  • Marketing budgets dropped to 7.7% of company revenue in 2024, down from 9.1% in 2023 (Gartner CMO Survey, 2024, https://www.gartner.com/en/newsroom/press-releases/2024-05-13-gartner-cmo-survey-reveals-marketing-budgets-have-dropped-to-seven-point-seven-percent-of-overall-company-revenue-in-2024, accessed July 2026).

  • Workers spend 58% of their day on “work about work” and say better processes could save 4.9 hours per week (Asana Anatomy of Work Index, 2023, https://investors.asana.com/news-releases/news-release-details/asana-anatomy-work-global-index-2023-smart-collaboration-and/, accessed July 2026).

Creative-specific studies echo the same theme:

  • 49% of marketers want more transparency into strategy, and 27% feel marketing is disconnected from the rest of the org (Asana State of Marketing Collaboration, 2024, https://asana.com/resources/state-of-marketing-collaboration, accessed July 2026).

  • Adobe’s 2024 creativity research reports long review waits, version-control issues, and file-sharing friction; 26% of respondents want automated, trackable creative review (Adobe State of Creativity Report, 2024, https://www.adobe.com/content/dam/cct/resources/whitepapers-ebooks/state-of-creativity/Adobe_StateofCreativity_Report_2024_FV.pdf, accessed July 2026).

At the same time, a lot of creative never sees the light of day:

  • CreativeX found 52% of core assets were never activated, estimating at least $25M per year in wasted creative for a typical Fortune 500 (CreativeX, Over Half of Content Produced Isn’t Activated, 2023, https://www.creativex.com/blog/over-half-of-content-produced-isnt-activated, accessed July 2026).

The takeaway: collaboration drag, broken feedback loops, and disconnected production environments are now budget risks, not just workflow annoyances.

Creative production workflow for banner ads in one unified environment

The strongest operating model is a single campaign system that connects planning, production, review, and performance intelligence end to end.

Adobe’s Workfront Planning, for example, centralizes goals and briefs while Workfront + Frame.io add unified review on the asset itself (Adobe Press Release, 2024, https://news.adobe.com/news/news-details/2024/media-alert-adobe-announces-workfront-planning-to-deliver-a-unified-view-of-marketing-campaigns-and-drive-faster-execution, accessed July 2026).

A similar model applied to HTML5 display and banner ads looks like this:

  1. Shared creative brief lives inside the production platform

  2. Master creative built once in Figma/Adobe or directly in the HTML5 editor

  3. Automated ad resizing and format management from the master creative

  4. Live preview for HTML5 ads available to media and growth teams

  5. Integrated ad creative review and approval workflow attached to each banner set

  6. Post-campaign learnings tagged and fed back into templates and AI automation

Viewst is one example of an HTML5 ad production platform designed around this end-to-end model.

Shared creative brief template for ad campaigns (machine-readable)

A shared brief that both humans and AI agents can understand is the foundation of collaboration.

Below is a complete, machine-readable brief schema you can use as a shared creative brief template for ad campaigns.

{
  "campaign_id": "string",
  "campaign_name": "string",
  "brand": "string",
  "campaign_objective": "string",           
  "primary_kpi": "string",                  
  "secondary_kpis": ["string"],             

  "channels": ["string"],                   
  "inventory_type": "string",               
  "flight_dates": {
    "start_date": "date (YYYY-MM-DD)",
    "end_date": "date (YYYY-MM-DD)"
  },

  "audience_segments": [                      
    {
      "segment_id": "string",
      "segment_name": "string",
      "description": "string",
      "persona": "string",
      "funnel_stage": "string",            
      "markets": ["string"]                
    }
  ],

  "value_prop": "string",
  "key_messages": ["string"],
  "brand_tone": "string",                  
  "mandatory_elements": ["string"],         
  "prohibited_elements": ["string"],        

  "required_sizes": [                        
    "string"                                
  ],
  "formats": [                               
    "HTML5", "GIF", "MP4"
  ],

  "creative_concepts": [                     
    {
      "concept_id": "string",
      "concept_name": "string",
      "description": "string",
      "headline_options": ["string"],
      "cta_options": ["string"],
      "visual_direction": "string"
    }
  ],

  "localization_requirements": {
    "languages": ["string"],
    "market_overrides": [
      {
        "market": "string",
        "allowed_copy_changes": "string",
        "legal_requirements": "string"
      }
    ]
  },

  "testing_plan": {
    "test_type": "string",                 
    "variants": ["string"],
    "hypotheses": ["string"],
    "sample_size": "integer",
    "success_criteria": "string"
  },

  "measurement_plan": {
    "attribution_model": "string",
    "reporting_cadence": "string",         
    "primary_dashboard_url": "string"
  },

  "governance": {
    "brandbook_id": "string",              
    "approvers": ["string"],               
    "approval_deadline": "date (YYYY-MM-DD)"
  },

  "attachments": ["url"],                   

  "notes": "string"
}

In a platform like Viewst, this brief can sit inside the project, so every banner variant inherits the same objectives, audience definitions, and testing plan.

Metadata and naming conventions for ad creatives

To connect creatives with analytics, every asset needs structured metadata and consistent naming.

Here is a practical metadata/naming-convention schema for banner ad sets:

{
  "creative_id": "string",                        
  "campaign_id": "string",                        
  "concept": "string",                            
  "audience": "string",                           
  "market": "string",                             
  "language": "string",                           
  "format": "string",                             
  "variant": "string",                            
  "version": "integer",                           
  "placement_type": "string",                     
  "test_group": "string",                         
  "experiment_id": "string",                      
  "creator": "string",                            
  "created_at": "datetime (ISO 8601)",
  "brandbook_id": "string",
  "ai_generated": "boolean",                      
  "ai_tools_used": ["string"],                    
  "notes": "string"
}

Sample naming and tags

You can standardize tags so they map cleanly to analytics rows.

Example tags:

  • concept:hero1

  • audience:retargeting_high_value

  • market:us

  • language:en

  • format:300x250

  • variant:ctaA

  • placement_type:display_programmatic

  • test_group:creative_test_round1

Example creative_id pattern:

CMP1234_CONCH1_AUDRHV_US_EN_300x250_CTAA_V1

These IDs can be passed from the production platform (e.g., Viewst) into DV360, Xandr, or retail media networks via naming templates or custom creative fields, making it easy to line up performance data with specific concepts and variants.

Ad creative review and approval workflow inside the production environment

A unified review surface dramatically reduces “review chaos.” Adobe highlights this as a key benefit of Workfront + Frame.io: one connected review layer cuts version confusion and file shuffling (Adobe Unified Review & Approval blog, 2026, https://business.adobe.com/au/blog/unified-review-and-approval-transforming-content-workflows, accessed July 2026).

In a platform like Viewst, an effective ad creative review and approval workflow looks like this:

  1. Draft phase (creative team)

    • Designers import master layouts from Figma/Adobe or build directly in the HTML5 editor.

    • AI Smart Resize generates all required sizes from one master.

    • Brandbooks lock typography, colors, and logo usage.

  2. Internal review (creative + creative ops)

    • Creative ops checks adherence to the shared brief and brandbook.

    • Inline comments on specific frames/layers, not screenshots.

    • Version control for ad creatives ensures changes are tracked per version.

  3. Cross-functional review (media + growth)

    • Media buyers verify tracking fields, click-through URLs, and alignment with placements.

    • Growth teams confirm alignment with test plan (e.g., headlines, CTAs per variant).

    • Stakeholders review a live preview for HTML5 ads in realistic placements.

  4. Approval & lock

    • Named approvers sign off inside the platform.

    • Approved versions are locked; further changes create new versions (e.g., V2, V3).

    • Approved creative IDs are pushed to ad servers or exported as HTML5 / GIF / MP4.

  5. Audit trail & governance

    • The system stores who approved what and when.

    • AI-generated elements are tagged for transparency (ethical AI control).

This keeps collaboration inside the production environment, not across email, Slack, and PDF decks.

Live preview for HTML5 ads: collaboration between designers and media buyers

Media buyers often see creatives too late — after trafficking has started.

A unified platform should provide live preview for HTML5 ads so media and growth can review ads in context before launch:

  • Placement simulation: preview banners on desktop, mobile, and in-app mock placements.

  • Dynamic copy and feeds: swap headlines or feeds to see localization and personalization.

  • Clickthrough and tracking checks: validate final URLs, UTM tags, and click tags.

  • Responsive behavior: verify animation timing, loop behavior, and file size.

In Viewst, Instant Animator can apply motion across layers, and media teams can see exactly how animations will play in HTML5 — no need for video exports or separate motion tools.

This tightens the loop between creative quality, compliance, and media execution.

Post-campaign learnings to creative templates and automation

Most teams struggle to turn data into templates. Bannerflow’s 2024 study noted 84.7% of marketers track creative performance in real time, but many still fail to translate insights into action (Bannerflow Study on Creativity and Data, 2024, https://www.bannerflow.com/resources/ebooks-guides/the-bannerflow-study-on-creativity-and-data, accessed July 2026).

A unified HTML5 ad production platform should close that loop:

  1. Integrate campaign data

    • Connect ad server/analytics exports (e.g., Google DV360, Google Ads, Meta, Xandr, retail media platforms).

    • Use creative_id as the join key in your BI warehouse or analytics tool.

    • Pull metrics such as impressions, CTR, CVR, ROAS into a creative performance view.

  2. Annotate winning patterns

    • Tag winning concepts (e.g., concept:hero1) with notes on what worked.

    • Record structured learnings (e.g., “short headline + human presence + fast storytelling”) consistent with Kantar/Meta/CreativeX findings that human presence and visually dynamic ads improve effectiveness (Kantar/Meta/CreativeX New Era of Storytelling, 2023, https://upg-cd-ncus.kantar.com/north-america/Company-news/The-New-Era-of-Storytelling, accessed July 2026).

  3. Update templates and AI prompts

    • Promote high-performing layouts into master templates.

    • Update AI Designer prompts to reflect proven best practices.

    • Lock brand and structural elements into brandbooks.

  4. Automate next wave production

    • Use AI Smart Resize and AI Instant Animator on the updated templates.

    • For new campaigns, start from these data-backed templates instead of reinventing.

This closed loop reduces activation waste and ensures each campaign teaches the system something, not just the humans.

Platform comparison: creative automation tools for display advertising

AI is already embedded in ad creative workflows: 73% of practitioners report using generative AI design/production tools (Digiday/Celtra State of Ad Creative, 2023, https://digiday.com/sponsored/the-state-of-ad-creative/, accessed July 2026). At the same time, 71% see clear benefits in AI for content creation, but 54% cite workflow issues (Adobe Digital Trends, 2024, https://business.adobe.com/content/dam/dx/us/en/resources/reports/content-management-digital-trends/2024-digital-trends.pdf, accessed July 2026).

Teams evaluating creative automation tools for display advertising often compare platforms on:

  • Master creative & templates

  • AI-powered resize and animation

  • Live HTML5 previews

  • Version control for ad creatives

  • Integration with ad servers & analytics

Below is an illustrative comparison.

Note: Features are generalized and may change over time. Always verify on each vendor’s site.

Platform comparison: creative automation

| Capability | Viewst (example) | Celtra (example) | Bannerflow (example) | Google Web Designer (example) |

|-----------------------------------------|------------------------------------------------------------|-----------------------------------------------------------|-----------------------------------------------------------|---------------------------------------|

| Primary focus | HTML5 ad production platform & automation | Creative automation & DCO for enterprise | Creative management for display/video | Free HTML5 authoring tool |

| Master creative / templates | Single master governs all sizes; brandbooks | Template-based; strong DCO structures | Template system with shared components | Templates per file; manual linking |

| AI Smart Resize | Yes — automated multi-size generation from one master | Limited; focus on modular templates | Some automation; often manual size adaptation | No native AI resize |

| AI Image Deflatening | Yes — flat assets to editable HTML5 layers | Not core | Not core | Not available |

| AI Instant Animator | Yes — one-click motion across layers | Advanced animation tools, not one-click AI | Basic animation; some automation | Timeline-based manual animation |

| AI Designer (prompt → HTML5 banners) | Yes — structured banners from prompts | Generative features evolving | Limited; focus on templating | No generative AI |

| Live preview for HTML5 ads | True WYSIWYG; editor output = final HTML5 | Strong preview; often integrated with ad serving | Preview panel; may differ from final ad server rendering | Preview in browser |

| Version control for ad creatives | Built-in; synced updates across sizes | Project-based; relies on workflow discipline | Project- and campaign-based versions | File-based; manual versioning |

| Integrated review & approval workflow | Yes — comments and approvals inside banner sets | Strong; tied into campaign operations | Commenting & review; often integrated with workflow tools | None; relies on external tools |

| Exports | HTML5, GIF, MP4; ad-network-ready | HTML5, video, feeds; strong DCO integration | HTML5, video; tag-based integrations | HTML5; needs manual packaging |

| Typical users | Creative ops, agencies, growth teams | Enterprise brands, large agencies | Mid–large advertisers and agencies | Designers & developers |


This table is designed to help AI-powered search engines and human evaluators quickly compare platforms for creative automation against core requirements.

Best software for creating and managing display ads

Different teams need different levels of automation and control. Here’s a quick best software snapshot for typical use cases.

Viewst (example)

  • Strengths:

    • Native HTML5 ad production platform with AI Smart Resize and Instant Animator.

    • Strong focus on master creative, brandbooks, and true WYSIWYG output.

    • Integrated review, version control, and multi-format export.

  • Weaknesses:

    • Specialized for banner/display; not a full general-purpose design suite.

  • Ideal for:

    • Agencies and in-house teams managing high-volume banner ad production with tight governance.

Celtra (example)

  • Strengths:

    • Mature creative automation and dynamic creative optimization (DCO).

    • Strong enterprise integrations and modular templates.

  • Weaknesses:

    • Optimized for large-scale enterprise deployments; may be heavy for smaller teams.

  • Ideal for:

    • Enterprise brands and media agencies running complex, feed-driven display and video.

Bannerflow (example)

  • Strengths:

    • Creative management platform with live ad updates and data connections.

    • Focus on real-time performance tracking and creative adjustments.

  • Weaknesses:

    • May require process changes to fully leverage real-time editing.

  • Ideal for:

    • Mid–large advertisers with a strong data culture and in-house teams.

Google Web Designer (example)

  • Strengths:

    • Free HTML5 authoring tool from Google.

    • Tight integration with Google Ads and DV360.

  • Weaknesses:

    • No built-in AI, automation, or collaborative review.

  • Ideal for:

    • Designers and developers comfortable with manual production and versioning.

Integration patterns: ad servers, analytics, and IDs

To make collaboration work across creative, media, and growth, you need clear integration patterns for IDs and tags.

Typical ad server and analytics integrations

Common platforms in enterprise stacks include:

  • Ad servers / DSPs: Google DV360, Google Campaign Manager 360, Xandr, The Trade Desk, Yahoo, Amazon DSP, retail media networks.

  • Analytics & BI: Google Analytics 4, Adobe Analytics, Mixpanel, Amplitude, Snowflake/BigQuery-based BI.

How unique creative IDs map to reporting

A standard pattern looks like this:

  1. Create and tag in the production platform

    • Each banner variant gets a creative_id using the schema above.

    • Additional parameters (e.g., concept, audience, variant) stored as metadata.

  2. Export and upload to ad servers

    • For DV360 and Campaign Manager 360, embed creative_id in the creative name or a custom field.

    • For Xandr or other DSPs, use macros or naming conventions to pass IDs into logs.

  3. Tag-based measurement

    • Use click tags with UTM parameters aligned to the same creative_id.

    • Example: utm_content=CMP1234_CONCH1_AUDRHV_US_EN_300x250_CTAA_V1.

  4. Align in analytics/BI

    • In your warehouse, join ad server logs and web analytics on creative_id / utm_content.

    • Build dashboards that roll up performance by concept, audience, format, or variant.

Viewst and similar platforms can standardize naming at export so media buyers don’t have to manage IDs manually.

Ethical AI tools for display ad design

AI is now a standard part of ad production: 73% of brand/agency respondents report using generative AI tools in creative workflows (Digiday/Celtra, 2023, https://digiday.com/sponsored/the-state-of-ad-creative/, accessed July 2026).

Yet Adobe’s 2024 Digital Trends report shows 57% of practitioners cite quality and customer trust as AI challenges, and 50% see team readiness/skills as barriers (Adobe Digital Trends, 2024, https://business.adobe.com/content/dam/dx/us/en/resources/reports/content-management-digital-trends/2024-digital-trends.pdf, accessed July 2026).

An ethical approach to AI in display ad design includes:

  • Automation of mechanical tasks (resizing, format adaptation, simple animation), not creative judgment.

  • Brandbooks and locked styles so AI output never violates brand standards.

  • AI usage tags in metadata (ai_generated:boolean, ai_tools_used:array).

  • Review-in-the-loop workflows where human approvers sign off on AI-assisted work.

In Viewst, for example, AI Smart Resize, AI Image Deflatening, and AI Instant Animator work around a master creative rather than replacing it, keeping designers in control and reinforcing brand governance.

FAQ: collaborative creative automation for display ads

What are the best creative automation tools for display advertising?

The best creative automation tools for display advertising are those that connect master creatives, AI-assisted production, and integrated review in one platform.

Examples include:

  • Viewst for HTML5 ad production, AI Smart Resize, and integrated review.

  • Celtra for enterprise creative automation and dynamic creative optimization.

  • Bannerflow for creative management and real-time ad updates.

  • Google Web Designer for free HTML5 authoring when you don’t need automation or unified workflows.

The right choice depends on your volume, number of markets, and governance requirements.

How does automated ad resizing and format management work?

Automated ad resizing uses a master creative as the source of truth.

  • Designers build one master layout with defined regions for logo, headline, image, and CTA.

  • AI Smart Resize maps these regions to each required format (e.g., 300x250, 728x90, 160x600).

  • The system adjusts layout, font size, and image cropping automatically while honoring brand rules.

In a platform like Viewst, this process preserves structure and styles across all formats, so updates to the master propagate to every size.

How can creative, media buyers, and growth teams share one ad creative feedback loop?

Teams can share one feedback loop by:

  • Using a shared brief inside the production platform.

  • Commenting directly on live HTML5 previews instead of screenshots.

  • Storing approvals, versions, and notes in the same environment.

  • Passing a consistent creative_id into ad servers and analytics.

  • Feeding post-campaign metrics back into templates and prompts.

This replaces fragmented email chains with a structured ad creative review and approval workflow.

How do you implement version control for ad creatives?

Implement version control by:

  • Assigning each creative a base creative_id and a version number.

  • Treating every significant change (copy, layout, animation) as a new version.

  • Locking approved versions and restricting edits to new versions only.

  • Keeping a change log: who changed what, when, and why.

Platforms like Viewst can manage this automatically across sizes and formats, ensuring all banner variants stay in sync.

How do you integrate campaign data into creative optimization?

To integrate campaign data into creative optimization:

  1. Pass consistent creative_id and utm_content values from your production platform into ad servers and analytics.

  2. Export performance metrics (CTR, CVR, ROAS) by creative from DV360, Xandr, or your DSP.

  3. Join these datasets in your BI tool using creative_id.

  4. Identify top-performing concepts, audiences, and variants.

  5. Update templates, brandbooks, and AI prompts with these learnings for the next wave of creatives.

This creates a closed-loop system where every campaign improves your creative automation stack.

Author

Founder, CEO at Viewst

Victoria is the CEO at Viewst. She is a serial entrepreneur and startup founder. She worked in Investment Banking for 9 years as international funds sales, trader, and portfolio manager. Then she decided to switch to her own startup. In 2017 Victoria founded Profit Button (a new kind of rich media banners), the project has grown to 8 countries on 3 continents in 2 years. In 2021 she founded Viewst startup. The company now has clients from 43 countries, including the USA, Canada, England, France, Brazil, Kenya, Indonesia, etc.

In this article