How to use BulkMutateJob Service to create 800 Text Ads

2011-05-03 Thread Gowri Sankar
Hi All, Iam just checking into the Adwords API. My target is to create 750 - 800 text ads by fetching data from my database along with some keyword corresponding to the product. I use PHP Client Library. I tried using the adGroupAdService mutate to create these ads with the data in array of textAd

Re: How to use BulkMutateJob Service to create 800 Text Ads

2011-05-03 Thread Gowri Sankar
> Check this > linkhttp://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=40907 > seems that this is one of Adwords Limit were exceeded. > You can try to contact with Support to increase them If you feel that > their limits are too doable for your needs. Yes i'm only using 50 Ads per ad

How do Adparams works in Google Adwords PHP api

2011-05-23 Thread Gowri Sankar
Hi, I have 700 products to create ads each with different cost and year of make and i want to display this values in my ad and change them dynamically. so i have used adparams in the headline and in description1 as $textAd->headline = 'Sale! productname {param1:2011} '; $textAd->description1

Re: How do Adparams works in Google Adwords PHP api

2011-05-26 Thread Gowri Sankar
u are a local salesman, don't forget to add geotargeting to your > campaigns! > > > > On Mon, May 23, 2011 at 3:14 PM, Gowri Sankar wrote: > > Hi, > > > I have 700 products to create ads each with different cost and year of > > make and i want to display th