Collecting data from Walmart Connect#
This guide explains how to collect data from Walmart Connect. To learn how to collect data from a different data source, go back to the Available data sources in Adverity overview.
Creating a datastream to collect data from Walmart Connect#
The basics of creating a datastream to collect data from any data source are explained in our guide to Collecting data in Adverity. This guide contains information about the specific steps to create a datastream to fetch data from Walmart Connect.
Configuration: Choose the data you want to collect from Walmart Connect#
To choose what data to collect and customize the Walmart Connect datastream configuration, follow these steps:
(Optional) Rename your datastream.
In Advertising channel, select the channel for which you want to collect data.
In Report type, select the type of data to collect from Walmart Connect.
In Fields, change the list of fields that you want to see in your data extract.
In Metadata type, select the metadata type which you want to collect. Currently, only campaign metadata is supported.
What’s next?#
Apply Data Mapping to your collected data to harmonize data collected from different sources in Adverity.
Transform your data to meet your needs by creating and applying transformations to your datastream.
Load your data into Explore & Present to visualize your data in Adverity.
Load your data into an external destination of your choice.
Advanced Walmart Connect tips#
How can I calculate “derived metrics” using the data I have collected?#
In Adverity, the Walmart Connect connector allows you to fetch a number of metrics that you can then use to calculate “derived metrics”. For more information, see the Walmart Connect Snapshot Reports documentation.
You can add these derived metrics to your Walmart Connect data in two ways:
Create a calculated KPI that uses a formula to calculate the derived metric using the metrics in your data
Create an addfieldx custom script transformation that uses a Python expression to add a column to your data extract containing the derived metric
The list below explains the calculation that your Calculated KPI formula or Python expression needs to perform in order to calculate each derived metric.
- Total Attributed Sales
advertised SKU sales + other SKU sales
- Units Sold
advertised SKU units + other SKU units
- View Through Rate (VTR)
views / impressions
- Click Through Rate for Views (vCTR)
total clicks / total viewable impressions
- Total Complete View Attributed Sales
advertised complete view attributed sales + other complete view attributed sales
- ROAS (click attributed + complete view attributed)
(total attributed sales + advertised complete view sales + other complete view sales)/ ad spend
- ROAS (click attributed+ complete view attributed+ view through attributed)
(total attributed sales + advertised complete view sales + other complete view sales + view through attributed sales) / ad spend