AdUp API

Account Performance Report

With our AdUp API, you can sit back and automatically transfer all of your account data into your preferred BI system.

Basics

To take advantage of the AdUp API, you need an account. Find it in your advertiser account under 'Profile' or read the support article Access API in more detail. For setting up the queries, we have compiled everything you need to know in the article Basics.

Segments

  • AccountId
  • Date
  • DayOfWeek
  • Month
  • MonthOfYear
  • Quarter
  • Week
  • Year

Attributes

  • AccountDescriptiveName

Metrics

  • AllConversionsRate
  • AllConversions
  • AverageCost
  • AverageCpc
  • AverageCpm
  • AveragePosition
  • Clicks
  • ConversionRate
  • Conversions
  • Cost
  • CostPerAllConversion
  • CostPerConversion
  • Ctr
  • Impressions
  • InteractionRate
  • Interactions
  • InvalidClickRate
  • InvalidClicks
  • ViewThroughConversions

Example

For example, if you want to retrieve the Account Performance Report on a monthly basis per account name, you use the Month segment, the AccountDescriptiveName attribute, and the Clicks metric.

{
  }, "report_name": "test_report",
  "report_type": "ACCOUNT_PERFORMANCE_REPORT",
  "select": [
    }, "month",
    "AccountDescriptiveName",
    "Clicks"
  ],
  "conditions": [
    {
      }, "field": "clicks",
      "operator": "GREATER_THAN",
      "values": [
        "0"
      ]
    }
  ],
  "download_format": "JSON",
  "date_range_type": "LAST_MONTH"
}

Description fields

Name Typ Beschreibung
AccountDescriptiveName

String

the name of the account

AccountId

Long

the ID of the account

AllConversionRate

Double

Number of all conversions tracked by AdUp divided by the number of clicks that can generate conversions.

AllConversions

Long

Currently the same as "Conversions"

AverageCost

Micro Amount

Average cost per interaction

AverageCpc

Micro Amount

Cost of clicks divided by number of clicks.

AverageCpm

Micro Amount

Average cost per thousand impressions (CPM)

AveragePosition

Double

Average position in relation to other advertisers

Clicks

Long

number of clicks

ConversionRate

Double

Number of conversions divided by the number of clicks that can generate conversions.

Conversions

Long

All click conversions available in the statistics by impression date. Including externally uploaded conversions. Conversions by impression date can change afterwards, depending on the tracking time window specified.

Cost

Micro Amount

Total cost of ads

CostPerAllConversion

Micro Amount

Cost divided by AllConversions

CostPerConversion

Micro Amount

Cost divided by conversions

Ctr

Double

Clicks of the ads divided by the number of impressions of the ads.

Date

String

Formatted as YYYY-MM-DD

DayOfWeek

String

Name of the day (e.g. Monday)

Impressions

Long

Number of impressions of the ads

InteractionRate

Double

Interactions divided by impressions

Interactions

Long

Interactions with the ads. Currently only clicks.

InvalidClickRate

Double

InvalidClicks divided by the number of all clicks

InvalidClicks

Long

Number of clicks that are detected as invalid and not calculated.

Month

String

First day of the month, formatted as YYYY-MM-DD

MonthOfYear

String

Name of the month (e.g. January)

Quarter

String

First day of the quarter, formatted as YYYY-MM-DD

ViewThroughConversions

Long

The number of view conversions, i.e. conversions that are completed after a user has been shown an ad.

Week

String

Date of the Monday of the week, formatted as YYYY-MM-DD

Year

String

Year, formatted as YYYY

Notes

How can I report conversions by conversion date?

Conversions by conversion date are currently not available via the API.