Please add the following fields to the Google Display & Video 360 (DV360) connector:
Creative Status
Insertion Order Status
Video Player Size
These fields are required to migrate an existing DV360 data pipeline from Supermetrics to Windsor.ai while maintaining the same dimensions and aggregation granularity.
DV360 provides this information through the Creative.entityStatus field, with values such as ENTITY_STATUS_ACTIVE, ENTITY_STATUS_PAUSED, and ENTITY_STATUS_ARCHIVED. Supermetrics currently exposes it as creative_status.
The currently available line_item_status field cannot be used as an alternative because it represents the status of the line item, not the creative.
Expected field:
Suggested Windsor field ID: creative_status
Data type: Text
Source: Creative.entityStatus
Related key: creative_id
DV360 provides the status of an insertion order through InsertionOrder.entityStatus. Supermetrics currently exposes this information as insertion_order_status.
The available line_item_status field cannot be used as an alternative because insertion orders and line items belong to different levels of the DV360 hierarchy.
Expected field:
Suggested Windsor field ID: insertion_order_status
Data type: Text
Source: InsertionOrder.entityStatus
Related key: insertion_order_id
DV360 reporting provides the Video Player Size dimension, which identifies the size of the video player where the creative was displayed. Supermetrics currently exposes this dimension as video_player_size.
This dimension is required at the creative performance level and does not have an equivalent in the current Windsor.ai DV360 field catalog.
Expected field:
Suggested Windsor field ID: video_player_size
Data type: Text
Source: DV360 reporting dimension Video Player Size
Related keys: creative_id and line_item_id
Adding these fields would allow us to reproduce our current DV360 data model and migrate the pipeline without losing dimensions or changing its aggregation granularity.