Re: RateExceededError.RATE_EXCEEDED

2017-06-30 Thread Sachin Kumar
Hello, We are not making that much of request at a time as we have only 1 user who access the account. Before last 2 days it was working normally,this error is caused in last 2 days. I have 5-6 account connected in MCC account and only admin access this. Means there is no chance to make 1

RateExceededError.RATE_EXCEEDED

2017-06-30 Thread Sachin Kumar
Hello Team. I am using adwords php api v201609. >From last 2 days I am facing the following error: *Fatal error*: Uncaught exception 'ReportDownloadException' with message 'Report download failed. Underlying errors are Type = 'RateExceededError.RATE_EXCEEDED', Trigger = 'Basic Access Daily Re

How to set costperconversion for a campaign

2017-02-11 Thread Sachin Kumar
Hello Team, I want to set costperconversion for a campaign using adwords php api.Suggest how to set this using php api? Kindly provide some sample peice of code. Regards Sachin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlead

Re: How to get Customer Id with username and password

2017-02-04 Thread Sachin Kumar
email] => 1 [name] => Sachin Kumar [given_name] => Sachin [family_name] => Kumar [link] => https://plus.google.com/** [picture] => https://lh4.googleusercontent.com/-CxjPiLZwnPM/AAI/ALI/QMgIXPAnqng/photo.jpg [gender] => male

How to get Customer Id with username and password

2017-02-03 Thread Sachin Kumar
Hello Team, Object: To get customer Id with the help of adwords account's username and password. I have user's adwords account username and password. Now I want to get customer Id related to this username and password and then add this customer Id to mcc account. Kindly suggest a way or snip

How to set bid of ecommerce products

2016-12-28 Thread Sachin Kumar
Hello Team, We are getting ecommerce products through "PRODUCT PARTITION REPORT" report type. There is a column 'Id' which is the criterion id of the that object(product). We just want to set bids on the basis of that id for that product. Can you please help us how to implement this using php

How to add/set Income Tier of a particular Location

2016-12-19 Thread Sachin Kumar
$result = $campaignCriterionService->mutate($operations); But this code giving me following error: Fatal error: Uncaught SoapFault exception: [soap:Server] [CriterionError.CANNOT_TARGET_CRITERION @ operations[0].operand.criterion.matchingFunction] in /home/bergstromdev/public_html/Google/Api/Ads /Common/Lib

LHS/RHS operand in matchingfuntion

2016-10-15 Thread Sachin Kumar
Hello Team, Can you please help me in using lhs/rhs operand in matchingfunction in order to get details of locationgroup object like income tier etc. Right now though we are getting matchingfunction as null. The response is like this: Array ( [0] => CampaignCriterion Object (

Re: How to get campaigns targeted location group using api

2016-10-15 Thread Sachin Kumar
Hi Anil, What is the function to get household income of geo location? Can you plz share your code? Thanks & Regrads Sachin On Friday, June 17, 2016 at 3:53:41 PM UTC+5:30, Anil wrote: > > Hello, > > We have campaign where location group is targeted "* top 10% (US) > within United States"

Ho to get household-income range along with other data(clicks,cpc etc.)

2016-09-24 Thread Sachin Kumar
Hello team, I want to get househhold-income range(10-20%, 20-30% etc) along with other data(clicks,cpc etc.) . How can I do it in php ? Kindly revert asap. Thanks & Regards Sachin Kumar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: h

Re: Fatal Error: invalid_request

2016-09-01 Thread Sachin Kumar
I switched to php lib v201607 from v201603 and changed the oath crdentilas also still facing the same problem. On Thursday, September 1, 2016 at 1:23:31 AM UTC+5:30, Nadine Sundquist (AdWords API Team) wrote: > > Hello Everyone, > > I just want to be sure this isn't related to any of the client

Re: Fatal Error: invalid_request

2016-08-31 Thread Sachin Kumar
Hello Peter, I have change the oath credentilas successfully and also changed the api library to (v201607) but still facing the same problem. Is it at google server issues or what? Kindly revert back asap. Thanks & Regards Sachin Kumar On Wednesday, August 31, 2016 at 4:19:05 PM UTC+

Fatal Error: invalid_request

2016-08-30 Thread Sachin Kumar
multiple time them app returning data but at first call it generates this above mentioned fatal error. Kindly reply asap because the site is stopped. Thanks & Regards Sachin Kumar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:

How to Group stats on the basisi of week days

2016-08-10 Thread Sachin Kumar
wnloadFormat = 'CSV'; // Set additional options. $options = array('version' => ADWORDS_VERSION); //print_r($reportDefinition); //print_r($options); //die(); ReportUtils::DownloadReport($reportDefiniti

Change bid Modifier of keyword with broad match type

2016-08-08 Thread Sachin Kumar
roupCriterionService->mutate($operations); /* echo ''; print_r($results); die(); */ if (count($results->value)) { return 1; }else{ return 0; }

Re: Login with client account under MCC account

2016-07-28 Thread Sachin Kumar
requirement is to get individual customer(except MCC account holder) loggedin into system with their emailId/password which they use to login into google adwords. Is there a way to get customer login into the system with their adword credentials through api? - Thank you Sachin Kumar On

Login with client account under MCC account

2016-07-27 Thread Sachin Kumar
with these user's account so that data of these users could be shown. I am using php adwords library of version 201603. Kindly guide me how I can achieve this. Thanks & Regards Sachin Kumar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Googl

Re: Set defferent bidModifier for different time slot

2016-07-25 Thread Sachin Kumar
:#0 /home/bergstromdev/public_html/Google/Api/Ads/Common/Lib/AdsSoapClient.php(216): SoapClient->__soapCall('get', Array, NULL, Array, Array)#1 /home/bergstromdev/public_html/Google/Api/Ads/AdWords/v201603/CampaignCriterionService.php(7949): AdsSoapClient->__soapCall('get', Array)#2 /home/bergs

Re: Set defferent bidModifier for different time slot

2016-07-25 Thread Sachin Kumar
rvice')? Thanks in advance. On Sunday, July 24, 2016 at 10:37:32 AM UTC+5:30, Sachin Kumar wrote: > > Hello Team, > > > I want to set different bidModifier for different time slot e.g Time: > 11-12 bidModifier=1.5, Time: 14-15 bidModifier=1.3. > > To achieve this I u

Set defferent bidModifier for different time slot

2016-07-23 Thread Sachin Kumar
IME_INTERVALS_OVERLAP @ operations[0].operand.criterion; trigger:'Existing schedule: AdSchedule{id=CriterionId{id=320824} , dayOfWeek=WEDNESDAY, startHour=2, startMinute=ZERO, endHour=6, endMinute=ZERO}', RangeError.TOO_LOW @ operations[0].opera

Re: Add/Remove target location of campaign

2016-06-27 Thread Sachin Kumar
you for your response and guidance. :):) On Monday, June 27, 2016 at 12:12:57 PM UTC+5:30, Sachin Kumar wrote: > > Hello Team, > > Goal: To add/remove target location in campaign > > I want to add location in campaign target location. To achieve this I am > usi

Add/Remove target location of campaign

2016-06-26 Thread Sachin Kumar
Hello Team, Goal: To add/remove target location in campaign I want to add location in campaign target location. To achieve this I am using this code: $campaignCriterionService = $user->GetService('CampaignCriterionService', ADWORDS_VERSION); $user->SetClientCustomerId(base64_d

Re: Performance report based on Proximity and Location

2016-06-10 Thread Sachin Kumar
On Friday, April 15, 2016 at 4:07:44 PM UTC+5:30, Charles Serra wrote: > > Hi everyone, > > I'd like to get a report which could show Proximity and Location > performance ordered by campaign. > > I read the documentation on Adwords API, and I found this here >

Campaign remaining/spent(used) amount

2016-05-17 Thread Sachin Kumar
Hello I am using ad words api v201603 and* I want to show particular campaign remaining and spent amount?. *I am using test account credentials and getting all campaign and clients perfectly. Any help is appreciated. Thanks & Regrads Sachin K