Finezxc
Finezxc

Reputation: 55

How to target all ages 65+ when create AdSet via FACEBOOK GRAPH API?

In docs here https://developers.facebook.com/docs/marketing-api/audiences/special-ad-category/ I can see that I can set age_max to 65+. And on the facebook acocunt, when I create AdSet I see in options age_max 65+. But in docs here https://developers.facebook.com/docs/marketing-api/audiences/reference/targeting-restrictions/ I can see that maximum value is 65 years old, that I can set via marketing API. Please tell me, why in one place it's says age_max 65 and in another places it's says that age_max 65+?

And how can i target all ages 65+ when create AdSet via Facebook GRAPH API?

Upvotes: 2

Views: 289

Answers (1)

Mathieu EUSTACHY
Mathieu EUSTACHY

Reputation: 117

I had the same issue with Facebook documentation which sometimes can be misleading and contradictory between pages...

For future people who will see this post, if you do not specify an age_max in targeting params it will target people from age_min to 150 years old.

If you try to send age_max: "65+" to Facebook it will be refused since Facebook API only accepts integers for age_min / age_max.

Upvotes: 0

Related Questions