Imports data from Xandr.
Below are the types of extract for Looker. Click on an extract type for an explanation.
Load data from Xandr segments.
extract:
type: segments
filtering:
- field: search
value: OSB Audience
property | type | required | description |
---|---|---|---|
type | enumerator(segments) | yes | Set type to segments. |
conn_id | string | no | Default is xandr . |
filtering | array of objects | yes | Filters. See full description below. |
Load data from Xandr member_data_sharing.
extract:
type: member_data_sharing
filtering:
- field: search
value: OSB Audience
property | type | required | description |
---|---|---|---|
type | enumerator(member_data_sharing) | yes | Set type to member_data_sharing. |
conn_id | string | no | Default is xandr . |
filtering | array of objects | yes | Filters. See full description below. |
Load data from Xandr reports.
extract:
type: reports
report: advertiser_analytics
advertiser_id: 12345678
filtering:
- field: search
value: OSB Audience
If you use filtering (see above) in the extract. You have to add an object every time with the fields below.
property | type | required | description |
---|---|---|---|
field | enumerator (code, search, id, short_name, advertiser_id, num_elements, offset, orders) | yes | Contains the name of the field you want to filter on. |
value | string | yes | Contains the value to filter one. |
item | description |
---|---|
API | Xandr API |