Re: Forbidden access to V13 full samples!!!

2010-11-05 Thread Peter Trobec
Hi Eric,

Aha, OK, I understand now...can you please post me the
SoapClientFactory code also, since I can't access it anywhere on the
google pages.

Thank you,
Peter Trobec

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v201008 - ReportUtils::DownloadReport is not return all data using GZIPPED_CSV files

2010-11-05 Thread Michael Melander
Hi Eric,

Ok, I've solved the issue by creating two report definitions for each
client, a keyword performance report definition and a managed report
definition.

The Adwords API Team should really add to the documentation that
Automatic placements data Is included in the keywords performance
report and that Managed placements data is Not included and has to be
downloaded in a separate report, i.e. to make sure that you get all
data for a client you have to create two reports, unless there is a way
to find out (through the API) if clients has or has not been using
Managed placements for any given time period.

I still find it some what confusing to have to create two report
definitions to get the complete clicks, impressions and conversions for
all keywords for any given time period.

/Michael Melander

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-05 Thread suslik
Same! Dear Google, please fix it ASAP.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Get All keywords for an adgroup.

2010-11-05 Thread YK
My question is how do I get the Top Keywords for the individual
adgroups

I have multiple adgroups for a campaign.  I get them with:

$dateRange->min = $startdate;
$dateRange->max = $enddate;
$statsSelector->dateRange = $dateRange;
$selector->statsSelector = $statsSelector;
$selector->campaignId = $campaignId;
// Get all ad groups.
$page = $adGroupService->get($selector);

Then I get All keywords for the campaign.
//get data related to keywords for top 15 keywords
echo $data_key=getKeywordXmlReport(
  'Report Name',
  $_GET['startdate'],
  $_GET['enddate'],
  array('Keyword', 'KeywordId'),
  array('Monthly'),
  array(),
  array(),
  array(),
  array(),
  array(),
  array(),
  array(),
  array(),
  false,
  array(),
  false,
  30,
  false
);


My question is how do I get the Top Keywords for the individual
adgroups

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]

2010-11-05 Thread Maggie
Hi,

I got [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ] this morning
when I send 'create campaign' request to the sand-box environment.

All works well even on last night.

Any suggestion?

Thanks.
Maggie

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


AutoKeywordMatchingStatus Removed In 201008 ?

2010-11-05 Thread Pete Lavetsky (AdWords API Guru)
201003 had the ability to opt in / out of AutoKeywordMatchingStatus
( 
http://code.google.com/apis/adwords/docs/reference/v201003/CampaignService.Campaign.html#autoKeywordMatchingStatus
).

Is this option is no longer available in 201008? If so, what is the
default value?

Thanks
Pete

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-05 Thread AdWords API Advisor
Hi All,

Thank you for reporting this issue.  I've been able to replicate the
error and I'll work with the core engineering team to resolve the
problem.  I'll update this thread when I have more information.

Best,
- Eric Koleda, AdWords API Team

On Nov 5, 9:08 am, suslik  wrote:
> Same! Dear Google, please fix it ASAP.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


User does not have permissions to use AdWords API

2010-11-05 Thread Rprogrammer

I see errors today in our logs:


User does not have permissions to use AdWords API (e.g. read only or
reports only user), code 4, trigger ''


There were no any configuration changes on our side and few PPC
accounts started to fail with this issue.


Does anybody have the same issue?


Regards,
Roman

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: can not submit billing settlement information in China for apply for adwords API token

2010-11-05 Thread AdWords API Advisor
Hi All,

Credit card post pay billing isn't available for AdWords API charges
in China or Russia.  Instead you must request that your MCC account be
configured for monthly invoiced billing:

  http://www.google.com/support/adwordsapi/bin/answer.py?answer=92187

The AdWords API terms and conditions are normally presented during the
credit card entry screen, so after invoiced billing is set up you'll
need to file a request to manually approve the terms and conditions.
You can file that request at the same contact form that is referenced
in the article above:

  https://adwords.google.com/support/aw/bin/request.py?hl=en&ctx=cuffhelp

Best,
- Eric Koleda, AdWords API Team

On Nov 4, 10:55 pm, guoli zhu  wrote:
> anyone give some explanation?
>
> On 11月3日, 上午1时33分, Maxim Lovchikov  wrote:
>
>
>
>
>
>
>
> > u are not alone, man. Russians can't do it too. Just makes me mad((
>
> > On Nov 2, 5:50 am, guoli zhu  wrote:
>
> > > hi,
> > >  I can not submit billing settlement information in China for apply
> > > for adwords API token.
>
> > > Who can tell me why?
>
> > > Thanks,
> > > faqing

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


How do I find the adgroup ID?

2010-11-05 Thread Nicholas Hibberd
Hi,

Quick question.

I've just got going with the Adwords API, and have been trying to
upload a test ad to one of our adgroups.

I took what I took to be the adgroup id from the url string when
browsing to the adgroup in question, but this did not work, and I
couldn't think how else to find an adgroup id?

SOAP Error: [EntityNotFound.INVALID_ID @
operations[0].operand.adGroupId; trigger:'AdGroupId:
55731815324317463']

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 can I pay for AdWords API token in Russia??

2010-11-05 Thread AdWords API Advisor
Hi Maxim,

Please see my response to the following thread:

  
http://groups.google.com/group/adwords-api/browse_thread/thread/ccca7f19c813f2ec/

Best,
- Eric Koleda, AdWords API Team

On Nov 3, 9:16 am, Maxim Lovchikov  wrote:
> Hey!
> How can I pay for AdWords API token in Russia? There's no "Russia"
> option in country list at billing preference tab..

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: JobError.TOO_LATE_TO_CANCEL_JOB

2010-11-05 Thread AdWords API Advisor
Hi Daragh,

I'm actually working on a blog post about this now, but the short
version is that you can only REMOVE a job if it is in the PENDING
state and it hasn't yet received all the parts.  If all the parts have
been received, and it enters the job queue, it cannot be deleted.
Instead you must wait for it to complete.

Best,
- Eric Koleda, AdWords API Team

On Nov 4, 3:00 am, daragh99  wrote:
> Hi there,
>
> I've submitted a number of jobs to the sandbox. I've got 10 jobs in
> the PENDING state, but when I try to remove them I get
> JobError.TOO_LATE_TO_CANCEL_JOB. What does this mean? What do I need
> to get these jobs out of the queue? Is it a case of waiting? I can't
> find any documentation.
>
> Thanks,
> Daragh

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Getting API usage info

2010-11-05 Thread AdWords API Advisor
Hi Manuel,

I think the problem is with the namespaces you are using.  The
RequestHeader element should be in the info namespace, while it's
children (applicationToken, etc) should be in the cm namespace.

Best,
- Eric Koleda, AdWords API Team

On Nov 4, 1:17 pm, manuel  wrote:
> Using this to get API usage, but getting "ServerFault occurred while
> processing" error.
> Do I need to set the DateRange? Can you help me correct the xml below?
> Thanks.
>
> 
> http://schemas.xmlsoap.org/soap/
> envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/info/
> v201008" xmlns:ns2="https://adwords.google.com/api/adwords/o/v201008";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>       
>             
>             xxx
>             xxx
>             x ns2:developerToken>
>             xx
>             xx
>             
>       
>       
>             
>                   
>                   TOTAL_USAGE_API_UNITS_PER_MONTH ns1:apiUsageType>
>                   
>             
>       
> 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-11-05 Thread ADM
Eric,

How soon is this critical issue going to be resolved. We are totally
"dead in the water" while this persists. What is the ETA on getting
this resolved? How will I know when it is fixed? Can I get an email?

To put it mildly our clients are VERY unhappy!

It certainly appears looking at posts we are not the only people
seeing this issue.

Help!!!

ADM


On Nov 4, 10:47 am, AdWords API Advisor 
wrote:
> Hi,
>
> This appears to be caused by some temporary issues in the AdWords
> system.  I'll work with the core engineering team to address the
> problem.  Unfortunately there are no workarounds available for this
> problem.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Nov 3, 2:41 am, ADM  wrote:
>
>
>
> > Is there any explanation why the simple code snippet below repeatedly
> > fails with the exception UNEXPECTED_INTERNAL_API_ERROR, every time the
> > call is made for any campaign within a specific account, but works all
> > the time for any campaign in any other account?
>
> > service =
> > (AdGroupService)user.GetService(AdWordsService.v200909.AdGroupService);
> > service.RequestHeader.clientCustomerId = clientID_l.ToString();
>
> > selector = new AdGroupSelector();
>
> > selector.campaignIdSpecified = true;
> > selector.campaignId = campaignID_l;
>
> > returnPage = service.get(selector);- Hide quoted text -
>
> - Show quoted text -

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Getting API usage info

2010-11-05 Thread manuel
Thanks Eric, working now.

The UNIT_COUNT are the Used API units right?

Also, how come I can't set the max dateRange to a future date? (end of
the month for instance) <- ERROR

Thanks,
Manuel



On Nov 5, 9:18 pm, AdWords API Advisor 
wrote:
> Hi Manuel,
>
> I think the problem is with the namespaces you are using.  The
> RequestHeader element should be in the info namespace, while it's
> children (applicationToken, etc) should be in the cm namespace.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Nov 4, 1:17 pm, manuel  wrote:
>
> > Using this to get API usage, but getting "ServerFault occurred while
> > processing" error.
> > Do I need to set the DateRange? Can you help me correct the xml below?
> > Thanks.
>
> > 
> > http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/info/
> > v201008" xmlns:ns2="https://adwords.google.com/api/adwords/o/v201008";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> >       
> >             
> >             xxx
> >             xxx
> >             x > ns2:developerToken>
> >             xx
> >             xx
> >             
> >       
> >       
> >             
> >                   
> >                   TOTAL_USAGE_API_UNITS_PER_MONTH > ns1:apiUsageType>
> >                   
> >             
> >       
> > 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: db migration, are accents now ignored for spanish terms

2010-11-05 Thread manuel
Hello

This is a VERY SERIOUS issue.

"Vídeos" is Spanish
"Vidéos" is French
"Videos" is English

"Música" is Portuguese
"Musica" is Spanish

 "Secretária" is a woman (pt)
 "Secretaria" is a building (pt)

"País" means country (pt)
"Pais" means parents (pt)

This used to be correct on previous Adwords API. What has happened?

Do you mean to tell us this is the way Google is handling the data
inside for the search results also!?!?!

Please fix this HUGE BUG asap.

Regards,
Manuel




-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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