RE: How to delete a campaign through the API

2020-08-17 Thread Google Ads API Forum Advisor Prod
Hi Emily,

Thank you for reaching out. Could you please try to open it in a different 
browser? Also you could try to clear the cookies and cache of your browser and 
open the link again. You may also try to disconnect your network and reconnect.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q23KphU:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/gG4ju0QF86NL00GMK4mM6nQiWbBtfInbf-0g%40sfdc.net.


How to delete a campaign through the API

2020-08-17 Thread Emily Jia
The docs appear to be down, and the cached version no longer works

https://developers.google.com/google-ads/api/docs/samples/remove-campaign

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8d6f4430-1965-4030-a312-0b43d661dd42n%40googlegroups.com.


Re: How to Delete a campaign?

2012-12-08 Thread Kapil
Thanks again Oliver!

On Saturday, December 8, 2012 6:15:14 PM UTC+5:30, Oliver wrote:
>
> What is probably happening (when you create a new campaign with the same 
> name) is that the adwords interface is simply setting the status 
> of the deleted campaign back to ACTIVE for you behind the scenes.
>
> A good practice is to rename deleted campaigns by adding *_deleted* to 
> their name.  This way you can create a new campaign with the same name.
>
> Oliver
>
>
> On Saturday, December 8, 2012 10:17:41 AM UTC, Kapil wrote:
>>
>>
>> Hey, I agree with you. But there is one problem. When I create a campaign 
>> with the help of adwords api and set its status to DELETE. I cannot create 
>> a new campaign with same name. But When I manually create a campaign and 
>> delete it(manually). I can create a campaign  with same name. So, please 
>> tell me how can I rectify this problem.
>>
>> Thanks,
>>
>> Kapil
>>
>> On Saturday, December 8, 2012 3:43:47 PM UTC+5:30, Kapil wrote:
>>>
>>>
>>> Thanks a lot Oliver !
>>>
>>>
>>> On Friday, December 7, 2012 6:12:41 PM UTC+5:30, Oliver wrote:

 When you delete a campaign though the adwords web interface, all you're 
 doing is setting its status to DELETED behind the scenes.

 There is no such a thing as deleting campaigns (or indeed any other 
 adwords entity).

 Deleting anything is done by setting its status to DELETED.

 Oliver



 On Friday, December 7, 2012 5:55:09 AM UTC, Kapil wrote:
>
> Hey, 
>
> I have already seen similar questions and as far as I know we cannot 
> delete a campaign using adwords api. We can only set its status to DELETE.
>
> 1. I created a campaign using adwords api and now i want to delete 
> it. So, I deleted the campaign manually from my adwords account. But, 
> when 
> I run GetAllCampaigns.java it is still showing those campaigns. 
>
> I want to  know how can I completely remove its object so that I can 
> recreate a campaign with the same name.
>
>
> 2. Also, I created a campaign manually using my adwords account and 
> then I was able to delete it successfully(of course manually). So, I 
> guess 
> there is something we need to do in adwords api.
>
> Can anyone please help me with this problem?
>
> Thanks,
>
> Kapil
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: How to Delete a campaign?

2012-12-08 Thread Oliver
What is probably happening (when you create a new campaign with the same 
name) is that the adwords interface is simply setting the status 
of the deleted campaign back to ACTIVE for you behind the scenes.

A good practice is to rename deleted campaigns by adding *_deleted* to 
their name.  This way you can create a new campaign with the same name.

Oliver


On Saturday, December 8, 2012 10:17:41 AM UTC, Kapil wrote:
>
>
> Hey, I agree with you. But there is one problem. When I create a campaign 
> with the help of adwords api and set its status to DELETE. I cannot create 
> a new campaign with same name. But When I manually create a campaign and 
> delete it(manually). I can create a campaign  with same name. So, please 
> tell me how can I rectify this problem.
>
> Thanks,
>
> Kapil
>
> On Saturday, December 8, 2012 3:43:47 PM UTC+5:30, Kapil wrote:
>>
>>
>> Thanks a lot Oliver !
>>
>>
>> On Friday, December 7, 2012 6:12:41 PM UTC+5:30, Oliver wrote:
>>>
>>> When you delete a campaign though the adwords web interface, all you're 
>>> doing is setting its status to DELETED behind the scenes.
>>>
>>> There is no such a thing as deleting campaigns (or indeed any other 
>>> adwords entity).
>>>
>>> Deleting anything is done by setting its status to DELETED.
>>>
>>> Oliver
>>>
>>>
>>>
>>> On Friday, December 7, 2012 5:55:09 AM UTC, Kapil wrote:

 Hey, 

 I have already seen similar questions and as far as I know we cannot 
 delete a campaign using adwords api. We can only set its status to DELETE.

 1. I created a campaign using adwords api and now i want to delete 
 it. So, I deleted the campaign manually from my adwords account. But, when 
 I run GetAllCampaigns.java it is still showing those campaigns. 

 I want to  know how can I completely remove its object so that I can 
 recreate a campaign with the same name.


 2. Also, I created a campaign manually using my adwords account and 
 then I was able to delete it successfully(of course manually). So, I guess 
 there is something we need to do in adwords api.

 Can anyone please help me with this problem?

 Thanks,

 Kapil

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: How to Delete a campaign?

2012-12-08 Thread Kapil

Hey, I agree with you. But there is one problem. When I create a campaign 
with the help of adwords api and set its status to DELETE. I cannot create 
a new campaign with same name. But When I manually create a campaign and 
delete it(manually). I can create a campaign  with same name. So, please 
tell me how can I rectify this problem.

Thanks,

Kapil

On Saturday, December 8, 2012 3:43:47 PM UTC+5:30, Kapil wrote:
>
>
> Thanks a lot Oliver !
>
>
> On Friday, December 7, 2012 6:12:41 PM UTC+5:30, Oliver wrote:
>>
>> When you delete a campaign though the adwords web interface, all you're 
>> doing is setting its status to DELETED behind the scenes.
>>
>> There is no such a thing as deleting campaigns (or indeed any other 
>> adwords entity).
>>
>> Deleting anything is done by setting its status to DELETED.
>>
>> Oliver
>>
>>
>>
>> On Friday, December 7, 2012 5:55:09 AM UTC, Kapil wrote:
>>>
>>> Hey, 
>>>
>>> I have already seen similar questions and as far as I know we cannot 
>>> delete a campaign using adwords api. We can only set its status to DELETE.
>>>
>>> 1. I created a campaign using adwords api and now i want to delete 
>>> it. So, I deleted the campaign manually from my adwords account. But, when 
>>> I run GetAllCampaigns.java it is still showing those campaigns. 
>>>
>>> I want to  know how can I completely remove its object so that I can 
>>> recreate a campaign with the same name.
>>>
>>>
>>> 2. Also, I created a campaign manually using my adwords account and then 
>>> I was able to delete it successfully(of course manually). So, I guess there 
>>> is something we need to do in adwords api.
>>>
>>> Can anyone please help me with this problem?
>>>
>>> Thanks,
>>>
>>> Kapil
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: How to Delete a campaign?

2012-12-08 Thread Kapil

Thanks a lot Oliver !


On Friday, December 7, 2012 6:12:41 PM UTC+5:30, Oliver wrote:
>
> When you delete a campaign though the adwords web interface, all you're 
> doing is setting its status to DELETED behind the scenes.
>
> There is no such a thing as deleting campaigns (or indeed any other 
> adwords entity).
>
> Deleting anything is done by setting its status to DELETED.
>
> Oliver
>
>
>
> On Friday, December 7, 2012 5:55:09 AM UTC, Kapil wrote:
>>
>> Hey, 
>>
>> I have already seen similar questions and as far as I know we cannot 
>> delete a campaign using adwords api. We can only set its status to DELETE.
>>
>> 1. I created a campaign using adwords api and now i want to delete 
>> it. So, I deleted the campaign manually from my adwords account. But, when 
>> I run GetAllCampaigns.java it is still showing those campaigns. 
>>
>> I want to  know how can I completely remove its object so that I can 
>> recreate a campaign with the same name.
>>
>>
>> 2. Also, I created a campaign manually using my adwords account and then 
>> I was able to delete it successfully(of course manually). So, I guess there 
>> is something we need to do in adwords api.
>>
>> Can anyone please help me with this problem?
>>
>> Thanks,
>>
>> Kapil
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: How to Delete a campaign?

2012-12-07 Thread Oliver
When you delete a campaign though the adwords web interface, all you're 
doing is setting its status to DELETED behind the scenes.

There is no such a thing as deleting campaigns (or indeed any other adwords 
entity).

Deleting anything is done by setting its status to DELETED.

Oliver



On Friday, December 7, 2012 5:55:09 AM UTC, Kapil wrote:
>
> Hey, 
>
> I have already seen similar questions and as far as I know we cannot 
> delete a campaign using adwords api. We can only set its status to DELETE.
>
> 1. I created a campaign using adwords api and now i want to delete it. So, 
> I deleted the campaign manually from my adwords account. But, when I run 
> GetAllCampaigns.java it is still showing those campaigns. 
>
> I want to  know how can I completely remove its object so that I can 
> recreate a campaign with the same name.
>
>
> 2. Also, I created a campaign manually using my adwords account and then I 
> was able to delete it successfully(of course manually). So, I guess there 
> is something we need to do in adwords api.
>
> Can anyone please help me with this problem?
>
> Thanks,
>
> Kapil
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





How to Delete a campaign?

2012-12-07 Thread Kapil
Hey, 

I have already seen similar questions and as far as I know we cannot delete 
a campaign using adwords api. We can only set its status to DELETE.

1. I created a campaign using adwords api and now i want to delete it. So, 
I deleted the campaign manually from my adwords account. But, when I run 
GetAllCampaigns.java it is still showing those campaigns. 

I want to  know how can I completely remove its object so that I can 
recreate a campaign with the same name.


2. Also, I created a campaign manually using my adwords account and then I 
was able to delete it successfully(of course manually). So, I guess there 
is something we need to do in adwords api.

Can anyone please help me with this problem?

Thanks,

Kapil

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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





Re: How to delete a Campaign?

2011-06-27 Thread Doug
Excellent thank you for the response

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: How to delete a Campaign?

2011-06-24 Thread jstedman
Actually campaign objects are never deleted. They get their status set
to deleted, but they still exist, check the status field of the one
you tried to delete.

Something to be aware of in the best practices:

http://code.google.com/apis/adwords/docs/bestpractices.html#rename_delete

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


How to delete a Campaign?

2011-06-22 Thread Doug
Yeah I ran DeleteCampaign.php

it said that it deleted it, but then I run GetAllCampaigns.php

And it pulls back it again,

Does it take a while to actually get deleted?

Using Sandbox

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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