Open eheinen opened 6 months ago
v19.0.3
The insights and Campaigns POJO don't have the Summary attribute, Although, it has the param to set the Summary and its fields.
Summary
Get Insights or Get Campaigns:
adAccount.getInsights() .setTimeRange(timeRange) .setLevel(AdsInsights.EnumLevel.VALUE_CAMPAIGN) .setSummary(INSIGHT_SUMMARY_FIELDS) .requestFields(INSIGHT_FIELDS) .execute() .withAutoPaginationIterator(true);
To have an attribute called summary to do: getSummary() and get the total values, such as in the Graph API.
getSummary()
Which SDK version are you using?
v19.0.3
What's the issue?
The insights and Campaigns POJO don't have the
Summary
attribute, Although, it has the param to set the Summary and its fields.Steps/Sample code to reproduce the issue
Get Insights or Get Campaigns:
Observed Results:
Expected Results:
To have an attribute called summary to do:
getSummary()
and get the total values, such as in the Graph API.