Hi Team,

I had developed a desktop application that pulls data from Google Ads API 
through Get Campaign method. Below is the query that I used to pull data

SELECT campaign.id, campaign.name, campaign.status, metrics.clicks, 
metrics.ctr, metrics.impressions, metrics.view_through_conversions,
                             metrics.engagement_rate, metrics.average_cpc, 
metrics.average_cost, 
                            
 
metrics.cost_micros,segments.date,customer.conversion_tracking_setting.conversion_tracking_id,campaign.tracking_setting.tracking_url
 
FROM campaign  
                        WHERE segments.date >= '2022-01-01' AND 
segments.date <= '2022-01-31'

I got the Response from this, but on further QA I found that some campaign 
data was missing from the response on comparing with the front end data 
from the Google campaign manager tool. Can I know if there is any possible 
reason for this issue?
Below is one such example

Account - *US_EY_Consumer Behavior*  

Missing Campaign from API - *“**Advertising - Search Engine 
Marketing_Americas_USA_United States of America_FY22_NA_NA_Now, Next, 
Beyond Consumer*”


Regards, 

Anu

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c229dd06-d954-494b-a9c8-45a94607e5c4n%40googlegroups.com.

Reply via email to