Using Set Operator for offlineconversion

2017-06-02 Thread venkat . jg1980
Hi Guru's We need to update the conversion value of click id's.. We are planning to use the Set operator. Is it supported with the newer versions of the API? Greatly appreciate any information in this regard. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Using Set Operator for offlineconversion

2017-06-02 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Venkat, Imported conversions cannot be updated or removed once they're imported. OfflineConversionFeedOperation supports only the ADD operator. SET and REMOVE

Re: Using Set Operator for offlineconversion

2017-06-02 Thread venkat . jg1980
HI Shwetha Is there a way we can add a negative conversion value using ADD operator. The use case we have is to update the conversion value of an existing gclid as it can sometimes decrease. Since we cannot use SET operator, we are wondering if we can upload a negative value so that we can

Re: Using Set Operator for offlineconversion

2017-06-05 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Venkat, I'm afraid you cannot upload negative conversions. You'll encounter a RangeError.TOO_LOW error if you use a negative conversionValue. This validation cannot be overridden. If you expect th