Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BD-3624: Clarify free version of catalogs #8418

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To create a catalog, go to **Data Settings** > **Catalogs**.
If you are using the [older navigation]({{site.baseurl}}/navigation), you can find **Catalogs** under **Data**.
{% endalert %}

Click **Create New Catalog**, then choose to either **Upload CSV** or **Create in browser**.
Select **Create New Catalog**, then choose to either **Upload CSV** or **Create in browser**.

### Method 1: Upload CSV

Expand Down Expand Up @@ -88,12 +88,12 @@ You can also update the CSV file after selecting to create a catalog in the brow

1. Enter a name for your catalog. Keep in mind the following requirements for your catalog name:
- Must be unique
- Maximum of 250 characters
- Can only include numbers, letters, hyphens, and underscores <br> ![][14]{: style="max-width:80%;"} <br><br>
- Up to 250 characters
- Can only include numbers, letters, hyphens, and underscores <br> ![A catalog named "my_catalog".][14]{: style="max-width:80%;"} <br><br>
2. (optional) Type a description for your catalog.
3. Select the catalog you've just created from the list **Catalogs** page to update your catalog.
4. Click **Update Catalog > Add fields** to add your fields. Then, enter the **Field name** and use the dropdown to select the data type. Repeat as needed.<br> ![][12]{: style="max-width:50%;"}<br><br>
5. Click **Update Catalog > Add items** to add an item to your catalog by entering the information based on the fields you previously added. Then, click **Save Item** or **Save and Add Another** to continue adding your items. <br> ![][13]{: style="max-width:50%;"}
4. Select **Update Catalog** > **Add fields** to add your fields. Then, enter the **Field name** and use the dropdown to select the data type. Repeat as needed.<br> ![Two example fields "rating" and "name".][12]{: style="max-width:50%;"}<br><br>
5. Select **Update Catalog** > **Add items** to add an item to your catalog by entering the information based on the fields you previously added. Then, click **Save Item** or **Save and Add Another** to continue adding your items. <br> ![Add a catalog item.][13]{: style="max-width:50%;"}
lydia-xie marked this conversation as resolved.
Show resolved Hide resolved

You can also upload a CSV file after selecting to create a catalog in the browser.

Expand Down Expand Up @@ -141,11 +141,11 @@ We'll create the catalog by uploading a CSV file. The data types for `id`, `titl
This data type cannot be edited after you set up your catalog.
{% endalert %}

![][9]{: style="max-width:85%;"}
![Four catalog column names: "id", "title", "price", "image_link".][9]{: style="max-width:85%;"}

Next, we'll name this catalog "games_catalog" and click the **Process Catalog** button. Then, Braze will check the catalog for any errors before catalog creation.

![][11]{: style="max-width:85%;"}
![A catalog named "games_catalog".][11]{: style="max-width:85%;"}

Note that you won't be able to edit this name after the catalog is created. You can delete a catalog and re-upload an updated version using the same catalog name.

Expand Down Expand Up @@ -181,7 +181,7 @@ The package entitlement shown in the Braze dashboard is rounded to the nearest u

#### Free version

The storage size for the free version of catalogs is up to 100&nbsp;MB. You can have unlimited items as long as it's under 100&nbsp;MB. Selections will contribute to your storage. The more complex a selection is, the more storage it will take up.
The storage size for the free version of catalogs is up to 100&nbsp;MB. You can have unlimited items as long as it's under 100&nbsp;MB. Selections will contribute to your storage. The more complex a selection is, the more storage it will take up. There will also be a size mismatch between the CSV catalog data and the representation of that data in Braze's datastore.
lydia-xie marked this conversation as resolved.
Show resolved Hide resolved

#### Catalogs Pro

Expand Down