Re: Callout extensions: Ad group extension and Ad group extension

2017-03-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi, As mentioned by my colleague earlier, to include the clientCustomerId in the request header at runtime, you can programmatically set it by following the instructions (refer to the section of the language you are using) provided in this guide

Re: EntityCountLimitExceeded.ADGROUP_LIMIT of "TEXT_CREATIVES_PER_ADGROUP"

2017-03-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi, As mentioned in this documentation , the text and non-image/gallery ads limit for an Ad Group is 50. As a workaround, you could REMOVE some of the ads in which you no longer use (including Ads that are PAUSED). Only entities that are in RE

EntityCountLimitExceeded.ADGROUP_LIMIT of "TEXT_CREATIVES_PER_ADGROUP"

2017-03-26 Thread T.Motodate
When I attempted adding the expanded_text_ad to a certain adGroup, API said the below error: =Error= EntityCountLimitExceeded.ADGROUP_LIMIT @ operations[18]; trigger:'' (enclosingId=6967267822, limit=50, accountLimitType=TEXT_CREATIVES_PER_ADGROUP, existingCount=32) == I guesse

How do I get policyData of AppFeedItem if it's not already associated to Customer, Campaign or AdGroup?

2017-03-26 Thread JC Lee
I am trying to get a list of feed items available to be added to the various levels (Customer, Campaign etc) I have been using FeedService to get these feed items (and painstakingly assigning properties using placeholderId) but doing so I cannot get properties such as policyData. How can I get

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-26 Thread dima
Hi, Thank you for assistance, this is code snippet that I wrote for adding call out extension for account: public CustomerExtensionSettingReturnValue SetAccountCallOutExtention(string customerId, string calloutText) { CustomerExtensionSettingService customerExtensionSettingSer