Hi,

I am running the following query for a particular day

        SELECT
        campaign.name,
          campaign.app_campaign_setting.app_id,
          ad_group.id,
          ad_group.name,
          geographic_view.country_criterion_id,
          segments.device,
          segments.date,
          segments.conversion_action,
          metrics.conversions
        FROM
        geographic_view
        WHERE
        segments.date = '2020-04-06'
        AND campaign.app_campaign_setting.app_id IS NOT NULL

and metrics.conversions value changes every day although the day 2020-04-06 
has passed in Singapore (Account has Singapore timezone).

Execution Time (Singapore timezone): '2020 Apr 06 23:50' 19 total 
conversions 
Execution Time (Singapore timezone): '2020 Apr 07 03:50' 21 total 
conversions !! (for segments.date = '2020-04-06') 
Execution Time (Singapore timezone): '2020 Apr 07 16:50' 36 total 
conversions !! (for segments.date = '2020-04-06')

I am seeing the same behavior also in Google Ads UI. Is this normal?

I run the above query every 10 minutes with 'DURING TODAY' and I am seeing 
that* Google is moving conversions from current day to previous days*. Is 
this normal?

*When I expect to have final data about conversions count? *

This is critical to be addressed. We cannot report different data every day 
to our customers.

Mike


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c7a2480d-e1a8-4d59-91c5-544412056d42%40googlegroups.com.

Reply via email to