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
I know that the updated_at field is not present in AdCreatives, but is there a way to filter on adCreatives the way we do it on AdSets, Ads or Campaigns based on updated_at. Example:
await new AdAccount(accountId, undefined, undefined, metaObject).getAdCreatives(fields, params);
where we pass filtering field in params like:
filtering: [{ field: 'campaign.updated_time', operator: 'GREATER_THAN', value: {{epochTimeOfPreviousDay}} }],
The text was updated successfully, but these errors were encountered:
Which SDK version are you using? - 19.0.0
What's the issue?
I know that the updated_at field is not present in AdCreatives, but is there a way to filter on adCreatives the way we do it on AdSets, Ads or Campaigns based on updated_at. Example:
await new AdAccount(accountId, undefined, undefined, metaObject).getAdCreatives(fields, params);
where we pass filtering field in params like:
filtering: [{ field: 'campaign.updated_time', operator: 'GREATER_THAN', value: {{epochTimeOfPreviousDay}} }],
The text was updated successfully, but these errors were encountered: