Hello,
We are using Adwords API to SET parameters for thousands of keywords. Reason is to dynamically insert prices in text ads from our e-store XML file. (I am talking about param1 and param2).
Script runs daily. Before SETing param1 and param2 to new values, we always check locally hosted Database to ensure that values has changed from the last update. And only if new values differs from last time updated values, script SETs new values for param1 and param2. (This was programmed to save API queries).
About 1-2 months everything was working fine. But today I have checked in Google Search that we are shown old prices and they are not updated for few days. That's beacause our script got OK from API response and saved new value in local DB. But in Adwords system param1 and param2 wasn't updated.. I check my script log, I check soap_xml.log and I am seeing that response for those SET queries were OK.. But when testing live in Google Search, I see results with old param1 and param2 values..
So, I am wondering how I can manage double check - what param1 and param2 are set for my keywords today. Is it possible to run any operation to get those values by API and check them? Because it is impossible to check that manually if I have thousands of keywords.. And I can not update all param1 and param2 now at once, because I have 10.000 API queries limit and to update one keyword I need two requests.
Thanks for help..