Re: IMplementing Ad Parameters

2011-05-05 Thread Peter Stannett
Hi thanks for your help. I understand all that which is one thing! However it sounds like it is out of my limited php skill set. One to leave for the future I think, Thanks again Peter -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Re: IMplementing Ad Parameters

2011-05-05 Thread Evgeniy Bogdanov
You just need to store values in database. For example in such table: product | price | count | ad group id | keyword id | date. Every time when your script will get new merchant feed it should compare current price and database value. If they differs you just need to update parameters in Adwords

Re: IMplementing Ad Parameters

2011-05-05 Thread Peter Stannett
Hi thanks for the reply. I am still unsure how this would be implemented effectively for my client. Effectively if I write the script to set the price for blue antique cups to £30 and the amount of stock as 18, and then my clients stock changes to £20 and 10 cups, then my advert would be wrong

Re: IMplementing Ad Parameters

2011-05-05 Thread Evgeniy Bogdanov
Hi Peter. To tell you the truth I don't see any huge problem. The main problem here is linking with current ads+keywords and your code. You can link existing ads or create new one. After the you just need to go throw your keywords and check for 'blue', 'red'. For example: Table will should help