Hi,

I try to user OfflineConversionFeed, my code seems to work (no error) but 
there is no display on adwords, I search on group but each post have'nt the 
solution.
Can you help me ?

Best Regards.

My code :

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

Give the result object
--

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] => ***
                    [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
        )

)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/176490d0-ebf7-4348-aa2a-ae8ad273e55d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to