Hi, I'm implementing some features offered by the ConversionTrackerService, and got stuck with the following questions:
1. What is the maximum length of ConversionTracker.name? A long time ago I measured a maximum length of 64 for a conversion type, but this service returned an entry with length 81. Note that this length is not listed in the
AdWords API Limits page.
2. How can I get AdWords tracker ID? I mean the ID mentioned in the AdWords script on the site. I assumed that AdWordsConversionTracker.originalConversionTypeId got this ID, but its value is usually empty, and sometimes 0, 1, 2 or values like that.
3. When will ConversionTracker.Id be available in the performance reports, like CAMPAIGN_PERFORMANCE_REPORT, ADGROUP_PERFORMANCE_REPORT etc.? The problem is that those reports only offer the name of the conversiontype, but the name can be modified. Do you have any suggestions how to deal with the situation?
4. While 3) is not implemented, is it possible by the API to lock the names of conversion types? For instance a function like ConversionTrackerService.lock() that prevents editing a name until it is unlocked again?
Thanks in advance. Please note that the first question is now the most pressing.