Re: Getting Error "class HttpTransport has no attribute '_HttpTransport__get_request_url'"

2017-04-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi Ethan,

I'm a teammate of Peter and I'm here to assist you with your concern. 

First off, do you still get the error specified? If yes and if you think 
you have followed correctly the setup guide 
 referenced by my 
colleague earlier, then as suggested earlier, it would be best to double 
check with the Python client library team 
 as the error 
seems to be more Python client library setup specific than with the AdWords 
API.

Thanks and regards,
Ivan
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/efbd4c51-09af-469e-81f8-f2a1b47efb45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GMB Extensions, can't use personal account?

2017-04-26 Thread JC Lee
I have replied privately with the details you asked for.

Unfortunately, I haven't gotten a reply about the personal account id from 
GMB forum.

On Wednesday, 26 April 2017 19:27:32 UTC+8, Ivan Bautista wrote:
>
> Hi JC,
>
> With regards to retrieving your personal account id, it would be best to 
> confirm with the GMB team 
>  as we only 
> handle the AdWords API part of the integration.
>
> As for the InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
> ,
>  
> this could sometimes be triggered by a temporary server-side issue. Could 
> you retry running the service again and see if the error persists?
>
> Also, to help us investigate further, could you reply to us privately 
> (using *reply privately to author* option) with your SOAP request and 
> response?
>
> Regards,
> Ivan
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/039792e1-0969-43d6-a925-665c9c509737%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Assigning an AdCustomizer row to multiple AdGroups

2017-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

You can use the same Ad customizer feed in different AdGroups. If you would 
like to use the adGroupTargeting 

 
attribute of a FeedItem to restrict the feed item to only a specific ad 
group, you can specify a single ad group only. Please see this guide 

 
for more details on using an Ad customizer feed in an Ad. The 
AddAdCustomizer 

 
Java example shows how to create FeedItems with the adGroupTargeting 
attribute set to different ad group Ids and then create expanded text ads 
that use ad customizers for the specified ad group Ids. When these Ads 
serve, they will show different values, since they match different feed 
items. Example code in other languages is available here 
. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4d927f28-6f0c-42b9-b157-eb4a997650a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Rollover unspent budget

2017-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

You can calculate the remaining budget available in your account budget and 
create a new budget for the next month and use this unspent amount when 
setting the spendingLimit 
.
 
You can also update your existing BudgetOrder with the new spendingLimit 
and endDateTime values as described here 

. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ff57fde-42ac-4880-b8e0-07d06e370ee3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Demographical report (AgeRanges + Gender)

2017-04-26 Thread adamos . loizou
Thank you Sreelakshmi

On Tuesday, April 25, 2017 at 7:44:15 PM UTC+1, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Adamos 
>
> Thanks for your feedback. I will let the team know about your request. You 
> could follow our blog 
>  for 
> updates and announcements related to the API. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/620556e4-e019-4ee6-8e5d-975ba72af9b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Assigning an AdCustomizer row to multiple AdGroups

2017-04-26 Thread Paris Theofanidis
Hi,

Is it possible to assign the same AdCustomizer feedItem (row) to multiple 
AdGroups across multiple campaigns?

Reasoning:
We have multiple campaigns for different purposes. These campaigns have 
AdGroups with the same name (same product identifier) but different content 
(textads, sitelinks, keywords, etc).
We would like to use 1 row of Customizers per product (across all 
campaigns). That means we would like to associate 1 feed row of 
AdCustomizers to multiple AdGroups each belonging to different campaign.
Is this possible or we have to manage multiple rows (with the exact same 
values) to target all AdGroups individually?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cc2bd784-c6b7-433d-91de-6b27bcf7acec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Rollover unspent budget

2017-04-26 Thread ksanchezc
Hi. I wonder if there is a way to rollover the unspent monthly budget to 
the next month with the Adwords API. If so please help me with that issue.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d49767c3-2688-4993-b57b-96b9145ba6d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to use adwords API from postman

2017-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jose, 

This guide 

 provides 
an example SOAP request and response. You can use this as a reference and 
construct the SOAP request in Postman. You'll need to provide the access 
token in the authorization header and provide the SOAP XML in the request 
body. 

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/95f159de-027d-41b3-87d8-5bb15686c521%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I get custom interest-like audience data through the API?

2017-04-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

You can target Interest categories by adding a CriterionUserInterest 

 
criteria using a fixed set of user interest category IDs (In-market 
 
| Affinity 
). 
Please note Custom affinity audience is not yet supported in AdWords API 
services. You can use CRITERIA_PERFORMANCE_REPORT 

 
to retrieve Custom affinity audiences. 

Regards,
Shwetha, AdWords API Team. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d163eb75-4868-4821-8b3e-eceb77ee1ea5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting Error "class HttpTransport has no attribute '_HttpTransport__get_request_url'"

2017-04-26 Thread Ethan Zien
Hey Peter, thanks for the response! I did follow those steps though it is 
possible I had a miss step along the way, Though I am able to 
use adwords_client.SetClientCustomerId without a problem so I would think I 
have it set up correctly.

On Sunday, April 16, 2017 at 10:34:28 PM UTC-4, Peter Oliquino wrote:
>
> Hi Ethan,
>
> Could you confirm if you have followed the setup guide for the Python 
> client library as described here 
> ? If yes, and you are 
> still encountering issues, you may reach out to the Python client library 
> owners via this link 
> .
>
> Thanks and regards,
> Peter
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c8a4d92a-4a9d-44ce-829e-d4f8025e747b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords Script stopped working

2017-04-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Guy, 

On this forum, we support queries related to AdWords API. Since your 
question is related to the AdWords Scripts, could you please post your 
question on the AdWords Scripts Forum 

?

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e0a290a2-085c-438e-b57d-18f9c9b13a4a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to use adwords API from postman

2017-04-26 Thread Jose Yeste


I am trying to call the adwords API from postman, but I can not find any URL or 
call to do it through postman.
Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/17fc7253-42e9-45e6-84f5-ae9f8a4aba6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How do I get custom interest-like audience data through the API?

2017-04-26 Thread kakashen5



Like this 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8588c47c-6a09-4dfc-b13f-cc5dbffb3c85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How do I customize the interest to similar audiences through the API

2017-04-26 Thread kakashen5



 like 
this

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4bf2efc3-7967-49a7-864c-0b790eecdde9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Create campaign - adwords script - doesnt create the campaign

2017-04-26 Thread Ersin Uslu
there is no error on code. 
Problem is in the adwords page, The adwords page doesnt refresh the all 
campaigns after script runned.

1) I run the code.
2) Then I click the Google Adwords Logo.
3) New campaign is created and it can be seen there.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5deec2b7-68ec-4a5a-a44f-ba66740f33a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GMB Extensions, can't use personal account?

2017-04-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC,

With regards to retrieving your personal account id, it would be best to 
confirm with the GMB team 
 as we only 
handle the AdWords API part of the integration.

As for the InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
,
 
this could sometimes be triggered by a temporary server-side issue. Could 
you retry running the service again and see if the error persists?

Also, to help us investigate further, could you reply to us privately 
(using *reply privately to author* option) with your SOAP request and 
response?

Regards,
Ivan
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/71713f07-72ff-4c4d-9245-f121eb856950%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Clone a campaign using only API

2017-04-26 Thread Zweitze
I think an exact duplicate campaign is rather useless, but who am I to 
judge. So, may I ask why you want to do this?

Some ideas I can come up with:

   - You want to change a few settings in the cloned campaign and compare 
   the results. In that case, look at Campaign Drafts and Experiments 
   

   .
   - You want to consolidate the campaigns of multiple accounts (say 8, 30 
   or 200 accounts) into one master account. You should contact your Google 
   representative.
   - You want to create a snapshot every week or so, for backup purposes. 
   Try the AdWords product forum to see what others think. Note: if you want 
   the snapshot in the same account, again you can consider Campaign Drafts 
   and Experiments
   
Also note that some things are downright impossible. For instance you 
cannot create a video campaign, so you can't clone one either.

Anyway, maybe it helps if you can offer the bigger picture.


On Monday, April 24, 2017 at 6:05:45 PM UTC+2, Emanuele Bragagnolo wrote:
>
> Hi
>
> I am implementing a feature to clone a whole AdWords campaign using only 
> the API. Basically I want the same behavior of the CTRL+C and CTRL+V that 
> is available in the AdWords UI
>
> with a deep copy of the campaign and of all the AdGroups contained in it.
>
> I've found this old thread 
> https://groups.google.com/forum/#!topic/adwords-api/rErEluYfpAQ, but it's 
> not indicated a clear solution for this use case
>
> My approach is to get a campaign using the CampaignService.get and then 
> create a new campaign using the response as template and modifying only few 
> fields
>
> Because I want to clone the whole campaign the response should contain all 
> the data: where can I find a complete list of fields to include in the 
> selector of the request?
>
> I am using this documentation 
> https://developers.google.com/adwords/api/docs/reference/v201702/CampaignService
>  
>
>
> but it's is not straightforward to include the fields for the nested 
> objects
>
> For the moment I have some problems because I cannot get the AdGroups list 
> in the response
>
> Best regards, Emanuele
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6969fffa-7002-4928-b06f-fb798e9e2485%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GMB Extensions, can't use personal account?

2017-04-26 Thread JC Lee
Thank you. I missed that.

The personal account id does not appear in the GMB URL. Do you know a way 
to access it other than GMB API?

Also I am getting, [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]
 
when attempting to execute a ADD feed operation for my location feed. How 
do I go about debugging this?

On Wednesday, 26 April 2017 15:35:11 UTC+8, Ivan Bautista wrote:
>
> Hi JC,
>
> As per documentation 
> ,
>  
> there is no specific restriction for the GMB account you can link to but we 
> recommend that you use business accounts rather than personal ones for 
> linking to avoid sharing your personal account details.
>
> Let me know if this helps.
>
> Regards,
> Ivan 
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/29e102cf-a3d6-47b9-829d-bee5adddbc34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords Script stopped working

2017-04-26 Thread guy
Hi,
we have an AdWords script installed in our accounts under a certain MCC 
that send information about phone calls to CallTrackingMetrics.
For some reason, in some of our accounts, the script stopped working on 
April 19th at around 18:00.
Does anyone know the cause of it or what might have caused it?
Thanks,
Guy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7bda57f5-c6f4-461e-bbae-34d7db12f78e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Shopping Performance Report returns same product twice

2017-04-26 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Marc,

I totally understand what you said but it's not supported by the current 
version of SHOPPING_PERFORMANCE_REPORT.
I'll give your feedback as a feature request to engineering.

Best,
Thanet, AdWords API Team

On Tuesday, April 25, 2017 at 11:07:45 PM UTC+9, Firma Lemundo wrote:
>
> Hi Thanet,
>
> CategoryL5 is just one example, this seems to be happening for almost all 
> product related attributes.
>
> I guess the intended functionality is to show that a product changed at 
> some point in time, but this is very misguiding as I would not expect to 
> get the same product twice (it has the same OfferId...) without the 
> information at what point it was changed or what time range we are talking 
> about.
>
> This might be a case where it would be useful to have a parameter to set, 
> something like "showProductChanges = true/false".
>
> At the very least, there should be a possibility to distinguish at what 
> point in time the product changed, so for example:
>
> OfferId CategoryL2  DateRange
> 123  Clothing/Pants 03/14 - 03/18
> 123  Clothing/Shorts03/18 - 03/29
>
> In that case, I could at least detect which entry is the most recent one 
> (Clothing/Shorts) and use that one, but getting the results as is the case 
> now is like this:
>
> OfferId CategoryL2
> 123  Clothing/Pants
> 123  Clothing/Shorts  
>
> and I do not know whether the product with OfferId 123 is in CategoryL2 
> Clothing/Pants or Clothing/Shorts RIGHT NOW.
>
> Thanks
> Marc
>
> Am Montag, 24. April 2017 19:07:03 UTC+2 schrieb Thanet Knack 
> Praneenararat (AdWords API Team):
>>
>> Hello Marc,
>>
>> Sorry for the delay. It looks like this works as intended--all data of 
>> CategoryL5 is returned in SHOPPING_PERFORMANCE_REPORT.
>> I'm still asking if there are other workarounds for this.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Monday, April 24, 2017 at 4:01:49 PM UTC+9, Marc P wrote:
>>>
>>> Hi Thanet,
>>>
>>> any update on this topic?
>>>
>>> Thanks
>>> Marc
>>>
>>> On Wednesday, April 5, 2017 at 9:27:17 AM UTC+2, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hi Marc,

 Thanks very much for reporting.
 Your previous example then shows that *CategoryL5* really behaves like 
 a segment.
 If it's a key column, even if you don't request for it, there should be 
 two rows returned.
 I'll talk with engineering to see how we fix this.

 As for your other questions:

> 1) How do I know what are the "key fields" in a report?

 Unfortunately, it's not quite obvious from the field itself. But we try 
 to document it in the summary description in the beginning of each report 
 type page.

 2) You wrote "Have a look at OfferId and CategoryL5, you can tell that 
> those two rows are different" - you mean combined, correct? Because the 
> OfferId here is the same

 Yes, combined. It's like you have a composite key in relational 
 databases. Only one key can't tell uniqueness of a row. We have to use 
 them 
 together to tell uniqueness.

 I find this confusing and would expect to get just one row with the 
> product and with CategoryL5 set to the most recent value for that 
> product...

 I've passed this feedback to engineering too.
 For now, would using date range help you? Or does it always return two 
 rows for any kinds of date ranges? 

 Best,
 Thanet, AdWords API Team

 On Wednesday, April 5, 2017 at 4:16:32 PM UTC+9, Marc P wrote:
>
> Hi Thanet,
>
> thank you for your help. Two more questions to clarify:
>
> 1) How do I know what are the "key fields" in a report?
> 2) You wrote "Have a look at OfferId and CategoryL5, you can tell that 
> those two rows are different" - you mean combined, correct? Because the 
> OfferId here is the same
>
> My point is this: I want to get the current information of the 
> product, however I get two rows for the same OfferId and it is different 
> only on CategoryL5 - thus I do not know which value of CategoryL5 is 
> current and which one is old / legacy.
>
> This only happens when the product was changed on CategoryL5 - it is 
> the same product (same OfferId). It appears twice only because it was 
> changed at some point in time.
>
> I find this confusing and would expect to get just one row with the 
> product and with CategoryL5 set to the most recent value for that 
> product...
>
> Thank you again
> Marc
>
> On Thursday, March 30, 2017 at 6:06:33 PM UTC+2, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hi Marc,
>>
>> It's true that they're not the segment field, but it's a *key* column 
>> in this report type.
>> The key columns are what you need to include in order to tell the 
>> uniqueness of the report row.
>> For ins

Re: GMB Extensions, can't use personal account?

2017-04-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi JC,

As per documentation 
,
 
there is no specific restriction for the GMB account you can link to but we 
recommend that you use business accounts rather than personal ones for 
linking to avoid sharing your personal account details.

Let me know if this helps.

Regards,
Ivan 
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8c9c407e-9e10-43ad-ac31-e0a396a29866%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google AdWords API: Test Account AccountManagement/CreateAccount Error

2017-04-26 Thread 'Ivan Bautista' via AdWords API Forum
Hi Harry,

The ManagedCustomerServiceError.NOT_AUTHORIZED 

 means 
that the clientCustomerId set is not authorized to perform the request. 
Could you check if the clientCustomerId set is an MCC account when running 
the ADD operation for ManagedCustomerService 
?
 
You should be able to perform the request even if via a test MCC account.

For us to be able to investigate further, could you reply to us privately 
(using *reply privately to author *option) the SOAP request and response 
captured when error was encountered?

Regards,
Ivan
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/86f8f2ef-e2f0-47f5-b502-bfbdb02632ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.