# Facebook ads interface

## Using Meta ads manager reporting suite

### Extracting simple results

1. **Go to "the reporting suite in Meta ads manager"**\
   ![](/files/XA8Dtp1R4mrQoYn6AyLk)

<details>

<summary>How to get to the 'reporting suite' in Meta ads manager view as above?</summary>

URL should look like:\
[`https://business.facebook.com/adsmanager/reporting/manage?act=ACCOUNTNUMBER&business_id=BUSINESSID`](https://business.facebook.com/adsmanager/reporting/manage?act=678706932730469\&business_id=1149856198387391)

1. Go to [https://business.facebook.com/adsmanager/](https://business.facebook.com/adsmanager/manage/campaigns?act=204215465)
2. Click on the relevant account/campaign

</details>

2\. Specify some filters:

This gets us the screen below

![](/files/EeDmuenJ4xhs5nmiILg9)

**3. Specify the date range.**

Here “Effective Giving Guide Lead Generation campaign … ran late November 2021 - January 2022"\
![](/files/4IaMStMLSRFPf9fwYj7m) *(Careful in specifying the dates; the interface is weird)*

After specifying these dates, more information comes up in the basic columns:\
![](/files/HDOEuNnXjYbkxWf1KyRk)

**5. Export simple results for Campaigns**

Click 'Reports' ... upper right.

![](/files/3c9OHj0ZJJbY6MCSCQWu)

We can 'create a custom report', which saves this for later tweaking, or merely 'export table data'. I will do the latter for now:

![](/files/QBzZpEG8mAPGexaPRQFX)

<details>

<summary>csv or xls?</summary>

`.csv` and `.xls` formats are about equally good; R and other software can import either one. I'll choose csv because it's a tiny bit simpler... but in other contexts, xls might be useful for exporting multiple sheets.

</details>

***Note***: I chose CSV and do *not* include summary rows, to avoid confusion later.

<details>

<summary>Exploring alternative: direct input into R </summary>

See tools like the `rfacebookstat` package; docs here

</details>

Now I import this data into R (I usually use code but let's do it the interactive way for illustration)...

![](/files/vYgagJkuH4ulzw1Zotkh)

*It seems that the option* 'include summary row' was probably not wanted here, and that row with blank 'campaign name' could cause confusion.

![inputting into R, data preview](/files/CxXaayQ0mXngT8wbQNww)

It seems to have removed the "bid strategy" column, and added 'reporting starts' and ...'ends' from the filter. Otherwise, everything else seems the same as in the ad manager view, although some labels have changed.

### **Campaigns, ad sets, ads**

<details>

<summary><strong>What's the difference between these?</strong></summary>

FB/Meta gives some explanation [HERE](https://www.facebook.com/business/help/706063442820839?id=802745156580214), although it leaves some open questions.

*You set the advertising objective at the **campaign** level. Here you decide the end goal for your ads, like driving more likes to your Page. At the **ad set** level, you define your targeting strategy by setting up parameters like targeting, budget and schedule. Finally, your **ads** are creative visuals, like pictures or videos, that drive the audience to what you are trying to promote.*

*Keep in mind that a campaign can include multiple ad sets, each with different targeting, scheduling and budgeting options selected.*

**Some things are still unclear:**\
Can multiple 'ad sets' use the same 'ads'? (I think so)\
Why do we seem to see budget and schedule choices listed under 'campaign' in the ads manager?

</details>

***

![](/files/8zTyj1HSEagUxoEbCtyD)

We see three tabs

1. Campaigns
2. Ad sets for 1 campaign
3. Ads for 1 campaign

**Campaigns**

Here we have 7 campaigns, each with separate budgets, and start and end dates (although these mainly overlap).

It looks like some campaigns were set up for direct comparison or "A/B" perhaps, with the exact same budgets and end dates, and similar names:\\

![](/files/wkZG7EeFjBCYIH4HbUJD)

**Ad sets**

Here, there are 52 total 'ad sets' across all campaigns.

![](/files/VzVkpdNykzaeRu34AHs6)

I'm going to export this as a csv too, in case it's useful.

**Ads**

There are also 52 "ads"; it seems in this case, one per ad set:

![](/files/NYwQT7x80bAihrOCQIIb)

<details>

<summary>Ad sets with multiple ads?</summary>

*In theory ad sets could contain multiple ads. I wonder when/whether/why it would be worth doing this.*\
\_\_\
\&#xNAN;*Luke:* In the Giving Guides trial ... we used a smart ad format where you upload lots of creatives (images, videos, post text etc) and it tests them all as a single ad. That particular ad format has a 1:1 relationship with the ad set, and then you investigate the success by pulling other specific reports for the attributes (e.g. “Post Text” or “Image or Video”)

</details>

The information in the 'ads' table seems the same as in the 'ad sets table' ... other than a link to preview the ad content itself (which I don't seem to have access to atm).

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://globalimpact.gitbook.io/untitled/marketing-and-testing-opportunities-tools-tips/collecting-data-trial-outcomes/facebook-meta-ads-interface.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
