You are here:
Set Up Age and Gender Breakdowns for Reach in Facebook Ads Custom Data Streams
To retrieve Age and Gender breakdowns properly for reach data streams you must add a formula in the mapping.
| User Permissions Needed | |
|---|---|
| To create and edit an API data stream: | Admin |
- In the Import tab, select your Facebook Ads custom data stream.
-
On the Mapping page, click Strategy key or Exchange key.
Make sure the keys are not being used elsewhere in your setup.
-
Click the Add Formula icon, and enter:
csv['fb.age']+csv['fb.gender'] - Click Save.
-
To map Age, select a key custom attribute, click the Add formula
icon and enter:
csv['fb.age']. - Click Save.
-
To map Gender, select a key custom attribute, click the Add formula
icon and enter:
csv['fb.gender'] - Click Save.

