Only one comment.

  1. asguldbrandsen

    Setup your Linked Service and Dataset and create a copy activity. Provide the table name for the table you want to extract:

    After doing so, and running the pipeline. You might wonder what timerange your data contains. It contains yesterdays data, which the date column will also show. However, if you need to sum up Impressions, Clicks or similar, you will have to group your data campaign name and take the max value of the metric, instead of summing it up.

    Why? Rows are running totals, and not individual observations.

Add a new comment.