OperationAccessDenied.ACTION_NOT_PERMITTED

2017-11-12 Thread Ryan
Hi everyone,

We have Basic access API key and we are trying to send an offline 
conversion using 

Google\AdsApi\AdWords\v201705\cm\OfflineConversionFeedService

but we get an error code 

OperationAccessDenied.ACTION_NOT_PERMITTED

When we do other operations (e.g. get list of campaigns and their daily 
budgets, we don't get any errors and everything seems to work fine).

Any idea why we would get this error? Are we not supposed to be able to 
send offline conversions with our Basic Access?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/49553410-1a0b-428d-9552-360a866bbdb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to create accounts in Test MCC

2017-11-12 Thread Igor Schut
Hi there,

So, we have a Test MCC account (we can see this big red "this is a test 
account" at the top of our screen) and we've been using this for some time 
now. Unfortunately we encountered the issue where we cant create new 
accounts, we get the error message "The manager cannot create more client 
accounts".

Anyone having the same issues? Cant seem to find a solution for this.

Our test mcc ID is 285-376-1600.

Thanks,
Igor

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9bdb6f5d-58fb-4797-8599-faa6f836b7c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Importing data from Adwords API to Excel

2017-11-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Chris,

My apologies as I can not comment on the other API that you mentioned as it 
is out of scope for our team. As for AdWords API, you can use the Keywords 
Performance Report 

 to 
get your keywords data. You can then check these reporting examples 
 (in 
Java, also available to other languages that we support) on how to download 
the report data into CSV, CSVFOREXCEL and other types. Currently, the excel 
format (XLS or XLSX) is not supported.

Let me know if you have further clarifications.

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/f149dada-401f-4798-b7ef-878facfea5dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API throwing DetailedReportDownloadResponseException with 400 Response code.

2017-11-12 Thread nihit
I am trying to run awql query using adwords api. 

Query:- SELECT CampaignId, Date, Clicks, Impressions, VideoQuartile25Rate, 
VideoQuartile50Rate, VideoQuartile75Rate, VideoQuartile100Rate, VideoViews 
FROM CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignId =  DURING 
20171107, 20171109

When I am running this query api is, sometimes responding with 400 response 
and sometimes running normally. I am not able to debug this weird 
behaviour. I have basic access token which allows for 1 api calls and 
1000 report downloads.

This is the stack trace:

com.google.api.ads.adwords.lib.utils.v201710.DetailedReportDownloadResponseException:
 
400
at 
com.google.api.ads.adwords.lib.utils.v201710.DetailedReportDownloadResponseException$Builder.build(DetailedReportDownloadResponseException.java:35)
at 
com.google.api.ads.adwords.lib.utils.AdHocReportDownloadHelperImpl.handleResponse(AdHocReportDownloadHelperImpl.java:117)
at 
com.google.api.ads.adwords.lib.utils.AdHocReportDownloadHelperImpl.downloadReport(AdHocReportDownloadHelperImpl.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
com.google.api.ads.common.lib.utils.AdsUtilityInvocationHandler.handleInvocation(AdsUtilityInvocationHandler.java:46)
at 
com.google.common.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:84)
at com.sun.proxy.$Proxy38.downloadReport(Unknown Source)
at 
com.google.api.ads.adwords.lib.utils.AdHocReportDownloadHelper.downloadReport(AdHocReportDownloadHelper.java:46)
at 
com.google.api.ads.adwords.lib.utils.v201710.ReportDownloader.downloadReport(ReportDownloader.java:73)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dc6f4fed-1cbb-414c-8ae0-831c90b46e4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Performance Report from Google Adwords

2017-11-12 Thread vijay kumar
Hi,am new to google adwords integration in php.after downloading google 
library using composer i configured client_id, client_secret and 
refreshToken in adsapi_php.ini file and i went through to run 
DownloadCriteriaReportWithAwql.php 
file to download adwords report. but i get  following error in composer

Error:
Client error: `POST 
https://adwords.google.com/api/adwords/reportdownload/v20171
0` resulted in a `400 Bad Request` response

PHP Fatal error:  Uncaught Google\AdsApi\AdWords\v201710\cm\ApiException: 
Detail
s: [fieldPath: selector.reportDefinition; trigger: ; errorString: 
ReportDefiniti
onError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH] in 
D:\Adwords\googleads-php-lib\s
rc\Google\AdsApi\AdWords\Reporting\v201710\ReportDownloader.php:169


can anyone please guide me to overcome from this issue?

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

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


Importing data from Adwords API to Excel

2017-11-12 Thread Chris Lawhorn


down votefavorite 


I'd like to find a way to import keyword search volume into Excel.

Currently, I'm using Grepwords API with this function:

=WEBSERVICE(
http://api.grepwords.com/lookup?apikey=XXXAPIKEYXXX&q=taco%20bell)

This imports a whole page of information to Excel.

Is there a way to perform the same task--albeit using the Adwords API 
instead of Grepwords?

If so, can someone provide an example of what that URL would look like? 
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/e7e3318d-d2e0-4818-8860-d4251b2b1481%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Invite client accounts for read-only access

2017-11-12 Thread 'Peter Oliquino' via AdWords API Forum
Hi Michael,

Once you have been invited and you have accepted it, you can then proceed 
with generating your OAuth2 credentials 
 using 
the same email address which was invited for access. Using an approved 
developer token along with the credentials you created, you may then be 
able to access the client account(s) which you have been given access to.

You may also refer to this discussion 
 for 
more information on the access granted to users via the AdWords UI (email 
invite).

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/811b26b1-e80f-468d-9767-9adc8e8359b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.