tests.system.google.marketing_platform.example_search_ads

Example Airflow DAG that shows how to use SearchAds.

Module Contents

tests.system.google.marketing_platform.example_search_ads.ENV_ID[source]
tests.system.google.marketing_platform.example_search_ads.DAG_ID = 'search_ads'[source]
tests.system.google.marketing_platform.example_search_ads.CUSTOMER_ID: str[source]
tests.system.google.marketing_platform.example_search_ads.QUERY = Multiline-String[source]
Show Value
"""
    SELECT
        campaign.name,
        campaign.id,
        campaign.status
    FROM campaign;
"""
tests.system.google.marketing_platform.example_search_ads.FIELD_NAME: str[source]
tests.system.google.marketing_platform.example_search_ads.SEARCH_FIELDS_QUERY: str = Multiline-String[source]
Show Value
"""
    SELECT
        f1,
        f2
    FROM t1;
"""
tests.system.google.marketing_platform.example_search_ads.CUSTOM_COLUMN_ID: str[source]
tests.system.google.marketing_platform.example_search_ads.query_report[source]
tests.system.google.marketing_platform.example_search_ads.test_run[source]

Was this entry helpful?