Comment on page
Facebook ads interface
How to get data from trials of Facebook ad
- 1.Go to "the reporting suite in Meta ads manager"
- 2.Click on the relevant account/campaign
2. Specify some filters:
This gets us the screen below
.png?alt=media)
3. Specify the date range.
Here “Effective Giving Guide Lead Generation campaign … ran late November 2021 - January 2022"
(Careful in specifying the dates; the interface is weird)
.png?alt=media)
After specifying these dates, more information comes up in the basic columns:
.png?alt=media)
5. Export simple results for Campaigns
Click 'Reports' ... upper right.
.png?alt=media)
We can 'create a custom report', which saves this for later tweaking, or merely 'export table data'. I will do the latter for now:
.png?alt=media)
Note: I chose CSV and do not include summary rows, to avoid confusion later.
Now I import this data into R (I usually use code but let's do it the interactive way for illustration)...
.png?alt=media)
It seems that the option 'include summary row' was probably not wanted here, and that row with blank 'campaign name' could cause confusion.
.png?alt=media)
inputting into R, data preview
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.
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?
.png?alt=media)
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:\
.png?alt=media)
Ad sets
Here, there are 52 total 'ad sets' across all campaigns.
.png?alt=media)
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:
.png?alt=media)
In theory ad sets could contain multiple ads. I wonder when/whether/why it would be worth doing this.
__
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”)
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).