upload_offline_conversions.pl references incorrect attribute names of OfflineConversionFeed
Closed this issue · 1 comments
jradcliff commented
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
Fixed in 2.16.0