campaign groups - how to get them and relate to campaigns in google ads api

2021-06-15 Thread 'Tom Nahum' via AdWords API and Google Ads API Forum
hello,
how can i get via google ads api the campaign group id (campaignGroupId) of 
my campaigns?
or the other way around - get the campaigns who are included in campaign 
groups?
i can get it in adwords api -  but i need to migrate to google ads api.

thanks
Tom

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/594571d1-6fca-48a9-872b-58a0efa901f2n%40googlegroups.com.


Re: campaign groups - how to get them and relate to campaigns in google ads api

2021-06-16 Thread 'Tom Nahum' via AdWords API and Google Ads API Forum
thank you mark for the quick reply.
as per your question to why i need this campaignGroupId in Google Ads API:
well, first of all, the campaign group feature is available in google ads 
UI - so why not provide in api? :)

second - in my case i am pulling information about my campaigns to run some 
logic on.
those campaigns might belong to a certain campaign group.
each campaign group has some benchmark parameters for running my business 
logic.
so instead of storing benchmarks per campaign - i store them by campaign 
group.
I than intersect the campaign with the correct campaign group id,  collect 
the correct benchmarks for my campaign, and i can run my logic.
later on i would like to aggregate those logic results back to campaign 
group level and recalculate.

I would really like to have it in google ads, it will make this mission a 
lot easier 
and also - adwords api will not be available in about a year or so, and i 
will lose all ability to continue working with campaign groups.
Thank you,
Tom


On Wednesday, June 16, 2021 at 6:29:03 AM UTC+3 adsapi wrote:

> Hello Tom,
>
> Thank you for reaching out to us.
>
> As per this Migrating Report Fields 
>  guide, 
> please note that the campaignGroupId is already deprecated in the Google 
> Ads API.
>
> As an aside, I can raise a feature request for this; however, could you 
> share with us your use case as to why you would need this campaignGroupId 
> in the Google Ads API?
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Ivldl: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/662a6909-7031-416f-a134-ef984f42fdd3n%40googlegroups.com.


Re: campaign groups - how to get them and relate to campaigns in google ads api

2021-06-20 Thread 'Tom Nahum' via AdWords API and Google Ads API Forum
thank you Peter.
i really wish if this feature could get some priority as all i request is 
just somehow to attach a campaign group to the campaign it includes.
Tom

On Friday, June 18, 2021 at 5:51:03 AM UTC+3 adsapi wrote:

> Hi Tom,
>
> Thank you for the information you have shared with our team. I work with 
> Mark and allow me to assist you for now.
>
> Based on the details you provided, allow me now to create a feature 
> request, subject for review, regarding campaign groups in the Google Ads 
> API. For now, you may keep an eye on our blog 
>  for 
> any updates or announcements.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Ivldl: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/a5adb65c-6e8f-4f62-a2f2-4d57eb924773n%40googlegroups.com.


Re: campaign groups - how to get them and relate to campaigns in google ads api

2021-06-22 Thread 'Tom Nahum' via AdWords API and Google Ads API Forum
thanks
is there any substitution for campaign groups?
will this feature actually sunset in about a year unless you will revive it 
in google ads?
Tom

On Monday, June 21, 2021 at 10:26:40 AM UTC+3 adsapi wrote:

> Hi Tom,
>
> I work with Peter and let me provide support to your concern.
>
> I am afraid that our team doesn't have a definite timeline on when this 
> feature will become available. For now, as suggested also by Peter, you can 
> follow our blog 
>  as we 
> will post there any relevant updates about this.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Ivldl: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/0e59ecec-ae5a-468d-868c-4d8720c27084n%40googlegroups.com.


Re: How to create in python campaign group.

2021-10-13 Thread 'Tom Nahum' via AdWords API and Google Ads API Forum
hi there Jakeia, the original question was about "campaign groups" in 
google ads api. not about ad group or campaign.
can you give any information about campaign group support in google ads api?
thanks you!

On Tuesday, October 12, 2021 at 5:15:53 PM UTC+3 adsapi wrote:

> Hello,
>
>
> Thank you for reaching out. You can accomplish this by following the 
> example *Create ad group and ad group ad* 
> 
>  to 
> creating an ad group. For using Google Ads API you can follow *this* 
> 
>  documentation 
> and if you're using Adwords API you can follow *this* 
> 
>  documentation 
> to add ad groups in a campaign with python code example.
>  
> Best regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
>
> ref:_00D1U1174p._5004Q2PIP2J: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/df3ccc4e-549e-467e-b147-f08e21412b93n%40googlegroups.com.


Re: How to create in python campaign group.

2021-12-14 Thread 'Tom Nahum' via AdWords API and Google Ads API Forum
Hi,
are there any news about NOT deprecating campaign groups completely from 
google-ads APIs?
another question - will campaign groups still be supported in *google ads 
UI* as they are today, after adwords will sunset?
thanks!

On Wednesday, October 13, 2021 at 6:40:08 PM UTC+3 adsapi wrote:

> Hi Tom,
>
> Although campaign groups were supported in the AdWords API, this feature 
> is not supported in the Ads API, as specified in the deprecated features 
> section of the migration guide 
> 
> .
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2PIP2J: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/1b16b51d-23ef-44c8-b0bd-7b511b39800dn%40googlegroups.com.