turbaszek commented on a change in pull request #8174: Added 
GoogleDisplayVideo360DownloadLineItemsOperator
URL: https://github.com/apache/airflow/pull/8174#discussion_r408004271
 
 

 ##########
 File path: 
airflow/providers/google/marketing_platform/example_dags/example_display_video.py
 ##########
 @@ -56,6 +57,13 @@
 PARAMS = {"dataRange": "LAST_14_DAYS", "timezoneCode": "America/New_York"}
 # [END howto_display_video_env_variables]
 
+# download_line_items variables
+REQUEST_BODY = {
+    "filterType": ADVERTISER_ID,
+    "format": "CSV",
+    "fileSpec": "EWF"
+}
+
 
 Review comment:
   Can you add this part of example to how to guide? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to