All Collections
Audience
Exporting audience groups
Exporting audience groups
Sofia avatar
Written by Sofia
Updated over a week ago

In this article

Basic target audience export

You can export any saved audience if you want to use the data for further analysis or actions outside of the BIMobject platform.

To export your saved target audience simply click Export on a saved audience group. This will export your saved audience into a .xlsx or .csv file.


How to use a .csv in Excel

If you chose to download your exported audience as a .xlsx file, it's already 100% compatible with Excel. To properly open a .csv file in excel and avoid conversion losses, read this article on Microsoft's support page.


Advanced target audience export

While the default target audience export may cover most of your reporting and investigative needs, you can work even faster, smarter, and smoother with the new advanced data export. With the additions in this feature, you can enrich your CRM system, improve your BI reporting quality and speed up your leads qualification process. Set rules, sit back, and gain a holistic understanding of how your BIMobject audience engages with your products.

Set schedules and receive exported data weekly or monthly directly to your email inbox.

With the advanced export feature enabled, your audience exports will contain all of the information included in the default export, but you will also receive a breakdown of product download and email campaigns performance for the exported audience group. With this data, you can easily understand performance both from a regional and professional perspective - allowing you to analyze exactly what products and files the users have downloaded from your product catalog. You will also be able to see what users have opened your email campaigns and clicked through to your designated call-to-action, enabling you to follow your most dedicated users and ensure you're spending time cultivating the right users across your audience.

Single export with custom dates

The advanced export feature also gives you the possibility to export data by from a custom date range, all the way back to when your first data point was generated on the platform. The file will be sent to your email inbox once it is ready to be downloaded.

Select custom dates in your export and the file will be sent to your email inbox


Working with the advanced export (Power BI example tutorial)

In this section we will take you through an example of how you can use the advanced audience export feature to create a dashboard in Microsoft Power BI which can serve as a single point of collaboration for your commercial organization.


Note: all organizations differ from one another, and this example will not be applicable for everyone - it is merely meant as a demonstration of the potential this tool offers.

If your organization uses the Google suite, this example will still be relevant for you, but the process of importing data into Looker Studio and constructing relationships will naturally look different from what is demonstrated here.


Step 1: Downloading your data

The first step in any visualization endeavor is to get your data ready. In this case that will mean identifying one or more saved audience groups that you want to export. Just follow the instructions earlier in this article to download a custom date range export.

When you've downloaded your exported data, it's actually ready to visualize as it is. However, to simplify some operations in Power BI we'll make one quick adjustment: replacing TRUE/FALSE values with 1/0. The main benefit of this is that it helps with visualization formatting, as the binary data type allows for easier sums. If you like your data categorical, feel free to skip this one.

To perform this transformation, simply select any column that contains TRUE/FALSE values and hit CTRL+F to bring up the "Find and Replace" dialog.

In the dialog, input to Find any entry that says "TRUE" and Replace it with 1. Then repeat to Find any entry that says "FALSE" and Replace it with 0. Repeat until you've transformed all applicable columns in your file.

There are plenty of other transformations you could make to clean up your data, such as consolidating names, first names and company names to only lower characters (see LOWER function). However, for the purposes of this tutorial you are now ready to go to step 3 and import your data into Power BI. Note: If you're particularly interested in file type distribution across your downloads, please consult the optional transformation later in this article for help.

Step 2: Import data into Power BI and map relationships

In this video we'll show you how to properly import your data file into Power BI and get everything ready to start visualizing.

Step 3: Start visualizing your data

In this video we'll go through the basics of visualization in Power BI, and create some simple yet interesting charts.

Finalized dashboard and advanced funnel example

In this final video we'll take a look at the finalized dashboard we started making in Step 2, and also go through a slightly more advanced example of creating a collaborative funnel to understand when and how to engage with your BIMobject audience.

Optional transformation: Separate downloads into file types

Main benefit: The export file currently contains a field called FileTypes, which indicate all file types that were downloaded in a single download record. For visualization purposes this can become messy, to we'll break out each download with multiple file types into separate records for each file type.

In the Product downloads tab of your export file, select the FileTypes column and go to Data > Text to Columns

In the wizard that opens, select Delimited in the first step, choose Comma as your delimiter and finally click Finish.

After these steps, you should end up with something like this, depending on the number of different file types downloaded.

As you can see, the single FileTypes columns has been split into several columns, with a single file type value in each. Make sure to trim any excess spaces in the resulting columns using the TRIM formula before moving on to the next step. For the final part of this transformation, we need to unpivot these columns.

Go to Data > From Table/Range. This will open the Power Query Editor.

In this view, scroll all the way to the right and select all columns that resulted from the split, including the FileTypes column

Then go to Transform > Unpivot Columns > Home > Close & Load. This will create one "Attribute" column and one "Value" column. You can go ahead and delete the "Attribute" column and rename the "Value" column into FileType again for consistency.

You should now have a sheet where the same download record exists on multiple rows, with different file types:

Did this answer your question?