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.

Reply via email to