> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.getconduit.app/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Workflows – creating a weekly Ad Spend report

Imagine you want to create a weekly report for tracking ad spend for different ad networks, listing them as rows

1. Add a "Pull Data" block, selecting Facebook Ads as the data source and connect it with the Add Column block. Then, apply breakdown by Ad Network and the Spend (Cost) metric and the value as 'Facebook Ad Spend'. The result should look like this
![](https://storage.crisp.chat/users/helpdesk/website/39e5340fb975fe00/ffff_12tlr3n.png)

2. Then, repeat the same steps for Google Ads
![](https://storage.crisp.chat/users/helpdesk/website/39e5340fb975fe00/googlekpi_1h8qiya.png)

3. Now, integrate a "Union" block, specifying FB and Google as dataset #1 and dataset #2, respectively
![](https://storage.crisp.chat/users/helpdesk/website/39e5340fb975fe00/union_blnb8l.png)

We're almost set. Let's run the workflow and view the output
| Ad Network | Spend |
| --- | --- |
| Facebook Ad Spend | 3529.0783 |
| Google Ad Spend | 2411.43 |





