Hi,
LocalBusinessAds cannot be created using the v200909 API:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.LocalBusinessAd.html
"Represents Legacy Local Business Ad Legacy LBAs can be deleted or
paused/unpaused, but are not editable."
Best,
- Eric
On Mar 8, 7:3
Hi,
i still not able to publish localbusiness ad.
code for notmal text ad publish is
// Create text ad.
$textAd = new TextAd();
$textAd->headline = $dataArray['name'];
$textAd->description1 = $dataArray['desc1'];
$tex
Hi,
Local Business Ads are not supported in the v2009 version of the API.
Instead you must use Location Extensions:
http://adwordsapi.blogspot.com/2009/12/discover-v2009-location-extensions.html
Best,
- Eric Koleda, AdWords API Team
On Mar 3, 4:33 am, "freesystems.t...@gmail.com"
wrote:
> lo