AdWords API Re: How to get Client listing when there are more than one client in our application?

2010-04-06 Thread ipsita rout
Is your account an MCC registered? On Apr 5, 6:21 pm, Ritesh Shah wrote: > Hello Group > > I have a problem regarding getting the client list from the adwords > api > How to get Client listing  when there are more than one client in our > application? > Please help me regarding the problem...

AdWords API programmatically optimize the performance of a campaign or adgroups or keywords

2010-04-04 Thread ipsita rout
Can any one please clear my doubt that whether itz possible to programmatically optimize the performance of a campaign or adgroups or keywords? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and

AdWords API how to convert v13 to v2009

2010-03-06 Thread ipsita rout
Hi I have done project in PHP regarding adword in v13.But my client want me to convert it into v2009. Can anyone please help me initiate my job? -- 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-..

AdWords API Difference between startDay-endDay and aggregation type

2010-03-06 Thread ipsita rout
Hi I have a doubt During the time of setting $report_job we need to mention the following along with other details. '2009-10-10' . '2010-01-16' . 'Daily' . Can anyone please clear my doubt that what is the main difference between their objective and purpose of their use? -- You received

AdWords API Re: Why do we get the following error "One or more report job parameters is invalid. The following columns are not supported by the Report Type

2010-02-11 Thread ipsita rout
yes,that was the actual reason of my problem.Thanks a lot for the response. On Feb 9, 10:15 pm, pete wrote: > Hi > > I've had these errors as well - in our case it generally meant we had > either specified a report column (in the > definedReportJob.selectedColumns) which is not available for the

AdWords API Why do we get the following error "One or more report job parameters is invalid. The following columns are not supported by the Report Type Acc

2010-02-08 Thread ipsita rout
Why do we get the following error "One or more report job parameters is invalid. The following columns are not supported by the Report Type Account : [KeywordTypeDisplay]" -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this gr

AdWords API Re: can I make report using more than one aggregation type but running the report only once?

2010-02-07 Thread ipsita rout
as "Structure". On Feb 4, 8:07 pm, AdWords API Advisor wrote: > Hi, > > I'm not clear on what mutually exclusive options you are referring to, > but you can validate your requests using the validateOnly header: > >  http://adwordsapi.blogspot.com/2009/12/discover-v2009-valida

AdWords API Re: can I make report using more than one aggregation type but running the report only once?

2010-02-03 Thread ipsita rout
t; - Eric Koleda, AdWords API Team > > On Jan 29, 8:41 am, ipsita rout wrote: > > > > > can I make report using more than one aggregation type but running the > > report only once? > > I mean, > > as like I can get report for more than one clients of an MCC >

AdWords API can I make report using more than one aggregation type but running the report only once?

2010-01-29 Thread ipsita rout
can I make report using more than one aggregation type but running the report only once? I mean, as like I can get report for more than one clients of an MCC registered A/c by using in $report_job , again as like I can get report for more than one options by using in $report_job Exactly as above.

AdWords API Re: Is there any alternate option to make report without validating or scheduling

2010-01-29 Thread ipsita rout
t once for more than one aggregation type? Please reply On Jan 26, 8:20 pm, AdWords API Advisor wrote: > Hi, > > Can you explain what you are trying to accomplish with this code? > What are your goals, and what is failing? > > Best, > - Eric > > On Jan 26, 5:09 am, ips

AdWords API Re: Is there any alternate option to make report without validating or scheduling

2010-01-26 Thread ipsita rout
t does not exist, or this user does not have permission to access it. 4 Either this object does not exist, or this user does not have permission to access it. Can u plz tell me where I am wrong? On Jan 25, 8:37 pm, AdWords API Advisor wrote: > Hi, > > Unfortunately ther

AdWords API Re: soapenv:Server.userExceptionYou must supply an MCC login to perform the current operation.

2010-01-25 Thread ipsita rout
I commented ''.$clientEmail.''. in the SOAP header On Jan 25, 9:47 pm, ewan wrote: > Did you say you commented the clientEmail out or change it to the MCC > email? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, sen

AdWords API Re: soapenv:Server.userExceptionYou must supply an MCC login to perform the current operation.

2010-01-25 Thread ipsita rout
ewan, I changed $clientEmailsXml. to ''. in the code I send so that it'll automatically take all the emails associated with the MCC. Again I commented ''.$clientEmail.''. . still it gives [document] => soapenv:Server.userException Either this object does not exist, or this user

AdWords API Re: Is there any alternate option to make report without validating or scheduling

2010-01-25 Thread ipsita rout
to ensure it is a valid > report.  There is no way to avoid spending these API units. > > Best, > - Eric Koleda, AdWords API Team > > On Jan 24, 8:22 am, ipsita rout wrote: > > > Hi to those who are going to help me > > My client has the MCC registered A/C and wants

AdWords API Re: soapenv:Server.userExceptionYou must supply an MCC login to perform the current operation.

2010-01-25 Thread ipsita rout
Thanks a lot for your response,But ewan, When i changeed ''.$clientEmail.''. to > ''.$email.''. in the above code it gave. [document] => soapenv:Server.userException Either this object does not exist, or this user does not have permission to access it. 4 Either this

AdWords API soapenv:Server.userExceptionYou must supply an MCC login to perform the current operation.

2010-01-25 Thread ipsita rout
$email = "MCC a/c email"; $password = "MCC a/c pwd"; $useragent = "Ipsita Test Sample"; $applicationToken = "app token";//Ignored in Sandbox $account_type = "GOOGLE"; $service = "adwords"; $clientEmail = "$email"; $namespace = 'https://adwords.google.com/api/adwords/v13'; $developerToken = 'dev tok

AdWords API Is there any alternate option to make report without validating or scheduling

2010-01-24 Thread ipsita rout
Hi to those who are going to help me My client has the MCC registered A/C and wants to see the records of all his clients by dynamically choosing the options.Again he needs an interface where multiple select options ,each belong to multiple aggregation type and multiple reports type. For example he

AdWords API Re: How Can I fetch all the campaigns of the clients under an MCC.

2010-01-22 Thread ipsita rout
he real app_token,dev_tokem,email_id , passwd and $namespace = 'https://adwords.google.com/api/adwords/v13'; Hope for a quick response On Jan 23, 2:47 am, AdWords API Advisor wrote: > Hi, > > I believe the problem here is that you are running the report in the > sandbox.  All

AdWords API Re: Campaign Stats using PHP

2010-01-22 Thread ipsita rout
Hi Jeya This is Ipsita I have done the exact thing u asked for.Before using the below code you should keep your account information in 'Account_info.php' file. require_once('soapclientfactory.php'); require_once('Account_Info.php'); $campaign_service = SoapClientFactory::GetClient($namespace . '/

AdWords API How Can I fetch all the campaigns of the clients under an MCC.

2010-01-22 Thread ipsita rout
I wrote the following code $sandbox = 1; # Provide AdWords login information.For security reason I have not given the Proper adword information.But in my code i used the proper information. $email = "MCC gmail"; $password = "MCC Gmail's password"; $useragent = "Ipsita Test Sample"; $applicationToke

AdWords API PlZ help

2010-01-21 Thread ipsita rout
I have already installed nusoap.php in my server.Do I need to install anything more to use the below line in my php require_once 'Google/Api/Ads/AdWordsUser/Lib/AdWordsUser.php'; -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to th

AdWords API "developer token is invalid" error with existing, approved, valid developer token...?

2010-01-19 Thread ipsita rout
"developer token is invalid" error with existing, approved, valid developer token...? I use php language. Plz help as soon as possible. -- 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-...@googlegr