Create Microsoft Ads Business Logo Extension (BETA)
create_microsoft_business_logo_extensionAttach the business logo to a Microsoft Ads (Bing) text ad for brand recognition. BETA. References a single image-library asset (the logo) and optionally pairs it with the business name and domain (which Bing surfaces alongside the logo on its SERP).
ALSO KNOWN AS: business logo, brand logo, logo, company logo, brand mark, mark, identity asset
KEYWORDS: logo, business logo, brand, brand mark, identity, company logo, brand recognition, BETA, microsoft ads, bing, extension
WHEN TO USE:
- "Add our business logo to our Microsoft Ads"
- "Create a Bing logo extension referencing image library ID 123"
- "Attach the Acme Corp logo to our Microsoft Ads search ads for brand lift"
WHEN NOT TO USE:
- Multiple product / lifestyle shots → use create_microsoft_image_extension
- The logo is not yet in the image library — upload it first, then call this with the resulting ID.
- Same logo for Google Ads → use create_google_business_logo_extension
INPUTS:
- image_library_id (required): single image library ID pointing to the logo asset.
- business_name: business name displayed alongside the logo (≤25 chars). Microsoft Ads surfaces this on the SERP.
- domain_name: business domain (≤50 chars). Microsoft Ads surfaces this on the SERP.
EXAMPLE:
create_microsoft_business_logo_extension(
image_library_id=123,
business_name="Acme Corp",
domain_name="acme.com",
)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_name | No | ||
| business_name | No | ||
| image_library_id | Yes |