Hi all

I wish to implement the ad parameters php page to automatically set the 
prices contained within the ads for my client.

However the example 
on 
http://adwordsapi.blogspot.com/2009/11/discover-v2009-setting-ad-parameters.html
 
shows 1 ad example. My client has 100's of products, all at different 
prices. From the example given and the php code: 


  $adGroupId = (float) 'INSERT_AD_GROUP_ID_HERE';
  $keywordId = (float) 'INSERT_KEYWORD_ID_HERE';

  // Create ad parameters.
  $adParam1 = new AdParam($adGroupId, $keywordId, '100', 1);
  $adParam2 = new AdParam($adGroupId, $keywordId, '$40', 2);


I would have to manually enter each individual adgroupid and keywordId and 
then manually enter the parameters themselves. Clearly this is far too much 
manual work! I clearly am missing something. For example, using the above 
for antique cups, if I wanted to then create dynamic priced ads for blue 
antique cups with parameters '50' and '£20' and then for red antique cups, 
'10' and '£12' how would I implement this?

Essentially my client has lots of products and stock fluctuates day by day. 
I was thinking this would somehow link into the merchant center datafeed. 

I would appreciate any pointers.

Kind regards
Peter

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to