Closed jradcliff closed 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.
Fixed in 2.16.0
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.