Follow up to the question. If I check the sales through Analytics -
>AdWords -> Campaigns I see there are 22 sales for ~$750 dollars
when I check the values through My Client Center -> Reports ->
Conversions it reports 36 sales and a value ~$1250,

When I call through the API
((CampaignService)user.GetService(AdWordsService.v201109.CampaignService);)

I get 23 sales but the dollar amount when calculated as
entry.campaignStats.conversions * entry.campaignStats.valuePerConv
equals the amount reported by the MCC Conversion report(~$1250)

I am not sure which is correct. I think the first is correct but I
cannot figure out how to get to that number though the API.


On Jan 3, 8:45 pm, CMS Consulting <[email protected]>
wrote:
> How can I determine the total value of the conversions that have occurred
> in a given time frame. Currently I am calculating the total
> as entry.campaignStats.conversions * entry.campaignStats.valuePerConv.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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

Reply via email to