Re: Getting Conversions from API Campaign Performance Report

2015-02-27 Thread Josh Radcliff (AdWords API Team)
Hi,

Which column in the UI are you using for comparisons? I ask because 
*Conversions* in the API report corresponds to *Converted clicks* in the 
UI, while *ConversionsManyPerClick* in the API report corresponds to 
*Conversions* in the UI.

Thanks,
Josh, AdWords API Team

On Thursday, February 26, 2015 at 2:19:47 PM UTC-5, Giuliano Pietoso wrote:

 Hello!

 I've implemented a report that downloads some information from the 
 campaigns of my MCC, including the number of conversions. The problem is 
 that the number of conversions are never accurate with what is showing in 
 the Adwords UI. All other values are ok, but the number of conversions and 
 all other metrics that depend on it, are wrong. I've debugged my code and 
 I've found out thaty the problem is inside the CSV that is directly 
 downloaded from the API request. The CSV comes with the missing information 
 indeed.

 Anyone have this problem? 

 # Path and file to download csv report (intermediary step)
 path, filename = os.path.split('.')
 file = os.path.join(path,'report.csv')

 # Initialize appropriate service.
 report_downloader = client.GetReportDownloader(version='v201406')

 # Create report query. 
 report_query = ('SELECT CampaignId, CampaignName, 
 AdvertisingChannelType, Labels, '
 'Impressions, Clicks, Ctr, Cost, Conversions, 
 ConversionRate, Date '
 'FROM CAMPAIGN_PERFORMANCE_REPORT '
 ' '
 'DURING '+str(dates)+','+str(dates))

 Any insights?

 Thank you!




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords 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 Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9a48d98f-06b1-4b8c-9967-8c2a0a303957%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting Conversions from API Campaign Performance Report

2015-02-26 Thread Giuliano Pietoso
Hello!

I've implemented a report that downloads some information from the 
campaigns of my MCC, including the number of conversions. The problem is 
that the number of conversions are never accurate with what is showing in 
the Adwords UI. All other values are ok, but the number of conversions and 
all other metrics that depend on it, are wrong. I've debugged my code and 
I've found out thaty the problem is inside the CSV that is directly 
downloaded from the API request. The CSV comes with the missing information 
indeed.

Anyone have this problem? 

# Path and file to download csv report (intermediary step)
path, filename = os.path.split('.')
file = os.path.join(path,'report.csv')

# Initialize appropriate service.
report_downloader = client.GetReportDownloader(version='v201406')

# Create report query. 
report_query = ('SELECT CampaignId, CampaignName, 
AdvertisingChannelType, Labels, '
'Impressions, Clicks, Ctr, Cost, Conversions, 
ConversionRate, Date '
'FROM CAMPAIGN_PERFORMANCE_REPORT '
' '
'DURING '+str(dates)+','+str(dates))

Any insights?

Thank you!


-- 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords 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 Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/10467f7b-ce65-4531-ae97-be21eea8f68a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.