Create a branch
1
Open the Branches section
From the Piksel dashboard sidebar, click Branches. You’ll see a list of all branches you’ve already created.
2
Click Add branch
Click the Add branch button to open the branch creation form.
3
Fill in the branch details
Complete the fields for the new branch:
4
Save the branch
Click Save. The branch appears in your branch list and is immediately available to assign to screens, media, and playlists.
Assign content to a branch
You can associate screens, media files, and playlists with a branch individually. Open any screen, media item, or playlist and select the branch from the Branch dropdown in its settings. The dashboard will then include that item when you filter by that branch.Filter the dashboard by branch
Use the branch filter at the top of the Screens, Media, and Playlists sections to narrow the view to a single location. Filtering does not affect what content plays — it only changes what you see in the dashboard.Edit a branch
1
Find the branch
Go to Branches and locate the branch you want to update.
2
Open branch settings
Click the branch name or the edit icon to open its settings.
3
Update the fields and save
Change any of the name, address, city, or notes fields, then click Save.
Delete a branch
To delete a branch, open the branch settings and click Delete branch. Piksel will:- Remove the branch assignment from every screen linked to it.
- Remove the branch assignment from every media file linked to it.
- Remove the branch assignment from every playlist linked to it.
- Delete the branch record.
API reference
List branches — GET /api/branches
List branches — GET /api/branches
Returns all branches for your account, ordered alphabetically by name.
Create a branch — POST /api/branches
Create a branch — POST /api/branches
Creates a new branch.
Update a branch — PUT /api/branches/{id}
Update a branch — PUT /api/branches/{id}
Updates one or more fields on an existing branch.
Delete a branch — DELETE /api/branches/{id}
Delete a branch — DELETE /api/branches/{id}
Unassigns all linked items and deletes the branch.

