Re: Location Criteria seems to be useless in TrafficEstimatorService?

2017-09-29 Thread Joshua Kozlowski
I believe we found the issue. Looks like the boilerplate example does not 
properly set the criteria. You can only make one setCriteria call. When we 
changed the criteria setting to one single call, the location information 
was included in the request.

$campaignEstimateRequest->setCriteria([$english, $unitedStates]);

On Thursday, September 28, 2017 at 11:03:37 AM UTC-10, Joshua Kozlowski 
wrote:
>
> Hi, it seems like the location isn't being accounted for when estimating 
> traffic.
>
>
> I've been testing this code, 
> https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201708/Optimization/EstimateKeywordTraffic.php,
>  
> exactly (apart from changing the location id and echo'ing it out and using 
> my own ini file).
>
>
>
>   | location id: 2840 (USA)
> -- | --
>   |  
>   | Results for the platform with ID 3 and name 'Desktop':
>   | Estimated average CPC: 805686.00
>   | Estimated ad position: 4.47
>   | Estimated daily clicks: 151.93
>   | Estimated daily cost: 121466368.00
>   |  
>   | Results for the platform with ID 30001 and name 'Mobile':
>   | Estimated average CPC: 687972.00
>   | Estimated ad position: 3.29
>   | Estimated daily clicks: 607.32
>   | Estimated daily cost: 414612608.00
>   |  
>   | Results for the platform with ID 30002 and name 'Tablet':
>   | Estimated average CPC: 805338.00
>   | Estimated ad position: 3.84
>   | Estimated daily clicks: 116.32
>   | Estimated daily cost: 92955896.00
>   |  
>   | Results for the keyword with text 'mars cruise' and match type 'BROAD':
>   | Estimated average CPC: 315898.00
>   | Estimated ad position: 1.06
>   | Estimated daily clicks: 0.02
>   | Estimated daily cost: 5694.00
>   |  
>   | Results for the keyword with text 'cheap cruise' and match type 'PHRASE':
>   | Estimated average CPC: 736021.00
>   | Estimated ad position: 4.27
>   | Estimated daily clicks: 158.41
>   | Estimated daily cost: 115699104.00
>   |  
>   | Results for the keyword with text 'cruise' and match type 'EXACT':
>   | Estimated average CPC: 721342.00
>   | Estimated ad position: 3.62
>   | Estimated daily clicks: 717.14
>   | Estimated daily cost: 513330080.00
>
>
> location id: 1014485 (Denver)
> --
>   |  
>   | Results for the platform with ID 3 and name 'Desktop':
>   | Estimated average CPC: 805896.00
>   | Estimated ad position: 4.46
>   | Estimated daily clicks: 153.78
>   | Estimated daily cost: 122980812.00
>   |  
>   | Results for the platform with ID 30001 and name 'Mobile':
>   | Estimated average CPC: 689388.00
>   | Estimated ad position: 3.27
>   | Estimated daily clicks: 610.89
>   | Estimated daily cost: 417908704.00
>   |  
>   | Results for the platform with ID 30002 and name 'Tablet':
>   | Estimated average CPC: 806074.00
>   | Estimated ad position: 3.82
>   | Estimated daily clicks: 117.41
>   | Estimated daily cost: 93914592.00
>   |  
>   | Results for the keyword with text 'mars cruise' and match type 'BROAD':
>   | Estimated average CPC: 315900.00
>   | Estimated ad position: 1.06
>   | Estimated daily clicks: 0.02
>   | Estimated daily cost: 5739.00
>   |  
>   | Results for the keyword with text 'cheap cruise' and match type 'PHRASE':
>   | Estimated average CPC: 738061.00
>   | Estimated ad position: 4.25
>   | Estimated daily clicks: 160.06
>   | Estimated daily cost: 117224744.00
>   |  
>   | Results for the keyword with text 'cruise' and match type 'EXACT':
>   | Estimated average CPC: 722398.00
>   | Estimated ad position: 3.61
>   | Estimated daily clicks: 722.01
>   | Estimated daily cost: 517573632.00
>
>
> Notice, for example, that the "Estimated daily clicks" for "EXACT" 
> "cruise" is 717.14 for the USA and 722.01 for Denver. Shouldn't the numbers 
> vary more than that?
>
>
> Any ideas?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/146f6b0b-77b3-45d6-908d-c204871b69cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can i set cross-device conversions on account

2017-09-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mihir, 

You can use the CustomerService 

 to 
set the attribute optimizeOnEstimatedConversions 

 to 
true for enabling the cross-device conversions on a given account. 

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/b07b76b5-a1cc-45c5-aeda-f5da4c000834%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: "People in my targeted location" in API

2017-09-29 Thread 'Tim Tsai' via AdWords API Forum
Great thank you Shwetha!


-Tim

On Friday, 29 September 2017 14:56:09 UTC-4, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi Tim, 
>
> You need to update the GeoTargetTypeSetting 
> 
>  of 
> your campaign as shown here 
> 
>  to 
> change "Location Options (Advanced)". To retrieve the GeoTargetTypeSetting, 
> you need to include "Settings" in the selector when you perform 
> CampaignService.get() 
> .
>  
> To select "People in my targeted location", you need to set 
> GeoTargetTypeSetting.PositiveGeoTargetType 
> 
>  to LOCATION_OF_PRESENCE. 
>
> Regards,
> Shwetha, AdWords API Team.
>

-- 
Please note our email domain has changed to @essenceglobal.com
---
essenceglobal.com 
Facebook  • Twitter 
 • YouTube 
 • Instagram 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f5018a36-8a44-475a-947b-45c8c2cde432%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problems to add Video Ad from API

2017-09-29 Thread 'Jude Amagoh' via AdWords API Forum
Hi Estevo, 

Video campaigns are not supported in AdWords API services at the moment. 
They are supported only in API reports 
. Please 
keep an eye on the Google Ads Developer blog 
 for any 
updates or announcements about this feature.

Regards,
Jude, 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/ab534c5c-4f77-47db-a9ce-afa0cd95b3f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: "People in my targeted location" in API

2017-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tim, 

You need to update the GeoTargetTypeSetting 

 of 
your campaign as shown here 

 to 
change "Location Options (Advanced)". To retrieve the GeoTargetTypeSetting, 
you need to include "Settings" in the selector when you perform 
CampaignService.get() 
.
 
To select "People in my targeted location", you need to set 
GeoTargetTypeSetting.PositiveGeoTargetType 

 to LOCATION_OF_PRESENCE. 

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/b16f77ce-f002-4a12-922e-2fc43b011e63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: about the date range of ReportDefinition

2017-09-29 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

If you're using the Campaign Criteria Report 

 to 
retrieve the campaign-level criteria, please note that dateRange is not 
supported for this report type. If you're using any other report types, 
could you elaborate on what you are looking for? If available, please 
provide the complete report definition along with the clientCustomerId so 
we can take a look. Please use *Reply privately to author *option while 
responding.

Thanks,
Bharani, AdWords API Team

On Friday, September 29, 2017 at 5:34:42 AM UTC-4, mj...@adwitt.com wrote:
>
> Hi.
> I am wondering about the campaign criteria that are viewed by the date 
> range of ReportDefinition
> Because we developed using date range api, 
> but the list of campaigns that are not included in the period of the 
> calendar is viewed.
>
> I am looking forward to your response.
> thanks.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4d60dad8-a643-4bcd-91c9-a4743fa315a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting response error when downloading zero impressions

2017-09-29 Thread Tirtha Ghosh Dastidar
Hi Peter, 

Did you get me error details in private reply?

On Wednesday, September 27, 2017 at 12:04:32 PM UTC-7, Tirtha Ghosh 
Dastidar wrote:
>
> Hi Team,
>
> I am trying to build structure data hence downloading keyword performance 
> report with zero impressions=True (this was suggested to us by our google 
> account manager/contact).
> I am downloading using python api.
>
> But I am getting this error. I have includeZeroImpressions=True
>
> ERROR_GETTING_RESPONSE_FROM_BACKENDUnable to read report 
> data'  
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/85fbd0c9-bc39-4577-bff4-39a2d3c95ffa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AverageCpv and AverageCpe returned as Micro instead of double

2017-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stefano, 

Thanks for pointing this out. Yes, AverageCpv and AverageCpe are indeed 
returned in "micros". I'll get in touch with the team to have the AdWords 
API report documents updated. 

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/bfc1b891-9443-4846-9ba5-1165a9e68328%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


"People in my targeted location" in API

2017-09-29 Thread 'Tim Tsai' via AdWords API Forum
Hi there,

Is it possible to read and/or write to the field "People in my targeted 
location" in the "Location Options (Advanced)" in the Campaign Settings via 
the AdWords API?



Thanks,
Tim

-- 
Please note our email domain has changed to @essenceglobal.com
---
essenceglobal.com 
Facebook  • Twitter 
 • YouTube 
 • Instagram 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/462e4169-c5d7-4c29-88fb-1c13bc67cf80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How can i set cross-device conversions on account

2017-09-29 Thread mahir
Hi,

I want to activate cross-device conversions on an account. Which service 
should i use?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b1e43faf-93b1-4b39-b890-8e1c43d4a9fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Misspelling of new city name.

2017-09-29 Thread Andre Tannus
Thanks for the clarification, Nadine.
André.

On Fri, Sep 29, 2017 at 1:51 PM, 'Nadine Sundquist (AdWords API Team)' via
AdWords API Forum  wrote:

> Greetings André,
>
> I would be glad to clarify! I can see how it would be confusing. The ç
> characters is considered an extended ASCII character already. It's just not
> a part of the original printable set. I first wanted to clarify that when I
> was talking about ASCII characters earlier in the thread. You're lucky that
> I'm interested in linguistics and travel because I happen to know the
> answer to this one. Yes, you are very likely correct in that it is trying
> to preserve phonetics. Many English speakers would not recognize the sound
> that this character would make, so I've observed it changes to an 's' or a
> 'ss' to help someone pronounce it correctly. That may not always be the
> case for every location in the world, but it definitely appears to be the
> case for this location.
>
> Take care,
> Nadine, AdWords API Team
>
>
> On Friday, September 29, 2017 at 11:59:35 AM UTC-4, Andre Tannus wrote:
>>
>> I can't say I understand. Wouldn't 'Acu' be the ASCII version of 'Açu'?
>> Or is there an effort to preserve phonetics?
>>
>>
>> On Fri, Sep 29, 2017 at 10:49 AM, 'Nadine Sundquist (AdWords API Team)'
>> via AdWords API Forum  wrote:
>>
>>> Hello André,
>>>
>>> I have good news! It's not conflicting with Google Maps. I've attached a
>>> screenshot of the place in Google Maps. The place may have Açu, but if you
>>> look underneath it, you'll see that the official name that Google Maps is
>>> keying off of is the same as what you're seeing in API geotargets. You're
>>> probably wondering why this happens. If you look through the geotargets
>>> list, you'll see that everything is using ASCII. For example, you don't see
>>> Moscow in the Russian language, and you don't see Beijing in the Chinese
>>> language. The Açu spelling is considered to be in the local language with
>>> the 'ç' character in there. For geotargets, all the names are changed to
>>> match an ASCII standard for that location. I hope that clears that up for
>>> you!
>>>
>>> Best,
>>> Nadine Sundquist, AdWords API Team
>>>
>>> P.S. I totally love that you cited Google Trends. Very cool!
>>>
>>> On Thursday, September 28, 2017 at 4:30:49 PM UTC-4, Andre Tannus wrote:


 Hi everyone.

 I've just updated my list of API Geotargets with the file available
 here:

 https://developers.google.com/adwords/api/docs/appendix/geotargeting

 It contains a new city record:

 9047706,Assu,"Assu,State of Rio Grande do Norte,Brazil",20103,BR,City,Ac
 tive

 with the city is misspelled.

 The correct spelling according to current portuguese spelling rules
 , IBGE
 , Wikipedia
  (despite the title) and even Google
 Maps
 
 is "Açu".

 Perhaps there is a good reason (profuse use of the wrong spelling
 )
 for this decision, or perhaps it is a bug.

 Is this the proper place to report such a thing?

 Thanks in advance,
 André.

>>> --
>>> --
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>> 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 a topic in the
>>> Google Groups "AdWords API Forum" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/adwords-api/vbDzHzss7Xo/unsubscribe.
>>> To unsubscribe from this group and all its topics, 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/ms
>>> gid/adwords-api/2eedf81e-f589-45e0-979c-4240853d2627%40googlegroups.com
>>> 
>>> .
>>>
>>> For more options, visit 

Re: Misspelling of new city name.

2017-09-29 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings André,

I would be glad to clarify! I can see how it would be confusing. The ç 
characters is considered an extended ASCII character already. It's just not 
a part of the original printable set. I first wanted to clarify that when I 
was talking about ASCII characters earlier in the thread. You're lucky that 
I'm interested in linguistics and travel because I happen to know the 
answer to this one. Yes, you are very likely correct in that it is trying 
to preserve phonetics. Many English speakers would not recognize the sound 
that this character would make, so I've observed it changes to an 's' or a 
'ss' to help someone pronounce it correctly. That may not always be the 
case for every location in the world, but it definitely appears to be the 
case for this location.

Take care,
Nadine, AdWords API Team

On Friday, September 29, 2017 at 11:59:35 AM UTC-4, Andre Tannus wrote:
>
> I can't say I understand. Wouldn't 'Acu' be the ASCII version of 'Açu'? Or 
> is there an effort to preserve phonetics?
>
>
> On Fri, Sep 29, 2017 at 10:49 AM, 'Nadine Sundquist (AdWords API Team)' 
> via AdWords API Forum  wrote:
>
>> Hello André,
>>
>> I have good news! It's not conflicting with Google Maps. I've attached a 
>> screenshot of the place in Google Maps. The place may have Açu, but if you 
>> look underneath it, you'll see that the official name that Google Maps is 
>> keying off of is the same as what you're seeing in API geotargets. You're 
>> probably wondering why this happens. If you look through the geotargets 
>> list, you'll see that everything is using ASCII. For example, you don't see 
>> Moscow in the Russian language, and you don't see Beijing in the Chinese 
>> language. The Açu spelling is considered to be in the local language with 
>> the 'ç' character in there. For geotargets, all the names are changed to 
>> match an ASCII standard for that location. I hope that clears that up for 
>> you!
>>
>> Best,
>> Nadine Sundquist, AdWords API Team
>>
>> P.S. I totally love that you cited Google Trends. Very cool!
>>
>> On Thursday, September 28, 2017 at 4:30:49 PM UTC-4, Andre Tannus wrote:
>>>
>>>
>>> Hi everyone.
>>>
>>> I've just updated my list of API Geotargets with the file available here:
>>>
>>> https://developers.google.com/adwords/api/docs/appendix/geotargeting
>>>
>>> It contains a new city record:
>>>
>>> 9047706,Assu,"Assu,State of Rio Grande do 
>>> Norte,Brazil",20103,BR,City,Active
>>>
>>> with the city is misspelled.
>>>
>>> The correct spelling according to current portuguese spelling rules 
>>> , IBGE 
>>> , Wikipedia 
>>>  (despite the title) and even Google 
>>> Maps 
>>> 
>>>  
>>> is "Açu".
>>>
>>> Perhaps there is a good reason (profuse use of the wrong spelling 
>>> ) 
>>> for this decision, or perhaps it is a bug.
>>>
>>> Is this the proper place to report such a thing?
>>>
>>> Thanks in advance,
>>> André.
>>>
>> -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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 a topic in the 
>> Google Groups "AdWords API Forum" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/adwords-api/vbDzHzss7Xo/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/2eedf81e-f589-45e0-979c-4240853d2627%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> André Tannús | Epungo | +55 11 2389-4360
> We are a layer
>

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

Re: Misspelling of new city name.

2017-09-29 Thread Andre Tannus
I can't say I understand. Wouldn't 'Acu' be the ASCII version of 'Açu'? Or
is there an effort to preserve phonetics?


On Fri, Sep 29, 2017 at 10:49 AM, 'Nadine Sundquist (AdWords API Team)' via
AdWords API Forum  wrote:

> Hello André,
>
> I have good news! It's not conflicting with Google Maps. I've attached a
> screenshot of the place in Google Maps. The place may have Açu, but if you
> look underneath it, you'll see that the official name that Google Maps is
> keying off of is the same as what you're seeing in API geotargets. You're
> probably wondering why this happens. If you look through the geotargets
> list, you'll see that everything is using ASCII. For example, you don't see
> Moscow in the Russian language, and you don't see Beijing in the Chinese
> language. The Açu spelling is considered to be in the local language with
> the 'ç' character in there. For geotargets, all the names are changed to
> match an ASCII standard for that location. I hope that clears that up for
> you!
>
> Best,
> Nadine Sundquist, AdWords API Team
>
> P.S. I totally love that you cited Google Trends. Very cool!
>
> On Thursday, September 28, 2017 at 4:30:49 PM UTC-4, Andre Tannus wrote:
>>
>>
>> Hi everyone.
>>
>> I've just updated my list of API Geotargets with the file available here:
>>
>> https://developers.google.com/adwords/api/docs/appendix/geotargeting
>>
>> It contains a new city record:
>>
>> 9047706,Assu,"Assu,State of Rio Grande do Norte,Brazil",20103,BR,City,Ac
>> tive
>>
>> with the city is misspelled.
>>
>> The correct spelling according to current portuguese spelling rules
>> , IBGE
>> , Wikipedia
>>  (despite the title) and even Google
>> Maps
>> 
>> is "Açu".
>>
>> Perhaps there is a good reason (profuse use of the wrong spelling
>> )
>> for this decision, or perhaps it is a bug.
>>
>> Is this the proper place to report such a thing?
>>
>> Thanks in advance,
>> André.
>>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/adwords-api/vbDzHzss7Xo/unsubscribe.
> To unsubscribe from this group and all its topics, 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/2eedf81e-f589-45e0-979c-4240853d2627%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
André Tannús | Epungo | +55 11 2389-4360
We are a layer

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAJV0ZfLtKkOR9ADJfNWofEhZyGBi%2BDiTyDF_JMrVojK99BHHfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Conservative Targeting in AdWords API

2017-09-29 Thread 'Tim Tsai' via AdWords API Forum
Got it, thanks Josh!

On Friday, 29 September 2017 08:30:31 UTC-4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Tim,
>
> Unfortunately, the AdWords API doesn't expose the "conservative" setting, 
> so this information will have to be retrieved using the UI.
>
> Thanks,
> Josh, AdWords API Team
>
> On Thursday, September 28, 2017 at 2:48:44 PM UTC-4, Tim Tsai wrote:
>>
>> Hi there,
>>
>> Is it possible to use the API to determine of a campaign has checked 
>> "conservative targeting?" 
>>
>> I know that we can use the ExplorerAutoOptimizerSetting 
>> 
>>  field 
>> to find if a campaign has "aggressive targeting" set, but what about 
>> conservative?
>>
>>
>> Thanks,
>> Tim
>>
>
-- 
Please note our email domain has changed to @essenceglobal.com
---
essenceglobal.com 
Facebook  • Twitter 
 • YouTube 
 • Instagram 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d19922c2-4288-4375-a8a1-200eaef340d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cant get API to do anything

2017-09-29 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

Could you try and see if the suggestions mentioned here 
 resolves your 
issue? If it doesn't, please create a new issue 
 on the PHP client 
library and share these details there. The PHP library owners are better 
equipped to assist you. 

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/92fa99ff-1315-4ac2-a4ae-ba743ff2212c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Conservative Targeting in AdWords API

2017-09-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Tim,

Unfortunately, the AdWords API doesn't expose the "conservative" setting, 
so this information will have to be retrieved using the UI.

Thanks,
Josh, AdWords API Team

On Thursday, September 28, 2017 at 2:48:44 PM UTC-4, Tim Tsai wrote:
>
> Hi there,
>
> Is it possible to use the API to determine of a campaign has checked 
> "conservative targeting?" 
>
> I know that we can use the ExplorerAutoOptimizerSetting 
> 
>  field 
> to find if a campaign has "aggressive targeting" set, but what about 
> conservative?
>
>
> Thanks,
> Tim
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dbeeb8c5-9c4a-4404-a8e2-504fe6d41f61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Allowing API access to a user account

2017-09-29 Thread Adam Marples
Thanks very much, just what I need

On Friday, September 29, 2017 at 4:37:12 AM UTC+1, Peter Oliquino wrote:
>
> Hi Adam,
>
> What I can recommend is for you to use the ManagedCustomerService 
> 
>  and link all the other client accounts to an MCC 
> 
>  that 
> you own. Then, you can generate once again the OAuth2 credentials by 
> carefully following this guide 
> . 
> This should allow you to manage information on the clients belonging to 
> your hierarchy. Let me know if this works for you.
>
> Best 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/6603986a-530a-4cf7-8672-370025f64725%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AverageCpv and AverageCpe returned as Micro instead of double

2017-09-29 Thread Stefano Fontana
Hello

AverageCpv and AverageCpe are returned in "micro" instead of double as 
stated in the documentation: 
https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#averagecpv
Why is the type "Double" and not "MoneY" as in averageCpm and all the other 
metrics related to money?

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/e0ff4d7e-e5c2-4386-b41b-d0296171006f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Problems to add Video Ad from API

2017-09-29 Thread Estevo Paz
Here the flow:

1.- I created a video Campaign in http://adwords.google.com
2.- I created an AdGroup inside de Campaign
3.- Now, throw AdWords API, I want to create Ads:

def add_ad_video(advertiser, ad_group_id, ad_name, youtube_url, final_url):
'''
Create a new video Ad.
'''
youtube_id = dict(urllib.parse.parse_qsl(urllib.parse.urlparse(
youtube_url).query))['v']

operations = [
{
'operator': 'ADD',
'operand': {
'adGroupId': ad_group_id,
'status': 'PAUSED',
'ad': {
'xsi_type': 'TemplateAd',
'name': ad_name,
'templateId': 49,
'finalUrls': [final_url],
'displayUrl': urllib.parse.urlparse(final_url).netloc,
'templateElements': [
{
'uniqueName': 'adData',
'fields': [
{
'name': 'video',
'fieldMedia': {
'xsi_type': 'Video',
'sourceUrl': youtube_url,
'youTubeVideoIdString': youtube_id,
'type': 'VIDEO'
},
'type': 'VIDEO'
}
]
}
]
}
}
}
]

return run(advertiser, 'AdGroupAdService', operations)

But I get:
WebFault: Server raised fault: 
'[OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT @ 
operations[0]]'
https://developers.google.com/adwords/api/docs/common-errors#OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

>From two different AdWords accounts.
Campaign wasn't created using the AdWords Express 
.

Any suggestion is really welcoming, I'm stagnant with this problem.
Thanks a lot in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d89cb3e9-ae82-4536-b28d-c168ca33a735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


about the date range of ReportDefinition

2017-09-29 Thread mjkim
Hi.
I am wondering about the campaign criteria that are viewed by the date 
range of ReportDefinition
Because we developed using date range api, 
but the list of campaigns that are not included in the period of the 
calendar is viewed.

I am looking forward to your response.
thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d30fd959-dae1-42fb-b631-220076cf770e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


about the date range of ReportDefinition

2017-09-29 Thread mjkim
Hi.
I am wondering about the campaign criteria that are viewed by the date 
range of ReportDefinition
Because we developed using date range api, 
but the list of campaigns that are not included in the period of the 
calendar is viewed.

I am looking forward to your response.
thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9592f4cc-4cab-4085-bb75-0a8e64b94f66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Change account e-mail

2017-09-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Gabriel,

I'm not entirely an expert when it comes to using the G-Suite domain, 
however, I can confirm Dorian's statement that the OAuth2 credentials 
cannot be transferred or moved to be used by another account. As for having 
your email address changed you may refer to this discussion 
.

If you encounter any issues, I would recommend that you get in touch with 
the product experts in the AdWords Community Forum 
 
for 
further assistance.

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/df12d8b7-1514-4dda-bbd2-af841da95685%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: which adwords API (v201702) can be used to get the "recommended daily budget"

2017-09-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

Yes, the information seen in your screenshot for *part #1* and *part #2, *which 
appears to be the recommended daily budget, are currently not available via 
the AdWords API. I would recommend that you get in touch with the product 
experts in the AdWords Community Forum 
 
if 
you wish to know more about settin up your campaigns' budgets.

Best 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/8b16e648-eaa8-48f7-a455-24c5d01dd7b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.