RE: Ad Suggestion Setting

2021-08-23 Thread Google Ads API Forum Advisor
Hello,

Thank you for reaching out to us.

With regard to your concern on the Ad Suggestion Setting, can you share to us a 
screenshot/s in the UI so our team can check/validate if this is available in 
the API?

Please send the requested screenshot/s via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2MhXwf: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/FVX590QYBXKG00HA-VjPKTQRGq6w7ydP1Nag%40sfdc.net.


Re: How to recognize cost related fields

2021-08-23 Thread cv
Hi William,

Can you please provide doc for Google Ads API? I am not seeing this any for 
cost related fields. This would be helpful.


 

Thanks,


On Monday, 23 August 2021 at 23:12:59 UTC+5:30 adsapi wrote:

> Hi cv,
>
> Thank you for reaching out to us. With regards to the decimal points, this 
> appears to be a precision thing. When looking at our documentation as you 
> mentioned it shows the 100 but also talks about how the decimal is used 
> as a way to help with precision of the Double variable, as shown here 
> 
>  
> as an example.
>
> Regards,
> [image: Google Logo] 
> William Pescherine 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Loqrl: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/d96abe51-3f83-49a1-9874-fc3293384679n%40googlegroups.com.


Re: Accessing access token from Ads client instance

2021-08-23 Thread Google Ads API Forum Advisor
Hi Po-Yu,

When using client libraries such as Ruby, initially, you will need to retrieve 
your credentials (client ID, client Secret) from the Google API Console, before 
you can specify them into the client library's properties file.

Since you also mentioned that you already have a refresh token, and assuming 
that it has already been specified as well in the properties file, the access 
token should then be automatically created for you each time you run the API 
via a client library.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2Lod3d: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/v5Nuh0QYBRXV009rN_IjNHQmSFcpaWkryj9g%40sfdc.net.


RE: How to get Goals via AdWords API

2021-08-23 Thread Google Ads API Forum Advisor
Hi everyone,

Thank you for reaching out to our API support team.

Firstly, I had to delete Anurag's initial post as it contained his user account 
information in the screenshot. I am pasting the rest of his post below, for 
reference :

"Hi AdWordsAPI Team,

While Creating a new Campaign we need to select the Goal in Ads Platform UI . 
But while creating a Campaign via API we do not set this as per the AdWordsAPI 
doc 
(https://developers.google.com/adwords/api/docs/samples/java/basic-operations#add-campaigns)
 And the CampaignField POJO class also doesnot have this 
information(http://googleads.github.io/googleads-java-lib/3.4.0/com/google/api/ads/adwords/lib/selectorfields/v201705/cm/CampaignField.html).
 
Can you please let me know how to retrieve this information as this is not 
mentioned in Docs but we are providing this information in the UI?
Attaching screenshot of Google Ad Platform while creating new Campaign.

Regards,
Anurag Sinha"

Moving forward, choosing/specifying goals when creating a campaign are 
currently not supported in the AdWords API. In the Google Ads API, however, you 
should be able to specify your campaign's focus (bidding_strategy_goal_type), 
when creating your app campaigns.

As for the SmartMind team, are you referring to Analytics metrics being 
available via Google Ads API reports? Please note that Analytics is a separate 
platform and is outside of our API team's scope. I would recommend that you 
reach out to their team, via this link, for further guidance on their reporting 
features and for your question as well on your #2 item.

In regards to Google Ads API reports and reporting, you should be able to 
retrieve conversions metrics of your Google Ads account's entities (ex. 
campaign, ads, keywords). Installs metrics is also not supported, but a feature 
request has already been raised and you can follow our blog for updates.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2LoW3Z: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/_d6IP0QYBRR100UuyNd8XSRTiNWfL2VBh6tw%40sfdc.net.


RE: Не активируется библиотека!

2021-08-23 Thread Google Ads API Forum Advisor
Hello,

Thank you for reaching out to us.

This product only officially offers support in English. It would be best to 
reply in English if you can. If not, we will try to use Google Translate to 
support you as best as we can.

As per Google Translate, you're having issues on activating the library in the 
Google Console. I'm afraid that issues related to the Google Console is already 
out of our team's expertise as we can only provide assistance to 
issues/concerns related to the AdWords API / Google Ads API. Having said that, 
we suggest that you reach out to the Console Team via this help link.

As an aside, you can follow this guide when using the Google Ads API.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2Lorcg: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/Nur510QYBQ6R00xvpviUcCQtab8d4-4SVirg%40sfdc.net.


geo_target_constant local

2021-08-23 Thread 赵林
  I need to use the name(*english name or chinese name*) to 
correspond to the *country code*.  I  get the english information of 
geo(https://developers.google.com/google-ads/api/fields/v8/geo_target_constant),
 
but geo only contains geo_target_constant.name(Output only. Geo target 
constant *English name*.) 
I can already get the corresponding English name.
 How do I get the corresponding Chinese name? Just like this
[image: [E3ZHDO`4_H)t...@ycrypp6f4.png]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/aab1c710-9845-4add-a2b9-c0082cf4ee4bn%40googlegroups.com.


Re: Google Ads under Performance Max Feature

2021-08-23 Thread Google Ads API Forum Advisor
Hi,

Thank you for following up on this feature request. Unfortunately, we still 
have yet to receive information regarding its availability.

For now, please continue to follow our blog for updates.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2Eoep5: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/fxBUv0QYBNES00dkSxiYDfQe-I04CcHJzfPQ%40sfdc.net.


Re: Google Ads API for Performance Max

2021-08-23 Thread 'Clara Yeohyun Yoon' via AdWords API and Google Ads API Forum
Hi William, 

Thank you for your reply. I am attaching internal comm doc here, where i 
obtained the screenshot from. (Performance Max Comm Doc 

)
If Google Ads is unable to cover this product, pMax, are you suggesting 
that it is not possible for Google Ads API to retrieve campaign data, even 
though it is displayed within Google Ads UI?

Thank you for your help in advance!

Many thanks, 
Clara Yoon

On Tuesday, August 24, 2021 at 12:26:20 AM UTC+9 adsapi wrote:

> Hi Clara,
>
> Thank you for reaching out to us with your question. In looking over this, 
> we at the moment do not believe that Google Ads API is able to support this 
> based on the knowledge that we have at the moment. If possible, can you 
> link to us the documentation that you pulled the screenshot from. Also we 
> would suggest checking out this documentation 
>  
> regarding available campaign types.
>
> Also at the same time, I will need to delete the initial post as it shows 
> a screenshot of private information.
>
> Regards,
> [image: Google Logo] 
> William Pescherine 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Loql9: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/ca61d603-6e60-4e2f-9f4a-834590d3d5cfn%40googlegroups.com.


RE: Auction statistics API report

2021-08-23 Thread Google Ads API Forum Advisor
Hi,

This product only officially offers support in English. Are you looking for 
Auction insights report? If so, there is no such feature in Google Ads API. I 
tagged this concern with existing feature request. Please keep an eye on our 
blog for feature announcements.

https://ads-developers.googleblog.com/search/label/google_ads_api

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2MhzLQ: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/-LQTt0QYB7BQ0060L0kHKcTkSZv_2JEWorgA%40sfdc.net.


RE: Auction statistics API report

2021-08-23 Thread Google Ads API Forum Advisor
Hi,

This product only officially offers support in English. Are you looking for 
Auction insights report? If so, there is no such feature in Google Ads API. I 
tagged this concern with existing feature request. Please keep an eye on our 
blog for feature announcements.

https://ads-developers.googleblog.com/search/label/google_ads_api

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2MhzLQ: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/tlwEx0QYB7AP00dwu4MsbMSjmALMXFdkaEag%40sfdc.net.


RE: Inactive customer clients/ad accounts not showing up?

2021-08-23 Thread Google Ads API Forum Advisor
Hello,

Thanks for reaching out. Can you be more specific about the inactive accounts? 
For example, are they suspended, or has billing information not been entered? 
If you can privately share one of these accounts with us, this will help us 
investigate too.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2LoXf8: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/8nXgh0QYB5OK00qBumHd7wSuS2kGhXBDE0yw%40sfdc.net.


RE: Fwd: Account Verification

2021-08-23 Thread Google Ads API Forum Advisor
Hi,

Please add more details to your concern. Is this related to Google Ads API?

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2LoqrC: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/CzVDo0QYB3BG00QODq5tdSTaamiqo5LIE15w%40sfdc.net.


RE: Does anyone have a script that writes the budget spent by campaign type into a spreadsheet?

2021-08-23 Thread Google Ads API Forum Advisor
Hi,

Are you looking for this in Google Ads API or Google Ads Scripts?

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2Lou2C: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/Jr74H0QYB2PW00WRryby19RAOlTabRCXTY7g%40sfdc.net.


RE: How to recognize cost related fields

2021-08-23 Thread Google Ads API Forum Advisor
Hi cv,

Thank you for reaching out to us. With regards to the decimal points, this 
appears to be a precision thing. When looking at our documentation as you 
mentioned it shows the 100 but also talks about how the decimal is used as 
a way to help with precision of the Double variable, as shown here as an 
example.

Regards,

William Pescherine
Google Ads API Team
ref:_00D1U1174p._5004Q2Loqrl: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/trh6x0QYAZV800_90uVc41SBiZlcd-VfFRwA%40sfdc.net.


Re: Campaign Criterion Simulation - None Response

2021-08-23 Thread Google Ads API Forum Advisor
Hi Andrea,

According to 
https://developers.google.com/google-ads/api/docs/ads/ad-types#where_do_you_want_your_ads_to_appear
 it appears that app engagement campaigns aren't on the search network nor the 
display network. Regular app campaigns don't have that restriction. To pin down 
the issue you can send us privately a request and response log. Campaigns using 
Shared budget are incompatible with bid simulation functionality.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2LnuOF: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/fvPtU0QYAYUQ00WFJT9j88QvSDXuUStTAp0A%40sfdc.net.


Custom URL Parameters for Sitelink Ad Extension

2021-08-23 Thread Muthu Qumar Subramanian
Hi, 

How can we get the custom url parameters that are configured as part of 
sitelink ad extensions? 
Google Ads API doesn't seem to return the custom URL parameters as part of 
sitelink ad extensions. But it seem to be available on campaign and adgroup 
level. 

TIA

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/70ab5be9-a4c7-47d6-a0f6-adb5455a27e1n%40googlegroups.com.


RE: only available for ENABLED plans, how can I generate historical/forcast metrics by my [test account]

2021-08-23 Thread Google Ads API Forum Advisor
Hi Sanggeun,

Thank you for reaching out to us concerning this issue. I was able to find this 
post that talks about setting up the account in such a way as to allow you to 
access this. On top of that it looks like you will need to switch the account 
to Expert Mode which is one of the requirements to be able to get this enabled.

Regards,

William Pescherine
Google Ads API Team
ref:_00D1U1174p._5004Q2MhogD: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/mHwZ60QYAW6100QqUqTHQHRjW1gWiC_6yitQ%40sfdc.net.


Fwd: Getting very few results

2021-08-23 Thread Shahid Mir


-- Forwarded message -
From: Shahid Mir 
Date: Monday, August 23, 2021 at 8:21:55 PM UTC+5
Subject: Getting very few results
To: AdWords API and Google Ads API Forum 


I am using script to test from 
https://github.com/googleads/google-ads-python/blob/master/examples/planning/generate_keyword_ideas.py

I put location Sacramento, CA "1014208" and keywords "Cars" but it is 
giving me only 9 results. On other side in google keyword planer (website) 
it is giving me thousands of results. Even I added page_size parameter in 
request but result is same 9 results.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/609815b6-d206-420c-909e-b4c8c1735490n%40googlegroups.com.


4 Questions about Google Ads APi

2021-08-23 Thread kentaro fukagawa
(1) About ad extensions
How to set ad extensions via API.
I don't know which API items I should set when I submit an ad, so please 
tell me.
The items we want to set are site link extensions, callout extensions, and 
price extensions.

(2) About setting language
how to set the language when submitting a campaign?
How can I specify the language settings when I submit a campaign?
I would like to set the language to Japanese.

(3) About edit the ad text via api
How can I edit my ad text?
If I try to edit the ad text through the API, I get the following error 
message.
I would like to know how to solve this problem.

```python
ads_client = GoogleAdsClient.load_from_env(version='v8')
operation = ads_client.get_type('AdGroupAdOperation')
ad_group_ad = operation.update
ad_group_ad.resource_name = resource_name
ad_group_ad.ad.responsive_search_ad.headlines.extend([_create_ad_text_asset(text)
 
for text in headlines])
ad_group_ad.ad.responsive_search_ad.descriptions.extend([_create_ad_text_asset(text)
 
for text in descriptions])
ads_client.copy_from(operation.update_mask, 
protobuf_helpers.field_mask(None, operation.update._pb))

Here is the error returned by the API.
message: "Field \'ad.responsive_search_ad.headlines\' cannot be modified by 
\'UPDATE \' operation."
message: "Field \'ad.responsive_search_ad.descriptions\' cannot be modified 
by \'UPDATE \' operation."

4) About getting reports
Is it possible to get the number of views and clicks even for deleted 
campaigns and ad groups?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f77db363-8702-4d14-9e06-828560eaa198n%40googlegroups.com.


Re: Google Ads under Performance Max Feature

2021-08-23 Thread duca...@gmail.com
Thanks Matt.

Just want to follow up here in case we have any progresses on this feature 
request and whether it can be shipped in the new future. Thanks!

On Tuesday, June 29, 2021 at 8:15:58 AM UTC-7 adsapi wrote:

> Hello,
>
> Thank you for sharing your concern. I will include this feedback on the 
> feature request. New features will be announced on the Ads Developer blog 
>  and 
> release 
> notes .
>
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Eoep5: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/50b2c49c-d9a7-4cc9-88ae-eecdf5a1d4ccn%40googlegroups.com.


RE: Google Ads API for Performance Max

2021-08-23 Thread Google Ads API Forum Advisor
Hi Clara,

Thank you for reaching out to us with your question. In looking over this, we 
at the moment do not believe that Google Ads API is able to support this based 
on the knowledge that we have at the moment. If possible, can you link to us 
the documentation that you pulled the screenshot from. Also we would suggest 
checking out this documentation regarding available campaign types.

Also at the same time, I will need to delete the initial post as it shows a 
screenshot of private information.

Regards,

William Pescherine
Google Ads API Team
ref:_00D1U1174p._5004Q2Loql9: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/FW-Kf0QYATJB00OiJ-ttb1RRWjlfLPSf6BsQ%40sfdc.net.


Getting very few results

2021-08-23 Thread Shahid Mir
I am using script to test from 
https://github.com/googleads/google-ads-python/blob/master/examples/planning/generate_keyword_ideas.py

I put location Sacramento, CA "1014208" and keywords "Cars" but it is 
giving me only 9 results. On other side in google keyword planer (website) 
it is giving me thousands of results. Even I added page_size parameter in 
request but result is same 9 results.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e93c857c-c051-4f6b-8231-7078fbba4e2bn%40googlegroups.com.


RE: 使用google-ads-python 如何获取mcc下所有的广告账户

2021-08-23 Thread Google Ads API Forum Advisor
Hi,

This product only officially offers support in English.  It would be best to 
reply in English if you can.  If not, we will try to use Google Translate to 
support you as best as we can.

Please send more details to your concern using 'Reply privately to author' 
option:

API request and response
Account id
User email address

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2MhxNx: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/tjhwd0QYANJK00PVQ14TvWRGGBkThm0srp_A%40sfdc.net.


campaign.selective_optimization.conversion_actions problem

2021-08-23 Thread Daniel
Hey everyone!

I'm having an issue with Google Ads Api v8. I'm trying to get conversion 
for which uac campaign optimizes for( the field from ui - "Which actions 
are most important to you?") but it seems like resource field 
campaign.selective_optimization.conversion_actions returns the field above 
as well( "How do you want to track install volume"). I have only one 
conversion(in-app-action) selected but I receive two. 

if that's normal and api should return 2 fields, how can I filter the one I 
need?

Perhaps, someone could clarify that for me?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/edbea828-7700-4589-bd88-f12873b9891en%40googlegroups.com.


使用google-ads-python 如何获取mcc下所有的广告账户

2021-08-23 Thread 金磊
outh2凭证和其他一些配置我已经都配置好了,使用sdk的时候也不报错误,但就是任何数据都拿不到,请问这是什么问题?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e77c6101-0f34-4db4-89dd-a5f9ebb4b525n%40googlegroups.com.


Re: How can we query ad customizer values via AWQL?

2021-08-23 Thread 'Rado' via AdWords API and Google Ads API Forum
Hi Ernie,

Thanks for taking a look.

I can confirm that the account does have ad customizers which are displayed 
accordingly in live searches. They haven't been submitted manually but via 
API calls, that's why they are not visible in Google Ads UI.

Please let me know if there is a way to query those values via AWQL?

Thank you

Radoslav

On Tuesday, August 17, 2021 at 2:57:29 AM UTC+1 adsapi wrote:

> Hi Radoslav,
>
> Thank you for providing further details to your concern. I work with Mark 
> and let me provide support to your concern.
>
> Please note that the *AD_CUSTOMIZERS_FEED_ITEM_REPORT* provides 
> statistics for feed items used in Ad Customizers 
> . 
> However, when I checked your account, I did not see any feed for ad 
> customizer and this is the possible reason why you are generating an empty 
> report.
>
> Let me know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2LmJJi: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/1db100e7-2c82-4f1b-8b87-c7cd3bdd4d86n%40googlegroups.com.


Re: Audiences

2021-08-23 Thread Javokhir Rakhimov
I don't need report informations, I want to apply audience segmentation to 
the ad group (campaign), like let's say, ad group number 1 for Married, 
Renters, Real estate. This settings can be applied in interface through 
Edit Audience Segments (red rectangle, screenshot provided above), but 
can't find the methods for this in api.

понедельник, 23 августа 2021 г. в 12:26:16 UTC+5, adsapi: 

> Hi Javokhir,
>
> Thank you for reaching out.
>
> Could you confirm if my understanding is correct that you are looking for 
> a report that can allow you to segment audiences based on interests and 
> also retrieve statistics? If yes, then this is currently not supported in 
> the API.
>
> What is currently available are the interest related reports listed below, 
> which currently do not support metrics :
>
> https://developers.google.com/google-ads/api/fields/v8/detailed_demographic
> https://developers.google.com/google-ads/api/fields/v8/user_interest
>
> If my understanding is correct please let me know, and if not, you may 
> also provide the complete use case for this report so that I may create a 
> feature request for what you are looking for.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2LoVaW: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/a7ac35af-1dfb-484d-9ab4-d57b166a861an%40googlegroups.com.


Re: Cannot fetch more AdWords entities from iterator

2021-08-23 Thread Google Ads API Forum Advisor
Hello Elad,

Thanks for getting back to us.

As per checking on the screenshot provided, I can see that you're using the 
Google Ads scripts. That said, we suggest that you raise your Ads Scripts 
related concern to this forum channel instead.

As for your question (Does Ads API (REST) doesn't have this limit on its 
payload?), as discussed on this guide, the Google Ads API enforces limits on 
API operations.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2LoT07: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/TOQwU0QYADDE001cL091NRRTKDVQorn7O4fg%40sfdc.net.


UNEXPECTED_INTERNAL_API_ERROR When Removing And Adding Deleted Youtube Channel Criterion

2021-08-23 Thread Dorian Kind
Hi,

we've encountered a peculiar case where removing and adding the same 
criterion in a batch job reproducibly causes 
an UNEXPECTED_INTERNAL_API_ERROR to occur.

For some background, we have a housekeeping script in use that reads a 
rather large list of Youtube Channels from a spreadsheet and configures 
these channels as account level negatives in all of our Ads accounts. This 
is using the Adwords API.

When one of these channels get removed from Youtube, the following happens:

   - Our syncing logic checks the account's existing YT Channel exclusion 
   criteria
   - The removed channel is still existing, but has its channel ID and 
   channel name set to null
   - As we know that this criterion refers to a removed YT channel, we mark 
   it for removal
   - But at the same time, the YT Channel is still present in the source 
   spreadsheet, so we mark the channel as needing to be added to the account
   - Both entries actually refer to the same YT channel, but we cannot 
   check for that because the channel ID has been removed from the existing 
   criterion
   - We set up a batch job that contains two operations, one to remove the 
   existing criterion and one to create a new one
   - That batch job fails with an UNEXPECTED_INTERNAL_API_ERROR


I'm wondering how we can better handle this. The crux really lies in the 
fact that once a YT channel is deleted, the corresponding criterion on the 
Ads side no longer is identifiable because its channelId and channelName 
fields are both null. Any thoughts?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5382b875-b5c8-4e6f-bb21-7f57e88d1c7bn%40googlegroups.com.


What's the meaning of the impact of Recommendation

2021-08-23 Thread 崔仁杰
Hello, 
Can you please let me know what's the meaning of the impact of a 
recommendation? Can I estimate the performance by using potentialMetrics - 
baseMetrics? And the ResponsiveSearchAdRecommendation only has a 
baseMetrics in the impact field, does it means that if I apply this 
recommendation, the new ResponsiveSearchAd might achieve the baseMetrics?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5d4d4bcd-9b76-418e-a371-36f847fe7a6an%40googlegroups.com.


RE: Which API to use to identify if campaign lies under Housing, employment, and credit

2021-08-23 Thread Google Ads API Forum Advisor
Hi Anurag,

Thank you for reaching out.

Could you confirm whether these classifications "Housing,employment or Credit" 
are available as well in the Google Ads UI? If yes, could you share the 
screenshot so that our team can verify if this is also available via the 
AdWords or Google Ads API?

You may opt to share the complete screenshot via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2LoW71: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/1Hb7x0QYAA5J00iYNzHU5pSmWARW6k5MSY8g%40sfdc.net.


Forecast Metrics based on Daily budget

2021-08-23 Thread Aromal S
Hi,
I have gone through the following documentation for generating forecast 
metrics for a campaign based on location,  start date and end date.

https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics#generate_the_metrics
 

Is there a way to include the *daily budget* as an input parameter like in 
the UI? 

[image: Screenshot 2021-08-23 133317.jpg]

Kindly help. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5d349dcd-f410-466d-801d-0afba69680bcn%40googlegroups.com.


RE: Audiences

2021-08-23 Thread Google Ads API Forum Advisor
Hi Javokhir,

Thank you for reaching out.

Could you confirm if my understanding is correct that you are looking for a 
report that can allow you to segment audiences based on interests and also 
retrieve statistics? If yes, then this is currently not supported in the API.

What is currently available are the interest related reports listed below, 
which currently do not support metrics :

https://developers.google.com/google-ads/api/fields/v8/detailed_demographic
https://developers.google.com/google-ads/api/fields/v8/user_interest

If my understanding is correct please let me know, and if not, you may also 
provide the complete use case for this report so that I may create a feature 
request for what you are looking for.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2LoVaW: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/V1p7y0QYA7BA00yzyqX4-OQ4W_BbA6M8Uemg%40sfdc.net.