
Add these fields:
I’d like to request the following fields be added to the Pinterest Ads connector, pulled from the /v5/ad_accounts/{ad_account_id}/campaigns endpoint (CampaignResponse object):
lifetime_spend_cap – Campaign lifetime budget (returned in microcurrency, needs to be divided by 1,000,000 to display as actual currency)
start_time – Campaign start date/time (returned as Unix timestamp, needs conversion to readable datetime)
end_time – Campaign end date/time (returned as Unix timestamp, needs conversion to readable datetime)
These are all available in the Pinterest Ads API v5