You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few flows running that are getting ad perfomance data through the graph api. The past couple of days i wasn't getting any data. Just checked the flow and saw the following in the grap api responses:
[You are calling a deprecated version of the Ads API.](x-ad-api-version-warning:You are calling a deprecated version of the Ads API.)
www-authenticate:OAuth "Facebook Platform" "invalid_request" "(#2635) You are calling a deprecated version of the Ads API. Please upgrade to the latest version: v20.0."
To Reproduce
if you have a facebook business manager account and run ads try to get the follwoing:
node: act_your_account_id
edge: insights
Expected behavior
ad performace data.
Operating System
ubuntu
n8n Version
1.53.2
Node.js Version
18.20.4
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Thanks for the report I have put in a quick fix for it that will be part of a future release most likely 1.56.0 next week, For now if you change the field to an expression for the version you should be able to input v20.0 and it will work.
Bug Description
I have a few flows running that are getting ad perfomance data through the graph api. The past couple of days i wasn't getting any data. Just checked the flow and saw the following in the grap api responses:
[You are calling a deprecated version of the Ads API.](x-ad-api-version-warning:You are calling a deprecated version of the Ads API.)
www-authenticate:OAuth "Facebook Platform" "invalid_request" "(#2635) You are calling a deprecated version of the Ads API. Please upgrade to the latest version: v20.0."
To Reproduce
if you have a facebook business manager account and run ads try to get the follwoing:
node: act_your_account_id
edge: insights
Expected behavior
ad performace data.
Operating System
ubuntu
n8n Version
1.53.2
Node.js Version
18.20.4
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: