Thanks Peter! I actually had modified the ctcLookBackWindow while creating conversion action (which I believe is a one time action) however I want to set conversion window every time I fire a conversion through GCLID. The issue is that whenever I fire a conversion through API, the conversion window is getting set to 1 day instead of 90 days. Due to this the conversions on our DB doesnt match with Google ads. So as a solution I want to send conversion window = 90 days on every pixel fires.
Please see my code below $adWordsConversionTracker->setStatus(ConversionTrackerStatus::ENABLED); $adWordsConversionTracker->setCategory( ConversionTrackerCategory::DEFAULT_VALUE ); $adWordsConversionTracker->setViewthroughLookbackWindow(15); $adWordsConversionTracker->setCtcLookbackWindow(90); // $adWordsConversionTracker->setDefaultRevenueValue(23.41); // $adWordsConversionTracker->setAlwaysUseDefaultRevenueValue(true); $conversionTrackers[] = $adWordsConversionTracker; // Create conversion tracker operations and add them to the list. $operations = []; foreach ($conversionTrackers as $conversionTracker) { $operation = new ConversionTrackerOperation(); $operation->setOperand($conversionTracker); $operation->setOperator(Operator::ADD); $operations[] = $operation; } // Create the conversion trackers on the server. $result = $conversionTrackerService->mutate($operations); // Print out some information about created trackers. $conversionName = 'API Conversions'; $conversionTime = '20190709 120902 GMT'; $conversionValue = '1'; $gClId = 'EAIaIQobChMIq7vOpOWn4wIVC_lRChldksldksklAAYAyAAEgJQYfD_BwE'; $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); Is it possible to use ctcLookBackWindow anywhere on the highlight section? Please let me know your thoughts. Thanks On Wed, Jul 10, 2019 at 9:12 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Akhil, > > The ctcLookBackWindow > <https://developers.google.com/adwords/api/docs/reference/v201809/ConversionTrackerService.ConversionTracker#ctclookbackwindow> > can only be modified using the ConversionTrackerService > <https://developers.google.com/adwords/api/docs/reference/v201809/ConversionTrackerService>. > Also, please note that this is only editable for AdWords Conversions > <https://developers.google.com/adwords/api/docs/reference/v201809/ConversionTrackerService.AdWordsConversionTracker> > and Upload Conversions > <https://developers.google.com/adwords/api/docs/reference/v201809/ConversionTrackerService.UploadConversion> > . > > Thanks and regards, > Peter > Google Ads API Team > > ref:_00D1U1174p._5001UCbm8s:ref > > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > 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 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 and Google Ads API Forum" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to adwords-api+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/adwords-api/UQs--000000000000000000000000000000000000000000000PUEQAZ00C4qyEaRDRPGDpaD9s8cKMg%40sfdc.net > <https://groups.google.com/d/msgid/adwords-api/UQs--000000000000000000000000000000000000000000000PUEQAZ00C4qyEaRDRPGDpaD9s8cKMg%40sfdc.net?utm_medium=email&utm_source=footer> > . > -- Thanks, Akhil V V -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/CADZB9dTCLG_vWPUEHyHhfvSdL8a4jFqbmfqTRejWwFKyFfCK0A%40mail.gmail.com.