Hello,
i don't understand something.

Every night at 3:00 AM i call the API to get data using this query : 
"SELECT 
                    segments.date,
                    campaign.advertising_channel_type,
                    campaign.id, 
                    metrics.cost_micros,            
                    metrics.clicks,            
                    metrics.impressions,            
                    metrics.ctr,            
                    metrics.cost_per_conversion,            
                    metrics.conversions,            
                    metrics.average_cpc,            
                    metrics.average_cpm
                FROM 
                    campaign 
                WHERE 
                    segments.date >= '" . $startDate . "' 
                AND 
                    segments.date <= '" . $endDate . "' 
                ORDER BY 
                    segments.date";

Where startDate and endDate are identical and representing the day before.
Someday everything is ok but sometimes conversions are not accurate.

For example, on 2024-01-06 the the overview display 4.18 for one of my 
campaign and the api got me 4.019

But, today if i call again the api on the same day (2024-01-06) it got me 
the right value : 4.18

How is that possible, and why ? Do you have explanation and a solution to 
fix this ? 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/08ea8c34-2d08-4259-9288-023ef03f7684n%40googlegroups.com.

Reply via email to