AdWords API Re: Campaigns Assigned Long Id Rather Than Int

2009-11-04 Thread AdWords API Advisor
Hi Pete, I've done a search through the logs, and I can't find any instance where that ID was returned. Perhaps that ID was pulled from the AdWords web interface URL, which is not necessarily a reliable source for obtaining IDs. I would recommend using the API to get all your campaigns and then

AdWords API Re: Campaigns Assigned Long Id Rather Than Int

2009-11-03 Thread AdWords API Advisor
Hi Pete, Although the data type for a campaign ID is now a long in v2009, the numbers returned should still be in the int range. That is, you should be able to convert the long to an int safely. In the future the IDs may be larger than ints, but not until v13 is sunset. Best, - Eric Koleda,

AdWords API Re: Campaigns Assigned Long Id Rather Than Int

2009-11-03 Thread Pete Lavetsky (AdWords API Guru)
No, we do not log that enormous amount of XML unless we have an error we can reproduce Pete On Nov 3, 5:02 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Pete, Do you have the SOAP XML request and response that shows this ID being returned? Best, - Eric On Nov 3, 4:00 

AdWords API Re: Campaigns Assigned Long Id Rather Than Int

2009-11-03 Thread AdWords API Advisor
Hi Pete, Do you have the SOAP XML request and response that shows this ID being returned? Best, - Eric On Nov 3, 4:00 pm, Pete Lavetsky (AdWords API Guru) pete.lavet...@gmail.com wrote: It's the ID that was returned to us on addition through the API and it's a parameter value seen in the

AdWords API Re: Campaigns Assigned Long Id Rather Than Int

2009-11-03 Thread Pete Lavetsky (AdWords API Guru)
It's the ID that was returned to us on addition through the API and it's a parameter value seen in the browser when using the Adwords API center to browse the campaign ... maybe ?c=3437766218, I don't recall at the moment ... if the incorrect value was returned to us, I at least need to know what

AdWords API Re: Campaigns Assigned Long Id Rather Than Int

2009-11-03 Thread AdWords API Advisor
Hi Pete, I'm not able to find a campaign in the AdWords system with this ID. Are you sure this is the correct value? Best, - Eric On Nov 3, 2:50 pm, Pete Lavetsky (AdWords API Guru) pete.lavet...@gmail.com wrote: The value that was returned to us was 3437766218, which is larger than an int