Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 811 Bytes

File metadata and controls

8 lines (7 loc) · 811 Bytes

2025-09-01 (Monday)

  • update fraud spot check to upsert data.
  • Build example pipeline to pull data from windsor.ai into adf
    • when adding rest api's the relative url needs to be a concatenation of the "parameters" otherwise it won't work
      • /all?api_key=f447383c677f32f0222275337c4a9e893aaa&date_preset=last_7d&select_accounts=googleanalytics4__405352891&fields=account_name,active_users,average_session_duration,campaign,date,devicecategory,engaged_sessions,event_count,event_name,page_path,session_default_channel_group,sessions,source,hostname&limit=100
      • @concat('/all?api_key=', dataset().api_key, '&date_preset=', dataset().date_preset, '&select_accounts=', dataset().select_accounts, '&fields=', dataset().fields, '&format=json')
  • we don't have the ability to map an epic to multiple jobs.