Re: HOW TO CREATE DYNAMIC AD USING ADWORDS API

2011-03-24 Thread Chris
You can do this with 2 parameters, e.g. param1 = 219/2 and param2 = 36.0 So use your params as param1 = "runs"/"wickets" & param2 = "overs"."balls" Params allow "/" see http://code.google.com/apis/adwords/docs/reference/latest/AdParamService.AdParam.html -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: HOW TO CREATE DYNAMIC AD USING ADWORDS API

2011-03-24 Thread Anash P. Oommen
Hi, Spoke too soon. / and . are supported in v201101, so you can support the ad you suggested. Thanks Chris. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

Re: HOW TO CREATE DYNAMIC AD USING ADWORDS API

2011-03-24 Thread Anash P. Oommen
Hi, The client libraries have code examples for setting ad params. For example, the PHP code example is here: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/SetAdParams.php . That said, it might not be that easy to get this done; an ad can have have only 2

HOW TO CREATE DYNAMIC AD USING ADWORDS API

2011-03-22 Thread mccacco...@india.com
Hi, I am using Adwords API (V201101) and wanted to create dynamic ads. I want to create ad, Cricket score IND 219/2 In 36.0 ovrs www.example.com I found I can create dynamic ad like, Cricket score {param1:default_text} In {param2:default_text} ovrs www.example.com But I trying with sandbox and