Re: Suggested keywords issue

2010-05-25 Thread freesystems.t...@gmail.com
Hi, I put the code in try catch block but not getting any error # Define SOAP headers. $headers = '' . $email . ''. '' . $password . '' . '' . $client_email . '' . '' . $useragent . '' .

Re: content Targeting

2010-05-25 Thread srikanth
Thanks Eric On May 26, 6:09 am, AdWords API Advisor wrote: > Hi Srikanth , > > More information on the network types is available here: > >  http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTarg... > > Best, > - Eric > > On May 25, 12:00 pm, srikanth wrote: > > > > > Hi Eric, > >

Re: Sign up for Adwords API center

2010-05-25 Thread Murray
Hi Eric Can you please check that inbox? I've sent you an email regarding a similar matter. regards Murray On May 26, 11:02 am, AdWords API Advisor wrote: > Hi Adam, > > Send your account details to adwordsapiadvi...@google.com and then > update this thread so I know to check that inbox. > > Be

Re: How to search in all country and territories

2010-05-25 Thread AdWords API Advisor
Hi, If you don't want to restrict the results based on the country then you can simply not include a CountryTargetSearchParameter in the request. Best, - Eric Koleda, AdWords API Team On May 24, 10:17 am, yaniv wrote: > Hello > in my app there is 2 list box, one for language and one for country

Re: content Targeting

2010-05-25 Thread AdWords API Advisor
Hi Srikanth , More information on the network types is available here: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.NetworkCoverageType.html Best, - Eric On May 25, 12:00 pm, srikanth wrote: > Hi Eric, > > Thanks for the reply. I have one more question > >

Re: Suggested keywords issue

2010-05-25 Thread AdWords API Advisor
Hi, Do you have the SOAP or HTTP logs for these requests? Best, - Eric On May 25, 12:24 am, "freesystems.t...@gmail.com" wrote: > Hi, > > extimateKeywordList soap xml request not returning any data. It was > working fine before 5 days. > > # Estimate keyword traffic. >         $request_xml = >

Re: Sign up for Adwords API center

2010-05-25 Thread AdWords API Advisor
Hi Adam, Send your account details to adwordsapiadvi...@google.com and then update this thread so I know to check that inbox. Best, - Eric On May 24, 4:42 pm, adam wrote: > Eric, > I did login with the separate MCC account. I even tried again now > registering and logging in with a new MCC acco

Re: Job processing is very slow

2010-05-25 Thread AdWords API Advisor
Hi All, The core engineering team is looking into this issue, and I'll update this thread when I have more information. Best, - Eric Koleda, AdWords API Team On May 25, 3:40 pm, Inah from Brazil wrote: > What is happening with the API? just keep the status job.getStatus (). > equals ("PENDING")

Re: Job processing is very slow

2010-05-25 Thread Inah from Brazil
What is happening with the API? just keep the status job.getStatus (). equals ("PENDING") ... Anybody know how to solve? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=

Re: Job processing is very slow

2010-05-25 Thread Inah from Brazil
Hi everybody! We are having the same issue here! If anyone know something new to tell us, we'll appreciate!! On 25 maio, 13:55, Tiny wrote: > We experienced the same thing today as well. We have some really small > bulk jobs (few ad groups and some 50-100 keywords to change). It takes > ages to p

Re: Locking Level for concurrent api requests

2010-05-25 Thread Pete Lavetsky (AdWords API Guru)
Any multiple mutate operation on the same account occurring at the same time will throw the concurrent modification error ( there may be some caveats, but this is the general way to look at it ) ... some steps to take if you're not already doing so: Operate on multiple objects in the same mutate .

Locking Level for concurrent api requests

2010-05-25 Thread Juno Internet KaufDA
Hello everyone, we are developing a Java-based web-application for managing our adwords accounts, but we ran into some problems lately. Our main goal is to update many adgroups (change status / cpc) in short time, for this reason we use multiple threads, which works fine so far, but seems to have

Re: Job processing is very slow

2010-05-25 Thread Tiny
We experienced the same thing today as well. We have some really small bulk jobs (few ad groups and some 50-100 keywords to change). It takes ages to process it. On May 25, 2:37 pm, Hervé wrote: > Hi all, > > is there any issue today with BulkMutateJobService? > > It takes a very long time for Jo

Pull keywords from existing adgroup / campaign via API?

2010-05-25 Thread destUK
Hi, We're close to launching our price based AdWords creative, using the API. As a new product is added to our CMS, the API is called and the CMS pushes a basic "ad" creative (in it's own adGroup) into our account. As these new pricing-led ad's are targeted around static ad's (i.e the price led a

Pull keywords from existing adgroup / campaign via API?

2010-05-25 Thread destUK
Hi, We're close to launching our price based AdWords creative, using the API. As a new product is added to our CMS, the API is called and the CMS pushes a basic "ad" creative (in it's own adGroup) into our account. As these new pricing-led ad's are targeted around static ad's (i.e the price led a

Re: content Targeting

2010-05-25 Thread srikanth
Hi Eric, Thanks for the reply. I have one more question What is the case when NetworkTargetList contain only GOOGLE_SEARCH or the remaining target types other than CONTENT_NETWORK or CONTENT_CONTEXUAL. In this case what will be the content Targeting value..? Is it an empty value ? Thanks, Srik

Re: content Targeting

2010-05-25 Thread srikanth
Hi Eric, Thanks for the reply. I have one more question What is the case when NetworkTargetList contain only GOOGLE_SEARCH or the remaining target types other than CONTENT_NETWORK or CONTENT_CONTEXUAL. In this case what will be the content Targeting value..? Is it an empty value ? Thanks, Srik

Re: content Targeting

2010-05-25 Thread srikanth
Hi Eric, Thanks for the reply. I have one more question What is the case when NetworkTargetList contain only GOOGLE_SEARCH or the remaining target types other than CONTENT_NETWORK or CONTENT_CONTEXUAL. In this case what will be the content Targeting value..? Is it an empty value ? Thanks, Srik

Pull keywords from existing adgroup / campaign via API?

2010-05-25 Thread destUK
Hi, We're close to launching our price based AdWords creative, using the API. As a new product is added to our CMS, the API is called and the CMS pushes a basic "ad" creative (in it's own adGroup) into our account. As these new pricing-led ad's are targeted around static ad's (i.e the price led a

Job processing is very slow

2010-05-25 Thread Hervé
Hi all, is there any issue today with BulkMutateJobService? It takes a very long time for Jobs today, even for very small jobs? more than 30min to add less than 10 AdGroups Does somebody has the same issue? thanks all -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: Sandbox UI

2010-05-25 Thread Barry Schwartz
Seems like you blogged about a way to do this yesterday http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-released.html Cool! On Apr 14, 3:03 pm, AdWords API Advisor wrote: > Hi, > > We are working on releasing a simple application that will allow you > to visually browse the conten

add campaign

2010-05-25 Thread A Acharya
Hi, when i create a new campaign then i receive this error.. Plz give me any solutions for this error AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ faultActor: faultNode: faultDeta

can't get last 4 months TARGETED_MONTHLY_SEARCHES

2010-05-25 Thread kud.and...@gmail.com
... $targetingIdeaSelector->ideaType = 'KEYWORD'; $targetingIdeaSelector->requestType = 'IDEAS'; $targetingIdeaSelector->requestedAttributeTypes = array('COMPETITION', 'GLOBAL_MONTHLY_SEARCHES', 'KEYWORD', 'TARGETED_MONTHLY_SEARCHES'); ... result: TargetingIdeaPage Object ( [totalNumEntries] =>

reportservice always returning adgroup data

2010-05-25 Thread Ilana
I'm currently trying to use python with the adwords API to generate daily reports for my adwords account. While testing in the sandbox, I noticed that I was getting the same column headers every single time () regardless of what I chose as selectedReportType and the columns I selected. I noticed th

How to use MonthlySearchVolume method ?

2010-05-25 Thread Thai Tran Quang
Hi All, I want to get Monthly Search Volume with Keyword, but i don't use it. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~