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 REMOVED status are not included in 
the limit. I hope this helps.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/58687052-24b1-4038-97fd-38a7bca22feb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 guessed that AdGroup has the limit of holding ads.
However, I couldn't find how many ads can we add in an AdGroup.

So, I have some questions.

1) If my guess is right, how many ads can we add?
2) If 1) is yes, I have to delete some ads to add new ads?
Or, are there any walk-around?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e69bf5f6-3495-4dba-8378-3b0f09374ff4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 feed items that are available to be added AND at the same 
time access their policy data?

I have attached an image of the UI that I am trying to replicate from 
AdWords UI.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ca0820c8-d159-4cb3-afb4-d3647f9b9c8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 customerExtensionSettingService 
= 

(CustomerExtensionSettingService)AdwordsUser.GetService(AdWordsService.v201702.CustomerExtensionSettingService);
_customerExtensionSettingService.RequestHeader.clientCustomerId 
= customerId;
CustomerExtensionSetting customerExtensionSetting = new 
CustomerExtensionSetting
{
extensionType = FeedType.CALLOUT,
extensionSetting = new ExtensionSetting()
{
extensions = new ExtensionFeedItem[]
{
new CalloutFeedItem
{
calloutText = calloutText,
feedType = FeedType.CALLOUT
}
}
}
};

CustomerExtensionSettingOperation customerOperation = new 
CustomerExtensionSettingOperation()
{
operand = customerExtensionSetting,
@operator = Operator.ADD,
};

return customerExtensionSettingService.mutate(new[] { 
customerOperation });
}

On Thursday, March 23, 2017 at 8:24:09 PM UTC+2, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi, 
>
> You need to set the clientCustomerId in the request header 
> 
>  to 
> add an extension at the customer level using 
> CustomerExtensionSettingService 
> .
>  
> You will not be setting the customerId in the CustomerExtensionSetting 
> 
>  object. 
> You can programmatically set the clientCustomerId at runtime by following 
> the instructions provided here 
> 
>  for 
> your client library. 
>
> Regards,
> Shwetha, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b3fab1cd-8515-4578-8c46-7b7f5103e47b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.