googleads/googleads-perl-lib

upload_offline_conversions.pl references incorrect attribute names of OfflineConversionFeed

Closed this issue · 1 comments

The printf statement after OfflineConversionFeedService.mutate references attributes "name" and "id", but it should reference attributes "conversionName" and "googleClickId".

In addition, the printf statement contains one too many "%s" elements.

Fixed in 2.16.0