Create & update Facebook Ads with an API: Tutorial

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

Комментарии • 33

  • @Lavasea
    @Lavasea 4 месяца назад +1

    This was very helpfull even after 3 years, thanks!

  • @allebs-c3p
    @allebs-c3p 10 месяцев назад

    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.

    • @kitchnio
      @kitchnio  7 месяцев назад

      Ha, appreciate it! :)

  • @TheFeroz6
    @TheFeroz6 4 года назад +1

    I am a big fan of your videos
    Loved it..expecting more videos.

    • @kitchnio
      @kitchnio  4 года назад

      Thank you so much 😀

  • @allebs-c3p
    @allebs-c3p 10 месяцев назад

    How can I get the left fields menu shown at 4:40? My interface does not have it.

  • @grigio7737
    @grigio7737 3 года назад +1

    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 🙂

  • @rajneeshmishra2149
    @rajneeshmishra2149 2 года назад

    Is it necessary to ad money to get ad data in graph api explorer??

  • @sumaprakash9046
    @sumaprakash9046 Год назад

    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

  • @rubenrayadelgado4594
    @rubenrayadelgado4594 Год назад +2

    there's any way to get all comments from the Ad?

    • @eduardosuarez3807
      @eduardosuarez3807 7 месяцев назад

      Hi ! Did you find the solution? I have the same issue.

  • @manojkumar-nw7lh
    @manojkumar-nw7lh 3 года назад

    video is very helpful.By any chance do you know how to test the ads insights when developing using marketing API?

  • @JingruChen-wn3if
    @JingruChen-wn3if 4 месяца назад

    The link of the video to access to a live Facebook Ad Account and a Facebook App doesn't work

  • @SEHacker
    @SEHacker 2 года назад

    Hello, can you show me how to publish AdCreative object_story_spec on api?

  • @kapusietv3382
    @kapusietv3382 4 года назад

    Can I change call to action button to "LIKE PAGE"?

  • @gaminginn6072
    @gaminginn6072 3 года назад

    big fan sir, keep making videos please

  • @harshvardhangoyal5362
    @harshvardhangoyal5362 2 года назад

    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!

  • @duytruongnguyen9068
    @duytruongnguyen9068 4 года назад

    Can you ask me about this 1 problem?

  • @kezy2695
    @kezy2695 4 года назад +1

    Hi, will you make the same series about google ads api?

    • @kitchnio
      @kitchnio  4 года назад +1

      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?

    • @kezy2695
      @kezy2695 4 года назад

      @@kitchnio download all ads with a preview of their photos/videos

    • @kitchnio
      @kitchnio  4 года назад

      So this would be for Display or RUclips/Video or is that also relevant in Search/Shopping?

    • @kezy2695
      @kezy2695 4 года назад

      @@kitchnio All :)

  • @snippetshub
    @snippetshub 2 года назад

    Anyone knows how to use the Graph API shown here to get the info on other companies' campaigns?

  • @duchoang3265
    @duchoang3265 3 года назад

    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?

    • @ChunkeyDrummer
      @ChunkeyDrummer 2 года назад

      Hi! I have the same issue, did you solve it?

  • @RUDataDriven
    @RUDataDriven 4 года назад

    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?

  • @kezy2695
    @kezy2695 4 года назад

    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!

  • @dwikydinandra8966
    @dwikydinandra8966 4 года назад

    Nice dudes! Will you make for the website version? like how to make an insight of facebook ads api to your own webapps?

    • @kitchnio
      @kitchnio  4 года назад

      Thanks! What in particular do you have in mind?

    • @dwikydinandra8966
      @dwikydinandra8966 4 года назад

      @@kitchnio I think you can show the clicks response from ads, or anything you need to do monitoring the ads from your own webapp

  • @CongNguyen-zz8iy
    @CongNguyen-zz8iy 3 года назад

    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