age_country_gender_reach_breakdown
: Demographic distribution of ads delivered to the EU by country, gender, and agebeneficiary_payers
: Reported beneficiaries and payers for the adeu_total_reach
: The estimated combined ad reach for all locations inside the European Uniontarget_ages
: The age ranges selected for ad targeting in the EU.target_gender
: The genders selected for ad targeting in the EU.target_locations
: The locations included or excluded for ad targeting in the EU.unmask_removed_content
)page_id
were returning fewer than expected results.The Ad Library API provides more data than it used to, and now Radlibrary
can handle it. All of the current fields are supported, which at this time include:
The Ad Library API has evolved to return richer data for some fields which may be multi-valued. For instance, the publisher_platform
field can contain multiple values: Facebook, Instagram, etc. Converting responses to a tibble now makes these into list columns.
Similarly, some values like demographic_distribution
and delivery_by_region
return very rich data. Previously, it was necessary to request this data separately as a geo_table
or demographic_table
. Now these values are converted into nested tibble columns. See vignette("nested_columns")
for more.
id
. This is now the favored unique identifier rather than ad_snapshot_url
, which was previously a required field in all calls to the API.tibble
will no longer create a whole bunch of unused columns for fields that weren't requested. Only the fields that were requested are included now.NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.