You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String accountId ="accountId_example"; // String | Social account ID
969
+
String adAccountId ="adAccountId_example"; // String | Platform ad account ID (e.g. act_123 for Meta). Mirrors the same filter on /v1/ads/campaigns and /v1/ads/tree.
969
970
String profileId ="profileId_example"; // String | Profile ID
970
971
String campaignId ="campaignId_example"; // String | Platform campaign ID (filter ads within a campaign)
971
972
LocalDate fromDate =LocalDate.now(); // LocalDate | Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago.
972
973
LocalDate toDate =LocalDate.now(); // LocalDate | End of metrics date range (YYYY-MM-DD). Defaults to today. Max 90-day range.
|**accountId**|**String**| Social account ID |[optional]|
999
+
|**adAccountId**|**String**| Platform ad account ID (e.g. act_123 for Meta). Mirrors the same filter on /v1/ads/campaigns and /v1/ads/tree. |[optional]|
998
1000
|**profileId**|**String**| Profile ID |[optional]|
999
1001
|**campaignId**|**String**| Platform campaign ID (filter ads within a campaign) |[optional]|
1000
1002
|**fromDate**|**LocalDate**| Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago. |[optional]|
String accountId ="accountId_example"; // String | Social account ID
1062
+
String adAccountId ="adAccountId_example"; // String | Platform ad account ID (e.g. act_123 for Meta). Mirrors the same filter on /v1/ads/campaigns and /v1/ads/tree.
1060
1063
String profileId ="profileId_example"; // String | Profile ID
1061
1064
String campaignId ="campaignId_example"; // String | Platform campaign ID (filter ads within a campaign)
1062
1065
LocalDate fromDate =LocalDate.now(); // LocalDate | Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago.
1063
1066
LocalDate toDate =LocalDate.now(); // LocalDate | End of metrics date range (YYYY-MM-DD). Defaults to today. Max 90-day range.
|**accountId**|**String**| Social account ID |[optional]|
1094
+
|**adAccountId**|**String**| Platform ad account ID (e.g. act_123 for Meta). Mirrors the same filter on /v1/ads/campaigns and /v1/ads/tree. |[optional]|
1091
1095
|**profileId**|**String**| Profile ID |[optional]|
1092
1096
|**campaignId**|**String**| Platform campaign ID (filter ads within a campaign) |[optional]|
1093
1097
|**fromDate**|**LocalDate**| Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago. |[optional]|
- { name: accountId, in: query, schema: { type: string }, description: Social account ID }
18829
+
- { name: adAccountId, in: query, schema: { type: string }, description: "Platform ad account ID (e.g. act_123 for Meta). Mirrors the same filter on /v1/ads/campaigns and /v1/ads/tree." }
- { name: campaignId, in: query, schema: { type: string }, description: Platform campaign ID (filter ads within a campaign) }
18831
18832
- { name: fromDate, in: query, schema: { type: string, format: date }, description: "Start of metrics date range (YYYY-MM-DD). Defaults to 90 days ago." }
0 commit comments