RE: How to asign labels to an Expanded Text Ad and add final URL through Google Ads API

2021-05-03 Thread Google Ads API Forum Advisor Prod
Hi Steven,

Thank you for posting your concern. Allow me to provide support to your concern.

As for creating expanding text ads, you may refer to this sample code. With 
regard to concern about adding label to ads, I am afraid that there is 
currently no sample code or implementation for this. However, let me discuss 
how to assign label on ads based on this document. To assign labels to an ad, 
you may pass one or more AdGroupAdLabelOperation to 
AdGroupAdLabelService.MutateAdGroupAdLabels. Each AdGroupAdLabelOperation 
includes an AdGroupAdLabel instance, which contains:

label - The ID of a label.
{ad_group_id} - The ad group ID where ad belong
{ad_id} - Ad ID where label will be assigned

You will need to create a AdGroupAdLabel instance for each label/ad pair, wrap 
it in a AdGroupAdLabelOperation with the create operation, and send it to 
AdGroupAdLabelService.MutateAdGroupAdLabels.

Hope this will help. Let me know if you have further questions.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2GJJyB: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/MyNNd0QSITA600ULf1eXIOTTeBw-xGGKYTpA%40sfdc.net.


RE: ModuleNotFoundError on Google Ads API

2021-05-03 Thread Google Ads API Forum Advisor Prod
Hi Sam,

Thank you for posting your concern.

Our team can only provide support to Google Ads API and AdWords API related 
concerns. Since your issue is Python client library related, then I am afraid 
that I wouldn't be able to provide support as this is outside of our scope 
already. With this, I would suggest reaching out to the author of the Python 
client library instead via this link as they are more equipped to provide 
support to this issue.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2GJKmL: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/IEKM10QSIUXN00RK9SLDOZQ5O8TxSBZ1kD2w%40sfdc.net.


ValueError: A required field in the configuration data was not found. The required fields are: ('developer_token',)

2021-05-03 Thread Sam


I'm trying to run the keyword stats report (file found here: 
https://github.com/googleads/google-ads-python/blob/master/examples/reporting/get_keyword_stats.py)
 
via the Google Ads API. I have the googleads.yaml file setup already. But 
when I run the report, I'm getting an error that says: ValueError: A 
required field in the configuration data was not found. The required fields 
are: ('developer_token',)

I have all the required fields in my googleads.yaml file. Please see 
screenshot below for reference. What could have gone wrong in my code? Why 
is it not reading the 'developer_token' I have in the googleads.yaml file?

[image: Screen Shot 2021-05-03 at 3.50.17 PM.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/b0914243-2c16-4d50-a3d2-c31903973e3cn%40googlegroups.com.


Re: Content Exclusion On Account Level Not On Campaing

2021-05-03 Thread Yair Weil
Hi Anthony,

Do you know if there is a plan allow account level content exclusions via 
API in the future, or if there is another way to effectively exclude 
placements from 'Smart Campaigns' via API?

Cheers,
Yair

On Thursday, 15 April 2021 at 20:52:35 UTC+3 adsapiforumadvisor wrote:

> Hi Sinea,
>
> Unfortunately, account level content exclusion is not available in the 
> API. You can use the CampaignCriterionService 
> 
>  with 
> the criterion as content_label 
> 
>  
> to get campaign level content exclusions.
>
> Regards,
> Anthony
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2FYiAv: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/1c7f62a5-87ba-4599-80e0-7ea9cd0db01en%40googlegroups.com.


Campaign age & gender breakdowns

2021-05-03 Thread Yoav Melamed
Hi,

I'm trying to get an age and gender breakdowns (not mixed) for my campaigns.
I tried the age_range_view for age and the gender_view for gender but the 
results are not so clear to me. Am I missing any segment or other parameter 
in my query?

I want to segment my campaign to Male, Female & Unknown.
In addition, I want to segment my campaign to age groups e.g. 18-24, 25-34 
etc.

Thank you for your help,

Yoav

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/49dc3978-1d2b-40f8-9b0c-fd3145676f11n%40googlegroups.com.


Re: Ads Api Aggregate on "Implicit segmentation"

2021-05-03 Thread Boris DETRY
Thank you for your answer.

I undestand about default fields that are always returned.

Please have a look at the link Here 
,
 
I want this two "google photos" search term rows aggregated in one single 
row. It's possible?

thank you

On Monday, May 3, 2021 at 5:57:15 AM UTC+2 adsapiforumadvisor wrote:

> Hello Boris,
>
> Thank you for reaching out to us.
>
> With regard to your observation regarding Implicit segmentation, yes 
> you're correct. As per our documentation 
> ,
>  
> every report is initially segmented by the resource specified in the FROM 
> clause.
>
> As for your question if there is any clean way to aggregate this results 
> from the request query, we suggest that you read through this guide 
> 
>  as 
> there are default fields for any Attributed Resources.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2GIvfs: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/6a30eca7-9e36-40d6-9a43-b061c73bd20dn%40googlegroups.com.


Re: Content Exclusion On Account Level Not On Campaing

2021-05-03 Thread Google Ads API Forum Advisor Prod
Hi Yair,

I cannot say when this feature will get added to the API. However, you can 
follow our blog to get updates and announcements.

Cheers,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q2FYiAv: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/uX7Gg0QSJ9GQ00Y3rddUgTSkCpHJscuLMx3A%40sfdc.net.


Re: BID_GOAL_PERFORMANCE_REPORT: Field "type" can have "--" ?!

2021-05-03 Thread Google Ads API Forum Advisor Prod
Hi Zweitze,

Following up to let you know that Bid Strategy IDs are only guaranteed to be 
unique at the customer level. So globally two bidding strategies may share an 
ID, but a single Customer cannot have two bidding strategies with the same ID.

Hope that helps!

Best,
Ben, Google Ads API Team
ref:_00D1U1174p._5001UZXK9s: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/1cyoW0QSJBU700ejhc_0EQRZS3f2jTBgf6Ng%40sfdc.net.


Re: Change History Data Mismatched with UI

2021-05-03 Thread cv
Hi,

I can see that the data is not matching with UI for Google Ads API.

The UI has only One change which is Account Changes on 30Apeil2021
But Google Ads API is returing 2 changes
one is for AD_GROUP_AD and other is for CAMPAIGN
How could I explain to end user as this is mismatched.

Thanks,



On Thursday, 10 September 2020 at 10:09:00 UTC+5:30 cv wrote:

> Yes, I did. 
> Also I get replies from Anansh stating this.
> "*This is one of the campaigns you were requesting change details for in 
> the logs you shared. This one seems to be a smart campaign, so the UI 
> doesn't show any changes for it, but the API seems to return changes for 
> it. That seems to be the root of the mismatch between the number of changes 
> returned by the API and the UI. I'll try to confirm this with the change 
> history team.*"
>
>
> On Thu, Sep 10, 2020 at 12:36 AM Google Ads API Forum Advisor Prod <
> adsapifor...@gmail.com> wrote:
>
>> Hi Chirag,
>>
>> I wanted to check in with you if you've sent the email?
>>
>> Thank you,
>>
>> [image: Google Logo] 
>> Bryan Li 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q23HSeX: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/a562abec-6954-4631-b9ef-8b608dadbeaan%40googlegroups.com.


Re: Ads Api Aggregate on "Implicit segmentation"

2021-05-03 Thread Google Ads API Forum Advisor Prod
Hi Boris,

Unfortunately, this is not possible. Search terms are structured by its 
resource name, which includes the ad group id and the search term id.

Regards,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q2GIvfs: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/YQX720QSJF4Z00bK7I_5XWRwecH6QQxLbChw%40sfdc.net.


RE: ValueError: A required field in the configuration data was not found. The required fields a('developer_token',)

2021-05-03 Thread Google Ads API Forum Advisor Prod
Hi Sam,

Thank you for reaching out. Could you please share the complete request and 
response logs along with the googleads.yaml file via the Reply privately to 
author option for us to further investigate?

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2GJPVT: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/g2X_h0QSJF8Q00YVyrnLtqQBWbtPrLyOcFmw%40sfdc.net.


Is there an endpoint used to get all customer ids under an account?

2021-05-03 Thread Zhisheng Zhou
Hi. 
Currently I am the below endpoint to retrieve reports from Google Ads API:

https://googleads.googleapis.com/v6/customers/{*customer id*
}/googleAds:search

As you can see, I have to specify the customer id.
The thing is that there are new customer ids added to my account from time 
to time.
So I need to change my codes every time there is a new customer id.

It will be great if there is an endpoint which I can used to get all 
customer ids under my account.

Best,

Sam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c7528726-7964-4e3b-b8ef-ecc6e0d8bc3en%40googlegroups.com.


GenerateKeywordIdeas parameter constants issue?

2021-05-03 Thread Stephen Barrett
Hello,

Currently working on GenerateKeywordIdeas and using the example. I have 
added the customerId, LocationId, languageId and keywordTexts within each 
private constant, but I am getting the following error. I successfully used 
the example on the command line, so what am I doing wrong, since the 
instructions in the example said I can insert them in the constants above?

Usage: /luck/google-ads-php/examples/Planning/GenerateKeywordIdeas.php 
[options] [operands]
Options: -h, --help Show this help and quit 
--customerId The customer ID without dashes --locationIds The list of 
location IDs --languageId The language ID --keywordTexts The list of 
keyword texts --pageUrl [] The page URL

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4b91f46b-49bf-4491-94e7-616892f40499n%40googlegroups.com.


Applying Exclusion Lists to Instant-Reserve

2021-05-03 Thread Robert Knopfler
Hi-

We are attempting to apply multiple Exclusion Lists to an Ad Group running 
on Instant Reserve. This feature should work, but we're getting an error 
when saving "Read Only" - how do we get around this? 

Note: we can manually exclude the same placements one by one, but it is 
cumbersome and using Lists is much more optimal

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e9cdb1d0-61ac-4efc-9a87-300c20168174n%40googlegroups.com.


RE: Applying Exclusion Lists to Instant-Reserve

2021-05-03 Thread Google Ads API Forum Advisor Prod
Hi Robert,

Thank you for posting your concern.

To take a closer look at the issue, could you provide the following details to 
investigate?

Customer ID
Please clarify if you are using Google Ads API or AdWords API when you 
encountered the issue
If the issue is encountered in AdWords API, you can provide the complete SOAP 
request and response logs generated on your end where we can see the issue
If Google Ads API, please provide the request and response logs with request ID 
instead
Name and ID of the excluded placement list involve on this issue


You can provide the requested information via Reply privately to author option.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2GJejl: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/pu-el0QSK6KV001CJ557oXTyuxkkXp_2aSIQ%40sfdc.net.


Re: Change History Data Mismatched with UI

2021-05-03 Thread Google Ads API Forum Advisor Prod
Hi,

So our team can have a closer look, could you share your customer ID and the 
complete Change History screenshot of the said account?

In addition, could you also share the complete request and response logs, with 
the request-id, of your API call? You may send the requested details using the 
Reply privately to author option.

Best regards,

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


RE: GenerateKeywordIdeas parameter constants issue?

2021-05-03 Thread Google Ads API Forum Advisor Prod
Hi Stephen,

Thank you for reaching out to our API support team.

So our team can further investigate the issue you are encountering, could you 
share the complete request and response logs, with the request-id? If you 
haven't yet, you may enable logging by referring to this guide for PHP.

Once enabled, you may retry your request and send to me the generated logs. You 
may send the requested details using the Reply privately to author option.

Best regards,

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


Regarding AdWords and Google Ads API

2021-05-03 Thread jellyfish...@gmail.com
Hello there,

Currently we are using AdWords API. As per my understanding Google Ads API 
is the latest version now.

Should we migrate to Google Ads API? Is there any specific timeline for 
this?

What if do not migrate to Google Ads API and keep using AdWords API, will 
it impact application in any way ? If yes, How?

Is there any timeline till which AdWords API will be available and will not 
need migration?
Currently Google Ads API is in Beta version, so is it stable to use for 
General public and does it offer same rate limits ?

What are the additional benefits that Google Ads API offer?

Request you to make us clear about what is the best to use AdWords or 
Google Ads API, and what is the difference between them?

Thanks.
Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e7b11bd6-6f63-4d00-9f57-7e45502d6738n%40googlegroups.com.


Only able to turn settings on, but not off with the Ads API

2021-05-03 Thread Stefan Dieters

g'morning!
I was wondering if i'm am running into a bug, or if i'm missing something 
obvious. It seems that some settings like manual_cpc->enhanced_cpc_enabled, 
and all 4 network_settings (targets) can only be turned on using the Ads 
API, but not turned off. I even double checked this by manually turning 
these settings off using the Ads interface, and turning them on again using 
my application.

Can someone shed me some light onto this?
Thanks in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9b893835-9bba-4215-88d1-d30de6ed9c45n%40googlegroups.com.