Hi, I'm using Google ads api to call Keywords performance report. However, 
the downloaded report at Google ads platform and the data called api are 
different, so we are looking for a solution to this problem. I'm attaching 
the code used for the call, so I'd like to ask you if you have any ideas 
about the problem.

[Result]
Google Ads Platform (Report)   
Impr.   11,266   
Clicks   7,464   
Cost    268,823   
Google Ads Api (keywords performance) 
Impr.     17,065 
Clicks     9,481 
Cost      416,431,000,000

[Code]
//CampainId : 633021517 
builder.where("CampaignId").in("633021517");    

//fields : KEYWORDS_PERFORMANCE_REPORT 
builder.fields("CampaignName", "CampaignId", "AdGroupName", "AdGroupId", 
"AdGroupStatus", "Criteria", "Id", KeywordMatchType, "Clicks", "Cost", 
"Impressions", "Ctr", "AverageCpc", "Conversions", ViewThroughConversions, 
"CostPerConversion", "ConversionRate", 

//start date : '202021106'         end date : '202021106'   
builder.during(LocalDate.parse('20201106', format), 
LocalDate.parse('20201106', format)).build(); 

//report option 
ReportingConfiguration reportingConfiguration = new 
ReportingConfiguration.Builder()

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4e1f4c01-69a5-4bca-99e6-938819f47862n%40googlegroups.com.

Reply via email to