Re: Setting or Retrieving Campaign Goal through Adwords API

2019-01-25 Thread vj
Any updates for this? Is available now? On Monday, July 23, 2018 at 8:43:30 AM UTC+5:30, Luis Xander Talag (AdWords API Team) wrote: > > Hi GnanaPrakash, > > Currently, we don't have any news on if and when this feature will be > available through the API. For the meantime, you may follow our

How to know Customer is using Re-targeting or not?

2018-05-12 Thread vj
Hi, Could you please help me to know that Adwords customer is using *Retargeting *or not in his adwords account using which Adwords api request? What is the difference between Retargeting and Re marketing? Thanks, VJ. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Log Api Soap request

2018-05-09 Thread vj
I am downloading adwords api report using php adwords library. I wants to keep soap api request log in file. I am trying bellow code. use Monolog\Logger; use Monolog\Handler\StreamHandler; use Monolog\Formatter\LineFormatter; $log = new Logger('channel_name'); $stream = new

Adwords Click Performance Report

2018-04-10 Thread vj
I have generated the Click Performance API Report to obtain the GCLIDs for the date range and campaigns and I need additional information: 1) I am seeking a report/data/confirmation of whether or not these GCLIDs were deemed VALID or INVALID on a click-by-click level, not as an aggregate.

TargetingIdeaService : RequestType::STATS set MatchType

2017-12-15 Thread vj
In old api we are use to set MatchType while getting stats using targeting idea $keywordMatchTypeSearchParameter = new KeywordMatchTypeSearchParameter(); $keywordMatchTypeSearchParameter->keywordMatchTypes = array('BROAD'); This is my code for latest api... but I am not able to set

Get Negative Keywords Added in last 7 days

2017-08-31 Thread vj
I want to get negative keywords added in past dates using adwords api. Is there any way to get negative keywords by date range? I have tried using *Campaign Negative Keywords Performance Report* but that is not supporting date range. Could you please help? Thanks, VJ

Get Service Operation Count using v201705 Latest api

2017-06-23 Thread vj
vice->get($selector); *$operations_count = $managedCustomerService->GetLastOperations();* echo "OPERATIONS Used => " . $operations_count; Thanks & regards, VJ. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Get user location via Ad URL template parameter

2017-05-13 Thread vj
site landing page. I am trying to use bellow ads template but I am not sure about this. {lpurl}?par={loc_physical_ms}={lb.city}={lb.postalCode}={loc_interest_ms} I want url parameters like this *http://www.example.com/url.php?location=whitefield=560066* Thanks, VJ

Re: Error CONCRETE_EXTENSION_TYPE_REQUIRED when creating create ad extensions with CampaignExtensionSettingService

2017-03-19 Thread vj
HI Bill, I am getting same error while adding multiple sitelinks to campaign. Could you please help me how to resolve this error? Thanks, VJ. On Saturday, May 14, 2016 at 12:16:13 AM UTC+5:30, Bill wrote: > > I'm marking this as answered because I just discovered the mistake on my

Re: Not getting all Negative Keywords in KeywordPerfomanceReport

2017-01-24 Thread vj
ORMANCE_REPORT you can only get >> negative keywords on campaign level. >> >> So, with regard to your question why you don't get negative keywords on >> campaign level with the Keywords performance report, the answer is that >> that particular report was not designed for

Not getting all Negative Keywords in KeywordPerfomanceReport

2017-01-20 Thread vj
.? Thanks, VJ. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Adding millons of ads per day using adwords api

2017-01-19 Thread vj
limits to add adstext per day??? What will be the best way to add millions of ads per day and save time using api?? We tried adwords editor as well but still we feel process is very slow.. Thanks, VJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

How much charge google is taking per gclid??

2016-12-15 Thread vj
Hi, I have bunch of gclid for clicks and now I wants to get per gclid how much google will deduct amount from my account. Is there any way to get gclid click charge from google adwords api??? Thanks & Regards, VJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Remove all excluded IP from account

2016-10-13 Thread vj
Hi, Is that possible to remove all excluded ips from account using api?? I tried to remove sinlge ip using api , that ip was removed using api but now i wants to remove all the ips that i excluded in account without passing all ip address at a time. is it possible via api?? Thanks. -- --

Re: RetryAfterSeconds=30, Still Not Working After 30.

2016-09-17 Thread vj
I am also getting same Error while using this service...I am getting this error even after no activity since last 24 hours on api request... On Thursday, September 8, 2016 at 10:01:10 PM UTC+5:30, Charles Michael wrote: > > Hello, I have a standard account and I'm currently running a lot of >

Get Search volume for keywords for multiple Country(GeoTarget)

2016-09-13 Thread vj
Hi, I was working on keywords research using adwords api. Using adwords api I can able to get Keywords stats like SEARCH VOLUME for specific location and its return result is for that specific country. Now, is there any way to pass multiple location id(Country) and get Search Volume for each

AuthorizationError.USER_PERMISSION_DENIED in while download reports

2016-07-25 Thread vj
Hi, I am also getting error while download report. I am able to get response for "ManagedCustomerService" but when I try to download adwords reports I am getting" AuthorizationError.USER_PERMISSION_DENIED" Error. Can you please tell me why I am getting this error?? any specific permission

Re: AuthorizationError.USER_PERMISSION_DENIED in while accessing reports usin PHP api

2016-07-24 Thread VJ
Hi, I am also getting same issue now. I am able to ger response for "ManagedCustomerService" but when I try to download adwords reports I am getting" AuthorizationError.USER_PERMISSION_DENIED" Error. Can you please tell me why I am getting this error?? On Tuesday, August 11, 2015 at

Re: Getting the Change History via the API

2016-02-11 Thread VJ
Hi Team, Is there any update on this ? Thanks. On Monday, June 18, 2012 at 9:36:50 PM UTC+5:30, Oliver wrote: > > Hi, > > I believe the only way to get some data about the 'Change History' is by > using the CustomerSyncService object. > > Looking at this object I have 2 questions: > > 1)

UNAUTHORIZED_USER error is showing while uploading offline conversion

2016-02-10 Thread VJ
Hi, I have created php script for uploading offline conversions to account. My script was working proper earlier but from yesterday I am getting this error "UNAUTHORIZED_USER". I can able to download CLICK_PERFOMANCE_REPORT using same RefreshToken but while adding Conversions only I am

Get adwords account matrics

2016-02-04 Thread VJ
Hi , I wants to get following stats using adwords api. AdWords budget AdWords Revenue AdWords Revenue Tracking 2 AdWords ROAS Price pr. transaction (AdWords) AdWords Transactions Organic Transactions Direct Transactions Total Transactions Total Revenue1.AdWords budget 2.AdWords Revenue

OfflineConversionsFeedService DateError.INVALID_STRING_DATE_TIME

2015-12-30 Thread VJ
Hi, I am using latest adwords api v201509 PHP library. This is my request : ADD CI6mu4LRg8oCFdgYgQod6aEO5gVij From Doc to PDF - PRIVATE 248050 - US - IE FF - (Y6xdm981) 2015-12-29 19:56:40 1.6 I

Re: Video Ads - How to pull metrics from Adwords API.

2015-12-15 Thread VJ
Hello Team, In adwords api v201509 is there any update for video ads campaigns data matrics?? Is it available now? On Wednesday, January 25, 2012 at 5:46:36 PM UTC+5:30, Nakul Ringshia wrote: > > Hi > > I need to pull the following metrics for the video ads > Ad > Ad previews > Video >

How to get Adword account start date using api.?

2015-05-10 Thread VJ
Hi, Can you please let me know how can I get accounts start date?? which service i need to use? I wants to get start date of all accounts under MCC. Regards, VJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Traffic estimate and Targeting Idea service

2015-01-15 Thread VJ
Hello, I am using Targeting Idea service and Traffic estimator. https://github.com/jcroll/google-api-adwords-php/blob/master/examples/v201209/Optimization/EstimateKeywordTraffic.php $unitedStates = new Location(); $unitedStates-id = 2840; $campaignEstimateRequest-criteria[] =

add multiple scope

2015-01-09 Thread VJ
Hello, I am trying to set multiple scope to get user email as well users permission to access their adwords, but i cant find any feasible way to add scope, please advice me how can I set multiple scope to following code in adwords api??? $offline = TRUE; $extra_para = array();

Regarding RMF

2015-01-07 Thread VJ
Hello, I want to make management functionality for my self only not for clients. I want to develop keyword bid change functionality only. To approve my token which RMF management functionality I need to implement please let me know. I need to implement all management functionality which is in