Re: Weird OAuth2 failure to refresh access token

2014-01-21 Thread rohit
home/offers/tracking/shared/bundle/jruby/1.9/gems/google-ads-common-0.9.3/lib/ads_common/auth/oauth2_handler.rb:83:in `get_token' /home/offers/tracking/shared/bundle/jruby/1.9/gems/google-ads-common-0.9.3/lib/ads_common/api.rb:113:in `authorize' Any idea what is causing this issue? Thank

Re: Weird OAuth2 failure to refresh access token

2014-01-29 Thread rohit
oken just prior to failure from this morning. :issued_at=>2014-01-29 07:41:50 -0600, :expires_in=>3600, :id_token=>nil Thanks, Rohit -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http:/

Unable to catch Google\ApiCore\ApiException

2024-07-08 Thread Rohit
, "code": 3, "status": "INVALID_ARGUMENT", "details": [ { "@type": "google.ads.googleads.v16.errors.googleadsfailure-bin", "data": "" }, { "@type": "grpc-status-details-bin", "data": "&qu

Basic Access Application

2023-06-05 Thread Rohit
s API Compliance form but could not get a response. Could you please look into this as this is affecting the development scope and delaying projects on a larger scale. Best Regards, Rohit -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Basic Access Application

2023-06-06 Thread Rohit
Hello, Just checking to see if you are able to advise on this. Best Regards, Rohit On Tuesday, June 6, 2023 at 10:50:14 AM UTC+10 Rohit wrote: > Hi Team, > > Hope you are having a great week so far! > > Its been two weeks since I applied for basic access on my developer toke

AdWords API Re: what regex validates displayUrl?

2008-12-07 Thread Rohit
side validation before submitting a request to the AdWords API server(s). Agreed that this wouldn't be a 'catch all' validation but some level of client side validation (before submission to the server) almost always improves user experience. - Rohit On Dec 4, 8:09 am, AdWords API

UNEXPECTED_INTERNAL_API_ERROR

2014-10-13 Thread rohit
Hi, Seeing this error while setting ad group name. http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="https://adwords.google.com/api/adwords/cm/v201402"; xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/a

Error 502 (Server Error)!!1

2014-10-21 Thread rohit
Hi, Got the following error several times yesterday (using v201402) while deleting keywords from an ad group. Is this another case where we have to add error handling in the code or is it resolved in v201409 which we are in the process of migrating to. Thanks, Rohit HTTP Error occurred

Re: Error 502 (Server Error)!!1

2014-10-22 Thread rohit
Thanks Danial. We will add error handling. On Wednesday, October 22, 2014 3:59:10 AM UTC-5, Danial Klimkin wrote: > > Hello Rohit, > > > You should always be handling unknown errors. We have a very low ratio of > these internal errors but some happen from time to time. > &g

Re: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:''???

2012-01-18 Thread rohit
We are seeing this too using the Ruby client library. Same symptoms, fails intermittently after downloading successfully from several accounts. On Jan 18, 11:32 am, Sunil wrote: > I am already sending the developer token. I am able to download 90% of > reports. But, I get an QuotaCheckError.INVAL

Perfmax campaign's asset deletion apis

2023-02-06 Thread Rohit Palande
Hi, i'm really struggling with finding google ads api calls to delete assets in perfmax campaign. I tried googling it. I tried searching google ads api documentation but none helped. Any leads or tricks will help :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

campaign listed in api result but not visible in Google Ads Interface

2023-03-24 Thread Rohit Agrawal
I am creating campaigns using https://github.com/googleads/google-ads-php AddCampaign.php works fine and it returns the campaign ID generated by Google Ads which is stored in our db. Then using GetCampaigns.php we can verify the campaigns as those are listed in output however the same campaign

Regarding refresh token and access token

2023-11-19 Thread Rohit Chilana
Hi , I am generation access token from refresh token after every 30 seconds. Will it create any issue or it will be fine. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Y

AdWords API Keyword status change not getting reflected.

2009-12-07 Thread rohit a
ts after updating and fetching : "+key.getId()+" > "+key.getStatus().toString()+" > "+key.getText () ); } else { System.out.println(errors.toString()); } } catch (ServiceExcepti

AdWords API Re: Keyword status change not getting reflected.

2009-12-09 Thread rohit a
It was silly of me to miss the setPaused attribute. Thank You. Regards Rohit A -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group,

AdWords API Keyword for content Targeting in report service.

2009-12-09 Thread rohit a
ociation of keywords with ads in content targeting? Please guide me in the right direction. Thanks & regards Rohit A -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.c

Resultant state when a keyword fails in the list of keywords being added to adgroup

2010-05-18 Thread rohit a
Hi, In v2009 I have tried to add 5 keywords at a time by passing five AdGroupCriterionOperations to AdGroupCriterionService. When all the five keywords are correct, all the five keywords are added to the system. When i deliberately give a specific keyword's.text as "" to an adgroupcriterionoperat

TargetingIdeaService - Keyword Ideas - KEYWORD_CATEGORY

2012-03-29 Thread Rohit Chopra
Hi Guys, I have a PHP application that accesses the TargetingIdeaService to get Keyword Ideas. One of the most important thing in this tool is to get the KEYWORD_CATEGORY for the keywords resulting from the service. It seems to be working just fine in the sandbox, but the production does not re

Re: TargetingIdeaService - Keyword Ideas - KEYWORD_CATEGORY

2012-04-01 Thread Rohit Chopra
I would really like some information on this. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Re: TargetingIdeaService - Keyword Ideas - KEYWORD_CATEGORY

2012-04-04 Thread Rohit Chopra
I see. Would you happen to know long has it been since this bug was identified? Just trying to see if I should look for alternatives in the meantime. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

Re: TargetingIdeaService - Keyword Ideas - KEYWORD_CATEGORY

2012-08-29 Thread Rohit Chopra
Does anyone know if there has been any update on this? It's been almost 6 months and doesnt look like this has been resolved. On Wednesday, April 4, 2012 10:59:10 AM UTC-4, Sander Blokzijl wrote: > > It's identified around Nov. 2011, so its already some time ago. Hope they > soon find a solution

TargetingIdeaService - getBulkKeywordIdeas maxResults = 100?

2012-08-29 Thread Rohit Chopra
Hi, I am trying to use the getBulkKeywordIdeas with RelatedToUrlSearchParameter. No matter how I specify the paging, I get totalNumEntries = 100. I have tried several URL's including Google.com and Yahoo.com. Was the numberResults changed from 500 to 100 and left undocumented? Snippet: $selec

Re: [v201209] Vietnam ID 2704 - LocationSearchParameter Error

2012-11-08 Thread Rohit Chopra
Same thing for US 2840. On Thursday, November 8, 2012 4:31:49 AM UTC-5, Martin wrote: > > Also Sweden, it is a consistent problem. > > On Tuesday, October 16, 2012 11:41:30 PM UTC+2, Sebastiaan Moeys wrote: >> >> Using the TargetingIdeaService, targeting Viet Nam (location ID 2704) >> with the Lo

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread Rohit Chopra
Getting the same error for v201206 now also. Looks like they made a rogue update to the older, deprecated API backend. Using US (2840) as the country code. Failing in TIS (keyword/stats) and TrafficEstimaterService as well. On Thursday, November 8, 2012 7:20:16 AM UTC-5, Martin wrote: > > I am g

Re: [v201209] Vietnam ID 2704 - LocationSearchParameter Error

2012-11-12 Thread Rohit Chopra
This is happening for US also 2840. Was this changed in the API but remains undocumented? On Thursday, November 8, 2012 4:31:49 AM UTC-5, Martin wrote: > > Also Sweden, it is a consistent problem. > > On Tuesday, October 16, 2012 11:41:30 PM UTC+2, Sebastiaan Moeys wrote: >> >> Using the Targetin

Scope Of Video Ads - Adwords API

2013-03-13 Thread Rohit Palmurkar
Hey I am new to the adwords API and I wanted to know a few things about Video Ads. Searched the forum for older posts related to this topic but most of them were very dated. I wanted to know if there is a way to do the following things through the API. 1. Change or Adjust the Max CPV bid of a

Single Sign On into Google Adwords Account

2013-05-12 Thread rohit nigam
Hello Team, Can you please suggest me the way or any API for Single Sign On into google account or google Adwords acoount with credentials ? Thanks in advance. Regards Rohit Nigam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

WHY - PHP Client Library - File Path ('Google/Api/Ads/Common/...') instead of dirname(__FILE__). '/../Util/...'

2013-05-14 Thread Rohit Chopra
Why was the PHP Client library include/require paths changed to statically defined paths instead of picking up from the current directory? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.co

GDN - Placement Performance report

2013-10-30 Thread Rohit Yadav
Hi all , I am trying to pull out Placement performance report from API , though i can see placement related data from Adwords interface. I am unable to get the same from API Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gr

Re: What is the maximum number of keywords I can add using SimpleMutateService in a single shot?

2014-09-15 Thread Rohit Chawla
want to know 1. Is this client side issue or server side. 2. If this is client side issue how to resolve this problem. Please suggest ASAP as I am facing this issue in my production environment.Thanks Regards, Rohit On Friday, January 11, 2013 4:20:58 PM UTC+11, Kapil wrote: > > Hey Kevin, &

Dynamic Remarketing - Is it Possible Via the API

2015-07-31 Thread Rohit Palmurkar
Hi We are trying to create a dynamic Remarketing Campaign via the API and are facing some issues. 1. Is it possible to enable "Dynamic Ads" for a particular campaign via the API? Can creation of a dynamic remarketing campaign be possible via the API? 2. What are the operations that can be done

ReportDefinitionService SET operation (Update existing report) InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2011-01-21 Thread Rohit Dantas
arameter in the ReportDefinition.selector (to a new date range value). (change) On the "reportDefinitionService.mutate(operations)" call I receive an [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR] error. Has anyone encountered a similar problem before, or know what might be going wrong here? Cheers, Rohit

Re: ReportDefinitionService SET operation (Update existing report) InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2011-01-24 Thread Rohit Dantas
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR InternalApiError UNEXPECTED_INTERNAL_API_ERROR In case that helps speed up the error

Re: ReportDefinitionService SET operation (Update existing report) InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2011-01-26 Thread Rohit Dantas
Yep, That worked for me, thanks! I had to supply all the fields I used to create the ReportDefinition in order to update it (including the Columns/Fields & reportType). Cheers, Rohit On Jan 25, 9:36 pm, AdWords API Advisor wrote: > Hi Rohit, > > It looks like there is an is

Re: custom time range not saved in ReportDefinition

2011-02-14 Thread Rohit Dantas
report update passes, the second report update always works). Do you have an idea why this behavior is occurring for us? Cheers, Rohit -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Re: custom time range not saved in ReportDefinition

2011-02-15 Thread Rohit Dantas
Hi, the two reportIDs we use for which this error occurs are: 1. 11931386 2. 11940986 As mentioned previously, the date update on the second report failed repeatedly yesterday. On the other hand it seems to work fine today. Cheers, Rohit

Re: custom time range not saved in ReportDefinition

2011-02-21 Thread Rohit Dantas
Hi Eric, Sorry about the confusion, I misread the 'request ID' as 'report ID' for some reason. The report failed again and in the soap_xml.log the request ID saved was *652b5a957c66dd412fa722032004ffbf* Hope that helps with identifying the e

Re: custom time range not saved in ReportDefinition

2011-02-22 Thread Rohit Dantas
- a4678d0ed9b972e35d668c110f90351f Cheers, Rohit -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: custom time range not saved in ReportDefinition

2011-03-23 Thread Rohit Dantas
Hi, I'll look into it, atm we've built an automatic retry system as a workaround to the issue. I'll try to get the latest failure data as soon as possible. It might take a short while. Cheers, Rohit -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

DatabaseError.CONCURRENT_MODIFICATION on large keyword bids update query

2011-04-04 Thread Rohit Dantas
Hi i was updating ~4552 keyword bids today and received the following error, even though no-one else was using our account to modify keywords, nor was any other API process try to do the same. The next attempt to do the same worked without a problem. Do you know what could be the issue? Should

Can i use Ads API for my SEO Tool

2021-07-25 Thread Rohit Nishad
Hi, I saw many big seo tools like Ahrefs, Semrush, etc. They use Google Ads API i think There are also some reseller of these API that claim they have thier own data.. which is impossible because no one excluding know the exact search volume number. I am thinking to make my own Keyword res

Re: Can i use Ads API for my SEO Tool

2021-07-25 Thread Rohit Nishad
Its not clear Answer. I am asking is Google allow us to use thier Ads API for SEO Apps On Monday, 26 July, 2021 at 7:24:23 am UTC+5:30 adsapi wrote: > Hi Rohit, > > Thank you for your question. > > Please note that our team can only provide support for concerns related to

Filter Generated Keyword (Google ads API)

2022-01-26 Thread Rohit Nishad
Hi I am using this example to generate keywords, https://developers.google.com/google-ads/api/docs/keyword-planning/generate-keyword-ideas Its perfectly working, but i want to filter the generated keyword ideas. for example i want keyword that have minimum of 1000 search Thanks -- -- =~=~=

Re: Filter Generated Keyword (Google ads API)

2022-01-28 Thread Rohit Nishad
Can you please provide the code wih python sdk? Please do not link any page give me direct code On Thursday, 27 January, 2022 at 3:51:04 pm UTC+5:30 adsapi wrote: > Hi Rohit, > > Thank you for reaching out to us. > > With regard to your concern, generate keywords

Re: Filter Generated Keyword (Google ads API)

2022-01-29 Thread Rohit Nishad
Hi i need example code with filtered list Thanks On Friday, 28 January, 2022 at 10:02:21 pm UTC+5:30 adsapi wrote: > Hi Rohit, > > If you have questions specific to the Python client library, please reach > out to the client library owners, here > <https://github.com/googleads

Historical metrics in REST interface

2022-01-30 Thread Rohit Nishad
How can i cell Historical metrics in REST interface? In javascript -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to t

I want to get Keyword States for 100 keywords

2022-02-03 Thread Rohit Nishad
Hi, I am useing Google Ads API rest interface, generateKeywordIdeas function with this body, "includeAdultKeywords": true, pageSize: inputs.length, "keywordSeed": { "keywords": [ "seo", "something", 100+ ] } I get this error, error: { code: 400, message: 'Request contains an invalid ar

Re: I want to get Keyword States for 100 keywords

2022-02-04 Thread Rohit Nishad
WTH? have you guys even read what i said? I know how to genrate keywords. I want stats of 100 keywords without createing any resorce in Google Ads account. On Friday, 4 February, 2022 at 2:33:57 am UTC+5:30 adsapi wrote: > Hello Rohit, > > Thanks for reaching out to the Google Ads AP

Re: I want to get Keyword States for 100 keywords

2022-02-07 Thread Rohit Nishad
No what i mean by 100+ is i am trying to set 100+ keyword in keyword seed, which ofcourse give error. I am asking is there any other way to get 100+ keywords status at once? On Monday, 7 February, 2022 at 8:31:01 am UTC+5:30 adsapi wrote: > Hello Rohit, > > Thanks for getting b

Re: How to use KeywordPlanService.GenerateHistoricalMetrics by Rest API

2022-02-08 Thread Rohit Nishad
any update? On Monday, 13 January, 2020 at 6:16:10 pm UTC+5:30 xingguo...@gmail.com wrote: > I have read the documentation for Google Ads API, but still can't figure > out how to implement it. (Getting the search volume specifically) > > I need to use this API in our add-ons, so I have to use t

Get more Data about Keyword

2022-02-09 Thread Rohit Nishad
He'll How can i get more data for keywords. What i have as for now. Search Volume CPC Competition and Trend. What i want, 1. Device specific trend like Mobile and PC 2. How many people are clicking on the SERP results. 3. Whats the age group of people searching this keyword? 4. Any other possib

Re: I want to get Keyword States for 100 keywords

2022-02-26 Thread Rohit Nishad
yes KeywordSeed <https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordSeed> have a limit of 20 keywords only On Tuesday, 8 February, 2022 at 1:11:42 pm UTC+5:30 adsapi wrote: > Hello Rohit, > > Thanks for getting back to us. > > So our team better check

Re: I want to get Keyword States for 100 keywords

2022-02-26 Thread Rohit Nishad
, 2022 at 9:31:36 pm UTC+5:30 Rohit Nishad wrote: > yes KeywordSeed > <https://developers.google.com/google-ads/api/reference/rpc/v9/KeywordSeed> > have > a limit of 20 keywords only > > On Tuesday, 8 February, 2022 at 1:11:42 pm UTC+5:30 adsapi wrote: > >> Hell

Re: I want to get Keyword States for 100 keywords

2022-02-26 Thread Rohit Nishad
https://groups.google.com/u/7/g/adwords-api/c/cMTQ7-bbj_w/m/pOF5aHpNAgAJ same error as mine On Saturday, 26 February, 2022 at 9:54:58 pm UTC+5:30 Rohit Nishad wrote: > let me ask the question again > Is there any way i can get keyword data (especially search volume) for 100 > or even

Re: Can I use Keywords Planner without downloading the whole Google Ads API and grpc

2022-02-27 Thread Rohit Nishad
yes you can use rest interface On Monday, 13 December, 2021 at 12:46:56 pm UTC+5:30 adsapi wrote: > Hi Mostafa, > > You may refer below for my responses to the items you sent over : > > > *1- Can I use Keywords Planner without needing to download and install > grpc and the whole Google Ads API?

Re: I want to get Keyword States for 100 keywords

2022-03-05 Thread Rohit Nishad
:12:05 pm UTC+5:30 adsapi wrote: > Hi Rohit, > > Thanks for getting back to us. I had to delete your last past as pasted > screenshto contained your emails address. Posting sensitive information on > forum is not recommmended. > > Moving forward, to *generate

Re: I want to get Keyword States for 100 keywords

2022-03-06 Thread Rohit Nishad
I already read the docs but still not find a way to send 1 keyword. as described in docs i have to use KeywordPlanCampaignKeywords , or KeywordPlanAdGroupKeywords

Re: I want to get Keyword States for 100 keywords

2022-03-08 Thread Rohit Nishad
ok seems good but i have only more question i want to look 100 keywords state too frequently should i create keyword plan every time or should i update the keyword only and resend the request? which is faster? On Monday, 7 March, 2022 at 9:32:38 pm UTC+5:30 adsapi wrote: > Hi Rohit, > &g

Re: I want to get Keyword States for 100 keywords

2022-03-27 Thread Rohit Nishad
whenever i want stats for 100 Keyword i will update first 100 Keyword of above creted Ad group I am asking limit of this thing. On Wednesday, 9 March, 2022 at 8:45:06 am UTC+5:30 adsapi wrote: > Hi Rohit, > > Thank you for your follow up. > > This should depend on your current

Re: Get more Data about Keyword

2022-04-10 Thread Rohit Nishad
am using the rest interface how can I get request-id and log? plus one more request I want to set a date, I think the default is 12 months but want to set the max past value please let me know what body param is ineeded. On Thursday, 17 February, 2022 at 5:20:58 pm UTC+5:30 adsapi wrote: > Hi

Re: I want to get Keyword States for 100 keywords

2022-04-24 Thread Rohit Nishad
.. is this follow same process??? On Monday, 28 March, 2022 at 1:31:41 pm UTC+5:30 adsapi wrote: > Hi Rohit, > > Please note that we do not have limits in terms of months, but we do have > limits and quotas in terms of how operations will execute, such as the > number of operati

Is it possible to send offline sales data to google adwords?

2017-09-08 Thread rohit . patil
HI, I have an offline sale and online site for that daily purchase and conversion are successfully tracked by the Google AdWords. For offline sale, I want to track this conversion on the Adwords Is it possible to send the sales data to the AdWords manually through the API or something? If yes

Scope for pulling data from google ads API

2020-10-19 Thread Rohit Sharma
Hi Team, I am pretty new to google ads API. Problem Statement - I want to pull in campaign data from my google ads account using python google ads API. I am using a codebase from github https://github.com/googleads/google-ads-python/blob/master/examples/campaign_management/get_campaigns_by_la

GoogleAdsServerFault: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2020-06-08 Thread Rohit kukreja
While trying to run get_campaigns.py I am getting this error, Traceback (most recent call last): File "get_Campaigns.py", line 72, in main(adwords_client) File "get_Campaigns.py", line 55, in main page = campaign_service.get(selector) File "C:\Users\Dipanshu Sharma\AppData\Local\Pr

Can we get 'Views' attribute for 'Campaign Performance Report'??

2015-09-09 Thread rohit . patil+1
I need to get report for Campaign Performance Report. which includes values such as impressions,clicks, but i cant access 'Views'. please help me. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.g

Can we get 'views' attribute in Campaign Performance Report??

2015-09-09 Thread rohit . patil+1
I need Views in Campaign Performance Report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi

How many attributes can we access through Adwords API for campaign?

2015-09-14 Thread rohit . patil+1
I tried to access campaign related data through api and these count was 51. Any one tell me exact count or fields that can be accessed. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+

Re: How many attributes can we access through Adwords API for campaign?

2015-09-14 Thread rohit . patil+1
Hi Umesh, Thanks for this valuable info. :) On Monday, September 14, 2015 at 11:11:14 PM UTC+5:30, Umesh Dengale wrote: > > Hi Rohit, > > You could use the CampaignService > <https://developers.google.com/adwords/api/docs/reference/v201506/CampaignService> > to > g

Re: How many attributes can we access through Adwords API for campaign?

2015-09-14 Thread rohit . patil+1
> > I need to access these information attatched in this post. > please Help :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Can we create a Video campaign externally by Uploading CSV or through API??

2015-09-15 Thread rohit . patil+1
I need to create a video campaign for customers by externally. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How many attributes can we access through Adwords API for campaign?

2015-09-15 Thread rohit . patil+1
Hi Umesh, One more thing is that can we create a video campaign through Adwords API or by CSV bulk upload??? Thanking for your valuable response and Time :) On Tuesday, September 15, 2015 at 2:07:26 AM UTC+5:30, Umesh Dengale wrote: > > Hi Rohit, > > You could use the Campaign

Special Characters match in REGEXP_MATCH

2022-05-25 Thread &#x27;Rohit Lalwani' via Google Ads API and AdWords API Forum
Hello there, I am trying to match campaign names with special characters like [,] etc. My regular expression is campaign.name REGEXP_MATCH '(?i).*\[.*' But when I try to get data using this regular expression, it gives me error saying that it is invalid (BAD_VALUE). I have checked that Google A

Simple endpoint for checking Google Ads API version sunset dates

2025-07-23 Thread &#x27;Rohit Palande' via Google Ads API and AdWords API Forum
an output. I'm sure no techie works without an autocut monitor. It will be easy for your clients, your dev team, your support team. Thanks, Rohit Palande -- *** This communication is confidential, may be privileged, and is meant only for the intended recipient and purpose. No part of

Re: 503 - Visibility check was unavailable. Please retry the request and contact support if the problem persists

2025-06-12 Thread &#x27;Rohit (Jay) Lalwani' via Google Ads API and AdWords API Forum
We are also facing the same error. *ALL* calls are failing with this response. *(Status(StatusCode="Unavailable", Detail="Visibility check was unavailable. Please retry the request and contact support if the problem persists"))* On Thursday, June 12, 2025 at 11:50:12 PM UTC+5:30 axel.v...@gma