No logic changes required, added a note to the views to for clarification (#4942)
This commit is contained in:
Родитель
ad156158c3
Коммит
3885e889f1
|
@ -1,6 +1,11 @@
|
|||
CREATE OR REPLACE VIEW
|
||||
`moz-fx-data-shared-prod.apple_ads.ad_group_report`
|
||||
AS
|
||||
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
|
||||
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
|
||||
-- but use the Apple Search Ads account's time zone to store the data in your destination."
|
||||
--
|
||||
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
CREATE OR REPLACE VIEW
|
||||
`moz-fx-data-shared-prod.apple_ads.campaign_report`
|
||||
AS
|
||||
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
|
||||
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
|
||||
-- but use the Apple Search Ads account's time zone to store the data in your destination."
|
||||
--
|
||||
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
CREATE OR REPLACE VIEW
|
||||
`moz-fx-data-shared-prod.apple_ads.keyword_report`
|
||||
AS
|
||||
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
|
||||
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
|
||||
-- but use the Apple Search Ads account's time zone to store the data in your destination."
|
||||
--
|
||||
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
CREATE OR REPLACE VIEW
|
||||
`moz-fx-data-shared-prod.apple_ads.organization_report`
|
||||
AS
|
||||
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
|
||||
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
|
||||
-- but use the Apple Search Ads account's time zone to store the data in your destination."
|
||||
--
|
||||
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
CREATE OR REPLACE VIEW
|
||||
`moz-fx-data-shared-prod.apple_ads.search_term_report`
|
||||
AS
|
||||
-- As per the Fivetran connector docs (https://fivetran.com/docs/applications/apple-search-ads#utcconversion):
|
||||
-- "We don't convert source timestamps to Universal Time Coordinated (UTC)
|
||||
-- but use the Apple Search Ads account's time zone to store the data in your destination."
|
||||
--
|
||||
-- ! We should be careful about this and make sure our account is set to UTC and not changed.
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
|
|
Загрузка…
Ссылка в новой задаче