Re: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT given by CampaignSharedSetService for Video Campaign

2017-06-07 Thread Dorian Kind
Hi Sreelakshmi,

thanks for your response, I have sent you the SOAP logs. Just as an aside, 
I think your remark about video campaigns not being supported in the API 
isn't completely accurate. While most operations aren't available, you can 
set custom URL parameters on a video campaign using the API, for example.

Best regards,
Dorian

On Tuesday, 6 June 2017 21:48:07 UTC+2, Sreelakshmi Sasidharan (AdWords API 
Team) wrote:
>
> Hi Dorian, 
>
> The error MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT 
> 
>  means 
> that an update was attempted via the API on a campaign that was created via 
> the AdWords Express account. This operation is not permitted. Was the 
> specific campaign created via the AdWords Express account? If not, could 
> you please *Reply privately to author* and share your SOAP logs? 
>
> Video campaigns are not supported via the API. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

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

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


SelectorError.INVALID_FIELD_NAME for AdGroupCreativeApprovalStatus (AdGroupAd.ApprovalStatus)

2017-06-07 Thread Артемий Гаврюшин
Docs: 
https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupAdService.AdGroupAd
Note: AdGroupAd.ApprovalStatus: This field can be selected using the value 
"AdGroupCreativeApprovalStatus".

get($session, AdGroupAdService
::class);
$selector = new Selector();
$selector->setFields(['Id', 'AdGroupCreativeApprovalStatus']);
...


Error: SelectorError.INVALID_FIELD_NAME

*Question:*
How get AdGroupAd.ApprovalStatus?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1747b978-aa09-49e7-9c26-1701afba4225%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why Array?

2017-06-07 Thread Артемий Гаврюшин
Hi. Yes: expects an array of predicates.
But Why?

PredicateOperator::NOT_EQUALS - Expects a single value, not a list.

new Predicate('Status', PredicateOperator::NOT_EQUALS, ['REMOVED']); // is 
correct?


вторник, 6 июня 2017 г., 22:06:19 UTC+3 пользователь Sreelakshmi Sasidharan 
(AdWords API Team) написал:
>
> Hi, 
>
> Are you facing issues while setting the predicate in a Selector 
> ?
>  
> If so, the setPredicate() expects an array of predicates. Does this answer 
> your question? If not, please share your code so that I can assist you 
> better. Please note that this has not changed in any of the recent API 
> versions. You could check the samples in PHP here 
> 
> . 
>
> 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/fb593fd6-6e03-40c6-ae08-029e830c3813%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting adgroup error

2017-06-07 Thread developer . djax
Internal Server Error - [EntityNotFound.INVALID_ID @ 
operations[0].operand.id; trigger:'AdGroupId: 2147483647']..but i have 
passsed the correct adgroup id

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7eb4d46e-3274-4153-bae8-f336c96cf121%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


adwords adgruop error

2017-06-07 Thread developer . djax
[EntityNotFound.INVALID_ID @ operations[0].operand.id; trigger:'AdGroupId:

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3acd2fbe-7877-4d28-92d8-4cce051f30ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get Network , Device and Demographic Performance Value using API ??

2017-06-07 Thread v
Hi,
 I need to Display Network, YouTube Search and YouTube Videos or Other 
Performance Related Value get from to the ad words for Implement Network , 
Device and Demographic Performance into pie chart Using API or Report 
TypeHow its done ??

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/79446715-eea4-4267-8f76-367cc75ebe41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is my current Google Adword account an MCC account?

2017-06-07 Thread testflight

Hi,
I am struggling with creating new accounts on Google AdWords. I need to use 
the Google AdWords APIs and for that I need Developer token. Developer 
token can be created by an MCC account only. Can you please help me figure 
it out if I am using an MCC account here?

Please tell me if my current account is an MCC account. Looking forward to 
hear from soon.

Thank you.

Regards,
Suliman

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1a117049-0565-42c3-8bc7-366eeb4a2962%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to Implement Network Performance into pie chart Using API ??

2017-06-07 Thread v
Hi ,

  I need to Display Network , YouTube Search and YouTube Video Value to 
Implement Network Performance into piechart shown as Attachmenthow to 
get this value using report ?? also how to implement device and demographic 
performance as same way???
 
Thanks for any feedback and best regards,
V

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4a62dc30-801c-4356-8d33-2add9b0cf92f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SelectorError.INVALID_FIELD_NAME for AdGroupCreativeApprovalStatus (AdGroupAd.ApprovalStatus)

2017-06-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

In the latest version (v201705), the Ads policy related fields for the 
AdGroupAd have been removed 

 and 
was transferred instead to the PolicySummary 

 field. 
Using my test account, I was able to retrieve the "
AdGroupCreativeApprovalStatus" field using the older v201702 version. 

This said, could you confirm which AdWords API version you are currently 
using? You may send to me the complete SOAP request and response so I may 
also have a better look at your concern. Please reply using *Reply 
privately to author* for the requested information.

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/ddaace12-1011-460d-81d0-05cb1ab521ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SelectorError.INVALID_FIELD_NAME for AdGroupCreativeApprovalStatus (AdGroupAd.ApprovalStatus)

2017-06-07 Thread Артемий Гаврюшин
Thank you.

I'm using the latest version (v201705).

I want to know: my ads are DISAPPROVED or APPROVED.

среда, 7 июня 2017 г., 12:05:45 UTC+3 пользователь Peter Oliquino написал:
>
> Hi,
>
> In the latest version (v201705), the Ads policy related fields for the 
> AdGroupAd have been removed 
> 
>  and 
> was transferred instead to the PolicySummary 
> 
>  field. 
> Using my test account, I was able to retrieve the "
> AdGroupCreativeApprovalStatus" field using the older v201702 version. 
>
> This said, could you confirm which AdWords API version you are currently 
> using? You may send to me the complete SOAP request and response so I may 
> also have a better look at your concern. Please reply using *Reply 
> privately to author* for the requested information.
>
> 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/7f6fc435-89ed-4102-815d-da25168131de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting adgroup error

2017-06-07 Thread 'Ivan Bautista' via AdWords API Forum
Hi,

Make sure that the ad group you are using is created under the 
clientCustomerId you specified in the request header.

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

Regards,
Ivan
AdWords API Team

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

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


Re: How to get Network , Device and Demographic Performance Value using API ??

2017-06-07 Thread 'Ivan Bautista' via AdWords API Forum
Hi,

Generating reports into customized templates such as in a pie chart is not 
available via the AdWords API. Here are the only supported download formats 

 where 
data is presented in a list or xml form.

If you need further assistance with generating reports, please get back to 
us and we'll gladly assist you.

However, you may follow our blog 
 if there 
are any future updates.

Regards,
Ivan 
AdWords API Team

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

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


How to download only changed entity from API?

2017-06-07 Thread Dongliang Yu
Hi,

How can I download only changed entity from API?

Say I created 10 keyword 1 month ago, and changed 1 keyword's bid 
yesterday, and I only want to download keywords have change in recent 7 
days so only 1 keyword will be downloaded, is this supported by AdWords API?

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/7616695a-233e-411e-ba43-8383742e8bde%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


invalid_client: The OAuth client was not found

2017-06-07 Thread Rafaella Keyzer
So I've been struggeling getting the adwords api client library for python 
set up.
After finally getting generate_refresh_token.py working, I managed to 
retrieve my refresh token.

However, when trying to make a request to the server I still get a : 'Http 
AccessToken Refresh Error: invalid_client: The OAuth client was not found' 
error.
I tried making new client id's, and tested to see if I'm able to generate 
2auth tokens with my clientId and yes.

I don't know what I'm possibly doing wrong here..please help as I really 
want to move on with my project.
I also have an approved developer token by the way.

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/37d53aef-3f34-4759-a28a-e693018be7ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Network , Device and Demographic Performance Value using API ??

2017-06-07 Thread v
Hi,
 I need to Display Network, YouTube Search and YouTube Videos  Value 
field name using ad words which report type..??

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/425233a5-ef14-4d3d-b9be-bb1a7e016997%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


The OAuth client was not found

2017-06-07 Thread Rafaella Keyzer
So I've been struggeling setting up the Adwords api with the python library.
I finally managed to get generate_refresh_token.py working and retrieved my 
refresh token.

I then pasted the credentials including the refresh token in the 
googleads.yaml file
However, when trying to make a request to the server I still get a "Http 
AccessToken Refresh Error: invalid_client: The OAuth client was not found"
I tried making a new client id etc. I tested if I'm able to generate oauth2 
tokens, and also yes.

What am I possible doing wrong here? I also have an approved developer 
token by the way.

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/af169b6d-bd4c-4ff0-8aad-34b4b9895300%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance problems downloading criteria report via API

2017-06-07 Thread raghu
I am upgrading to version 201705 and I get the below error. I go back to my 
older version of 201702 and I still see the same issue.

googleads.errors.AdWordsReportBadRequestError: Type: 
ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE
Trigger: Unable to create report
Field Path: None

-Raghu

On Wednesday, June 7, 2017 at 12:13:54 AM UTC+5:30, Shwetha Vastrad 
(AdWords API Team) wrote:
>
> Hi All, 
>
> We are aware of the issue and we have implemented a fix. You should no 
> longer be seeing this error. If you see it again, please get back to me. 
>
> 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/6a7977f6-22f9-43ee-a364-0d0d0938927c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why Array?

2017-06-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Yes, that is correct the values that you pass while constructing the 
predicate has to be an array. Please note that the PredicateOperator 

 
could have single operand operations like EQUALS, NOT_EQUALS and multiple 
operand operators like IN, NOT_IN etc. That said, values will have to be an 
array to accommodate the cases where it could have multiple values. 

Let me know if you still have questions. 

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/0228b9f8-5f5c-4ceb-bb49-214631b3e44a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get JSON format from adwords api report

2017-06-07 Thread Rafaella Keyzer


So I'm building an application which has a frontend in React and a backend 
in python (pyramid framework). 

I recently integrated the google adwords api to query custom reports (doing 
this in python). 

I'm able to get a report from the api by making a query. 

However, the response comes either in xml or csv format. The api doesn't 
support json response at the moment.


My question is: how can I get the data to json format and send it back to 
my frontend so I can display it in my webapp?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bc41b8b2-2fc0-4b17-ae49-80dc48ecbb58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Click type totals don't add up

2017-06-07 Thread Justin Coon
Hi,

We download data on click types from the API - when you add up the 
impressions for the click types they do not match what would be expected. 
It appears "Headline" is always correct when taken by itself, but for 
instance the "Phone Calls" segment - when you add those in, that takes you 
past the expected total impressions. There is even a note in the AdWords UI 
about this - 

"*Calls*
The number of clicks on your phone number when your ad is shown on a mobile 
device. This includes clicks on either a phone number in your ad text (in 
the US and UK) or on a call extension. Since some ads may display both a 
display URL and a click-to-call phone number, impression counts for these 
ads may not reconcile within this table."

How should we handle this?

Thanks
Justin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cade4dee-7d63-470d-9c02-1d290b010fe0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT given by CampaignSharedSetService for Video Campaign

2017-06-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dorain, 

I was able to reproduce the error specific to the CampaignSharedSetService. 
It looks like the API documentation of this 

 error 
needs update to address this specific case. I will pass on this information 
to the team and request them to get the docs updated. 

Regarding setting custom URL parameters in a Video Campaign, would you be 
able to share the campaignId, AdGroupId and the AdId in which you were able 
to set the custom URL parameter via the API? I tried this scenario on an 
ExpandedTextAd and it failed with the error 
'OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE' which is 
the expected behavior.

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/37ff878e-ab5f-4f8f-af29-db5f11a58a1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get JSON format from adwords api report

2017-06-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rafaella, 

The supported formats for report download are listed here 
.
 
I'm afraid JSON is not yet supported for report downloads at the moment. 
You need to process the response and convert the downloaded report to JSON 
in your application. 

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/a9b98155-371d-4108-9470-8d5444c350e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to download only changed entity from API?

2017-06-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dongliang, 

Yes, you can make use of the CustomerSyncService 
.
 
It will return all the campaigns irrespective of whether it was changed or 
not. But the response will indicate if there was a change to the specific 
campaign or not. On the other hand the service will only return the AdGroups 
and its criterion which were changed. Please check here 

 for 
details about the response of this service. If there were multiple updates 
performed on the same criterion, the service might not indicate each 
change. The results of this service will however contain that 
AdGroupCriterion indicating that there was some change to that object. You 
can check the sample 

 for 
CustomerSyncService (Java). Samples in other languages can be found here 
. 

Please give it a try and let me know if you have any additional questions.

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/ca03dace-b271-4ec0-9e5a-fb50c086ead3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP Client Library via Composer incomplete?

2017-06-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, 

A new ads php client library was released 

 in 
December 2016. In this library you need construct an API session using the 
AdWordsSessionBuilder.php 

 and 
obtain a service from the ads services factory, specifying the service 
class using ::class 

 after 
it has been imported. It looks like the example you have in your system 
belongs to the old library which has been moved to a deprecated branch 
. Please 
try using the GetCampaigns.php 

 example 
from the master branch and let me know if it works. Please see this upgrading 
guide 
 for 
more details. 

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/73ea08be-ccd9-4a1e-aad5-da57ac93c4c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Click type totals don't add up

2017-06-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Justin, 

The ClickType 

 field 
is used to get the breakdown of how often the ad was served with that click 
type. Since ads can serve with multiple click types displayed, impressions 
may be double counted and the totals may not be accurate. In the summary 
row, you can see that the totals for impression is not returned when the 
ClickType field is included in the report definition. To get the total 
impressions for AdWords entities, you need to remove the ClickType field 
from the report definition. The clicks 

 
metrics on the other hand will match the total number of clicks.

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/a9829d65-0782-46d0-9d4f-21c81d4957d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ServiceAccount not working on new API verson

2017-06-07 Thread Rafael Machado
Hello,

Since my last API update, I'm not able to create an AdWordsUser using a 
ServiceAccount. I get the following error:

 "Looks like your application is not configured to use OAuth2 properly. 
Required OAuth2 parameter ServiceAccountEmail is missing"

But I'm using the "OAuth2ServiceAccountEmail" key on App.config AdWordsApi 
node.

What should I do for the API to acknowledge my ServiceAccountEmail? The 
field is read-only on the AdWordsAppConfig object...

Thanks in advance,
Rafael

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7ca2b1b6-c51c-416f-9568-064375ba1b18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can we pull down Unique Reach using the API yet?

2017-06-07 Thread RR
https://adwords.googleblog.com/2017/03/attention-please-supporting-ad-industry.html

In reference to the above article,I see that the metric "Unique Reach" has 
been added for video ads and we are able to see those metrics in the UI as 
well.I was just wondering if the metric has been added to the newest 
version (v201705) of the Java API yet?
I don't see anything about it in the migration guide or the release 
notes.If not, will it be there is subsequent versions?
Also,is there a reason why that metric sometimes shows up on the UI 
sometimes and doesn't at others?

Please let me know.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/220f7ad8-9a36-4a55-836d-c15f67680aa7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PHP Client Library via Composer incomplete?

2017-06-07 Thread Martin Roettgerding
Hi Shwetha,

Thanks for your reply!

I had already made the upgrade to the new libraries a few months ago. 
However, I don't think the problem is my code as I can't even get the 
official examples to run.

I tried to start from scratch. Here's what I did:

   - I got composer and ran the following from command line:
   - *php composer.phar require googleads/googleads-php-lib*
   - 
   - 
*cat 
   
vendor/googleads/googleads-php-lib/examples/AdWords/v201705/BasicOperations/GetCampaigns.php
 
   *

The result is the example from the old library:
http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * @packageGoogleApiAdsAdWords
 * @subpackage v201705
 * @category   WebServices
 * @copyright  2016, Google Inc. All Rights Reserved.
 * @licensehttp://www.apache.org/licenses/LICENSE-2.0 Apache License,
 * Version 2.0
 */

// Include the initialization file
require_once dirname(dirname(__FILE__)) . '/init.php';

/**
 * Runs the example.
 * @param AdWordsUser $user the user to run the example with
 */
function GetCampaignsExample(AdWordsUser $user) {
  // Get the service, which loads the required classes.
  $campaignService = $user->GetService('CampaignService', ADWORDS_VERSION);

  // Create selector.
  $selector = new Selector();
  $selector->fields = array('Id', 'Name');
  $selector->ordering[] = new OrderBy('Name', 'ASCENDING');

  // Create paging controls.
  $selector->paging = new Paging(0, 
AdWordsConstants::RECOMMENDED_PAGE_SIZE);

  do {
// Make the get request.
$page = $campaignService->get($selector);

// Display results.
if (isset($page->entries)) {
  foreach ($page->entries as $campaign) {
printf("Campaign with name '%s' and ID '%s' was found.\n",
$campaign->name, $campaign->id);
  }
} else {
  print "No campaigns were found.\n";
}

// Advance the paging index.
$selector->paging->startIndex += 
AdWordsConstants::RECOMMENDED_PAGE_SIZE;
  } while ($page->totalNumEntries > $selector->paging->startIndex);
}

// Don't run the example if the file is being included.
if (__FILE__ != realpath($_SERVER['PHP_SELF'])) {
  return;
}

try {
  // Get AdWordsUser from credentials in "../auth.ini"
  // relative to the AdWordsUser.php file's directory.
  $user = new AdWordsUser();

  // Log every SOAP XML request and response.
  $user->LogAll();

  // Run the example.
  GetCampaignsExample($user);
} catch (Exception $e) {
  printf("An error has occurred: %s\n", $e->getMessage());
}

This is apparently not the file from the master branch. But shouldn't *php 
composer.phar require googleads/googleads-php-lib *have gotten me 
everything from the master branch?

Thanks & sorry if I'm just missing something...
Martin




Am Mittwoch, 7. Juni 2017 18:57:20 UTC+2 schrieb Shwetha Vastrad (AdWords 
API Team):
>
> Hi, 
>
> A new ads php client library was released 
> 
>  in 
> December 2016. In this library you need construct an API session using the 
> AdWordsSessionBuilder.php 
> 
>  and 
> obtain a service from the ads services factory, specifying the service 
> class using ::class 
> 
>  after 
> it has been imported. It looks like the example you have in your system 
> belongs to the old library which has been moved to a deprecated branch 
> . Please 
> try using the GetCampaigns.php 
> 
>  example 
> from the master branch and let me know if it works. Please see this upgrading 
> guide 
>  for 
> more details. 
>
> 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/adw

Re: ServiceAccount not working on new API verson

2017-06-07 Thread Rafael Machado
Hello,

I managed to find a document saying that P12 keys are no longer accepted. I 
then created a new JSON Key, but I'm getting a "Bad Data" 
System.Security.Cryptography.CryptographicException...

Thanks,
Rafael

On Wednesday, June 7, 2017 at 4:51:12 PM UTC-3, Rafael Machado wrote:
>
> Hello,
>
> Since my last API update, I'm not able to create an AdWordsUser using a 
> ServiceAccount. I get the following error:
>
>  "Looks like your application is not configured to use OAuth2 properly. 
> Required OAuth2 parameter ServiceAccountEmail is missing"
>
> But I'm using the "OAuth2ServiceAccountEmail" key on App.config AdWordsApi 
> node.
>
> What should I do for the API to acknowledge my ServiceAccountEmail? The 
> field is read-only on the AdWordsAppConfig object...
>
> Thanks in advance,
> Rafael
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e57d678a-017e-4a41-9c6c-7d26d090d463%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance problems downloading criteria report via API

2017-06-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi all,

The team is working on a solution as a top priority. I'll keep you notified 
once I have more updates. 

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/c692a2ca-8bd3-4c49-872e-dff0b172e1e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to download only changed entity from API?

2017-06-07 Thread Dongliang Yu
Thanks Sreelakshmi!

Do you know is there any entity not covered by this service? If just return 
id of changed entity it's ok, but I want to make sure every entity will be 
covered by this service.

On Thursday, June 8, 2017 at 12:57:02 AM UTC+8, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Dongliang, 
>
> Yes, you can make use of the CustomerSyncService 
> .
>  
> It will return all the campaigns irrespective of whether it was changed or 
> not. But the response will indicate if there was a change to the specific 
> campaign or not. On the other hand the service will only return the AdGroups 
> and its criterion which were changed. Please check here 
> 
>  for 
> details about the response of this service. If there were multiple updates 
> performed on the same criterion, the service might not indicate each 
> change. The results of this service will however contain that 
> AdGroupCriterion indicating that there was some change to that object. You 
> can check the sample 
> 
>  for 
> CustomerSyncService (Java). Samples in other languages can be found here 
> . 
>
> Please give it a try and let me know if you have any additional questions.
>
> 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/d4c37477-7cc8-459d-83f8-9e116ddcbf26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SelectorError.INVALID_FIELD_NAME for AdGroupCreativeApprovalStatus (AdGroupAd.ApprovalStatus)

2017-06-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

As mentioned in my previous response, you may get the PolicyApprovalStatus 

 from 
the PolicySummary 

 field. 
Could you retry your request and see if you are already able to retrieve 
the information you require through the mentioned fields?

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/3b279c3e-9ec1-49ab-a41b-fa4d3d25a4df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Network , Device and Demographic Performance Value using API ??

2017-06-07 Thread 'Ivan Bautista' via AdWords API Forum
Hi,

You may filter supported report types 
 by 
network via setting fields AdNetworkType1 

 and AdNetworkType2 

 as 
predicates. Refer to this report definition sample 

 to 
see how predicates are defined in the SOAP request.

In addition, you may filter reports by device via the Device field 
.
 
As for generating reports about demographics performance, you may look into Age 
Range Performance Report 

 and Gender Performance Report 

 or 
check other available report types.

To help you get started with development, here's a sample code 

 for 
generating reports via AdWords API.

Regards,
Ivan
AdWords API Team

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

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


Re: How to get keyword of "AutomaticContent"

2017-06-07 Thread Thao
- many thank for your answer but with DISPLAY_KEYWORD_PERFORMANCE_REPORT 

 
you can't get exact keyword of KeywordId = 306.
- in Adwords 's manager screen select campaign_type = "Display Campaigns", 
select "Ads" -> "Segment" -> "KeyWord/Placement" its show you value "
AutomaticContent".

On Tuesday, May 30, 2017 at 7:55:32 PM UTC+7, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Thao,
>
> The IDs of the form *30X* are for Display Network impressions, as 
> explained in the sections starting here:
>
>
> https://developers.google.com/adwords/api/docs/guides/reporting#keywordid300
>
> If you are interested in the keyword criteria that triggered impressions 
> on the Display Network, I'd recommend the 
> DISPLAY_KEYWORD_PERFORMANCE_REPORT 
> 
>  instead.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, May 30, 2017 at 3:01:32 AM UTC-4, Thao wrote:
>>
>> Hello,
>>
>> I'm using Adwords API for get keyword, this's my step
>>
>> 1. KEYWORDS_PERFORMANCE_REPORT 
>> :
>>  
>>
>> https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report
>> - Selector: "Id", "Criteria" 
>> - Data return in column "Criteria" content value: "AutomaticContent" or 
>> "Content", etc...
>> - "AutomaticContent" with KeywordId = 306 and "Content" with KeywordId 
>> = 300
>> 2. DISPLAY_KEYWORD_PERFORMANCE_REPORT: 
>> https://developers.google.com/adwords/api/docs/appendix/reports/display-keyword-performance-report
>>  
>> 
>> - Selector: "Id", "Criteria.
>> - Data return in column "Criteria" just show keyword for KeywordId = 
>> 300, not for KeywordId = 306.
>>
>> I want to get exactly keyword for KeywordId = 306.
>>
>> Can you give me a hand?
>>
>> Thank you,
>> Thao
>>
>>
>>
>>  
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b973a47e-0750-47b7-b70d-4d4c4ec50277%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Network , Device and Demographic Performance Value using API ??

2017-06-07 Thread v
Hi 

 Thanks for your replyits Working for Network and device Performance 
using CAMPAIGN_PERFORMANCE_REPORT 

 
and ACCOUNT_PERFORMANCE_REPORT 

  Now how to Show Demographic Performance into My Ad words Account ?? so i 
easily get its data value by using any Report type..



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3d94f052-4fd2-4489-9d9b-be9933b260da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdwordsUserListService (v201702)

2017-06-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

Could you confirm if you still require any assistance regarding this issue?

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/f7822e06-9077-473b-b360-4ab8c3c9be89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is there any way to access google adwords data from inactive test account.

2017-06-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

Could you confirm if you still require any assistance regarding this matter?

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/5a29f185-c427-4754-8b51-54aec61d1e52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to get sales from website

2017-06-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi Pinto,

Could you confirm if you still require my assistance with this matter?

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/835c0ed7-5f87-495d-8049-874b349eaad1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can we pull down Unique Reach using the API yet?

2017-06-07 Thread 'Ivan Bautista' via AdWords API Forum
Hi

As per release notes 
,
 
there's no mention of "Unique Reach" metric added in the latest API version 
(201705). You may refer to this table 
 
to 
look for available metrics and fields that can be generated from the 
AdWords API reports. Also, you might want to consider looking at metrics 
available in the Video Performance Report 

.

However, as we can't comment on possible future releases, I suggest that 
you keep an eye on our blog 
 for any 
updates.

As for "Unique Reach" metric showing up intermittently in the AdWords UI, I 
suggest that you raise this to the AdWords Community forum 
 
as 
we can only answer technical questions specific to AdWords API.

Regards,
Ivan
AdWords API Team

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

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


Re: How to add date range Filter dropdown for Adwords all report which data stored into database ?

2017-06-07 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

Could you confirm if you are using the AdWords API? If yes, you may refer 
to our reporting guide 
 on how to 
setup Date ranges 
 
in 
your report definition.

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/e42ab307-776a-4743-bb56-fc60ad5cf002%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ServiceAccount not working on new API verson

2017-06-07 Thread 'Ivan Bautista' via AdWords API Forum
Hi Rafael,

We strongly recommend using installed app flow 

 as 
it is a simpler alternative that achieves similar goal 

 but 
we'll try to assist you with your concern as accurately as possible.

Could you confirm if you were able to follow the necessary steps for 
setting up your service account access 

 to 
generate the JSON key file? In addition, you may refer to this guide 

 for 
configuring your client library with the generated OAuth2 credentials.

Regards,
Ivan 
AdWords API Team

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

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


Which Report type used for get demographic account view data??

2017-06-07 Thread v
Hi,

  I Have get demographic account view data (Male,Female,Unknown) into my ad 
words account..
  But i need its value using Ad words API report type ?? Which report i 
used for get this value with its total click ??

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/76e74147-f152-44b2-ad62-bdf07fc52446%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Network , Device and Demographic Performance Value using API ??

2017-06-07 Thread 'Ivan Bautista' via AdWords API Forum
Hi,

As mentioned earlier, to generate demographics performance via AdWords API 
similar to the Demographics reports 
 
shown 
in the AdWords UI, you may look into Age Range Performance Report 

 and Gender Performance Report 
.
 
In addition, you may also consider generating Parental Status Performance 
Report 

 to 
aggregate statistics at parent status level.

Regards,
Ivan
AdWords API Team

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

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