how can i get Maximum CPC using Adgroupcriterion

2010-08-18 Thread Syed
hi, I am trying to retreive all the keyword in a adgroup. I am using adgroupCriterion as shown belowe. AdGroupCriterionServiceInterface criterionService = googleServiceFactory.getAdWordsService(user, AdWordsService.V200909.ADGROUP_CRITERION_SERVICE); AdGroupCriterionIdFilter[] idFilte

PolygonTarget

2010-08-18 Thread Syed
Hi, I am new to Adwords API, But i have did most of the part to fetch Adwords user's information. But now am working on Geotargeting and polygone targeting. Can some one please give me a example how to implement this in Java. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: how can i get Maximum CPC using Adgroupcriterion

2010-08-18 Thread Syed
lngMaxCPC = 0; >            Keyword ckeyword = > (Keyword)BiddableadGroupCriterion.criterion; >            lngMaxCPC = (BiddableadGroupCriterion.bids as > ManualCPCAdGroupCriterionBids).maxCpc.amount.microAmount; > > } > } > } > > I hope this helps > --Navneet > > O

Retreiveing GeoTarget's Attribute

2010-08-19 Thread Syed
hi, I really apprciate you peopl for helping me till here. I have one more Issue. selector.setCampaignIds(new long[] {googleCampaign.getId()}); CampaignTargetServiceInterface targetService = googleServiceFactory.getAdWordsService(user,AdWordsService.V200909.CAMPAIGN_TARGET_SERVICE);

Re: PolygonTarget

2010-08-19 Thread Syed
ava/source/browse/trunk/... > > Pete > > On Aug 19, 2:38 am, Syed wrote: > > > Hi, > > > I am new to Adwords API, But i have did most of the part to fetch > > Adwords user's information. But now am working on Geotargeting and > > polygone targeting. C

GeoTargetList attributes please

2010-08-19 Thread Syed
Hi, I am trying to get Geotarget Atributes such as the following 1. CityTarget 2. CountryTarget 3. MetroTarget 4. PolygonTarget 5. ProvinceTarget 6. ProximityTarget I have got selector.setCampaignIds(new long[] {googleCampaign.getId()}); CampaignTargetServ

Keyword gettext with special character

2010-08-24 Thread Syed
hi, I am having problem with getting exact phrase of the keyword. When i call getText() i have to get the exact keywords. It is not showing keywords with "Keyword" and [keyword]. Can u please tell me how to get these keywords. Its serious problem for me. Example keywords "CAR" , [BUS], VAN.. in

manualCPC exception

2010-08-25 Thread Syed
When i was trying this line of code am getting the following exception.. I was actually trying to get MAXCPC values for adgroup. System.out.println(" Max CPC : " + ((ManualCPCAdGroupBids) adgroup.getBids()).getSiteMaxCpc()); java.lang.ClassCastException: com.google.api.adwords.v200909.cm.Conver

Chinese keywords problem

2010-08-25 Thread Syed
Hi Am trying to import all the campaign of Google adwords user. One of the campaign's adgroup contain Chinese keywords. I cannot able to retrive it. Am getting "???" for the keywords. How can i retrieve exact chinese formate keyword? thanks for the help in advance -- =~=~=~=~=~=~=~=~=~=~=~

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-08-25 Thread Syed
hi, I was trying to import couple of adwords customer and suddenly i got an exception InternalApiError.UNEXPECTED_INTERNAL_API_ERROR AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ faultActor

MCC level Billing and Manage Budget

2010-09-17 Thread Syed
Hi, I am developing a Third party PPC management tool. I need to know some information regarding Billing information and manage Budgets. Is there any way i can set the total budget . At MCC account customer lever. We have main menus as following. Home Campaigns Facilities Reports Billing MyA

Duplicate Element

2010-09-24 Thread Syed
Hi, I was trying to add Campaign. When i do that am getting this following error. I used the same code some times back(one or two weeks back), it works fine. I have made no changes to the code. But still am getting this error. This exception occurs when i try to save the changes made to exis

API Exception [DistinctError.DUPLICATE_ELEMENT

2010-09-26 Thread Syed
HI, I was trying to update one of my campaigns using API(set operator). I am getting this following error, [DistinctError.DUPLICATE_ELEMENT ... am using the same code which i was using before, i changed nothing. but all of a sudden and getting these exceptions. Can u please conform me what

Migration from V200909 to V201008

2010-10-06 Thread Syed
Hi, I am new to Google AdWords. I have been using Adword Java API version 200909, I want to update to latest version 201008. How can i able to do that? Is there any instruction set for migrate to V201008. As i have code and project which is using V200909 now, I need some instruction which wil

Location Extension information

2010-10-07 Thread Syed
hi, I have got confused then i read documentation about LocationExtension. Example for LocationExtension When i search with a keyword on google search, and check the result on Google Maps, I will be getting the search location on map with a pop up window. This pop up windows will shows the Ad

Basic Token Application Delays

2024-04-04 Thread Tariq Syed
Hi Team, we applied for Basic Token access. Our MCC is 612-498-3731 and I don't have a case ID because we never received an email from the compliance team. We are eager to get building with the API and look forward to your help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Re: basic token application delays

2024-04-09 Thread Tariq Syed
Hi, Its been a while. Is there some action item we need to complete or its just on the backlog with the compliance team currently? Thanks, Tariq On Thursday 4 April 2024 at 08:30:42 UTC+1 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support te

Re: basic token application delays

2024-04-15 Thread Tariq Syed
Hi, We are already approved for Oauth for the scopes. We are blocked on the compliance upgrading our token to Basic Access We are unable to move forward on developing our SaaS. Can we please have this looked into. Thanks, Tariq On Wednesday 10 April 2024 at 12:19:13 UTC+1 Google Ads API Forum

Re: Duplicate Element

2010-09-26 Thread Syed Javeed
/javeed On Fri, Sep 24, 2010 at 5:53 PM, AdWords API Advisor < adwordsapiadvi...@google.com> wrote: > Hi Javeed, > > Can you please post the requestId so I may check it? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Sep 24, 6:44 pm, Syed wrote:

LocationExtension

2010-10-07 Thread Syed Javeed
hi, I have got confused when i read documentation about LocationExtension. Example for LocationExtension When i search with a keyword on google search, and check the result on Google Maps, I will be getting the search location on map with a pop up window. This pop up windows will shows t

Re: API returning UNEXPECTED_INTERNAL_API_ERROR all the time today

2012-07-31 Thread Syed Javeed
Same here.. Trying since last couple of hours.. no Updates till now On Tue, Jul 31, 2012 at 4:18 PM, thadclay wrote: > Yeah I'm getting the same thing too. Any updates on this yet? > > On Tuesday, July 31, 2012 9:11:59 AM UTC-4, Tal Ater wrote: >> >> All the queries I am running against the San

Unmarshalling Error: cvc-type.2 MutateJobService 201306

2013-09-26 Thread Javeed Syed
Campaign Test adgroup Active You please point out what is the problem causing this error? Thank you in advance. Syed -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Unmarshalling Error: cvc-type during mutatejobservice(201306)

2013-09-26 Thread Javeed Syed
cvc-type.2: The type definition cannot be abstract for element v20:operations. i think am doing something wrong. But where can you please let point out thank you, Syed -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

batchjobService exmaple code without client library

2016-01-20 Thread Javeed Syed
Hi, Am trying to replace MutateJobService to BatchJobService 201509 without Java client Library i used SOAP request for MutationJobService for previous versions. Now am trying to do the same with BatchJobService. It is not accepting when i upload the campaigns to uploadUrl. It seems like am mi

Re: batchjobService exmaple code without client library

2016-01-26 Thread Javeed Syed
Hi Yin, I understand Java client library is having a good way for doing it with its XML parsing. But we have all the code set for SOAP requests and it was working normally. But when am trying to migrated to Batchjobservice it has some issue with uplaoding xml body. I have changed the tag and

Re: V13 report service.

2011-03-18 Thread Syed Javeed
Is some one gonna reply to me or not. Javeed Syed, Uppsala, Sweden, +46(0)761889848 On Thu, Mar 17, 2011 at 9:29 AM, javeed wrote: > Hi, > >I am using V13 for ReportService, Since in the heigher > versions of adwords we have reportservice available and i can also can >

Re: V13 report service.

2011-03-21 Thread Syed Javeed
Hello Adwords, Its been 5 days i have posted a question is there some one responsible to answer my question. or you guys just want us to wait for years to answer a simple question. On Thu, Mar 17, 2011 at 9:29 AM, javeed wrote: > Hi, > >I am using V13 for ReportService, Since in the he

API Quota Reduction

2022-03-22 Thread Syed Stewart
Through the AdWords API, we could get stats for 3 million keywords per day with basic access, but with the new Google Ads API, through *KeywordPlanAdGroupKeyordServiceClient* and *KeywordPlanIdeaService.GenerateKeywordIdeas*, that number seems to have dropped to 15 thousands. Is this API quota

Re: API Quota Reduction

2022-04-18 Thread Syed Stewart
operations. Therefore, I want to confirm that with the basic plan we are limited to 15000 operations per day and this means that we can get maximum of only 15000 keywords in a single day. On Tuesday, March 22, 2022 at 8:33:39 PM UTC adsapi wrote: > Hi Syed, > > Thanks for reaching out.

Re: API Quota Reduction

2022-05-20 Thread Syed Stewart
Hello, Thanks for the new features, especially the introduction of GenerateHistoricalMetrics. Do you mind adding these parameters from GenerateKeywordIdeasRequest to GenerateKeywordHistoricalMetricsRe

Re: API Quota Reduction

2022-05-24 Thread Syed Stewart
paign, but I've not found a way to specify those parameters when calling GenerateKeywordHistoricalMetrics. On Monday, May 23, 2022 at 10:29:36 AM UTC-8 adsapi wrote: > Hi Syed, > > The Ads API GenerateHistoricalMetrics method supports the same metrics > found in Saved Keywords i

Re: API Quota Reduction

2022-05-25 Thread Syed Stewart
. On Tuesday, May 24, 2022 at 8:58:49 PM UTC-8 adsapi wrote: > Hi Syed, > > Thank you for your reply. > > As mentioned earlier by our colleague Matt, the language and location will > need to be specified o*n the keyword plan campaign*, when using the > GenerateKeywordHist

Re: API Quota Reduction

2022-05-26 Thread Syed Stewart
Hi Peter, Yes, it's possible to set the location in Keyword Planner. The language is preset to "All languages" though, and it cannot be changed. I have attached a screenshot. On Wednesday, May 25, 2022 at 10:37:54 PM UTC-8 adsapi wrote: > Hi everyone, > > Thank

Re: API Quota Reduction

2022-05-27 Thread Syed Stewart
ence/rpc/v10/KeywordPlanIdeaService#generatekeywordhistoricalmetrics> as well? On Thursday, May 26, 2022 at 6:38:49 PM UTC-8 adsapi wrote: > Hi Syed, > > Thank you for providing more details to your concern. > > Upon checking the provided UI, the language is default to the &q

Re: API Quota Reduction

2022-05-31 Thread Syed Stewart
*, e.t.c., then removing them. I should be able to create those entities only *after* I've done my research and selected the keywords I want. On Monday, May 30, 2022 at 2:23:04 PM UTC-8 adsapi wrote: > Hi Syed, > > Thank you for the reply. > > Could you confirm if what you wa

get list of all client customer id

2014-05-14 Thread Syed Arif Ullah Shah
Hi, I am developing some dashboards based on campaignperformancereport. I have an MCC account and I have around 20 client accounts there. There could be more in future. I want to get the list of all client customer id so that I can send these clientcustomerid to campaignperformancereport one by

cost value different in Account_Performance_Report and Keywords_Performance_Report?

2014-07-07 Thread Syed Arif Ullah Shah
I am using google adwords api and awql to create some reports in Qlikview. I wanted to show some reports based on cost at keyword text level. What I have found is that for some days the cost value differ If I use the Account performance report and keywords performance report. Infact the Account

Re: cost value different in Account_Performance_Report and Keywords_Performance_Report?

2014-07-07 Thread Syed Arif Ullah Shah
actual cost metric that matches the value of Account Performance Report Thanks Syed On Mon, Jul 7, 2014 at 6:27 PM, Ray Tsang (AdWords API Team) < adwordsapiadvisor+...@google.com> wrote: > Syed, > > The keywords performance report may be condensing the display keywords > into a s

Re: cost value different in Account_Performance_Report and Keywords_Performance_Report?

2014-07-08 Thread Syed Arif Ullah Shah
Actually the customer wants to see the cost dashboards at keywords level and break down the cost by keywords. The only way to get to keywords level is to use a report that has the keyword text level detail. Otherwise we get accurate cost from Account Performance Report. Regards Syed On Tue, Jul

Re: cost value different in Account_Performance_Report and Keywords_Performance_Report?

2014-07-11 Thread Syed Arif Ullah Shah
(along w/ other display-specific > reports). The data is the same as the customer would otherwise get from > the UI . > > Thanks, > > Ray > > > On Tuesday, July 8, 2014 10:32:07 AM UTC-4, Syed Arif Ullah Shah wrote: >> >> Actually the customer wants to see the

Access adwords campaign opportunities via google adwords api

2017-01-15 Thread Syed Asfar Ali Kazmi
Hi i want to know is this possible to access adwords *campaign opportunities via google adwords api *to shows my own* customer dashboard*. so my ppc customers can easily check their ppc campaign opportunities from my own* customer dashboard*. Is this possible please let me know. Regards, --

Re: Get the creation Date of Keyword, Ad, Adgroup, etc with API

2024-04-17 Thread &#x27;Syed Ameen Ali' via Google Ads API and AdWords API Forum
sorry, I meant creation date*. On Wednesday, April 17, 2024 at 2:01:37 PM UTC+5:30 Syed Ameen Ali wrote: > Hello, Is the creation data for AdGroups, AdGroupAd and Campaigns > available in v15 or higher? > > On Thursday, February 13, 2020 at 2:26:33 AM UTC+5:30 Google Ads API Foru