Help Center

Everything you need to know about getting started with Beamer

How can I have separate widgets for different products but display all updates on a single standalone page? 

Although Beamer doesn’t directly support having separate widgets for different products while displaying all updates within a single standalone page. However, you can achieve this with segmentation. 

Here’s how:

Set Up Basic Segmentation

Start by creating segment tags for your products when writing posts. 

For instance:

  • Use prodA for Product 1.
  • Use prodB for Product 2.

Configure Beamer Widget per Product

To filter posts in the widget by product, update your Beamer script:

<script>
	var beamer_config = {
		product_id : "Your_Product_ID",
		filter:'prodA', // Use 'prodB'for Product2
	};
</script>
<script type="text/javascript" src="https://app.getbeamer.com/js/beamer-embed.js" defer="defer"></script>

 

Note: You can also use `force_filter` if you need to strictly enforce the filter for each widget.

Apply Filter Based on Site Logic

Adjust the filter dynamically depending on the site your users are visiting. Ensure you’re assigning the correct filter (prodA or prodB) based on which product page users are accessing.

Assign filters to Posts

When creating new posts, always assign the relevant segment tag (e.g., prodA for Product 1). This ensures that posts are appropriately categorized and shown in the respective widgets.

Combine Updates on a Common Standalone Page

Now, in order to display all product updates in one single place, configure the standalone page.

  • Go to Settings > Standalone Settings in your Beamer dashboard.
  • In the Default Segment Filters for the Standalone Page section, add both prodA and prodB. This ensures updates from all products are shown on the standalone page.

Important: Remember to configure your standalone page by adding all segments in Settings > Standalone Settings > Default Segment Filters. This will aggregate posts from multiple segments (e.g., prodA and prodB) onto a single page.

Your Data Security and Privacy is our Priority.

At Beamer, we care about our customers’ data and this is how we protect it.

Read our Terms of Service

vpn_key Data Ownership

Your account and data belongs to you and will not be sold in any case. We can delete your account and data upon your request. Learn more chevron_right

lock Encryption

Beamer data is encrypted in transit (advanced TLS protocols and 2,048-bit keys or better) and at rest (using AES 256 encryption with integrity).

dns Access

Customer data is always backed up and uptime is over 99.9%.

workspace_premium GDPR

Beamer is GDPR Compliant and has the Data Processing Agreements in place. Learn more chevron_right

bug_report Penetration testing

Third party network, application and physical security tests are conducted regularly. Learn more chevron_right

Keep your users in the know!