I would like to add a *business name* field (e.g., "MyBusiness") to display 
in the ad. How can I do this via the API? Is there an *Ad Asset* or *Ad 
Parameter* that supports business names?

Code Snippet: 
$ad = new Ad([
    'responsive_search_ad' => new ResponsiveSearchAdInfo([
        'headlines' => [
            new AdTextAsset(['text' => 'Best Deals for You']),
            new AdTextAsset(['text' => 'Quality Products Available']),
        ],
        'descriptions' => [
            new AdTextAsset(['text' => 'Shop now and get discounts']),
            new AdTextAsset(['text' => 'Fast delivery and secure payment']),
        ],
    ]),
    'final_urls' => ['https://www.example.com'],
]);

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/69cbc673-1e65-465b-9ed0-d27461c0e95an%40googlegroups.com.

Reply via email to