Another interesting thing is that Google changes the daily clicks count and 
cost for 2 days ago!
I am thinking how this thing is working for so many people. Lets suppose I 
chose to pay google 2 hours ago, I would pay more and if I pay now I would 
pay less. And if we are talking about huge numbers, there is serious 
difference in the amounts.

These observations are for Google Ads API and Google Ads UI.

Please explain.

*RUN 2hours ago*
{
"campaign": {
"resource_name": "customers/####/campaigns/####",
"name": "###########",
"app_campaign_setting": {
"app_id": "####"
}
},
"segments": {
"date": "2020-04-06"
},
"metrics": {
"impressions": 80798,
*"clicks": 653,*
"conversions": 38,
*"cost_micros": 55534325*
}
},

*RERUN NOW*
  {
    "campaign": {
      "resource_name": "customers/####/campaigns/####",
      "name": "####",
      "app_campaign_setting": {
        "app_id": "####"
      }
    },
    "segments": {
      "date": "2020-04-06"
    },
    "metrics": {
      "impressions": 80798,
*      "clicks": 647,*
      "conversions": 38,
*      "cost_micros": 54974325*
    }
  },


On Wednesday, April 8, 2020 at 10:56:30 AM UTC+3, Mike wrote:
>
> 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 <[email protected]> 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 [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> 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 
>> [email protected].
>> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8de779e1-63c7-4e18-a3ae-6465c143845b%40googlegroups.com.

Reply via email to