Coder Social home page Coder Social logo

Comments (4)

JiamingFB avatar JiamingFB commented on April 20, 2024

Hi bdiesenhaus, just to unblock, you can read the raw json value of the object. In this way you can access the field if it is returned from server but missing in the object.
JsonParser parser = new JsonParser();
JsonObject rawJson = parser.parse(ad.getRawValue()).getAsJsonObject();
System.out.println(rawJson.get("adset_id"));

We'll update the sdk soon to add the new api response fields.

from facebook-java-business-sdk.

bdiesenhaus avatar bdiesenhaus commented on April 20, 2024

I found two additional fields that are missing on the AdInsights object, cpc and clicks:

https://developers.facebook.com/docs/marketing-api/reference/ads-insights

cpc -The average cost per click for these ads, calculated as the amount spent divided by the number of clicks received.

clicks - The total number of clicks on your ad. Depending on what you're promoting, this can include Page likes, event responses or app installs.

from facebook-java-business-sdk.

JiamingFB avatar JiamingFB commented on April 20, 2024

Hi bdiesenhaus,
These fields will be included in next release (~1 week). They were added after last sdk release and that was why they were not included.

from facebook-java-business-sdk.

JiamingFB avatar JiamingFB commented on April 20, 2024

These fields are added in the new release.

from facebook-java-business-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.