GENERAL INFORMATION
- Include field dimension FILTER_ACTIVITY_ID for information on conversion types
- Metric TOTAL_MEDIA_COST_ADVERTISER includes platform costs, MEDIA_COST_ADVERTISER does not
- Adjust timezone on Configuration tab if adserver is located in different time zone
- See DV 360 API documentation for a list and description of available dimensions/metrics
DIMENSION FILTERS
You can define custom dimension filters following DV 360 Documentation for instance:
[
{
"type": "FILTER_LINE_ITEM",
"value": "1234"
},
{
"type": "FILTER_LINE_ITEM",
"value": "5678"
},
{
"type": "FILTER_COUNTRY",
"value": "US"
}
]
SAVING THE AUDIENCE COMPOSITION REPORT TYPE
Requirements to save the report are:
- Partner Filter is set (Advertiser Filter does NOT work).
- At least one filter out of FILTER_USER_LIST_FIRST_PARTY and FILTER_USER_LIST_THIRD_PARTY is set in Dimension filters section. Respective IDs can be looked up in the DV360 UI.
Set a dimension filters as (example with two first party user lists):
[
{
"type": "FILTER_USER_LIST_FIRST_PARTY",
"value": "123456789"
},
{
"type": "FILTER_USER_LIST_FIRST_PARTY",
"value": "846164841"
}
]
Comments
0 comments
Article is closed for comments.