Hi Team,

The issue I had was that the logic I was running was fetching non-active ad
groups, so I didn't have the expected behavior.

After changing the logic instead of foreachs inside each one and another
and using something like that:
var agSelector = AdWordsApp.adGroups()
    .withCondition('CampaignStatus = ENABLED')
    .withCondition('AdGroupStatus = ENABLED')
    .withCondition('Status = ENABLED');

I was able to obtain the result I wanted.

Best regards,



-- 
*Maurício Bento Ghem*
*RPBR - Soluções Web*
*Cel:* +55 51 8146-8553

2015-12-31 2:55 GMT-02:00 MCC Test <[email protected]>:

> Hello ,
>
> I am having a same exact situation, I have 10k products and don't want to
> create ads for each 10k products, So I used ad customizer but then one big
> issue I can't feed dynamic Lanfing Page URL, so that's a big issue over
> here.
>
> Is there any solution or work around for this??
>
> Thanks,
> Ronak Shah
>
> On Monday, October 5, 2015 at 6:52:45 PM UTC+5:30, Umesh Dengale wrote:
>>
>> Hello,
>>
>> You could refer to this
>> <https://support.google.com/adwords/answer/1704396?hl=en> page which
>> describes how to manages ads, adgroups and campaigns in your account. In
>> the AdWords, the limit of the number of active or paused ads per account is
>> 4 million.
>>
>> Regards,
>> Umesh, 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 [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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/Vmv6-rr1KYs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> 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/463d3352-9fd0-4159-9008-790cab4fa827%40googlegroups.com
> <https://groups.google.com/d/msgid/adwords-api/463d3352-9fd0-4159-9008-790cab4fa827%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
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/CAMAuwFh2yx%3Djz%2B43f%3DrNwTmW7%3Dv58MH_r%3DZyCKDBJPmh7WHFow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to