Google Analytics 360 Operators

Google Analytics 360 operators allow you to lists all accounts to which the user has access. For more information about the Google Analytics 360 API check official documentation.

Prerequisite Tasks

List the Accounts

To list accounts from Analytics you can use the GoogleAnalyticsListAccountsOperator.

airflow/providers/google/marketing_platform/example_dags/example_analytics.py[source]

list_account = GoogleAnalyticsListAccountsOperator(task_id="list_account")

You can use Jinja templating with api_version, gcp_conn_id, impersonation_chain

Was this entry helpful?