Re: How to avoid OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error

2016-10-13 Thread Cindy J
Thanks Vishal!

I also found there's such limit:

   - When using IN and NOT_IN operators in your WHERE clause, you are 
   limited to 10,000 items.

So the best solution would require multiple get to fetch all keywords then?

On Thursday, October 13, 2016 at 1:57:36 PM UTC-5, Vishal Vinayak (Adwords 
API Team) wrote:
>
> Hi Cindy,
>
> That is correct. You may see the 
> OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY 
> 
>  error 
> if you try to update an entity that is already been removed. 
>
> Unfortunately, there aren't too may ways to bypass this mechanism since 
> this is in place to check system's integrity. The correct way to perform 
> this routine, indeed, would be to select only the active campaigns/ad 
> groups and update keywords for those campaigns/ ad groups. More details are 
> available on this forum post 
> 
> .
>
> To group multiple actions in one operation, I would also suggest having a 
> look at the batch job service 
> .
>
> Regards,
> Vishal, 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/254bbed0-2627-42f9-b738-5e2e697074d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to avoid OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error

2016-10-13 Thread Cindy J
Hi there,

I have an account with about 100,000 ad groups, millions of keywords and 
many campaigns. While I was trying to update keywords, it's quite often to 
have OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error.

I know I could use campaignService and adGroupService to retrieve active 
campaigns/ad groups only, and then filter out keywords within these 
campaigns/ad groups - but because of the volume of ad groups/keywords, it 
would be really inefficient to perform such check before updating. 

Is there a better way to handle such error or can I set to specifically 
ignore this error? (I was bulk updating keywords, so one operation failure 
would lead to failure of the batch)

Thanks,
Cindy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5421a754-b840-4945-9c43-eba30217a46f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Using Adwords API to link Ad group to remarketing list created in Google Analytics

2016-10-05 Thread Cindy J
Hi there,

I was trying to using adwords API to create new ad groups, and link 
existing remarketing audience list created in GA.

However, I could not figure out a way to link these two.

This is what I found in 
https://developers.google.com/adwords/api/docs/guides/analytics:
Note that remarketing via the AdWords API 
 is 
independent from remarketing set up in Google Analytics+AdWords accounts. 
You cannot share remarketing lists between the two, and each method has its 
own reporting.

I wonder if it's possible to perform such operation?

Thanks,
Cindy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ccbfc63d-c572-4fc7-9f9b-36584426f2d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.