Hi

I just started sending our offline conversions to AdWords via. the AdWords 
API.

We have some conversion which are in GBP and some with are in EUR.

The AdWords account is set to GBP.

When I upload EUR conversions AdWords does not convert them to GBP but 
displays the EUR amount.

My code for creating a feed item looks like this:

        $feed = new OfflineConversionFeed();
        $feed->setConversionName($name);
        $feed->setConversionTime($time);
        $feed->setConversionValue($value);
        $feed->setConversionCurrencyCode($currency);
        $feed->setGoogleClickId($gclid);

The return value of the OfflineConversionFeedService mutate-call looks like 
this for an EUR conversion:

Array
(
    [0] => Google\AdsApi\AdWords\v201710\cm\OfflineConversionFeed Object
        (
            [googleClickId:protected] => <REMOVED>
            [conversionName:protected] => Deposits
            [conversionTime:protected] => 20180112 000000 Etc/GMT
            [conversionValue:protected] => 11.2
            [conversionCurrencyCode:protected] => EUR
            [externalAttributionCredit:protected] => 
            [externalAttributionModel:protected] => 
        )
)

That values is reported as 11.2 in AdWords. Another feed item was 100 GBP 
which is reported as 100 in AdWords. So no currency conversion seems to 
take place - the values are just summed as if they are of the same currency.

Am I setting the conversionCurrencyCode incorrectly, or is there a bug in 
the way AdWords handles this?

I hope you can help.

Best Regards
Nikolai

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/81f1dc44-1f3a-4f45-a894-262a0572da1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to