Can I get real-time postbacks of my AdWords ad performance to my server?

2017-02-09 Thread 정재엽
Hi.

Is there a way to get real-time postbacks of my AdWords ad performance to 
my server?

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/a7dd3f59-a2b3-4c3b-a7d9-86a9b5b73730%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: geotargeting: Downloading all locations

2017-02-09 Thread 'Joyce Lava' via AdWords API Forum
Hi Nimcy,

Please see my responses below:

1. I would like to download all target locations rather than having to feed 
in the location names. Is there any other service or a query I could issue?

There is no other way I am aware of (using AdWords API services) that you 
can get geo locations aside from LocationCriterionService 
.
 
If you won't specify the LocationName in the predicate, you'll probably 
receive the error message REQUIRED_LOCATION_CRITERION_PREDICATE_MISSING. 
Thus, if you need all geo locations, what you could use is the geo targets 
table 
.


2. How frequently is the data on the UI updated?

It's being updated periodically so you may need to monitor the latest CSV 
file available.


Regards,
Joyce, 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/b89a45a0-69db-4e04-9c0f-c5ccd7153d19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP API v201609 - How to refresh token?

2017-02-09 Thread Adam Haining
Thanks.  I'm able to manually get a new token without any problems.  I 
haven't been able to get it to refresh or see where it gives me a new 
token.  I have a few questions:

   1. Can I refresh the token after it expires?  I've tried everything I 
   can think of, including using the OAuth2TokenRefresher class to try and get 
   a new token both before and after the token expires.
   2. If I cannot, how close to expiration does the token have to be to 
   expiration to receive a new token?  Can I force it at any time?  Do I 
   essentially need to have a cron job that checks any current tokens?

Do you have any specific code examples?  This is the one thing I feel is 
lacking greatly in the documentation and the one thing I need to migrate 
our codebase to production.  Thanks!

On Thursday, February 9, 2017 at 8:58:39 PM UTC-7, Peter Oliquino wrote:
>
> Hi Adam,
>
> Refreshing of expired access tokens happens when the Credential object is 
> instantiated in the client libraries. To better give you an idea of the 
> process, first you will need to have a refresh token that is generated 
> manually. Please note that due to a number of reasons, the refresh token 
> may also expire or become invalid and you'll need to reauthorize the 
> application and generate a new refresh token as stated here 
> 
> .
>
> Once your refresh token details have been provided in your configuration 
> file, the client library will then automatically refresh any expired access 
> tokens when Credential object is created. I hope this has been helpful.
>
> 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/25df12b9-e52e-4c33-a29f-86cc47f24ef5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Destination and display URLs

2017-02-09 Thread Mark Wills
Yes. I understand. I've used Path fields before, but the issue I face is 
with keyword insertion for these paths.

I.e., say i have 50 keywords in an ad group and each has its own final URL. 
Also, I want each ad to be customized based upon the the final URL and the 
keyword so I use dynamic keyword insertion on the headline 1 and 
description. The issue I find is with the path URLs I don't know how 
keyword insertion would split it up. Is it smart enough to know that if my 
final url is *red-model-trucks* then to use that for the display URL? Also, 
that final URL path is 16 characters. Is is smart enough to know that/would 
it still show it?

On Thursday, February 9, 2017 at 11:29:07 AM UTC-5, Shwetha Vastrad 
(AdWords API Team) wrote:
>
> Hi Mark,
>
> This guide  shows 
> how to customize text ads in the AdWords UI using the options I mentioned 
> above. You can include customized text in the Path1 and Path2 fields so 
> that the displayUrl can be customized. You can try this out and then use 
> the API to automate customized text ads creation. 
>
> 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/435e1d16-1a86-400c-bb17-ace59f1bf25e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keeping the access token valid during API calls

2017-02-09 Thread Adam Haining
I've tried all of this as well, and if I try to force renewing the token 
before it expires, it just gives me the current token.  Then after it 
expires, I just always get the message:
invalid_grant
Token has been expired or revoked.

Specific examples on how to do this would be greatly appreciated.  I've 
attempted using OAuth2TokenRefresher.php as well, no luck.  Thanks!

On Thursday, February 9, 2017 at 2:16:37 PM UTC-7, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Danny,
>
> You can check if the access token is about to expire and then refresh this 
> token as needed. The OAuth2TokenRefresher.php 
> 
>  provides 
> functionality to retrieve OAuth2 access tokens and handling refreshing the 
> token if it is going to expire. By default, the client libraries 
> automatically refresh expired access tokens.
>
> 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/a7272ef4-95d1-4a3f-910e-1498cca787e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Need access to API, but don't work for a company, how?

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

You may still use the AdWords API through test accounts. You may refer here 

 for 
the steps on how to setup your test accounts and to this guide 
 on 
how to create the OAuth2 credentials. Once done, you may then refer here 
 on 
how to make your first api call.

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/705c040f-0ce6-4397-b21f-6bfd0c09d5e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Programmatically accessing the custom reports built using the AW Report Editor?

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

There is currently no way to access the custom reports of the AdWords 
Report Editor via the AdWords API and also no available feature to 
integrate reporting via email or Google Drive. However, if you need to send 
API reports via email or save in Google Drive, you may use AdWords Scripts 
instead and you may contact their team via this forum 
.

Additionally, the only supported reports by the AdWords API are the report 
types mentioned here 
 and as of 
now, the Earned Views field as seen in the AdWords UI is not available in 
the API. What is supported is only the VideoViews 

 of 
the Video Performance Report. In the meantime, you may follow our blog 
 for any 
future updates or announcements regarding these features.

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/971f2998-71d7-4fc5-ba02-cf326d4a6769%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP API v201609 - How to refresh token?

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

Refreshing of expired access tokens happens when the Credential object is 
instantiated in the client libraries. To better give you an idea of the 
process, first you will need to have a refresh token that is generated 
manually. Please note that due to a number of reasons, the refresh token 
may also expire or become invalid and you'll need to reauthorize the 
application and generate a new refresh token as stated here 

.

Once your refresh token details have been provided in your configuration 
file, the client library will then automatically refresh any expired access 
tokens when Credential object is created. I hope this has been helpful.

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/c8fdac44-58e7-4773-8ae0-76ba2bf8a9e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Need access to API, but don't work for a company, how?

2017-02-09 Thread hemza wind
So I'm just a student that wants to use the keyword data per location and 
click through rates. But in order to do so I need A manager account. And 
fill in a company I work for, which I don't. Is there any possible way to 
be able to do 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/91f8-172f-45b3-adb3-7e3995dfbfc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


geotargeting: Downloading all locations

2017-02-09 Thread Nimcy Sucheendran
Hi

I have a requirement where I want to download the report seen here on a 
daily basis.

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

I did manage to use the LocationCriterionService and download some data. 
However, here are a few issues. 

1. I would like to download all target locations rather than having to feed 
in the location names. Is there any other service or a query I could issue?
2. How frequently is the data on the UI updated?

Thanks
Nimcy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/df4055de-bc29-48e5-87d1-2a3f6f72fbbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Programmatically accessing the custom reports built using the AW Report Editor?

2017-02-09 Thread Pete
Hi, 

Is there a way to programmatically access data that's generated by the 
custom reports defined in AdWords Report Editor? The two ways I know of 
accessing AW report data in general (the AW Scripting and the AW API 
itself) do not seem to support accessing the Report Editor reports. Only 
the standard reports (like VIDEO_PERFORMANCE_REPORT) are supported in both 
locations. 

The main reason I am seeking ability to access this data is that the Report 
Edit allows you to drag into the report *YouTube Earned Views* and other 
Earned* metrics. These metrics are not available anywhere else in the 
AdWords API as far as I can tell. 

I was hoping that scheduling daily Report Editor emails would produce 
emails with CSV file attachments which I could automatically ingest but no 
luck - the emails just contain link to the AdWords UI / App. 

Is anybody aware of either getting hold of the Report Editor data or 
getting those Earned* metrics programmatically? Integration with Gmail or 
Drive would be just fine. 

Thank you
Pete

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/be7d43f4-4384-46f3-9c92-8050ec6faeb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


PHP API v201609 - How to refresh token?

2017-02-09 Thread Adam Haining
I'm using the PHP API v201609.  It is working great, except that the 
documentation states it will refresh the token for you automatically. 
 There are no code examples for how to implement this.  I've tried 
everything under the sun with no luck.  Can someone give me some tips and 
pointers for getting this to work?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9a9a2acc-cd3c-4121-b99f-a3db993b6c09%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keeping the access token valid during API calls

2017-02-09 Thread Danny
Thanks - I'll look into that.

But could you also clarify whether the code snippet I shared would work, if 
I create the session with the OAuth2 object containing the refresh token?

On Thursday, 9 February 2017 13:16:37 UTC-8, Shwetha Vastrad (AdWords API 
Team) wrote:
>
> Hi Danny,
>
> You can check if the access token is about to expire and then refresh this 
> token as needed. The OAuth2TokenRefresher.php 
> 
>  provides 
> functionality to retrieve OAuth2 access tokens and handling refreshing the 
> token if it is going to expire. By default, the client libraries 
> automatically refresh expired access tokens.
>
> 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/c3bd0f6f-cbf6-43c3-86b8-cc659af8224f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is there are table mapping currencies to the smallest non-fractional unit?

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

Thanks for pointing that out. I'm still looking into where the minimal CPC 
values/currency are now published. I'll get back to you as soon as I have 
more info.

Cheers,
Josh, AdWords API Team

On Thursday, February 9, 2017 at 8:26:40 AM UTC-5, Christian wrote:
>
> Hi,
>
> the links still work but do not provide information about minimal CPC 
> values per currency anymore. Could you please provide updated links? Thanks 
> ind advance!
>
> Christian
>
> On Thursday, July 24, 2014 at 12:17:41 AM UTC+2, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi Christian,
>>
>> You can use this tool , 
>> linked from our Common Errors guide 
>> 
>> .
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Wednesday, July 23, 2014 8:21:46 AM UTC-4, Christian wrote:
>>>
>>> Hi,
>>>
>>> we are receiving a BID_TOO_MANY_FRACTIONAL_DIGITS error on a bid of 
>>> 45885 micros in an account having Chilean Pesos (CLP) as currency. 
>>> Usually a multiply of 1 is non-fractional (e.g. in EUR or USD) but 
>>> obviously this is not always the case. Is there any AdWords documentation 
>>> about the mapping between currencies and the smallest accepted (i.e. 
>>> non-fractional) amount of micros?
>>>
>>> Thanks and best regards,
>>> Christian
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5979a90b-ac38-461b-88fa-4ae80324a387%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: reported Gender/AgeRange state is inconsistent with Adwords UI

2017-02-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings!

The Status 

 
field of the *Gender Performance Report* does not perfectly line up with 
the Status in the API. It has a different meaning in the API than it does 
the UI. What confuses users is that sometimes they will see active in the 
UI and enabled in the API, and other times they'll see active in the UI and 
removed in the API. They may look like the same field, but they are not. 
The Status field in the API takes into account a few extra factors that can 
result in a different status than the UI. I hope that helps demystify thins 
a bit.

Cheers,
Nadine, AdWords API Team

On Thursday, February 9, 2017 at 6:39:45 AM UTC-5, cv wrote:
>
> Hello Nadine,
>
> I have same question, but I am not getting you properly.
>
>- In the API, *REMOVED* means that the criterion was removed or has 
>not been added.
>
> -> I am seeing that criteria was added and I can see Data under the UI as 
> Status as active.
> So what do you mean by criterion was removed or has not been added in 
> Gender and Age Range performance report?
>
>
> Thanks,
>
>
> On Thursday, 25 June 2015 00:27:42 UTC+5:30, Nadine Sundquist (AdWords API 
> Team) wrote:
>>
>> Hello Salman,
>>
>> Here's an update  based on talking to some of the API engineers. The 
>> status field in the reporting API represents slightly different data than 
>> in the UI. 
>>
>>- In the AdWords user interface, *REMOVED* means that your ads won't 
>>serve there.
>>- In the API, *REMOVED* means that the criterion was removed or has 
>>not been added.
>>
>> Due to this logic, the *ENABLED* field also comes out differently 
>> between the two interfaces. Even though the API interface tries to stay in 
>> step with the user interface, there are cases where a field may have a 
>> slightly different meaning. 
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Monday, May 25, 2015 at 11:00:01 AM UTC-4, Salman Hoseini wrote:
>>>
>>> Ok thanks for the update.
>>>
>>> On Friday, May 22, 2015 at 6:31:58 PM UTC-4, Nadine Sundquist (AdWords 
>>> API Team) wrote:

 Hi Salman,

 Yes, that is the correct field for getting the criterion status. Based 
 on the current state of your account, it looks like it should be reporting 
 back ENABLED. Thanks for bringing this to our attention. I'll have someone 
 take a look into it.

 Cheers,
 Nadine, AdWords API Team

 On Friday, May 22, 2015 at 12:08:59 PM UTC-4, Salman Hoseini wrote:
>
> Hello,
>
> I send a request to get Gender/AgeRange performance report but the 
> reported status for the criteria is inconsistent with what I can see in 
> AdWords UI
>
> my request is:
>
> https://adwords.google.com/api/adwords/cm/v201409";> 
> 
>Id
>AdGroupName   
>Impressions 
>Clicks   
>Cost
>Criteria
>AccountCurrencyCode
>Status
> 
> AdGroupId  
> EQUALS 
> 18676143205
> 
>
> Custom Adgoup Performance Report 
> GENDER_PERFORMANCE_REPORT 
> LAST_MONTH
> CSV 
> 
>
> and the result is :
>
> Criterion ID,Ad group,Impressions,Clicks,Cost,Gender,Currency,Gender state
> 11,[display]103_TestPlacement_yapy.jp,6480,37,79400,Female,JPY,removed
> 20,[display]103_TestPlacement_yapy.jp,1148,7,14500,Undetermined,JPY,removed
> 10,[display]103_TestPlacement_yapy.jp,3653,15,32600,Male,JPY,removed
>
>
> while on UI all criterion states are enabled (active) for this adgroup.
>
> Am I including the correct field in the request for criterion state? 
> could you please let me know if i'm missing something?
>
> 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/e762fbd0-d531-461f-9579-2e8d18e64ab4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keeping the access token valid during API calls

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

You can check if the access token is about to expire and then refresh this 
token as needed. The OAuth2TokenRefresher.php 

 provides 
functionality to retrieve OAuth2 access tokens and handling refreshing the 
token if it is going to expire. By default, the client libraries 
automatically refresh expired access tokens.

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/14665642-d9d8-4dc7-8020-86564fa35345%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Keeping the access token valid during API calls

2017-02-09 Thread Danny
Hi

I'm currently running into API call issues whenever my access token 
expires. I've already saved the client's refresh token and I'm trying to 
figure out whether AdWords will automatically renew the access token if you 
build the session with the OAuth2 object that contains the refresh token 
details.

Here's an example,

$this->oath2 = new OAuth2([
'authorizationUri' => self::AUTHORIZATION_URI,
'tokenCredentialUri' => CredentialsLoader::TOKEN_CREDENTIAL_URI,
'redirectUri' => self::BASE_URL . self::REDIRECT_PATH,
'clientId' => self::CLIENTID,
'clientSecret' => self::CLIENTSECRET,
'scope' => self::API_SCOPE
]);
$this->oauth2->setRefreshToken($refresh_token); // let's assume 
$refresh_token was retrieved from database
$this->session = 
(new AdWordsSessionBuilder())
->withDeveloperToken(self::DEVELOPER_TOKEN)
->withOAuth2Credential($this->oauth2)
 ->build();
// Make some API calls with AdWordsServices and $this->session

Based on the code snippet above, 

   1. Would AdWords automatically handle the expired access token, or  
   2. Do I have to explicitly check whether the access token is valid 
   (via https://www.googleapis.com/oauth2/v3/tokeninfo) and if invalid, make a 
   call (via https://www.googleapis.com/oauth2/v4/token) to get the new access 
   token?
   
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/5a4688df-d144-400e-abb9-eaf392036f8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Estimate keyword traffic volume

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

You can pass a variable to the setText() method as shown in this example 
.
 
You need to include at least one CampaignEstimateRequest 

 in 
the TrafficEstimatorSelector 

 with 
child AdGroupEstimateRequest 

 and 
set the keywordEstimateRequests 

 to 
contain the keywords. Once you have constructed the selector, you need to 
invoke the TrafficEstimatorService.get() method to execute the request. 

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/522012f8-b20a-4a71-8340-2a4b903a36e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Destination and display URLs

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

This guide  shows 
how to customize text ads in the AdWords UI using the options I mentioned 
above. You can include customized text in the Path1 and Path2 fields so 
that the displayUrl can be customized. You can try this out and then use 
the API to automate customized text ads creation. 

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/33f6898c-3807-467e-a603-7ec9aa9d5fa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is there are table mapping currencies to the smallest non-fractional unit?

2017-02-09 Thread Christian
Hi,

the links still work but do not provide information about minimal CPC 
values per currency anymore. Could you please provide updated links? Thanks 
ind advance!

Christian

On Thursday, July 24, 2014 at 12:17:41 AM UTC+2, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Christian,
>
> You can use this tool , 
> linked from our Common Errors guide 
> 
> .
>
> Cheers,
> Josh, AdWords API Team
>
> On Wednesday, July 23, 2014 8:21:46 AM UTC-4, Christian wrote:
>>
>> Hi,
>>
>> we are receiving a BID_TOO_MANY_FRACTIONAL_DIGITS error on a bid of 
>> 45885 micros in an account having Chilean Pesos (CLP) as currency. 
>> Usually a multiply of 1 is non-fractional (e.g. in EUR or USD) but 
>> obviously this is not always the case. Is there any AdWords documentation 
>> about the mapping between currencies and the smallest accepted (i.e. 
>> non-fractional) amount of micros?
>>
>> Thanks and best regards,
>> Christian
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3f87f861-c9fd-46cc-925d-e07326c081ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: reported Gender/AgeRange state is inconsistent with Adwords UI

2017-02-09 Thread cv
Hello Nadine,

I have same question, but I am not getting you properly.

   - In the API, *REMOVED* means that the criterion was removed or has not 
   been added.

-> I am seeing that criteria was added and I can see Data under the UI as 
Status as active.
So what do you mean by criterion was removed or has not been added in 
Gender and Age Range performance report?


Thanks,


On Thursday, 25 June 2015 00:27:42 UTC+5:30, Nadine Sundquist (AdWords API 
Team) wrote:
>
> Hello Salman,
>
> Here's an update  based on talking to some of the API engineers. The 
> status field in the reporting API represents slightly different data than 
> in the UI. 
>
>- In the AdWords user interface, *REMOVED* means that your ads won't 
>serve there.
>- In the API, *REMOVED* means that the criterion was removed or has 
>not been added.
>
> Due to this logic, the *ENABLED* field also comes out differently between 
> the two interfaces. Even though the API interface tries to stay in step 
> with the user interface, there are cases where a field may have a slightly 
> different meaning. 
>
> Best,
> Nadine, AdWords API Team
>
> On Monday, May 25, 2015 at 11:00:01 AM UTC-4, Salman Hoseini wrote:
>>
>> Ok thanks for the update.
>>
>> On Friday, May 22, 2015 at 6:31:58 PM UTC-4, Nadine Sundquist (AdWords 
>> API Team) wrote:
>>>
>>> Hi Salman,
>>>
>>> Yes, that is the correct field for getting the criterion status. Based 
>>> on the current state of your account, it looks like it should be reporting 
>>> back ENABLED. Thanks for bringing this to our attention. I'll have someone 
>>> take a look into it.
>>>
>>> Cheers,
>>> Nadine, AdWords API Team
>>>
>>> On Friday, May 22, 2015 at 12:08:59 PM UTC-4, Salman Hoseini wrote:

 Hello,

 I send a request to get Gender/AgeRange performance report but the 
 reported status for the criteria is inconsistent with what I can see in 
 AdWords UI

 my request is:

 https://adwords.google.com/api/adwords/cm/v201409";> 
 
Id
AdGroupName   
Impressions 
Clicks   
Cost
Criteria
AccountCurrencyCode
Status
 
 AdGroupId  
 EQUALS 
 18676143205
 

 Custom Adgoup Performance Report 
 GENDER_PERFORMANCE_REPORT 
 LAST_MONTH
 CSV 
 

 and the result is :

 Criterion ID,Ad group,Impressions,Clicks,Cost,Gender,Currency,Gender state
 11,[display]103_TestPlacement_yapy.jp,6480,37,79400,Female,JPY,removed
 20,[display]103_TestPlacement_yapy.jp,1148,7,14500,Undetermined,JPY,removed
 10,[display]103_TestPlacement_yapy.jp,3653,15,32600,Male,JPY,removed


 while on UI all criterion states are enabled (active) for this adgroup.

 Am I including the correct field in the request for criterion state? 
 could you please let me know if i'm missing something?

 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/c9ac9dfd-1c1b-45a9-9f2e-419c7e5baa88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Adwords API Language selector problem

2017-02-09 Thread Mustafa
Vishal that is the log file which has NULL values and correct ones at the 
same time. If needed I can make them seperated (if I can :P)

NULL ones will not give the values:

$data = MapEntries::toAssociativeArray($targetingIdea->getData());
$keyword = $data[AttributeType::KEYWORD_TEXT]->getValue();
$searchVolume =
($data[AttributeType::SEARCH_VOLUME]->getValue() !== null)
? $data[AttributeType::SEARCH_VOLUME]->getValue() : 0;
$competition =
($data[AttributeType::COMPETITION]->getValue() !== null)
? $data[AttributeType::COMPETITION]->getValue() : 0;
$averageCPC =
($data[AttributeType::AVERAGE_CPC]->getValue() !== null)
? $data[AttributeType::AVERAGE_CPC]->getValue()->getMicroAmount() : 0;
$targetedSearch =
($data[AttributeType::TARGETED_MONTHLY_SEARCHES]->getValue() !== null)
? $data[AttributeType::TARGETED_MONTHLY_SEARCHES]->getValue() : 0;
$categoryIds =
($data[AttributeType::CATEGORY_PRODUCTS_AND_SERVICES]->getValue() === 
null)
? $categoryIds = '' : implode(', ', 
$data[AttributeType::CATEGORY_PRODUCTS_AND_SERVICES]->getValue());


8 Şubat 2017 Çarşamba 18:58:27 UTC+3 tarihinde Vishal Vinayak (Adwords API 
Team) yazdı:
>
> Hi Mustafa,
>
> Could you please send me SOAP XML request and response logs for each 
> request separately, so that I'm able to debug this issue further?  
>
> Regards,
> Vishal, 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/37b4415b-ce93-482f-a371-dc18440c36b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[2017-02-09 11:18:52] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=168 
requestId=00054817255f46d00a4c4e69490cefb8 server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:18:55] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=195 
requestId=00054817258eee080a4ca821ec0403f9 server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:18:58] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=174 
requestId=0005481725bd29f80a4caf85930ecb2d server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:19:01] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=424 
requestId=0005481725eb81400a4c4e69490cefb8 server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:19:03] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=198 
requestId=00054817260dda390a4cae68f80a8feb server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:19:07] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=262 
requestId=00054817263d2f680a4cb407730027e5 server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:19:09] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=155 
requestId=00054817265d55e00a4ca821ec0403f9 server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:19:11] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=165 
requestId=00054817267c38200abfa082a60c1f43 server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:19:13] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=149 
requestId=0005481726a524b10abfb1100908d8a5 server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:19:16] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=158 
requestId=0005481726ccec480abfb1100908d8a5 server=adwords.google.com isFault=0 
faultMessage=  
[2017-02-09 11:19:18] AW_SOAP.INFO: clientCustomerId=506-457-8808 operations=1 
service=TargetingIdeaService method=get responseTime=174 
requestId=0005481726ede9980abfb1100908d8a5 server=adwords

Re: Ad performance report metrics

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

The fields you mentioned are not available for the 201605 version 

 of 
the Ad Performance Report.  Additionally the v201605 version has been 
deprecated  and 
due to sunset soon. I would recommend that you upgrade to the latest 
version (v201609 
) 
of the AdWords API and retry your request. 

Cheers,
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/99765666-8bae-4b3a-9801-8f9eb51648a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ad performance report metrics

2017-02-09 Thread Improvado
Hello.

I try to download Ad Performance report and requesting, in particular, 
these fields:  EnhancedDisplayCreativeMarketingImageMediaId, 
EnhancedDisplayCreativeLogoImageMediaId, according 
to 
https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report
But in response i get an error:
Type: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT
Trigger: None
Field Path: EnhancedDisplayCreativeMarketingImageMediaId

Without EnhancedDisplayCreativeMarketingImageMediaId or 
EnhancedDisplayCreativeLogoImageMediaId report works perfectly. Please, 
help me to understand what's wrong and why fields clearly mentioned in docs 
are reported as invalid. 
We use api version v201605.

Thanks 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/a377eb3b-e414-48e3-aa28-d0880a9731e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.