Can i Get Estimated Average CPC for all related keywords

2010-08-16 Thread siva
Hi, I am not able to get the Estimated average CPC for all the related keywords. Also When i Search for the keyword 'bseindia' I am not getting 'sensex' as related keyword when i use the API, where as when I see it in the website(adwords.google.com). why is it? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Can i Get Estimated Average CPC for all related keywords

2010-08-17 Thread siva
In dot net program i have made some changes in GetRelatedKeywords.cs string keywordText = Keyword; Keyword keyword = new Keyword(); keyword.text = keywordText; keyword.matchTypeSpecified = true; keyword.matchType = KeywordMatchType.BROAD ; RelatedToKeywordSearc

Failed to get authToken. Reason: couldn't connect to host

2010-11-12 Thread siva'
i am getting this message when i am running GetAllCampaigns.php Failed to get authToken. Reason: couldn't connect to host -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =

How to get number clicks received and how much amount(cost) spent on the campaign for the given date

2011-06-29 Thread siva
Hi All, I am new to Google AdWord API. I need to get the number of clicks/ impressions received through each campaign and the total cost(amount) spent on each campaign for the given date. Actually my application will run every day and it needs to collect these values for the previous day. Please p

Google Products listing

2014-01-23 Thread sadha siva
i am using google merchant adwords. incase customer will come form click merchant ads, the custome book mark particlur page and customer buy another days how to convercation work. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://goog

How to track coversion click 1 per page url thru google analytics

2014-02-03 Thread sadha siva
Dear Sir, I have linked adwords account to my google merchant center, where i listed more than 2000 products in google shopping products. I receive conversion clicks on daily basis. Can i track which url or which ads receive more conversion clicks? Commerce India -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Campaign and AdGroupId

2015-05-26 Thread Siva Nath
*Hi Guys, * Kindly help me to know about - How can we able to get the Campaign and Ad Group created by, created time stamp, modified by and modified time stamp(exactly detailed change history). through Google AdWords API call? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Is it possible to retrieve campaign and adgroup detailed change history?

2015-05-27 Thread Siva Nath
Hi Kindly help me to know about - How can we able to get the Campaign and Ad Group created by, created time stamp, modified by, modified time stamp(exactly detailed change history) and whether changes made via automated rules, AdWords API, and AdWords Editor?. through Google AdWords API call.

Ad name from adwords reports

2015-07-17 Thread Siva Arasu
Hi, # Create report definition. report = { 'reportName': 'yesterday AD_PERFORMANCE_REPORT', 'dateRangeType': 'YESTERDAY', 'reportType': 'AD_PERFORMANCE_REPORT', 'downloadFormat': 'CSV', 'selector': { 'fields': ['Date'

Re: Ad name from adwords reports

2015-07-26 Thread Siva Arasu
Thank you On Saturday, July 18, 2015 at 1:48:31 AM UTC+7, Anthony Madrigal wrote: > > Hi Siva, > > In AdWords API v201506, the equivalent field for PromotionLine in the *Ad > Performance Report *is headline > <https://developers.google.com/adwords/api/docs/appendix/r

Feed item disapproved

2015-12-11 Thread Siva Arasu
Hey Guys, I am uploading dsa data feed in a adwords test account via adwords api. Feed items are being disapproved saying "Value provided is too long". After checking policy data I found that url string length is too long. But right now we are uploading the data feed manually ( in production

Re: Feed item disapproved

2015-12-20 Thread Siva Arasu
placeholders types available to use for dsa feed or how to introduce the urls in feed ? Cheers, On Friday, December 18, 2015 at 8:06:57 PM UTC+7, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Siva, > > First, I don't think the test or production account is

Re: Feed item disapproved

2015-12-20 Thread Siva Arasu
: > Hello Siva, > > It seems you're trying to use Ad Customizers with dynamic search ads, not > text ads as shown in the example > <https://developers.google.com/adwords/api/docs/guides/dynamic-search-ads>, > right? > I think it's not different from what I&#x

Re: Feed item disapproved

2015-12-21 Thread Siva Arasu
rat (AdWords API Team) wrote: > > Hi Siva, > > If you would like to create DSAs via API, you still have to set > *displayUrl*, which can be done by normally setting a value of > DynamicSearchAd > <https://developers.google.com/adwords/api/docs/reference/v201509/AdGroupAdS

PLACEHOLDER_FEED_ITEM_REPORT takes too long to download and encounters "ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND" error

2016-11-30 Thread Siva arasu
Hi , I am downloading the PLACEHOLDER_FEED_ITEM_REPORT for the daily automation. It used to work fine for a long time but recently for the last 3 days i couldnt download the report or its takes too long download the report. I went through the forum found another thread (https://groups.googl

Re: Trying to access to adword API with salesforce

2020-01-16 Thread Siva Kummar
I have a similar requirement . Can you please help me provide the steps or any blogs if you have published/referred for the same. Regards, Siva Ragula On Wednesday, December 4, 2013 at 1:45:49 PM UTC+1, noam...@conduit.com wrote: > > I'm trying to access adwords API with the follow

Re: Calling Api In Salesforce

2020-01-16 Thread Siva Kummar
Hi Akash, I have a similar requirement . Can you please help me provide the steps or any blogs if you have published/referred for the same. Regards, Siva Ragula. On Thursday, September 22, 2016 at 10:03:26 AM UTC+2, akash mohan singh wrote: > > Hi All, > > Can we consume Ad

I am calling my test acount using rest api and getting error. Status not found .

2020-01-29 Thread Siva Ragula
HttpRequest httpReq = new HttpRequest(); HttpResponse httpRes = new HttpResponse(); String errorMessage = ''; if(googleCred != null && googleCred.size() > 0 && code != null){ httpReq.setMethod('POST'); httpReq.setEndpoint('https://oauth2.googleapis.c

Re: I am calling my test acount using rest api and getting error. Status not found .

2020-01-30 Thread Siva Ragula
I have identified the issue is due to header and it has been solved now. How to extract the campaign-clicks information through adwords API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~

what is the endpoint URL for to access campaign data.

2020-01-30 Thread Siva Ragula
https://adwords.google.com/api/adwords/cm/v201809 I have tried above End point URL and getting error.could you please help me what would be the end point URL for to fetch the campaign report . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google