Create a brand
create_brandRegister a new brand (business / client) on this Upfixe account. Each brand pins to exactly one Google Ads customerId. Two ways to choose it:
• Pass customerId explicitly. Required when the user manages more than one Google Ads account (agencies / MCC owners). Call list_ad_accounts first to discover the available customerIds, surface them to the user, and pass the one they confirm. • Omit customerId. Only safe when the user has exactly one accessible account. If they have multiple, this tool returns an error rather than silently picking one.
If no Google Ads account is connected to the Upfixe account at all, this returns an error telling the user to connect at https://app.upfixe.com/connect-google-ads. After creating, call fetch_homepage_content to scrape the site, then update_value_prop_doc to save the doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Business name as it should appear in ads. e.g. 'Acme Plumbing'. | |
| website | Yes | Public marketing site URL (https:// required). | |
| customerId | No | Google Ads customerId (10 digits, with or without dashes — e.g. '123-456-7890' or '1234567890'). Required if the user has access to more than one Google Ads account. |