Also,
another interesting finding is that running the following query every 10
minutes I found that conversion count for same campaign, country, device,
adgroup, date and conversion_action *might decrease* many times.

e.g.
2020-04-08 03:49:09.556Z: metrics.conversions:1
2020-04-08 03:59:10.079Z : metrics.conversions:2
2020-04-08 05:29:10.265Z:   metrics.conversions:1

Can you explain this?

Mike

On Wed, Apr 8, 2020 at 10:03 AM Mike <mniki...@gmail.com> wrote:

> 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 a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/8Ok9oq8K3Qw/unsubscribe.
> To unsubscribe from this group and all its topics, 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
> <https://groups.google.com/d/msgid/adwords-api/c7a2480d-e1a8-4d59-91c5-544412056d42%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAOU978OuW%3Dvdg-6OT3OmDL7onD3FyGRpTO5KzzveZnKDKamQeQ%40mail.gmail.com.

Reply via email to