Re: Can You Use The AdWords API To Access The Ad Preview & Diagnosis Tool?

2018-03-21 Thread syamsoul
it's 2018 now...
Google still not support ad preview??



On Thursday, September 25, 2014 at 4:36:25 AM UTC+8, Robert O'Kruk wrote:
>
> Hello,
>
> I am wondering if you can use the AdWords API to access the data that is 
> provided from the AdWords Ad Preview & Diagnosis Tool?
>
> Any input is greatly appreciated.
>
> 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/8e40e4a5-d8b2-41b1-92a1-92c867d5064d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: sending offline conversions for multiple accounts using python

2018-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Liron,

In order to avoid using multiple OAuth2 credentials and yaml files for each 
of those client accounts under your MCC, I would recommend that you generate 
new OAuth2 credentials 
 using 
an email address that has access to your MCC account. This way, the 
generated OAuth2 credentials would have access to all the client accounts 
under the said MCC's hierarchy. Afterwards, you may then refer to the Parallel 
Report Download 

 example 
and see how you can iterate through the client accounts of your MCC then 
trigger a request for uploading conversions.
This said, this should address your number 3 question.

As for your number 1 and 2 questions, by using the supported client 
libraries of the AdWords API, it will automatically refresh your access 
tokens 

 and 
you will no longer have a need to manually trigger the refresh. I hope this 
helps and feel free to write back if you have any further clarifications.

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/e5db9813-d95b-4c03-9896-6fbe700c21e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem Connecting to the api

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Alex,

The invalid_grant error normally occurs due to expired refreshToken. To 
resolve this issue, you may try to regenerate  
the 
refreshToken and the OAuth2 credentials 
 using 
an email address which currently has access to your AdWords account and 
then retry the request again. 

Should the issue persist, could you provide which email address you used 
when you generate your credentials and your clientCustomerId so I can 
investigate further? Please reply via *R**eply privately to author* with 
your details.

Thanks and regards,
Luis
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/bb510ef2-f224-4bd6-8ce1-5c2719184f27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem with API campaign bid landscape

2018-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Arnaud,

My apologies, however, although the bid landscapes feature mimics that of 
the bid simulator of the AdWords UI, you would not be able to retrieve the 
exact same results using the AdWords API. 

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/53274b8b-2ce6-4d48-bc99-e7e5afc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Fwd: ADGROUP_PERFORMANCE_REPORT showing odd data

2018-03-21 Thread Ken Dan Tinio
-- Forwarded message --
From: Ken Dan Tinio 
Date: Wed, Mar 21, 2018 at 6:06 PM
Subject: Re: ADGROUP_PERFORMANCE_REPORT showing odd data
To: adwordsapiadvisor+luisxan...@google.com


$report = 'ADGROUP_PERFORMANCE_REPORT';
$tableName = 'example_'.$report;
$dateRangeType = 'LAST_6_MONTHS';

$dateRange = [
// 'min' => '20180101',
// 'max' => '20180107',
];

$fields = [
'CpcBid',
'AccountDescriptiveName',
'ExternalCustomerId',
'AdGroupId',
'CampaignId',
'Device',
'AdGroupDesktopBidModifier',
'AdGroupTabletBidModifier',
'AdGroupMobileBidModifier',
'AverageCost',
'Clicks',
'Conversions',
'Cost',
'Date',
];

On Wed, Mar 21, 2018 at 5:51 PM, 'Luis Xander Talag (AdWords API Team)' via
AdWords API Forum  wrote:

> Hi Ken,
>
> To further investigate this, could you provide the complete report
> definition
> 
>  for
> this report as well as your client customer id? Please reply via *Reply
> privately to author*.
>
> Thanks and regards,
> Luis
> 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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/to
> pic/adwords-api/bxzl1ApMewo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/adwords-api/71a12b93-0431-4af6-ba61-661deb4b1344%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

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


Problem with API campaign bid landscape

2018-03-21 Thread Arnaud Fouchet


Hello,


When I request the campaign bid landscape, by the API DataService, I get 
numbers (a) very different from the bid simulation in the Adwords website 
and (b) that looks utterly wrong.


Here is an example :

for campaign_id: "827830943"

I use the "DataService".getCampaignCriterionBidLandscape

I get, for a bid modifier of 1.0 (+0%) totalLocalClick of 16 900

whereas, in the past week, I received 15 700 clicks (and, in the website 
simulation, I get  15 700 for a bid modifier of 1.0)

Can you explain to me how do I get the same numbers as the website 
simulation ?

P.S. : Here is the "selector" that I use in the 
DataService.getCampaignCriterionBidLandscape
"""
selector = {
 'fields': ['CampaignId', 'StartDate', 'EndDate',
'BidModifier', 'LocalClicks', 'LocalCost', 
'LocalImpressions',
'TotalLocalClicks', 'TotalLocalCost', 
'TotalLocalImpressions',
'RequiredBudget'],
  'predicates': [{
 'field': 'CampaignId', 'operator': 'EQUALS', 'values': "827830943"
 }]
}
"""

Hello,


When I request the campaign bid landscape, by the campaign service, I get 
numbers (a) very different from the bid simulation in the Adwords website 
and (b) that looks utterly wrong.


Here is an example :
For customer_id: "3883450080"
and campaign_id: "827830943"

I use the "DataService".getCampaignCriterionBidLandscape

I get, for a bid modifier of 1.0 (+0%) totalLocalClick of 16 900

whereas, in the past week, I received 15 700 clicks (and, in the website 
simulation, I get  15 700 for a bid modifier of 1.0)

Can you explain to me how do I get the same numbers as the website 
simulation ?

P.S. : Here is the "selector" that I use in the 
DataService.getCampaignCriterionBidLandscape
"""
selector = {
 'fields': ['CampaignId', 'StartDate', 'EndDate',
'BidModifier', 'LocalClicks', 'LocalCost', 
'LocalImpressions',
'TotalLocalClicks', 'TotalLocalCost', 
'TotalLocalImpressions',
'RequiredBudget'],
  'predicates': [{
 'field': 'CampaignId', 'operator': 'EQUALS', 'values': "827830943"
 }]
}
"""

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/42c41580-d87a-4990-a812-7876b4863482%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Problem Connecting to the api

2018-03-21 Thread Alexander Meis
HI,
i run the googleads-php-lib, i set up the api credentiials like in the 
tutorial but on executing it got this error

2018/03/21 17:18:35 [error] 9367#0: *59204 FastCGI sent in stderr: "PHP 
message: PHP Fatal error:  Uncaught GuzzleHttp\Exception\ClientException: 
Client error: `POST https://www.googleapis.com/oauth2/v4/token` resulted in 
a `400 Bad Request` response:
{
 "error": "invalid_grant",
 "error_description": "Bad Request"
}

can someone tell me how to fix this issue?

Thanks

Best regards,
Alex

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a7830df2-a23c-4a56-a656-9c6991d0c536%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


sending offline conversions for multiple accounts using python

2018-03-21 Thread BIP
Hi,

We're using the same developer token and refresh token for multiple 
services in the company. This time, we're sending offline conversions 
(client.GetService('OfflineConversionFeedService', version='v201802')) to 
multiple accounts under the same MCC account. 
So, running some tests, we were able to successfully upload conversions to 
a specific account using authentication with yaml file:
adwords_client = adwords.AdWordsClient.LoadFromStorage()

However, since our daily operations will include sending conversions to 
several accounts, we wouldn't like to have to hold many yaml files...

Going over the forum, we found a workaround 
(https://groups.google.com/forum/#!msg/adwords-api/ksKHY7xUxiQ/M80f-uHQKQAJ) 
- that suggests to not use the LoadFromStorage(), but rather use:
adwords_client = adwords.AdWordsClient( developer_token, oauth2_client, 
user_agent, client_customer_id)

I'm not sure if this solution fits our offline needs, which is basically to 
avoid generate a new refresh_token/access_token each time we attempt to 
authenticate. We can't refresh the refresh_token, since other internal 
applications are using this same refresh_token.

I've looked everywhere in the forum and documentation and wasn't able to 
find a suitable answer to this situation. 

Questions:
1. Is my assumption that the oauth2_client refreshes the refresh_token 
correct? 
2. Can we use adwords.AdWordsClient without having the refresh anything? 
just pass it any of the following?: developer_token, client_customer_id, 
client_id, client_secret, refresh_token
3. Can you suggest an alternative solution? so we don't have to use 
multiple yaml files, or refresh the refresh_token.. And of course, that we 
can implement using Python.


Thanks in advance!
Liron

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/77acdcf6-150b-4494-b706-dfec1defdb28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Since your question is about the AdWords product in general than the API, 
could you please post this question on the Advertisers community forum 
?
 
The experts there are better equipped to address your question. I believe 
what you are trying to achieve is not supported in AdWords. I found this 
post 

 on 
the product forum which might be helpful for you. If this is possible via 
UI, you can share the details and we can help you understand how to do the 
same 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/d57136e0-7602-496b-b8df-41d946e2825f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I have a devloper token do I need to get a refresh token from a specific user

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi John,

You could use the client Id and client secret of any login. The access to 
accounts would depend on who authorizes the API call. While generating the 
refresh token, if the manager authorizes the call (generated authorization 
code by logging in as the manager and accepting the manual prompt), you 
will be able to use that set of OAuth credentials to make API calls against 
the MCC account and all client accounts in that hierarchy. On the other 
hand, if you only need access to a specific account via API, you can login 
as that user while generating the authorization code and use the refresh 
token generated in that flow instead. Please check here 

 for 
more clarity. Let me know if you have any additional questions. 

Based on against which account you like to make the API call, you will need 
to change the client customer Id in your request header.

Thanks,
Milind, 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/09a55562-4c13-448b-916f-18579dbb42dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting user permission(read/write) information from adwords api

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Adil,

I am afraid, you will not be able to get the access levels (read only, 
admin etc.,) of a user associated with an AdWords account using the AdWords 
API. You will need to get this information from the AdWords UI. Let me know 
if you have further questions.

Thanks,
Milind, 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/d2b91614-10a7-44f1-b058-67a504be7054%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New Adwords API requires php 5.5.9 - my system is based on 5.4.45

2018-03-21 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Andrew,

I completely understand your concern. For using the latest version v33.1.0 
of client PHP library in Prod you would need PHP version 5.5.9 or higher as 
specified in the composer.json file available in this 
 
section 
of the guide. Also, as you might be already aware, 5.4 and 5.5 versions of 
PHP have already reached End Of Life  
which 
may be the reason we are asked to move to higher versions. Please let me 
know if you have further questions.

Regards,
Dhanya, 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/13475970-d768-44c8-ade5-637e11625663%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API migration, detect requests source

2018-03-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Nicolò,

I just checked requests for the developer token you sent to Dhanya, and I 
still see v201708 reporting and TargetingIdeaService requests as recently 
as yesterday.

Thanks,
Josh, AdWords API Team

On Wednesday, March 21, 2018 at 12:08:52 PM UTC-4, Dhanya Sundararaju 
(AdWords API Team) wrote:
>
> Hi Nicolò,
>
> Yes, thanks for the information. I will update you as soon as we find out.
>
> Regards,
> Dhanya, 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/f03d5e1a-6470-428b-818d-bdbd64f94026%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why the display name of Criteria Performance Report ID is Keyword ID?

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

You are right, the Id 

 field 
in Criteria Performance Report 

 will 
return the Id corresponding to any criteria that triggered the ad, not just 
keywords. However, the display name will be "Keyword ID" in the reports. 
This behavior is documented in the linked guide for better clarity. 
Unfortunately, I cannot comment on why it has the display name as Keyword 
ID. As you observed, you could include CriteriaType 

 in 
your report definition to get the type of criteria that Id corresponds to. 

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/a68f5ac7-5e62-4d2f-bd7a-e1e86c3ec424%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Trying to send AdWords invitation [php]

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi,

The NOT_AUTHORIZED 

 error 
occurs when the user authenticating the request is not authorized to 
perform this operation. Only users with Administrative access 
 can accept and reject 
manager account link requests. Could you check the access level of the 
email address used to generate the refresh token? If you still encounter 
the error with an administrative access, please enable logging 
 and provide the 
SOAP request and response logs along with the email address used to 
generate the refresh token and I'll take a look. Please use *Reply 
privately to author* to share the details. 
You could use ManagedCustomerService.mutateLink 
()
 
API to accept the pending invitation, please check this guide 

 for 
more information. You could also refer sample code in this guide 

. 

Thanks,
Milind, 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/87e06ba0-208d-4ff3-b9b4-e3b21f427e9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Multiple user in one customer id

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mark, 

Same or different users can make parallel calls to the same account. 
However, if the number of calls issued against a single account exceeds a 
limit in a short duration of time, you will encounter rate limit error with 
ACCOUNT scope. To read more about rate limit errors please check this 

 guide. 
If you encounter the rate limit error, you will need to wait for the time 
specified in *retryAfterSeconds* before you make any new API calls. It's 
recommended to set a reasonable upper bound for the total number of 
concurrent threads that are going to make requests (across all processes 
and machines), and adjust upward from there to optimize your throughput 
without exceeding the rate limit. You can find the best practices guide here 
.
 
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/d9169ef7-7fe0-4a96-8c5a-f47fef509d32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issue getting a TargetingIdeaService instance in v201802

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Hari, 

Glad that you were able to fix the issue.

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/1d740227-96b8-4fa1-8ac0-f724ba050a0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API migration, detect requests source

2018-03-21 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Nicolò,

Yes, thanks for the information. I will update you as soon as we find out.

Regards,
Dhanya, 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/b1326641-f440-4a6b-b2ad-2a3c23f60f6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Accessing inactive AdWords Accounts

2018-03-21 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Stefano,

Please see my answer inline below:

1. after the account is canceled and reactivated will be automatically 
canceled again? and if yes after how many days/months?
*The reactivated account wont be cancel automatically. It will cancel only 
if the **AdWords account reaches 15 months without any spend or cancel 
manually.*

Let me know if you have further questions. 

Thanks,
Milind, 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/46c783d4-a768-40c7-bf5a-503055376fc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Why the display name of Criteria Performance Report ID is Keyword ID?

2018-03-21 Thread SP
Hello,

I would like to know why the display name of Criteria Performance Report ID 
is Keyword ID?
As there is other field available criteria type and we can receive 
different criterions I don't understand why the ID is called keyword id 
when (I think) is criterion id.

with your anser I will understand better this report.

Thank you very much.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d0df9797-a554-4e21-87c1-fce20522ad92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Multiple user in one customer id

2018-03-21 Thread Mark Anthony Gutierrez
Is it okay to use one client_customer_id to many users requesting at the 
same time?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dc263047-c296-4240-9579-51d99774a96a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Ron, Raneen,

In my previous post, I mistakenly said that the list of errors I provided 
was for Raneen, but I just realized that they were actually for you, Ron. 
Sorry about that!

*Ron*, could you check out my previous post and the questions/items I 
highlighted there?

Thanks,
Josh, AdWords API Team

On Wednesday, March 21, 2018 at 6:18:17 AM UTC-4, Ronald Findling wrote:
>
> Hi Sreelakshmi,
> sorry, I somehow mixed up versions here -- we are actually using `
> com.google.api.ads.adwords.axis.v201710`
>
>
> Am Dienstag, 20. März 2018 20:06:14 UTC+1 schrieb Sreelakshmi Sasidharan 
> (AdWords API Team):
>>
>> Hi Ron, 
>>
>> The V201702 version of the API is deprecated and all calls made to this 
>> version of the API will return an error. v201802 
>> 
>>  is 
>> the most recent version of the API currently available. We strongly 
>> recommend that you migrate to this version. For future reference, please 
>> find the deprecation schedule 
>>  for 
>> various API versions. The resources given below might be helpful for you in 
>> migration: 
>>
>>- v201802 migration guide 
>>
>>- v201710 migration guide 
>>
>>- v201708 migration guide 
>> 
>> (useful 
>>if you are migrating from v201705)
>>- Release notes 
>>
>>
>> You could follow our Google Ads Developer blog 
>>  or 
>> the AdWords API Announcements forum 
>>  to 
>> make sure that you are not missing any announcements about the API in the 
>> future. Please let me know if you have any further 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/c7249dd2-b47b-49fb-8af9-61d99595ee89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread Ketil Keiseraas
The issue is about multiple exit URLs and not Final URLs :)


onsdag 21. mars 2018 10.46.13 UTC+1 skrev Ketil Keiseraas følgende:
>
> Hi!
>
> We have startet using upgraded URLs and its working fine for one single 
> product ad.
> But we have developed html5 banners with more than one product so how can 
> we trigger different final URLs based on what product the customer clicked 
> on?
> All products images and files are included in the zip.
>
> We are avare dynamic ads and ad templates but our customers have wery 
> specific layout demands and we like to be able to quickly change and adjust 
> the layout.
>
> Is it any way to do this?
>
> Ketil
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d02bf3b8-31bf-44ce-979d-eedf2bb53e78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


I have a devloper token do I need to get a refresh token from a specific user

2018-03-21 Thread trancezonale
Hello,

I have gotten a google basic token from my manager account, now I want to 
fetch adwords reports for a specific account connected to my manager 
account. 

QUESTION: Which client ID and client secret should I use them from manager 
account or the account that I want to read the reports from ? Also specific 
client that I want to read the ads for do I need to make get a refresh 
token from ? This is so confusing. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5247c33d-8c79-445b-9a5d-982dffcff708%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Getting user permission(read/write) information from adwords api

2018-03-21 Thread adil hussain


How do I get to know the access permissions of a user account in adwords 
for updating a campaign without actually making a call to update method.

When I call the update method ie adwords_api.service(:CampaignService, 
v201710).mutate([operation])


I get an error OperationAccessDenied.ACTION_NOT_PERMITTEDwhich means the 
user for which I am trying to create a campaign doesn't has required 
permission.


I would like to know the same without actually calling the mutate() method. 
I am looking for something like adwords_api.user_permissions


I searched the google adwords api 
 extensively for 
knowing if a user has update permissions on his/her token via api call.


I wan't to check the same first before actually calling the update method 
ie mutate() method of adwords.

Any help would be highly appreciated. 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/cc8516af-76d2-492c-b08b-3eb852e7fbea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad group label filter for ad performance report

2018-03-21 Thread harish.padmakar via AdWords API Forum
Sorry I did not look at CriterionId.. Thanks a lot Vincent!

On Wednesday, 21 March 2018 12:33:26 UTC+5:30, Vincent Racaza (AdWords API 
Team) wrote:
>
> Hi,
>
> I am a teammate of Bharani and will provide support to you as she is OOO.
>
> Yes, the "Keyword/Placement" segment is available in the old AdWords UI 
> view for the ads level report. However, for the AdWords API, this segment 
> is currently not supported. You can only segment by CriterionId 
> 
>  (will 
> return any criteria that triggered the ad), however, adding this field 
> will require you to set the includeZeroImpressions=false since this field 
> does not support zero impressions
>
> Furthermore, if you have other clarifications, I suggest to create a new 
> forum thread so we can better track your new concern.
>
> Thanks,
> Vincent
> AdWords API Team
>

-- 


This email may contain confidential and privileged information for the sole use 
of the intended recipient. Any review or distribution by others is strictly 
prohibited. If you are not the intended recipient, please reply back to the 
sender about the error and delete all copies of this email message. Thank you.

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

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


Re: API migration, detect requests source

2018-03-21 Thread nicolò Cozzani
i replied with the information, did you received it? thanks

Il giorno martedì 20 marzo 2018 20:52:13 UTC+1, Dhanya Sundararaju (AdWords 
API Team) ha scritto:
>
> Hi Nicolò,
>
> Could you please *reply privately to author* with your MCC id and 
> Developer token, so that we can pull up your API calls being made to 
> v201705 and v201708?
>
> Regards,
> Dhanya, 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/2e6529ee-2a9d-42fb-98d0-a65e44abe3e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issue getting a TargetingIdeaService instance in v201802

2018-03-21 Thread hari . patel
Hi Sreelakshmi, thank you for responding so promptly. I was actually 
manually removing the old Jars and adding the new ones in my IDE, and it 
looks like I mistakenly left one of the old dependencies in there. I 
deleted all of the Jars from my project library and added back the ones for 
the new version, and I'm able to get a TargetingIdeaService instance now. 
Definitely was flummoxed by the error I got; thanks for catching that 
mistake! 

On Monday, March 19, 2018 at 11:32:24 AM UTC-5, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Hari, 
>
> I was able to upgrade to the V201802 version of the API using the Java 
> client library and use the TargetingIdeaService without any issues. Could 
> you please confirm if you are using the latest version (
> googleads-java-lib-v3.12.0 
> ) of 
> the Java client library? Also, how did you update to the latest version? 
> From the error message, it looks like the library upgrade was not 
> successful. You could either use the Jars with examples or maven with 
> examples from the client library github. Are you able to make API calls to 
> other API services without issues? 
>
> 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/1d3de177-2731-4991-9d8a-23f2c5bc7ee5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-21 Thread Ronald Findling
Hi Sreelakshmi,
sorry, I somehow mixed up versions here -- we are actually using `
com.google.api.ads.adwords.axis.v201710`


Am Dienstag, 20. März 2018 20:06:14 UTC+1 schrieb Sreelakshmi Sasidharan 
(AdWords API Team):
>
> Hi Ron, 
>
> The V201702 version of the API is deprecated and all calls made to this 
> version of the API will return an error. v201802 
> 
>  is 
> the most recent version of the API currently available. We strongly 
> recommend that you migrate to this version. For future reference, please 
> find the deprecation schedule 
>  for various 
> API versions. The resources given below might be helpful for you in 
> migration: 
>
>- v201802 migration guide 
>
>- v201710 migration guide 
>
>- v201708 migration guide 
> 
> (useful 
>if you are migrating from v201705)
>- Release notes 
>
>
> You could follow our Google Ads Developer blog 
>  or the 
> AdWords 
> API Announcements forum 
>  to 
> make sure that you are not missing any announcements about the API in the 
> future. Please let me know if you have any further 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/b8d425f6-a4de-444c-9c5a-2ef4a8d72299%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


New Adwords API requires php 5.5.9 - my system is based on 5.4.45

2018-03-21 Thread SingDst
Hi Google Team,

What can I do if my whole system is based on php 5.4.45 and Adwords API 
integration was based on older versions.
Now you changed your requirments for minimum of php (which is not connected 
with changes on your side) and we will lost our whole integration.

We CANNOT change our system to newer php because is based on framework and 
it works only on php 5.4, our big system developed in 6 years cannot be 
changed because of you. This is impossible.

Can you show me a way to have adwords integration working with my system, I 
cannot see support for older php versions :(

Best Regards,
Andrew

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d111d367-d880-47ab-b75f-600816db8b07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ADGROUP_PERFORMANCE_REPORT showing odd data

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Ken,

To further investigate this, could you provide the complete report 
definition 

 for 
this report as well as your client customer id? Please reply via *Reply 
privately to author*.

Thanks and regards,
Luis
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/71a12b93-0431-4af6-ba61-661deb4b1344%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Trying to send AdWords invitation [php]

2018-03-21 Thread Best Dev
Hello,

I can send an invitation to the customer account using Manager account.

but at this moment, I am not sure how I can accept pending invitation. I 
used Oauth2 and can get Access token. 

I am struggling to accept the invitation but I am still getting 
[ManagedCustomerServiceError.NOT_AUTHORIZED 
@ operations[0]] error.

Any help would be appreciated.

Could you guide me in the right direction?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cd608010-4f7c-4fd8-94d8-5dbf17377d53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread Ketil Keiseraas
Hi!

We have startet using upgraded URLs and its working fine for one single 
product ad.
But we have developed html5 banners with more than one product so how can 
we trigger different final URLs based on what product the customer clicked 
on?
All products images and files are included in the zip.

We are avare dynamic ads and ad templates but our customers have wery 
specific layout demands and we like to be able to quickly change and adjust 
the layout.

Is it any way to do this?

Ketil

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f710c764-5f74-448b-bdef-16ce5aa6964a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Question on device level bid-modifiers showing up on API pull

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Tirtha,

Yes, that is the expected behavior. Since the Adgroup Performance Report 

 is 
based on the ad group level, you will only get the values of the fields and 
metrics from this report at the ad group level. Although in UI if you set 
the bid modifier at the campaign level, all your ad groups under your 
campaign will inherit the value of your bid modifier if you did not specify 
at the ad group level. However in report, you will only retrieve the 
specific bid modifier at the level where you set it.

Thanks and regards,
Luis
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/1b3779b3-af5b-4057-8b4d-1ee8405f5546%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ADGROUP_PERFORMANCE_REPORT showing odd data

2018-03-21 Thread Ken Dan Tinio



This is an ADGROUP_PERFORMANCE_REPORT and I am wondering why there is an 
AdGroupMobileBidModifier 10% in Device Computers


Should it be in AdGroupDesktopBidModifier?




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d44a9fca-c0bb-4d85-a960-2d0618a43633%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Accessing inactive AdWords Accounts

2018-03-21 Thread Stefano Fontana
Thanks for the answer Milind.

I have one last question that is: after the account is canceled and 
reactivated will be automatically canceled again? and if yes after how many 
days/months?
Unlike the my first question that is answer by literally the first point in 
the blog post I believe there is no answer to this last question :)

Cheers


On Tuesday, March 20, 2018 at 8:01:41 PM UTC+1, Milind Sankeshware (AdWords 
API Team) wrote:
>
> Hi Stefano,
>
> Please see my answers *inline* below.
>
> 1. I don't see any field indicating the account status here 
> https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201802-ManagedCustomerService
>  
> Will this service keep returning inactive accounts?
> If yes, does this mean that the only way to find whether an account is 
> inactive is by trying to access it (and fail)?
> Would be nice to know in advance whether a given account is inactive or 
> having the possibility of excluding in a predicate.
> *Get requests for ManagedCustomerService 
> 
>  will 
> no longer return the cancelled account. In AdWords UI, you can show 
> canceled accounts by adjusting the filter in the upper left corner. Please 
> check blog 
> 
>  for 
> more information. *
>
> 2. Is historical data lost when an account is deactivated? If I activate 
> it again will I be able to fetch the same data via the API?
> *All historical data and pre-existing account structure will remain 
> unchanged. The account will be still accessible in the Front End and all 
> the historical data can be accessed. Once the account is reinstated then it 
> can be used normally via AdWords API.*
>
> Let me know if you have further questions.
>
> Thanks,
> Milind, 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/f8e8200c-ebe6-4e7f-9aee-ad8e99a69d7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad group label filter for ad performance report

2018-03-21 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi,

I am a teammate of Bharani and will provide support to you as she is OOO.

Yes, the "Keyword/Placement" segment is available in the old AdWords UI 
view for the ads level report. However, for the AdWords API, this segment 
is currently not supported. You can only segment by CriterionId 

 (will 
return any criteria that triggered the ad), however, adding this field will 
require you to set the includeZeroImpressions=false since this field does 
not support zero impressions

Furthermore, if you have other clarifications, I suggest to create a new 
forum thread so we can better track your new concern.

Thanks,
Vincent
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/f4e55c94-7b76-4334-98ec-7c011578846b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adword Conversion tracking

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Sunny,

The status "No recent conversions" means that the system sees your 
conversion tag but haven't recorded any conversions in the last 7 days. 
This is most likely because you don't have any ads sending people to the 
page where you installed your tag. Make sure your campaigns are all 
running, and that people clicking on your ads are taken to the right 
webpage. Also, depending on the type of conversion tracker 

 you 
created, you will either have the conversions immediately reflect in the 
AdWords UI or you would be required to upload them using an AdWords API 
service. You may check this guide 
 for 
more information regarding this.

Thanks and regards,
Luis
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/391a883c-5103-4aca-9b2a-e9b90811e6d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Accessing AdWords API from an AdWords script

2018-03-21 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Peter,

My apologies as I could not comment on what you wish to achieve. However, 
from the AdWords API perspective, we do not support the integration of 
AdWords API and AdWords Scripts (as they are on totally different 
platforms), nor do we support the use of JavaScript as an additional 
platform to the client library that you might already be using. Since this 
are all the client libraries 
 that we 
support, I'm afraid we do not support calling AdWords API services using 
Javascript. Additionally, since the *Bulk operations -> Scripts* page is 
using the AdWordsApp class, then this is different platform.

Regards,
Luis
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/628f0157-c738-4e14-adc5-df32982549f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.