Skip to main content

BidEase

BidEase exports daily advertising performance through its Reporting API.

Source setup

Obtain a reporting API token from your BidEase account manager or support team and enter it as API Key. Extract validates access with a bounded report request. The report requires access to the Singular export and the CustomCampaign and CustomCreative bindings.

Connection setup

Choose a destination and pull schedule. Backfill (Days) defaults to seven and refreshes recent date partitions so revised metrics replace previously loaded data.

Report stream

The report stream preserves daily creative and publisher detail, with campaign, product, country, currency, and operating-system dimensions. Metrics are spend, conversions, clicks, and impressions. conversions represents installs. No additional conversion-event metrics are configured.

Column names follow the vendor CSV headers normalized to snake case: for example, application.name becomes application_name, and CustomCampaign becomes custom_campaign. IDs remain strings. Original campaign and creative names are retained alongside the separate custom-name columns; neither is replaced by the other.

The day column is an ISO date. Reporting days follow the API token's timezone, which defaults to UTC at BidEase. Extract requests one day at a time with an exclusive next-day end date and streams CSV rows to the destination.

The report profile uses eight grouping values from the existing Singular export configuration. BidEase's public documentation describes a seven-group limit; confirm that your account supports this profile before production use. If a dimension is rejected or missing, extraction fails rather than dropping it silently.