I'm trying to upload conversions using OfflineConversionFeed. I wanted to 
set conversion window =90 days for each conversion. I believe this can be 
set by using ctcLookbackWindow however that function is not listed in the 
document - 
https://developers.google.com/adwords/api/docs/reference/v201809/OfflineConversionFeedService.OfflineConversionFeed

Has anyone tried this before? Is it possible to set conversion window on 
each conversion upload?

    $feed = new OfflineConversionFeed();
    $feed->setconversionName($conversionName);
    $feed->setconversionTime($conversionTime);
    $feed->setconversionValue($conversionValue);
    $feed->setgoogleClickId($gClId);

    $offlineConversionOperation = new OfflineConversionFeedOperation();
    $offlineConversionOperation->setOperator(Operator::ADD);
    $offlineConversionOperation->setOperand($feed);
    $offlineConversionOperations = array($offlineConversionOperation);
    $result = 
$offlineConversionService->mutate($offlineConversionOperations);
    $feed = $result->value[0];

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bba2ef04-7d1c-4bb4-8376-16f55069bec0%40googlegroups.com.

Reply via email to