Hello,

I try to use OfflineConversionFeedService and have a problems.
My import seems to work (no error), but have no effect.

--
$offlineConversionService = 
$user->GetService("OfflineConversionFeedService", ADWORDS_VERSION);
$operations = array();
foreach ($conversionData as $obj)
{
     $offlineConversion = new OfflineConversionFeed($obj->{'Google Click 
Id'}, $obj->{'Conversion Name'}, $obj->{'Conversion Name'}, 
$obj->{'Conversion Time'}, $obj->{'Conversion Currency'});
     $operations[] = new OfflineConversionFeedOperation($offlineConversion, 
"ADD");
}

$result = $offlineConversionService->mutate($operations);

print "<pre>";
print_r($result);
print "</pre>";
--

I have result :

OfflineConversionFeedReturnValue Object
(
    [value] => Array
        (
            [0] => OfflineConversionFeed Object
                (
                    [googleClickId] => ***
                    [conversionName] => Paiement
                    [conversionTime] => 20151008 000000 +00:00
                    [conversionValue] => 736
                    [conversionCurrencyCode] => EUR
                )

            [1] => OfflineConversionFeed Object
                (
                    [googleClickId] => ***
                    [conversionName] => Paiement
                    [conversionTime] => 20151009 000000 +00:00
                    [conversionValue] => 536
                    [conversionCurrencyCode] => EUR
                )

            [2] => OfflineConversionFeed Object
                (
                    [googleClickId] => ***
                    [conversionName] => Paiement
                    [conversionTime] => 20151009 000000 +00:00
                    [conversionValue] => 736
                    [conversionCurrencyCode] => EUR
                )

            [3] => OfflineConversionFeed Object
                (
                    [googleClickId] => ***
                    [conversionName] => Paiement
                    [conversionTime] => 20151008 000000 +00:00
                    [conversionValue] => 448
                    [conversionCurrencyCode] => EUR
                )

            [4] => OfflineConversionFeed Object
                (
                    [googleClickId] => CP2FqfXUmsgCFUUUwwodLp8KOw
                    [conversionName] => Paiement
                    [conversionTime] => 20151008 000000 +00:00
                    [conversionValue] => 448
                    [conversionCurrencyCode] => EUR
                )

            [5] => OfflineConversionFeed Object
                (
                    [googleClickId] => ***
                    [conversionName] => Paiement
                    [conversionTime] => 20151009 000000 +00:00
                    [conversionValue] => 352
                    [conversionCurrencyCode] => EUR
                )

            [6] => OfflineConversionFeed Object
                (
                    [googleClickId] => ***
                    [conversionName] => Paiement
                    [conversionTime] => 20151009 000000 +00:00
                    [conversionValue] => 448
                    [conversionCurrencyCode] => EUR
                )
        )

    [partialFailureErrors] => 
    [ListReturnValueType] => OfflineConversionFeedReturnValue
    [_parameterMap:ListReturnValue:private] => Array
        (
            [ListReturnValue.Type] => ListReturnValueType
        )

)


Please, can you help me.


Thanks.


Best Regards.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b81e9bc2-6457-4170-875d-31ca9f5adf43%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to