AdWords API Report job failed validation due to the following error: "null".

2009-01-20 Thread raj
Hi, I am trying to run report to get clicks , impressions. I tried to do with ReportService that I saw in the sample code. But I when ran the report I am getting this error"Report job failed validation due to the following error: "null". " Could you please tell me why am I getting this e

AdWords API Re: Report job failed validation due to the following error: "null".

2009-01-20 Thread raj
columns( clicks, impressions,average position). AS per our requirement we need all these data in xml format. That is only possible through ReportService. When I ran the code that I send to you in my previous mail, I am getting this error ===> Report job failed validation due to

AdWords API Re: Report job failed validation due to the following error: "null".

2009-01-20 Thread raj
re's an example included with the Java client library for > scheduling and downloading a report, which will be in XML format. > You'll have to change some of the report options to match exactly what > you're looking for, using this information as your guide: > >  http:

AdWords API Re: Report job failed validation due to the following error: "null".

2009-01-21 Thread raj
ption e) { System.out.println( "Report job failed validation due to the following error: \"" + e.getMessage() + "\"."); } Then it should throw that error message. Thanks Raj On Jan 21, 7:54 am, Ad

AdWords API Re: Report job failed validation due to the following error: "null".

2009-01-21 Thread raj
m ? How it can be resolved ? Thanks in advance. Raj Report job failed validation due to the following error: "This account has reached its user specified budget.". On Jan 21, 7:54 am, AdWords API Advisor wrote: > Additionally, and more importantly, if you're doing new development

AdWords API Php MS SQL Connection

2009-06-08 Thread raj
Hi My project is working on remote server and using database is MS SQL Remote is working file Now I neet to use the remote Databse to local How I can connection the remote database to my local system I need to use the remote database to my local system --~--~-~--~~~---

AdWords API Reg Adwords API V13

2009-11-13 Thread Raj
Hi all, I got two doubts. 1: We are using Adwords API V13 KeywordToolService for getting Seed Keywords and Keyword Variations. I saw that V13 KeywordToolService is deprecated. But those Services are still working. Could you please tell me what is the sunset date for V13 Services. 2:As V13 Servi

AdWords API Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-19 Thread Raj
jani'. 'BROAD'. ''. ''. 'KEYWORD'. 'IDEA_TYPE'. 'TARGETED_MONTHLY_SEARCHES'. 'null'. 'en_US'. 'USD'. ''. ''; it does not return values. Could you please tell me where the problem is? Is th

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-19 Thread Raj
the problem is with this request XML Thanks, Raj On Nov 19, 4:29 pm, AdWords API Advisor wrote: > Hi Raj, > > The field "requestType" does not accept the value "IDEA_TYPE".  The > value must be either "IDEAS" or "STATS": > >  http://code

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-20 Thread Raj
]) { $targetingidea = array($targetingidea); } print_r($targetingidea); echo"raj:".$targetingidea['totalNumEntries']; It is giving empty array result. Thanks, Raj. On Nov 20, 8:16 am, AdWords API Advisor wrote: > Hi Raj, > > Is there an error returned in the respo

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-20 Thread Raj
$useragent . '' . '' . $developer_token . '' . '' . $application_token . '' . ''; I am getting authToken field empty. when I saw in XML file of the $headers. Could you please tell me how to get rid of this error? Thanks, Raj On No

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-20 Thread Raj
Thank you Eric, I tested my credentials and it just returned SID: LSID: AUTH: and I just put this AUTH value in my code then tried to run the file. It gave the following error: Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 15782831 bytes) in C:\AppServ\www\raj

AdWords API TargetingIdeaService Keywordsvariations

2010-01-16 Thread Raj
ord Object ( [text] => sample keyword 150622563 2 [matchType] => BROAD [id] => [CriterionType] => Keyword [_parameterMap:private] => Array ( [Criterion.Type] => CriterionType ) ) Keyword Object ( [text] => sample keyword 150622563 3 [matchType] => EXACT [id] => [CriterionType] =

AdWords API Targetingideaservice keyword cpc, avgpos, clicks, impressions

2010-03-11 Thread Raj
? Thanks, Raj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

AdWords API Re: Targetingideaservice keyword cpc, avgpos, clicks, impressions

2010-03-11 Thread Raj
can you please tell me how to use criterion service to get keyword informaion? On Mar 11, 10:05 am, Raj wrote: > Hello Adwords team, > > Please help me in getting keywords information like cpc, average > position, clicks, and impressions using > TargetingIdeaService. &g

AdWords API dateRange in AdGroupService

2010-03-17 Thread Raj
;statsSelector->dateRange=new DateRange('2010-01-01','2010-01-31'); and $selector->statsSelector->dateRange=new DateRange('20100101','20100131'); then I got error as Creating default object from empty value in C:\AppServ\www \aw_api_ph

AdWords API Re: dateRange in AdGroupService

2010-03-19 Thread Raj
Thank you Eric. It is working. On Mar 18, 10:36 am, AdWords API Advisor wrote: > Hi Raj, > > You also need to create the statsSelector object. > > $selector = new AdGroupSelector(); > $selector->statsSelector = new StatsSelector(); > $selector->statsSelector-&

AdWords API NetworkCoverageType Stats

2010-03-24 Thread Raj
ype. 2. One more thing is I am getting 35-40 campaign ids results for a given single campaign ID. Which don't exist in my adwords account. Please help me in this. Thanks, Raj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sun

AdWords API Re: NetworkCoverageType Stats

2010-03-24 Thread Raj
unusual in my campaigns. I would like to know based on which parameters it is giving these types? like history, or dates... Thanks, Raj On Mar 24, 1:13 pm, Raj wrote: > Hello adwords team, > I have two questions. > > 1. I am working on getting all campaigns. > I need to get net

AdWords API Re: NetworkCoverageType Stats

2010-03-26 Thread Raj
type as both GOOGLE_SEARCH and CONTENT_CONTEXTUAL even the content option is unselected. Why is this happening? On Mar 25, 9:44 pm, AdWords API Advisor wrote: > Hi Raj, > > More information on these values is available here: > >  http://groups.google.com/group/adwords-api/brows

AdWords API TargetingIdeaService KeywordIdeaService

2010-04-09 Thread Raj
Please tell me how to do that. Thanks, Raj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups

Getting multiple AdgroupCriteria in single Request

2010-04-28 Thread Raj
you please give me example of how to request criterion information for multiple IDs in a single request? Thanks, Raj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http

Re: Getting multiple AdgroupCriteria in single Request

2010-04-29 Thread Raj
Thank you Eric I will get into touch after testing this. Thanks, Raj On Apr 29, 12:01 pm, AdWords API Advisor wrote: > Hi Raj, > > You can use multiple AdGroupCriterionIdFilters in the selector to > select multiple criteria at once. > >   >       >    

Keyword clicks and impressions

2010-05-13 Thread Raj
you answer my questions? Thanks, Raj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

How to get multiple criterion information in single request...?

2010-06-02 Thread Raj
46466421'; $idFilter->adGroupId = $adGroupId; $selector->idFilters = array($idFilter); Now my question is How can I send an array of adgroupId s to get their criterion information? Thanks, Raj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and dis

Re: Getting multiple AdgroupCriteria in single Request

2010-06-02 Thread Raj
Can you send me some sample php code to get this request please? Thanks, Raj On Apr 29, 12:55 pm, Raj wrote: > Thank you Eric > > I will get into touch after testing this. > > Thanks, > Raj > > On Apr 29, 12:01 pm, AdWords API Advisor > > > > >

Traffic Estimator in new version

2010-07-16 Thread Raj
Hi Eric, I want to know the monthly searches for given keywords. Can you please tell me which api does the job? I found Traffic Estimator API suits but it is in V13, I did not find in the new version. Please help me in this. Thanks, Raj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Google Ads API migration guide not found (404)

2023-01-18 Thread Praveen Raj
The google ads api migration guide is not found in google docs. Earlier it was there and i was trying to migrate from adwords api to ads api. Why is the migration guide is not available now. It will so helpful if the guide is available. Please advice. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

No response for the Basic Access Permissions Request over a month

2024-01-02 Thread Aji Raj
Hello, I have been trying to get Basic access permission since over a month. I had applied, re applied and also submitted Google Ads API Compliance form. No communication from API team till today. Please advise me regarding the next steps. My MCC ID : 864-630-8242 Thanks. -- -- =~=~=~=~=~=

Re: no response for the basic access permissions request over a month

2024-01-11 Thread Aji Raj
Hello Team, Any update on this? On Wednesday 3 January 2024 at 10:50:27 UTC+4 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > After reviewing your concern, I understand that you have submitted a > request for the Basic access of

Allow-list for store sales data uploading

2024-02-05 Thread Aji Raj
Hello, We would like to whitelist our account for uploading store sales data. Please guide us through the steps to do so,. From documentation i can see that we need to connect with a Google representative to allow list the account. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

API Questions

2013-06-30 Thread Vikram Raj
Hi Guys, I had few questions regarding adwords API. 1. Does the google adwords API provide methods to update the billing information under an account 2. How can I fetch the invoice details from an account using the API? Any feedback will be greatly appreciated. Thanks -- -- =~=~=~=~=~=~=~=~

API Questions

2013-06-30 Thread Vikram Raj
Hi Guys, I had few questions regarding adwords API. 1. Does the google adwords API provide methods to update the billing information under an account 2. How can I fetch the invoice details from an account using the API? Any feedback will be greatly appreciated. Thanks -- -- =~=~=~=~=~=~=~=~

How can i read emails in a gmail account?

2014-10-27 Thread Anu Raj
I have created created a javascript class where I am requesting for login and after login I am getting some response with access_token with some other parameters. I want to get all the emails which are there in the account where I am requesting for the access_token. Please help me is the way wh

Is it possible to create a Video Campaign in adwords API?

2015-05-15 Thread sen raj
Please tell anyone about create a video campaign through api. But it's possible to manually create a video campaign. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

Is it possible to Video Campaign in adwords through API ?

2015-10-12 Thread sen raj
Is it possible to Video Campaign in adwords through API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

How to track paid Adwords click through API

2015-11-06 Thread Raj mohan
Hi, One of my client used Google Adwords for the products in our website. We can see how many paid clicks happened for each product via logging into account of google adwords. But he feels very difficult everytime to login to google account and check the clicks. Instead he would prefer to writ

Replacement for BudgetOrderErrorReason

2022-04-08 Thread Abhishek Raj
Hi Team, Looking for replacement of the below in Google Ads API due to API migration. *BudgetOrderErrorReason.GENERIC_BILLING_ERRORBudgetOrderErrorReason.NO_SUCH_BUDGET_FOUNDBudgetOrderErrorReason.INVALID_BUDGET_ALREADY_SPENT* Could you please help on this. Thank you -- -- =~=~=~=~=~=~=~=~

Install Referrer and Universal App Campaign

2020-10-29 Thread Raj Parekh
Hi I have implemented google install referrer which gives me referrer data, and I am also running Universal App Campaign. Now I am seeing the conversions on my add around 400. But I do not see campaign information on my data from play store. Been stuck on this for days. Can anyone help me? Inst

Refresh token for google adwords getting expire after 7 days

2021-05-06 Thread raj maharajwala
I am using the platform Oauth Playground to generate Access token and Refresh token for purpose of using it in LSA API(google Local Service Ads API). Where I am using Refresh token to generate new access token as it is used for connecting with API service Which is successfully done, But the Ref

Re: Issue 158844549: Google Ads Wrong Functional Implementation - Annoying to whole users in World

2020-07-07 Thread Durai Raj
++ Can I get any response back on this? On Mon, 6 Jul, 2020, 7:52 AM Durai Raj, wrote: > Hi Sundar Pichai, > > Do I get any response on my issue? > > Thanks > Durai > > On Fri, 3 Jul, 2020, 11:26 AM Durai Raj, wrote: > >> Hi Sundar Pichai, >> &g

Re: Issue 158844549: Google Ads Wrong Functional Implementation - Annoying to whole users in World

2020-07-11 Thread Durai Raj
Any update on this? On Wed, 8 Jul, 2020, 5:22 AM Durai Raj, wrote: > ++ > > Can I get any response back on this? > > > On Mon, 6 Jul, 2020, 7:52 AM Durai Raj, wrote: > >> Hi Sundar Pichai, >> >> Do I get any response on my issue? >> >>

CallRail Conversions not appearing on Google Ads conversions

2024-05-21 Thread Raj Kamal Saha
Hello, I am running google ads on this account for more than 5 years, I track various conversions such as form submissions etc, I also use callrail for tracking on our website and the callrail account has a direct integration with google ads which sends the conversions to google ads This integ

Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-02-25 Thread Pavan M Raj Gowda
I am also facing the same permission issue for the past 2 weeks. On Tuesday, 19 February 2019 16:06:16 UTC+5:30, Ananth Sakthivel wrote: > > Hello Sai, > did you find any solution for my issue? > > On Wednesday, 13 February 2019 22:17:05 UTC+5:30, > googleadsapi-forumadvisor wrote: >> >> Hello Ev

on what day in the current month is the past month MonthlySearchVolume data available?

2022-12-02 Thread 'Raj Kumar' via Google Ads API and AdWords API Forum
ilable. Regard Raj -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API F

Getting error while fetching data using google ads api

2021-05-21 Thread 'Raunak Raj' via AdWords API and Google Ads API Forum
Hi I am trying to get data from google ads account but facing the below issue: AdWordsReportBadRequestError: Type: QuotaCheckError.INVALID_TOKEN_HEADER Trigger: New developers must use the Google Ads API. Field Path: None We already have access , refresh and developer token and basic access leve

Re: Getting error while fetching data using google ads api

2021-05-24 Thread 'Raunak Raj' via AdWords API and Google Ads API Forum
We have created the developer token used for our quires on 28th April, 2021. Can you help us understand why we are facing this issue now? Thanks On Monday, May 24, 2021 at 8:41:34 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Can you clarify when the developer token you used for these queries

Re: Getting error while fetching data using google ads api

2021-05-24 Thread 'Raunak Raj' via AdWords API and Google Ads API Forum
Hi Let us know whenever you get any update regarding this issue. Thanks On Tuesday, May 25, 2021 at 11:20:34 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > Thanks for providing the requested detail. I work with Peter and let me > continue the discussion for this concern. > > Allow me to raise