googleads / googleads-perl-lib

AdWords API Perl Client Library
Apache License 2.0
5 stars 19 forks source link

upload_offline_conversions.pl references incorrect attribute names of OfflineConversionFeed #4

Closed jradcliff closed 10 years ago

jradcliff commented 10 years ago

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.

jradcliff commented 10 years ago

Fixed in 2.16.0