Marketing API v7.0 (java lib: facebook-java-business-sdk.7.0.0)
I recently jumped from v5.0 to v7.0 and discovered that the following fields disappeared from the AdsInsights class:
@SerializedName("hourly_stats_aggregated_by_advertiser_time_zone")
private String mHourlyStatsAggregatedByAdvertiserTimeZone = null;
@SerializedName("hourly_stats_aggregated_by_audience_time_zone")
private String mHourlyStatsAggregatedByAudienceTimeZone = null;
@SerializedName("product_id")
private String mProductId = null;
The last lib in which these fields were present was
facebook-java-business-sdk.6.0.0
and first disappeared in version
facebook-java-business-sdk.6.0.4
I checked the change logs and found no details regarding these missing fields and it seems like an oversight. Any idea if/when these fields will return to the latest java libs?
Thanks.