Jump to: GET Response Notes | API Call Builder | Related Models
Find and queue all LogEventItems records that match search criteria for export. Returns a URL location for download of queued records for export.
Name | Type | Description |
---|---|---|
advertiser_id | Url | Your Attribution Analytics Advertiser ID; accessible via the Advertiser Account Details page. |
api_key | String | Your API Key; accessible via your User Details page of your Attribution Analytics account. |
start_date | Date | The beginning datetime for the requested results, provided in ISO-8601 format. Dates without offsets (i.e. a timezone) default to the value provided for the timezone parameter. If the timezone parameter is not specified, the dates timezone defaults to the timezone set in your user account. If the timezone is not set in your user account, default is UTC. Date must be within the last 120 days. Example: 2016-01-01T00:00:00Z |
end_date | Date | The end datetime for the requested results, provided in ISO-8601 format. Dates without offsets (i.e. a timezone) default to the value provided for the timezone parameter. If the timezone parameter is not specified, the dates timezone defaults to the timezone set in your user account. If the timezone is not set in your user account, default is UTC. Example: 2016-01-01T23:59:59Z |
timezone | Timezone | Timezone for results. Accepts tz database strings like ‘America/Los_Angeles’. Optional parameter; if not provided results default to timezone specific in your user account. If none is found, results are returned in UTC. |
filter | Filter | Filter by fields and boolean operators against fields of the LogInstalls model.Show Filterable Fields |
fields | Comma Separated List | List of comma-separated fields from the LogInstalls model desired in results. Defaults to display all fields.Show Supported Values |
limit | Integer | Limit the number of items returned per request. Maximum allowed value is 2 million. If more than 2 million records are required, please make multiple requests with smaller time intervals to pull the data needed in “batches”. |
response_format | Nullable String | Format of the response; can be either JSON or CSV. If not selected, defaults to CSV.Show Supported Values |
GET Response Notes
Returns a job handle and a pre-built URL location for download of queued records for export. To build the download export URL yourself using the returned job handle, see exports/download exports.
API Call Builder
Javascript is required to use the API Call Builder.
Related Models
- AdNetworks referenced as
ad_network
- AdvertiserSubAdgroups referenced as
advertiser_sub_adgroup
- AdvertiserSubAds referenced as
advertiser_sub_ad
- AdvertiserSubCampaigns referenced as
advertiser_sub_campaign
- AdvertiserSubKeywords referenced as
advertiser_sub_keyword
- AdvertiserSubPlacements referenced as
advertiser_sub_placement
- AdvertiserSubPublishers referenced as
advertiser_sub_publisher
- AdvertiserSubSites referenced as
advertiser_sub_site
- Agencies referenced as
agency
- CampaignPayouts referenced as
campaign_payout
- Campaigns referenced as
campaign
- CampaignUrls referenced as
campaign_url
- Countries referenced as
country
- Publishers referenced as
publisher
- PublisherSubAdgroups referenced as
publisher_sub_adgroup
- PublisherSubAds referenced as
publisher_sub_ad
- PublisherSubCampaigns referenced as
publisher_sub_campaign
- PublisherSubKeywords referenced as
publisher_sub_keyword
- PublisherSubPlacements referenced as
publisher_sub_placement
- PublisherSubPublishers referenced as
publisher_sub_publisher
- PublisherSubSites referenced as
publisher_sub_site
- Regions referenced as
region
- SiteEventItems referenced as
site_event_item
- SiteEvents referenced as
site_event
- Sites referenced as
site
- TestProfiles referenced as
test_profile