Internal API error with ServicedAccountService v201101

2011-06-29 Thread MT
I'm getting internal API errors on queries to ServicedAccountService
v201101 that used to work fine. These occur when the authToken is
owned by an MCC (not when authenticating with client accounts). The
request is:

?xml version='1.0' encoding='utf-8'?
soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
soap:Header
RequestHeader 
xmlns='https://adwords.google.com/api/adwords/mcm/
v201101' xmlns:cm='https://adwords.google.com/api/adwords/cm/v201101'
cm:authTokenXXX/cm:authToken
cm:developerToken/cm:developerToken
cm:userAgent/cm:userAgent
/RequestHeader
/soap:Header
soap:Body
get xmlns='https://adwords.google.com/api/adwords/mcm/v201101'
selector
enablePagingfalse/enablePaging
/selector
/get
/soap:Body
/soap:Envelope




and the response:

soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
soap:Body
soap:Fault
faultcodesoap:Server/faultcode

faultstringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
[Ljava.lang.StackTraceElement;@1b45c7a/faultstring
detail
ApiExceptionFault 
xmlns=https://adwords.google.com/api/adwords/
mcm/v201101 xmlns:ns2=https://adwords.google.com/api/adwords/cm/
v201101

ns2:messageInternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
[Ljava.lang.StackTraceElement;@1b45c7a/ns2:message

ns2:ApplicationException.TypeApiException/
ns2:ApplicationException.Type
ns2:errors 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:type=ns2:InternalApiError
ns2:fieldPath/ns2:fieldPath
ns2:trigger/ns2:trigger

ns2:errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/
ns2:errorString

ns2:ApiError.TypeInternalApiError/ns2:ApiError.Type

ns2:reasonUNEXPECTED_INTERNAL_API_ERROR/ns2:reason
/ns2:errors
/ApiExceptionFault
/detail
/soap:Fault
/soap:Body
/soap:Envelope

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


i need help 201101 - wdsl

2011-06-29 Thread intswe-goo...@internet-mit-iq.de
hi,
I have used the Apility class for PHP to retrieve information from Google. 
(API 13 v)
Now I switched to version 201101 and use the aw_api_php_lib_2.5.1

I noticed that I must now write the WSDL yourself again, because the 
standard reports do not give up what I need.
Also, many field names have changed.

How can I now write with my own aw_api_php_lib_2.5.1 WSDL file, and retrieve 
this data?

Can I as a help?

Timo

---


hi,
ich habe bisher die Apility Klasse für PHP genutzt um Informationen von 
Google abzurufen. (API v 13)
Nun bin ich auf Version 201101 umgestiegen und nutze die 
aw_api_php_lib_2.5.1

Mir ist aufgefallen das ich jetzt die WDSL wieder selber schreiben muss, da 
die Standartberichte nicht das hergeben was ich benötige.
Auch haben sich viele Feldnamen geändert.

Wie kann ich nun mit der aw_api_php_lib_2.5.1 meine eigene WSDL Datei 
schreiben und mit dieser die Daten abrufen?

Kann mir da einer weiter helfen?

Timo

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Aw: i need help 201101 - wdsl

2011-06-29 Thread intswe-goo...@internet-mit-iq.de
bisher:

scheduleReportJob xmlns='https://adwords.google.com/api/adwords/v13'
job xsi:type='DefinedReportJob'namefilename/name
  selectedReportTypeCreative/selectedReportType
  aggregationTypesDaily/aggregationTypes
  startDay2011-06-18/startDay
  endDay2011-06-28/endDay
  crossClienttrue/crossClient
  clientEmailsemailaddress/clientEmails
  selectedColumnsExternalCustomerId/selectedColumns
  selectedColumnsCustomerName/selectedColumns
  selectedColumnsCampaign/selectedColumns
  selectedColumnsCampaignId/selectedColumns
  selectedColumnsCampaignStatus/selectedColumns
  selectedColumnsDailyBudget/selectedColumns
  selectedColumnsAdGroup/selectedColumns
  selectedColumnsAdGroupId/selectedColumns
  selectedColumnsAdGroupStatus/selectedColumns
  selectedColumnsCreativeId/selectedColumns
  selectedColumnsDescriptionLine1/selectedColumns
  selectedColumnsDescriptionLine2/selectedColumns
  selectedColumnsDescriptionLine3/selectedColumns
  selectedColumnsVisibleUrl/selectedColumns
  selectedColumnsCreativeDestUrl/selectedColumns
  selectedColumnsAdStatus/selectedColumns
  selectedColumnsAveragePosition/selectedColumns
  selectedColumnsImpressions/selectedColumns
  selectedColumnsClicks/selectedColumns
  selectedColumnsCost/selectedColumns
  selectedColumnsConversions/selectedColumns
  selectedColumnsTotalConversionValue/selectedColumns
  includeZeroImpressiontrue/includeZeroImpression
/job
/scheduleReportJob

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: AdGroups performance report - why are zero impression adgroups missing?

2011-06-29 Thread Ales Sturala
Txs Eric,
and is there any estimate when the v201101 will support cross-client
reports?


Best,
  Ales

On Jun 28, 10:32 pm, Eric Koleda eric.kol...@google.com wrote:
 Hi Ales,

 The includeZeroImpression field only works with the Keywords report.  All
 other v13 reports will only return rows that have data.  The v201101 reports
 are able to return zero-impression data for all reports.

 Best,
 - Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: v13 reporting taking much longer

2011-06-29 Thread Kevin Winter
Hi,
  The core engineers have recently taken steps to proactively identify and 
mitigate very large reports that can prevent other (smaller) reports from 
finishing in a reasonable amount of time,  Having said that, reports can and 
do take upwards of 30 minutes if the data set is large enough.

Are the reports taking longer than usual?  I.E. 3 months ago, were they 
running significantly faster?

We do have automatic DoS protections in place, but they usually do not 
affect reports.

We do recommend that people migrate to v201101 reports as the v13 reports 
are scheduled to be retired after cross-client reporting is fully released.

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: AD Headline

2011-06-29 Thread Kevin Winter
Hi,
  According to here: 
http://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=6095

The ad headline can only be 25 characters. i4phoenix™ (Official Site) is 
27 characters, which exceeds the headline length.

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Regarding the cross client report

2011-06-29 Thread Kevin Winter
Hi,
  Cross client reports have not been fully released and will not work as of 
right now.  Please stay tuned to our blog for an announcement when this 
feature is completely released.

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Syncronous report found, use DownloadReport()

2011-06-29 Thread Kevin Winter
Hi,
  Are you trying to run a cross-client report in v201101?  That feature is 
not fully released yet and is not fully functional.

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Bug API sandbox AdWords

2011-06-29 Thread sahar.brioi

Bonjour ,

je suis bloqué sur le bug suivant avec mon programme API Adwords:

Fatal error: Uncaught exception 'ReportDownloadException' with message
'ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH' in C:
\Program Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google
\Api\Ads\AdWords\Util\ReportUtils.php:183 Stack trace: #0 C:\Program
Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google\Api\Ads
\AdWords\Util\ReportUtils.php(94):
ReportUtils::DownloadReportFromUrl('https://adwords...',
Object(AdWordsUser), '../Model/11-06-...', Array) #1 C:\Program Files
\EasyPHP-5.3.6.0\www\PerfAdwords\Controleur
\Get_all_kw_report.php(113): ReportUtils::DownloadReport(54998, '../
Model/11-06-...', Object(AdWordsUser)) #2 C:\Program Files
\EasyPHP-5.3.6.0\www\PerfAdwords\Controleur\Get_all_kw_report.php(52):
get_kw_report_for_client('Francoise.Premi...', 'Francoise.Premi...',
'11-06-28') #3 C:\Program Files\EasyPHP-5.3.6.0\www\PerfAdwords
\Controleur\Get_all_kw_report.php(14):
get_all_client_reports('11-06-28') #4 {main} thrown in C:\Program Files
\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google\Api\Ads\AdWords
\Util\ReportUtils.php on line 183

Merci de me proposé une solution

Cordialement

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Avg CPC: API vs Web UI Result

2011-06-29 Thread Kevin Winter
Hi,
  This question is asked often.  Some related discussions:

https://groups.google.com/d/topic/adwords-api/dEGoq0xmgwQ/discussion
https://groups.google.com/d/topic/adwords-api/4RoPhhO-m-U/discussion

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Bug API sandbox AdWords

2011-06-29 Thread sahar.brioi
Merci de m'aider a trouvé une solution


On 29 juin, 15:36, sahar.brioi sahar.br...@gmail.com wrote:
 Bonjour ,

 je suis bloqué sur le bug suivant avec mon programme API Adwords:

 Fatal error: Uncaught exception 'ReportDownloadException' with message
 'ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH' in C:
 \Program Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google
 \Api\Ads\AdWords\Util\ReportUtils.php:183 Stack trace: #0 C:\Program
 Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google\Api\Ads
 \AdWords\Util\ReportUtils.php(94):
 ReportUtils::DownloadReportFromUrl('https://adwords...',
 Object(AdWordsUser), '../Model/11-06-...', Array) #1 C:\Program Files
 \EasyPHP-5.3.6.0\www\PerfAdwords\Controleur
 \Get_all_kw_report.php(113): ReportUtils::DownloadReport(54998, '../
 Model/11-06-...', Object(AdWordsUser)) #2 C:\Program Files
 \EasyPHP-5.3.6.0\www\PerfAdwords\Controleur\Get_all_kw_report.php(52):
 get_kw_report_for_client('Francoise.Premi...', 'Francoise.Premi...',
 '11-06-28') #3 C:\Program Files\EasyPHP-5.3.6.0\www\PerfAdwords
 \Controleur\Get_all_kw_report.php(14):
 get_all_client_reports('11-06-28') #4 {main} thrown in C:\Program Files
 \EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google\Api\Ads\AdWords
 \Util\ReportUtils.php on line 183

 Merci de me proposé une solution

 Cordialement

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: CustomerSyncService: returning Ad IDs for Ads that cannot be retrieved

2011-06-29 Thread Kevin Winter
Hi,
  Unfortunately, there's a bit of undocumented behavior for the 
AdGroupAdService at play here.  When status of the Ad is not specified, the 
AdGroupAdService only returns back ENABLED and PAUSED ads by default.  You 
need to explicitly include DISABLED as a status to retrieve disabled ads. 
 It also behaves this way in v201101.  This is legacy behavior to match the 
UI.  I've filed an issue to get the docs updated to reflect this.

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: TargetingIdeaService paging problems

2011-06-29 Thread Kevin Winter
Hi Paul,
  The backend logic has an undocumented (and subject to change) limit of 800 
results.  The documentation hints at this: Only a relatively small total 
number of results will be available through this method.  The field 
totalNumEntries 
lists the total number of results that the service will return back.

If you need more results, we recommend the getBulkKeywordIdeas (however, at 
a loss of flexibility in the selector).

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Concurrent operation error - on a report request?

2011-06-29 Thread Kevin Winter
Hi Reed,
  I think I located your request in our logs.  It looks like the clientEmail 
you specified (starting epi@) has a space at the end and is listed as 
invalid.  I'm not able to see the XML we returned to you; does it really 
indicate a concurrent operation error?

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Bug API sandbox AdWords

2011-06-29 Thread sahar.brioi
Help for this error



Fatal error: Uncaught exception 'ReportDownloadException' with message
'ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH' in C:
\Program Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google
\Api\Ads\AdWords\Util\ReportUtils.php:183 Stack trace: #0 C:\Program
Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google\Api\Ads
\AdWords\Util\ReportUtils.php(94): ReportUtils::DownloadReportFro



regards


On 29 juin, 15:52, sahar.brioi sahar.br...@gmail.com wrote:
 Merci de m'aider a trouvé une solution

 On 29 juin, 15:36, sahar.brioi sahar.br...@gmail.com wrote:







  Bonjour ,

  je suis bloqué sur le bug suivant avec mon programme API Adwords:

  Fatal error: Uncaught exception 'ReportDownloadException' with message
  'ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH' in C:
  \Program Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google
  \Api\Ads\AdWords\Util\ReportUtils.php:183 Stack trace: #0 C:\Program
  Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google\Api\Ads
  \AdWords\Util\ReportUtils.php(94):
  ReportUtils::DownloadReportFromUrl('https://adwords...',
  Object(AdWordsUser), '../Model/11-06-...', Array) #1 C:\Program Files
  \EasyPHP-5.3.6.0\www\PerfAdwords\Controleur
  \Get_all_kw_report.php(113): ReportUtils::DownloadReport(54998, '../
  Model/11-06-...', Object(AdWordsUser)) #2 C:\Program Files
  \EasyPHP-5.3.6.0\www\PerfAdwords\Controleur\Get_all_kw_report.php(52):
  get_kw_report_for_client('Francoise.Premi...', 'Francoise.Premi...',
  '11-06-28') #3 C:\Program Files\EasyPHP-5.3.6.0\www\PerfAdwords
  \Controleur\Get_all_kw_report.php(14):
  get_all_client_reports('11-06-28') #4 {main} thrown in C:\Program Files
  \EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google\Api\Ads\AdWords
  \Util\ReportUtils.php on line 183

  Merci de me proposé une solution

  Cordialement

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: [#825730376] URGENT: Issue with traffic estimator

2011-06-29 Thread Rahimzadegan, Ashkan
Sumit and AdWords Reseller Team,


Given the fact that the v13 version of Traffic estimator sunsets
tomorrow night and we are upgrading to the latest version before then,
we appreciate a quick feedback regarding this matter.

Thanks

Ashkan

-Original Message-
From: AdWords Reseller Support [mailto:netsol-adwo...@google.com] 
Sent: Wednesday, June 29, 2011 1:08 AM
To: Rahimzadegan, Ashkan
Cc: adwords-api@googlegroups.com; Ewbank, Kit; sumitchan...@google.com
Subject: Re: [#825730376] URGENT: Issue with traffic estimator

Hi Ashkan,

I have added Sumit- our Sales Engineer to look into this issue asap.

Thanks,

Prathiba Ramamurthy
Google Channel Sales Team



Original Message Follows:

From: Rahimzadegan, Ashkan arahi...@networksolutions.com
Subject: RE: URGENT: Issue with traffic estimator
Date: Tue, 28 Jun 2011 16:11:41 -0400

 Is there an update on this?
 
 Thanks
 
 Ashkan
 
 -Original Message-
 From: Rahimzadegan, Ashkan 
 Sent: Monday, June 27, 2011 2:49 PM
 To: Rahimzadegan, Ashkan; netsol-adwo...@google.com;
 adwords-api@googlegroups.com
 Subject: RE: URGENT: Issue with traffic estimator
 
 Including the AdWords API team.
 
 
 -Original Message-
 From: Rahimzadegan, Ashkan
 Sent: Mon 6/27/2011 2:28 PM
 To: netsol-adwo...@google.com
 Subject: URGENT: Issue with traffic estimator
  
 Hi AdWords support team,
 
 We are in the process of upgrading to the latest traffic estimator
 service since the v13 version is going to sunset on the 30th of June.
It
 is very critical for us to resolve this issue asap. We are getting
 keywords estimates for existing campaign and ad group below; however,
 the error below is getting generated even though the campaign and ad
 group IDs are correct. I would appreciate your quick response
regarding
 this matter.
 
 soapenv:Envelope
 xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmln
 s:xsd=http://www.w3.org/2001/XMLSchema;

xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;soapenv:Headern
 s1:RequestHeader soapenv:actor=http://schema
 s.xmlsoap.org/soap/actor/next soapenv:mustUnderstand=0

xmlns:ns1=https://adwords.google.com/api/adwords/o/v201101;ns2:authTo
 ken xmlns:ns2=https://adwor

ds.google.com/api/adwords/cm/v201101DQAAALIAAADrHfpOVFPe9fEPguh9aWoImD

KwOfQqk78AAnBlaoUjtHi2Med6AzhOFArBM8OJmjdFH2lyGoJ8Mhg5QYJJ7156YkvXOgY5U4
 v8OC-jEU0CA_yJ

JKYBztjDhjoQvMd3qZ_1sH1zqA15WfwTHqmLVOU58ZD8Jbs555AzEPmQebZrQZ04aBmaye6w

HssPNwZTaCpIxXASeD7nYvlNZUqyR-APf1DEhP8tq1SuWnvArurJGwFgSIpOsrje4GthuPyj
 YYI/ns2:authT
 okenns3:clientEmail

xmlns:ns3=https://adwords.google.com/api/adwords/cm/v201101;ppc-eng+ne
 tsol_wn.pp.260223...@networksolutions.com/ns3:clientEmailns4:
 developerToken

xmlns:ns4=https://adwords.google.com/api/adwords/cm/v201101;iQnf35-M4b
 4o1ss3ht3BeA/ns4:developerTokenns5:userAgent
xmlns:ns5=https://adwo
 rds.google.com/api/adwords/cm/v201101AdWords API Reseller Java
Client
 Library - v8.3.0R1 - NetworkSolutions PPC Client V 1.0 -
 Google/ns5:userAgentns6:va
 lidateOnly

xmlns:ns6=https://adwords.google.com/api/adwords/cm/v201101;false/ns6
 :validateOnlyns7:partialFailure
 xmlns:ns7=https://adwords.google.com/api

/adwords/cm/v201101false/ns7:partialFailure/ns1:RequestHeader/soa
 penv:Headersoapenv:Bodyget
 xmlns=https://adwords.google.com/api/adwords/o/v201101

selectorcampaignEstimateRequestscampaignId45761884/campaignId

adGroupEstimateRequestsadGroupId1665086974/adGroupIdkeywordEstimat
 eRequestskey
 wordns8:text
 xmlns:ns8=https://adwords.google.com/api/adwords/cm/v201101;models
 chicago/ns8:textns9:matchType
 xmlns:ns9=https://adwords.google.com/api

/adwords/cm/v201101BROAD/ns9:matchType/keywordmaxCpcns10:microA
 mount

xmlns:ns10=https://adwords.google.com/api/adwords/cm/v201101;50/n
 s10:micr

oAmount/maxCpc/keywordEstimateRequestskeywordEstimateRequestskey
 wordns11:text
 xmlns:ns11=https://adwords.google.com/api/adwords/cm/v201101;do iq t
 est/ns11:textns12:matchType

xmlns:ns12=https://adwords.google.com/api/adwords/cm/v201101;BROAD/ns
 12:matchType/keywordmaxCpcns13:microAmount xmlns:

ns13=https://adwords.google.com/api/adwords/cm/v201101;50/ns13:mi
 croAmount/maxCpc/keywordEstimateRequestsmaxCpcns14:microAmount
 xmlns:ns14=htt

ps://adwords.google.com/api/adwords/cm/v20110150/ns14:microAmount

/maxCpc/adGroupEstimateRequests/campaignEstimateRequests/selecto
 r/get/soap
 env:Body/soapenv:Envelope
 
 soap:Envelope
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:Hea
 derResponseHeader
 xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201101;

xmlns=https://adwords.google.com/api/adwords/o/v201101;ns2:requestId
 0426

d01968c5cbf0612127e3ac835770/ns2:requestIdns2:operations1/ns2:opera

tionsns2:responseTime742/ns2:responseTimens2:units15/ns2:units
 /ResponseHeade

r/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcode
 faultstring[EntityNotFound.INVALID_ID @
campaignEstimateRequests[0];
 trigger:'Campa
 ignId: 45761884']/faultstringdetailApiExceptionFault
 

Re: change keyword status

2011-06-29 Thread kush
hi,
In API just like paused status, there is deleted status. I'm trying to
use it. But it throws an exception. But, when i use remove operator it
permanently removes the keyword rather than just setting status to
deleted.
I need the keyword, but just want to set the status to deleted.Please
help me
out regarding this.

On Jun 28, 9:57 am, mm margaret.a.mar...@gmail.com wrote:
 While Deleted is a valid status, I don't believe that you can set the
 status of something to Deleted, I think you actually have to delete
 it. After you do, it's status will be returned as Deleted.

 On Jun 27, 4:22 pm, kush kushva...@outofboundscommunications.com
 wrote:







  Ya i tried the above method in php. But, it throws
  Invalid_user_status exception.
  But, it is a valid user status according to the API document.
  Please suggest if there is any alternative for this.

  On Jun 27, 3:12 pm, jstedman jason.sted...@thesearchagency.com
  wrote:

   If you are using the Java libraries, you may try setting it using the
   enum in the UserStatus class, something like:

   biddableAdGroupCriterion.setUserStatus(UserStatus.DELETED);

   If that doesn't work, setting a keywords status to deleted may not be
   supported as it could have unintended results, like keywords actually
   being deleted in some kind of DB garbage collection routine.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Concurrent operation error - on a report request?

2011-06-29 Thread Reed
Kevin - sorry, I gave you the wrong request ID.  The one you looked
did have a stray space at the end and got the correct error back
because of that.  The Request ID that I should have sent you for the
concurrent modification error is 8334c111059cfa2edc2ac4b85c06f347.
Here is the response xml:

xmlns:soap=http://schemas.xmlsoap.org/soap/
envelope/soap:HeaderResponseHeader xmlns=https://
adwords.google.com/api/adwords/cm/
v201101requestId8334c111059cfa2edc2ac4b85c06f347/
requestIdoperations0/operationsresponseTime170/
responseTimeunits1/units/ResponseHeader/
soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/
faultcodefaultstringDatabaseError.CONCURRENT_MODIFICATION @
[Ljava.lang.StackTraceElement;@1f0f79c/
faultstringdetailApiExceptionFault xmlns=https://
adwords.google.com/api/adwords/cm/
v201101messageDatabaseError.CONCURRENT_MODIFICATION @
[Ljava.lang.StackTraceElement;@1f0f79c/
messageApplicationException.TypeApiException/
ApplicationException.Typeerrors xmlns:xsi=http://www.w3.org/2001/
XMLSchema-instance xsi:type=DatabaseErrorfieldPath/
fieldPathtrigger/
triggererrorStringDatabaseError.CONCURRENT_MODIFICATION/
errorStringApiError.TypeDatabaseError/
ApiError.TypereasonCONCURRENT_MODIFICATION/reason/errors/
ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: How to get number clicks received and how much amount(cost) spent on the campaign for the given date

2011-06-29 Thread jstedman
Use the ReportDefinitionService to create a
CAMPAIGN_PERFORMANCE_REPORT with the fields you need using a sliding
date range of YESTERDAY, it costs 400 units to create the report
definition, but you can use it indefinitely without making any further
api calls.

If you only have one AdWords user account that you manage then you
will get all your information in a single report each day.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: How to get number clicks received and how much amount(cost) spent on the campaign for the given date

2011-06-29 Thread sivakumar malliah
Thank You Jason. Is there any other way with out using ReportDefinitionService?

Please clarify.



On Wed, Jun 29, 2011 at 10:35 PM, jstedman
jason.sted...@thesearchagency.com wrote:
 Use the ReportDefinitionService to create a
 CAMPAIGN_PERFORMANCE_REPORT with the fields you need using a sliding
 date range of YESTERDAY, it costs 400 units to create the report
 definition, but you can use it indefinitely without making any further
 api calls.

 If you only have one AdWords user account that you manage then you
 will get all your information in a single report each day.

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion group:
 http://adwordsapi.blogspot.com
 http://groups.google.com/group/adwords-api
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

 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


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Want to synchronize the stats of single keyword

2011-06-29 Thread Eric Koleda
Hi Sanju,

Unfortunately you must explicitly specify every field you wish to include in 
the response.

Best,
- Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: change keyword status

2011-06-29 Thread jstedman
I don't think this is what they intended you to use this field for...
You cannot set the status of something to deleted if it is not
actually deleted. If the deleted status value was handled like the
paused status value your keyword would actually get deleted when you
set that as its status just like the paused status actually pauses a
keyword.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: How to get number clicks received and how much amount(cost) spent on the campaign for the given date

2011-06-29 Thread jstedman
There is another way, but you will be eating up API unit cost every
day by doing it.

The other way is through the CampaignService. You will need to put the
fields you need along with the campaignIds in a generic selector and
pass it to the CampaignServiceInterface.get(Selector) method.

The stats are available through the selectable fields on this page:
http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignStats.html

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


DataService returns duplicate LandscapePoints for first point.

2011-06-29 Thread jstedman
When using the DataService to getCriterionBidLandscapes, the first two
BidLandscape.LandscapePoint in each BidLandscape are always identical.
This does not affect our use of the DataService, just thought someone
might want to know.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: AdGroups performance report - why are zero impression adgroups missing?

2011-06-29 Thread Eric Koleda
Hi Ales,

Unfortunately we don't have any information to provide as to when that 
feature will be complete.

Best,
- Eric

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Sharing adextensions among multiple campaigns via API call

2011-06-29 Thread priyank
*Following is the request Id to get the existing Extension on first 
campaign:*
requestId39649b9c5263c18718ada93b5f64d804/requestId

*Following is the requestId of the call trying to add the Extension returned 
on previous call onto another campaign*
requestId3580b48c9e3570ca079dc0b650935482/requestId

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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