Open robertocarloscalderon opened 6 years ago
Something like this?
retentionDays: { cliOption: ['--retentionDays <retentionDays>', 'Any value between 1 and 180 days. Defaults to forever if not specified'], optional: true, normalize: getNormalizeNumberFn(1, 180), },
Thanks! The help text is great. But, here's a link for anyone interested in setting this to something other than "lifetime."
https://developers.facebook.com/docs/marketing-api/reference/custom-audience
Can you add "retention_days" to custom audience configs?