Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

airflow.providers.google.marketing_platform.links.analytics_admin

Attributes

BASE_LINK

Classes

GoogleAnalyticsBaseLink

Base class for Google Analytics links.

GoogleAnalyticsPropertyLink

Helper class for constructing Google Analytics Property Link.

Module Contents

Bases: airflow.sdk.BaseOperatorLink

Base class for Google Analytics links.

name: ClassVar[str][source]

Name of the link. This will be the button name on the task UI.

key: ClassVar[str][source]
format_str: ClassVar[str][source]

Link to external system.

Parameters:
Returns:

link to external system

Return type:

str

Bases: GoogleAnalyticsBaseLink

Helper class for constructing Google Analytics Property Link.

name = 'Data Analytics Property'[source]

Name of the link. This will be the button name on the task UI.

key = 'data_analytics_property'[source]
format_str = 'p{property_id}/'[source]
static persist(context, task_instance, property_id)[source]

Was this entry helpful?