Man, this was insane! It was the first tutorial I saw regarding Graph API, and it just blew my mind with the possibilities. You explain really well. Maybe you should launch an online course for paid media professionals and noobs in API, haha.
Mate this is incredibly helpful - thank you! How would the process change if you wanted to edit the primary text without creating a new ad? ie. Emulating what Facebook does when you edit the creative and it creates a new ad in the background? I was hoping to update ad copy every day or two automatically, but it'd be ideal if 30+ ads weren't appearing in each adset each month! Thanks again and really appreciate your work 🙂
hai!, amazing video in fact helped me to be implementing with my project but am not able to post ads using creative id, throw error while hitting api something like,"Add a valid payment method to your ad account.", can we post ads without pay when do the testing purpose?my test app which in development mode
Hi, thanks for this amazing video. And others that you have on Facebook ads. Really helped with my project. The thing I am still unclear about is how to set public policy and access the facebooks business account of a client when you are not the root user, if you can point me in the right direction that would be great!
Hi, I'm having a problem at 20:43. When I submit I got an error "Ads creative post was created by an app that is in development mode. It must be in public to create this ad.". If I change my app mode from Development to Live, I can't set the permission to access the data in Graph Explorer. Can you help me with this, please?
Hi Very Nice! Great videos! When Making a Saved Audience via API, I want to target and address, but also create for 4 Excludes Drop pins (Lat/Lons) that then lessen the Original Address to smaller than 1 Mile. How many Addresses + $ Excludes Address can you load into one ad? Or in one Saved Audience via API?
Hi, do you know how to sort results on ad edge? Something like that: act_ID/ads?fields=name,id&sort=insights.sort(reach_descending), but actually it does not work!
I'm using Graph API Explorer on developer facebook to add some fields to my campaign with step: Add field: method POST, /campaign_id/?a1=a2 Get field: method GET , /campaign_id/?fields=a1 -> error, can't see a2 { "error": { "message": "(#100) Tried accessing nonexisting field (a1) on node type (Ad)", "type": "OAuthException", "code": 100, "fbtrace_id": "Ap-8WpxFN-x2CsCtjXXLuol" } } I have some permission: read_insights ads_management ads_read public_profile I think I'm using the wrong method or miss permission
This was very helpfull even after 3 years, thanks!
Man, this was insane! It was the first tutorial I saw regarding Graph API, and it just blew my mind with the possibilities. You explain really well. Maybe you should launch an online course for paid media professionals and noobs in API, haha.
Ha, appreciate it! :)
I am a big fan of your videos
Loved it..expecting more videos.
Thank you so much 😀
How can I get the left fields menu shown at 4:40? My interface does not have it.
Mate this is incredibly helpful - thank you!
How would the process change if you wanted to edit the primary text without creating a new ad? ie. Emulating what Facebook does when you edit the creative and it creates a new ad in the background? I was hoping to update ad copy every day or two automatically, but it'd be ideal if 30+ ads weren't appearing in each adset each month!
Thanks again and really appreciate your work 🙂
Is it necessary to ad money to get ad data in graph api explorer??
hai!, amazing video in fact helped me to be implementing with my project but am not able to post ads using creative id, throw error while hitting api something like,"Add a valid payment method to your ad account.", can we post ads without pay when do the testing purpose?my test app which in development mode
there's any way to get all comments from the Ad?
Hi ! Did you find the solution? I have the same issue.
video is very helpful.By any chance do you know how to test the ads insights when developing using marketing API?
The link of the video to access to a live Facebook Ad Account and a Facebook App doesn't work
Hello, can you show me how to publish AdCreative object_story_spec on api?
Can I change call to action button to "LIKE PAGE"?
big fan sir, keep making videos please
Hi, thanks for this amazing video. And others that you have on Facebook ads. Really helped with my project. The thing I am still unclear about is how to set public policy and access the facebooks business account of a client when you are not the root user, if you can point me in the right direction that would be great!
Can you ask me about this 1 problem?
Hi, will you make the same series about google ads api?
Hey! We'll start doing some of these in the future, for sure! What in particular are you trying to do with the Google Ads API?
@@kitchnio download all ads with a preview of their photos/videos
So this would be for Display or RUclips/Video or is that also relevant in Search/Shopping?
@@kitchnio All :)
Anyone knows how to use the Graph API shown here to get the info on other companies' campaigns?
Hi, I'm having a problem at 20:43. When I submit I got an error "Ads creative post was created by an app that is in development mode. It must be in public to create this ad.". If I change my app mode from Development to Live, I can't set the permission to access the data in Graph Explorer. Can you help me with this, please?
Hi! I have the same issue, did you solve it?
Hi Very Nice! Great videos! When Making a Saved Audience via API, I want to target and address, but also create for 4 Excludes Drop pins (Lat/Lons) that then lessen the Original Address to smaller than 1 Mile. How many Addresses + $ Excludes Address can you load into one ad? Or in one Saved Audience via API?
Hi, do you know how to sort results on ad edge? Something like that: act_ID/ads?fields=name,id&sort=insights.sort(reach_descending), but actually it does not work!
Nice dudes! Will you make for the website version? like how to make an insight of facebook ads api to your own webapps?
Thanks! What in particular do you have in mind?
@@kitchnio I think you can show the clicks response from ads, or anything you need to do monitoring the ads from your own webapp
I'm using Graph API Explorer on developer facebook to add some fields to my campaign with step:
Add field: method POST, /campaign_id/?a1=a2
Get field: method GET , /campaign_id/?fields=a1 -> error, can't see a2
{
"error": {
"message": "(#100) Tried accessing nonexisting field (a1) on node type (Ad)",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "Ap-8WpxFN-x2CsCtjXXLuol"
}
}
I have some permission:
read_insights
ads_management
ads_read
public_profile
I think I'm using the wrong method or miss permission