Hi guys,
for 2 days i'm trying to get something out of this xml response i got from a soap api - but i can't get it to work. the 'get data from xml' step isn't able to handle the namespaces from the source and I'm lacking xml knowledge to fix this.
although i can select fields, the transformation will stop with the error : Exception occurred evaluting XPath: *[name()='PublisherStatisticsRecordCollection']/a:PublisherStatisticsRecord/a:Bonus/a:Count/a:CancelledCount. Exception: XPath expression uses unbound namespace prefix a.
Anyone got some tips for me? XML response below (shortened the response to fit the post) :
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<s:Header>
<o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<u:Timestamp u:Id="_0">
<u:Created>2017-01-25T08:54:30.268Z</u:Created>
<u:Expires>2017-01-25T08:59:30.268Z</u:Expires>
</u:Timestamp>
</o:Security>
</s:Header>
<s:Body>
<GetStatisticsPerPublisherResponse xmlns="http://affilinet.framework.esbfa/advertiserservices/statistics/messages">
<PublisherStatisticsRecordCollection xmlns:a="http://affilinet.framework.esbfa/advertiserservices/statistics/types" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:PublisherStatisticsRecord>
<a:Bonus>
<a:Count>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
</a:Bonus>
<a:ClickOuts>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:ClickOuts>
<a:Clicks>
<a:GrossCount>6698</a:GrossCount>
<a:NetCount>2200</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Clicks>
<a:Currency>EUR</a:Currency>
<a:Leads>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Leads>
<a:NetPriceSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>588.3</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPriceSummary>
<a:NetworkFeeSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>26.47</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFeeSummary>
<a:PublisherCommissionSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>88.24</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommissionSummary>
<a:PublisherId>xxxxx</a:PublisherId>
<a:PublisherURL>http://www.xxxxxx.org/</a:PublisherURL>
<a:Sales>
<a:RateDetailsCollection>
<a:RateDetails>
<a:Count>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>17</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>588.3</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPrice>
<a:NetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>26.47</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>88.24</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
<a:RateNumber>1</a:RateNumber>
</a:RateDetails>
</a:RateDetailsCollection>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>17</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>588.3</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>26.47</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>88.24</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Sales>
<a:Views>
<a:GrossCount>0</a:GrossCount>
<a:NetCount>0</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Views>
</a:PublisherStatisticsRecord>
<a:PublisherStatisticsRecord>
<a:Bonus>
<a:Count>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
</a:Bonus>
<a:ClickOuts>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:ClickOuts>
<a:Clicks>
<a:GrossCount>4664</a:GrossCount>
<a:NetCount>4604</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Clicks>
<a:Currency>EUR</a:Currency>
<a:Leads>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Leads>
<a:NetPriceSummary>
<a:CancelledValue>176.22</a:CancelledValue>
<a:ConfirmedValue>5579.15</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPriceSummary>
<a:NetworkFeeSummary>
<a:CancelledValue>5.29</a:CancelledValue>
<a:ConfirmedValue>167.37</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFeeSummary>
<a:PublisherCommissionSummary>
<a:CancelledValue>17.62</a:CancelledValue>
<a:ConfirmedValue>557.92</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommissionSummary>
<a:PublisherId>xxxxx</a:PublisherId>
<a:PublisherURL>http://www.xxxxxx.org/</a:PublisherURL>
<a:Sales>
<a:RateDetailsCollection>
<a:RateDetails>
<a:Count>
<a:CancelledCount>6</a:CancelledCount>
<a:ConfirmedCount>126</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetPrice>
<a:CancelledValue>176.22</a:CancelledValue>
<a:ConfirmedValue>5579.15</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPrice>
<a:NetworkFee>
<a:CancelledValue>5.29</a:CancelledValue>
<a:ConfirmedValue>167.37</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>17.62</a:CancelledValue>
<a:ConfirmedValue>557.92</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
<a:RateNumber>1</a:RateNumber>
</a:RateDetails>
</a:RateDetailsCollection>
<a:TotalCount>
<a:CancelledCount>6</a:CancelledCount>
<a:ConfirmedCount>126</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>176.22</a:CancelledValue>
<a:ConfirmedValue>5579.15</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>5.29</a:CancelledValue>
<a:ConfirmedValue>167.37</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>17.62</a:CancelledValue>
<a:ConfirmedValue>557.92</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Sales>
<a:Views>
<a:GrossCount>0</a:GrossCount>
<a:NetCount>0</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Views>
</a:PublisherStatisticsRecord>
<a:PublisherStatisticsRecord>
<a:Bonus>
<a:Count>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
</a:Bonus>
<a:ClickOuts>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:ClickOuts>
<a:Clicks>
<a:GrossCount>3249</a:GrossCount>
<a:NetCount>1112</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Clicks>
<a:Currency>EUR</a:Currency>
<a:Leads>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Leads>
<a:NetPriceSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>62.9</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPriceSummary>
<a:NetworkFeeSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>1.89</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFeeSummary>
<a:PublisherCommissionSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>6.29</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommissionSummary>
<a:PublisherId>xxxxxx</a:PublisherId>
<a:PublisherURL>http://www.xxxxxx.org/</a:PublisherURL>
for 2 days i'm trying to get something out of this xml response i got from a soap api - but i can't get it to work. the 'get data from xml' step isn't able to handle the namespaces from the source and I'm lacking xml knowledge to fix this.
although i can select fields, the transformation will stop with the error : Exception occurred evaluting XPath: *[name()='PublisherStatisticsRecordCollection']/a:PublisherStatisticsRecord/a:Bonus/a:Count/a:CancelledCount. Exception: XPath expression uses unbound namespace prefix a.
Anyone got some tips for me? XML response below (shortened the response to fit the post) :
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<s:Header>
<o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<u:Timestamp u:Id="_0">
<u:Created>2017-01-25T08:54:30.268Z</u:Created>
<u:Expires>2017-01-25T08:59:30.268Z</u:Expires>
</u:Timestamp>
</o:Security>
</s:Header>
<s:Body>
<GetStatisticsPerPublisherResponse xmlns="http://affilinet.framework.esbfa/advertiserservices/statistics/messages">
<PublisherStatisticsRecordCollection xmlns:a="http://affilinet.framework.esbfa/advertiserservices/statistics/types" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:PublisherStatisticsRecord>
<a:Bonus>
<a:Count>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
</a:Bonus>
<a:ClickOuts>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:ClickOuts>
<a:Clicks>
<a:GrossCount>6698</a:GrossCount>
<a:NetCount>2200</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Clicks>
<a:Currency>EUR</a:Currency>
<a:Leads>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Leads>
<a:NetPriceSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>588.3</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPriceSummary>
<a:NetworkFeeSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>26.47</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFeeSummary>
<a:PublisherCommissionSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>88.24</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommissionSummary>
<a:PublisherId>xxxxx</a:PublisherId>
<a:PublisherURL>http://www.xxxxxx.org/</a:PublisherURL>
<a:Sales>
<a:RateDetailsCollection>
<a:RateDetails>
<a:Count>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>17</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>588.3</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPrice>
<a:NetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>26.47</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>88.24</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
<a:RateNumber>1</a:RateNumber>
</a:RateDetails>
</a:RateDetailsCollection>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>17</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>588.3</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>26.47</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>88.24</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Sales>
<a:Views>
<a:GrossCount>0</a:GrossCount>
<a:NetCount>0</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Views>
</a:PublisherStatisticsRecord>
<a:PublisherStatisticsRecord>
<a:Bonus>
<a:Count>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
</a:Bonus>
<a:ClickOuts>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:ClickOuts>
<a:Clicks>
<a:GrossCount>4664</a:GrossCount>
<a:NetCount>4604</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Clicks>
<a:Currency>EUR</a:Currency>
<a:Leads>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Leads>
<a:NetPriceSummary>
<a:CancelledValue>176.22</a:CancelledValue>
<a:ConfirmedValue>5579.15</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPriceSummary>
<a:NetworkFeeSummary>
<a:CancelledValue>5.29</a:CancelledValue>
<a:ConfirmedValue>167.37</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFeeSummary>
<a:PublisherCommissionSummary>
<a:CancelledValue>17.62</a:CancelledValue>
<a:ConfirmedValue>557.92</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommissionSummary>
<a:PublisherId>xxxxx</a:PublisherId>
<a:PublisherURL>http://www.xxxxxx.org/</a:PublisherURL>
<a:Sales>
<a:RateDetailsCollection>
<a:RateDetails>
<a:Count>
<a:CancelledCount>6</a:CancelledCount>
<a:ConfirmedCount>126</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetPrice>
<a:CancelledValue>176.22</a:CancelledValue>
<a:ConfirmedValue>5579.15</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPrice>
<a:NetworkFee>
<a:CancelledValue>5.29</a:CancelledValue>
<a:ConfirmedValue>167.37</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>17.62</a:CancelledValue>
<a:ConfirmedValue>557.92</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
<a:RateNumber>1</a:RateNumber>
</a:RateDetails>
</a:RateDetailsCollection>
<a:TotalCount>
<a:CancelledCount>6</a:CancelledCount>
<a:ConfirmedCount>126</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>176.22</a:CancelledValue>
<a:ConfirmedValue>5579.15</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>5.29</a:CancelledValue>
<a:ConfirmedValue>167.37</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>17.62</a:CancelledValue>
<a:ConfirmedValue>557.92</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Sales>
<a:Views>
<a:GrossCount>0</a:GrossCount>
<a:NetCount>0</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Views>
</a:PublisherStatisticsRecord>
<a:PublisherStatisticsRecord>
<a:Bonus>
<a:Count>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:Count>
<a:NetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFee>
<a:PublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommission>
</a:Bonus>
<a:ClickOuts>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:ClickOuts>
<a:Clicks>
<a:GrossCount>3249</a:GrossCount>
<a:NetCount>1112</a:NetCount>
<a:NetworkFee>0</a:NetworkFee>
<a:PublisherCommission>0</a:PublisherCommission>
</a:Clicks>
<a:Currency>EUR</a:Currency>
<a:Leads>
<a:RateDetailsCollection/>
<a:TotalCount>
<a:CancelledCount>0</a:CancelledCount>
<a:ConfirmedCount>0</a:ConfirmedCount>
<a:OpenCount>0</a:OpenCount>
</a:TotalCount>
<a:TotalNetPrice>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetPrice>
<a:TotalNetworkFee>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalNetworkFee>
<a:TotalPublisherCommission>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>0</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:TotalPublisherCommission>
</a:Leads>
<a:NetPriceSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>62.9</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetPriceSummary>
<a:NetworkFeeSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>1.89</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:NetworkFeeSummary>
<a:PublisherCommissionSummary>
<a:CancelledValue>0</a:CancelledValue>
<a:ConfirmedValue>6.29</a:ConfirmedValue>
<a:OpenValue>0</a:OpenValue>
</a:PublisherCommissionSummary>
<a:PublisherId>xxxxxx</a:PublisherId>
<a:PublisherURL>http://www.xxxxxx.org/</a:PublisherURL>