michalslowikowski00 commented on a change in pull request #7781: [AIRFLOW-7100]
Add GoogleAnalyticsGetAdsLinkOperator
URL: https://github.com/apache/airflow/pull/7781#discussion_r395705954
##########
File path:
airflow/providers/google/marketing_platform/example_dags/example_analytics.py
##########
@@ -21,14 +21,18 @@
from airflow import models
from airflow.providers.google.marketing_platform.operators.analytics import (
- GoogleAnalyticsListAccountsOperator,
GoogleAnalyticsRetrieveAdsLinksListOperator,
+ GoogleAnalyticsGetAdsLinkOperator, GoogleAnalyticsListAccountsOperator,
+ GoogleAnalyticsRetrieveAdsLinksListOperator,
)
from airflow.utils import dates
-default_args = {"start_date": dates.days_ago(1)}
-
ACCOUNT_ID = os.environ.get("GA_ACCOUNT_ID", "123456789")
-WEB_PROPERTY = os.environ.get("GA_WEB_PROPERTY", "UA-12345678-1")
+WEB_PROPERTY_ID = os.environ.get("WEB_PROPERTY_ID", "UA-12345678-1")
+WEB_PROPERTY_AD_WORDS_LINK_ID = os.environ.get(
+ "WEB_PROPERTY_AD_WORDS_LINK_ID", "rQafFTPOQdmkx4U-fxUfhj"
Review comment:
No, this is fake.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services