is there any substitute available for the page_fans_gender_age metric to get the fans gender wise?
since page_fans_gender_age will be deprecated on March the 14th, does anyone know about a possible replacement?
Tony-Marketing-API.cn is a vibrant community dedicated to Facebook, Meta,Google Ads api, app development, Instagram, and related technologies. It offers valuable bug solutions, troubleshooting cases, and problem-solving strategies shared by users. Stay updated with real-world solutions, development tips, and the latest trends in digital marketing and app development.
since page_fans_gender_age will be deprecated on March the 14th, does anyone know about a possible replacement?
Dear all, I am new and use it for Meta Ad Library data. I faced the problem "(#613) Calls to this api have exceeded the rate limit." since last night and it remains for 12 hours. I checked Meta's website, which indicates the rate limit is renewed every hour. So I am quite confused and not sure how I should proceed. Any help is greatly appreciated.
I've encountered an error while attempting to list all first-party audience segmentations created in my GoogleAds account using the googleads Python library. Despite confirming that the credentials are correct and updating the library to the latest version available, I continue to face the following error:
[WARNING] 2024-03-26T12:42:30.368Z 41d1f691-e863-47a7-97c7-4ceec141ccef Error summary: {'faultMessage': '[ServerError.SERVER_ERROR @ ]', 'requestId': '8e056b59b2549571b78c96c177a495e2', 'responseTime': '1173', 'serviceName': 'AudienceSegmentService', 'methodName': 'getAudienceSegmentsByStatement'}
I've even attempted to execute the code on a clean installation in a virtual machine, but the error persists.
I'm reaching out to seek assistance from the community regarding this issue. Any insights or suggestions on how to resolve this error would be greatly appreciated.
Thank you in advance for your help.
Best regards;
I've even attempted to execute the code on a clean installation in a virtual machine, but the error persists.
The credentials are correct.
Please help me to resolve the advertising restricted to my Facebook account
Hello facebook community, I have a question regarding the GET IG media by id endpoint. I have a webhook that sends me the media id of my account whenever someone tags me in their post. The webhook notifies me with the media_id of the post in which I was tagged. Is there any chance that I can get the media content by id using my access token? Otherwise, what use do I have with the media id that I get notified with? Currently if i do https://graph.facebook.com/v19.0/{media_id}?fields=media_url&access_token={access_token} it says that the object doesn't exists. Any solutions here? Thank you!