Hi,

         I am using Adword Api for managing my MCC account. I am taking 
report for each account under the MCC account.  I am using PHP library .  I 
get an 'AuthorizationError.USER_PERMISSION_DENIED' error while downloading 
the report. But with the same credentials , I am able to get campaign for 
the accounts . 
Please help me to find the solution. Even after giving $user->LogAll(); , I 
am not getting soap_xml.log . I am getting report_download.log , it is 
attached here with . 

Thank you in Advance

Deepa Varma. R

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/a773b6a6-ad5f-46c1-a5d6-aa80c5fa349a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[Mar 09 2016 13:23:55.000000 - ERROR] POST /api/adwords/reportdownload/v201506 
HTTP/1.1
User-Agent: curl, gzip
Host: adwords.google.com
Accept: */*
Accept-Encoding: gzip
Authorization: Bearer 
ya29.oAIie2laobpyZ8UZwNuBeglznGDNV0sSazhFh1xJq3o0pYDjKl26hbtDq4yuWacL2JpYsH0
developerToken: XXXXXXXXXXXXXXXX
clientCustomerId: 2570035894
Content-Length: 997
Expect: 100-continue
Content-Type: multipart/form-data; 
boundary=------------------------902089415c3ab421

Parameters:
__rdxml: <?xml version="1.0"?>
<reportDefinition>
  <selector>
    <fields>Impressions</fields>
    <fields>Clicks</fields>
    <fields>Cost</fields>
    <fields>Ctr</fields>
    <fields>AverageCpc</fields>
    <fields>ClickConversionRate</fields>
    <fields>ConvertedClicks</fields>
    <fields>CostPerConvertedClick</fields>
    <fields>ConversionValue</fields>
    <fields>SearchImpressionShare</fields>
    <fields>Month</fields>
    <fields>EstimatedTotalConversions</fields>
    <dateRange>
      <min>20160201</min>
      <max>20160308</max>
    </dateRange>
  </selector>
  <reportName>ACCOUNT_PERFORMANCE_REPORT #56e023e341a83</reportName>
  <reportType>ACCOUNT_PERFORMANCE_REPORT</reportType>
  <dateRangeType>CUSTOM_DATE</dateRangeType>
  <downloadFormat>CSV</downloadFormat>
  <includeZeroImpressions>false</includeZeroImpressions>
</reportDefinition>

Response Code: 400
Error Message: Report download failed. Underlying errors are 
Type = 'AuthorizationError.USER_PERMISSION_DENIED', Trigger = '<null>', 
FieldPath = ''. 

Reply via email to