Oauth token HTTP header is malformed. in python official library issue

2023-11-01 Thread Anil Kumar Meena
Hello, I have recently started work with the Google Ads client libraries and I picked the Python library. I want to update the click conversion by using the offline example of code and I will try all to possible ways with different approaches, and getting the same error "Oauth token HTTP

Re: Not able to download non public file from Google drive using Linux shell

2022-11-06 Thread Anil Panda
Thank you for the guidance ! On Monday, November 7, 2022 at 12:20:33 PM UTC+5:30 adsapi wrote: > Hi, > > Thank you for reaching us out. I am Sherwin from Google Ads API support > team. I hope that you are doing well today. > > Moving forward to your concern, it seems like your concern is not

Not able to download non public file from Google drive using Linux shell

2022-11-04 Thread Anil Panda
Hello Team, I have generated the below and previously I was able to download the file from Google drive using the below method. Suddenly from yesterday it stopped working showing the output as Not Found. I am trying to download files from Google drive to Linux server using a shell script. I

Re: How to get a spend(cost) for the last month or specified month data only in PHP

2022-11-04 Thread Anil Chaudhary
able to PHP because multi-threading cannot be used in a web server environment." *Thanks & Regard's,* *Anil Chaudhary* *PHP Developer* On Thu, Nov 3, 2022 at 10:00 PM Google Ads API Forum Advisor wrote: > Hi Anil, > > Thank you for the clarifications. > > Upo

How to get a spend(cost) for the last month or specified month data only in PHP

2022-11-02 Thread Anil Chaudhary
Hello Team, can you please let me know how to get Main manager account of Multiplies customer account of multiple campaign of spend cost for example 1st oct to 31st oct. I have to get all those data and set those all the data into my Laravel built website admin panel where admin show that all

cURL error 6: Could not resolve host: https

2022-11-01 Thread Anil Chaudhary
Hello Team, I am getting this "*cURL error 6: Could not resolve host: https (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)*' . can you please let me know what is the exact issue about this i am using same issue in Demo server and localhost. i am using: PHP: 7.4 Laravel Framework :

Failed to parse binary descriptor: Getting this error

2022-10-27 Thread Anil Chaudhary
Hello Team, I have try many but i don't know how to fix them. can you please let me know how can we fix this error. *Failed to parse binary descriptor* *Note*: i am using php 7.4, latest Google Ads api version 11. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Not able to update the sitelink with code

2022-07-12 Thread Anil
/$assetId`,FieldMasks::allSetFieldsOf($assets)); Can you please let us know what is the issue? Thanks, Anil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: PHP Get First Page Cpc Micros

2022-07-07 Thread Anil
Hello Anthony, Attached is the log with the request Id [2022-07-06T13:48:09.967873+01:00] google-ads.INFO: Request made: Host: "googleads.googleapis.com", Method: "/google.ads.googleads.v10.services.GoogleAdsService/Search", CustomerId: 3087510920, RequestId: "ALPK8bpVCLadrFjySei31A",

Re: Shopping Performance Details

2022-07-05 Thread Anil
Thank you so very much. From the product view group we are not able to fetch Product group like 'p0-unknown', 'p1-less than 4.98' etc...Can you please let us know. Thanks, On Friday, June 24, 2022 at 6:24:32 PM UTC+5:30 adsapi wrote: > Hi Anil, > > Thank you for reaching out to us

Getting null value with the BiddingStrategy

2022-07-01 Thread Anil
Hi Team, Getting BiddingStrategy as null in Campaign I am using Google Ads API V10 PHP Libray. please provide the example on how we can get the bidding_strategy details because we are currently getting it as null using the below query. SELECT campaign.id,

Re: Dynamic Search Ad Targets performance report

2022-06-28 Thread Anil
Hi, The customer Id is 5122649258 - Happy Confident. Also would request you to share the response of the landing_page_view if possible Thanks On Monday, June 27, 2022 at 5:59:45 PM UTC+5:30 adsapi wrote: >

Re: Google ads api permission denied ERROR

2022-05-30 Thread Anil
or "*Your google account can only access up to 20 Google Ads accounts at a time*" and so we are still not able to get list of all MCC customers yet through API. Please suggest what can be done here. On Monday, May 30, 2022 at 11:41:01 AM UTC+5:30 adsapi wrote: > Hi Anil, >

Google ads api permission denied ERROR

2022-05-28 Thread Anil
Hello, Our manager account has almost 40 active customers out which we are able to get data through API for 15 customers only. Rest all shows "Permission Denied" issue. API error "*The caller does not have permission" *error. Could you please help with this? -- --

Household income demographic

2019-02-11 Thread anil
Hello, We are trying to get household income performance data from Adwords so used Criteria Performance Report with CriteriaType "INCOME_RANGE" for the time period over 6 months. Adwords account shows data for same time period for Houehold Income under Demographics. In API response we only

CONTEXT.DEVICE Options

2018-03-14 Thread anil
Hello, It seems we need to pass either "Desktop" or "Mobile" in CONTEXT.DEVICE 'AND( IN(FEED_ITEM_ID, {%s}), EQUALS(CONTEXT.DEVICE, "*Mobile*"))', What option we can use to set if for "All Devices"? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

CONTEXT.DEVICE Options

2018-03-14 Thread anil
Hello, To assign Callout Feed Items to campaign we have used MatchingFunctionString like 'AND( IN(FEED_ITEM_ID, {%s}), EQUALS(CONTEXT.DEVICE, "Mobile"))', It seems we can pass either "Mobile" or "Desktop" in CONTEXT.DEVICE. What value need to use to set for "All Devices"? Simply removing

Attribute Values in Price extension FeedItemService

2017-12-19 Thread Anil
Hello, We have Price extensions added for our clients. Fetching Price Extension details through FeedItemService API we can see items with following Attribute Id. Item 1 : Header (Attribute Id -> 5), Description (Attribute Id -> 6) Item 2 : Header (Attribute Id -> 11), Description (Attribute Id

Demographics bid adjustments at campaign level

2017-10-12 Thread Anil
Hello, Is it possible to set demographics (Gender & Age Range) at campaign level with bid adjustments using API? I can see an option to add demographic bid adjustments at ad groups level through API. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Expanded Dynamic Search Ads using AdGroupAdService V201705

2017-07-07 Thread Anil
Hello, We are able to create Expanded Dynamic Search Ads using AdGroupAdService service but not able to retrieve the Expanded Dynamic Search Ad details using API. Is there any other API service we should use for the same? Thanks Anil V

Re: Remarketing audience user lists via API

2017-04-10 Thread Anil
Hello, We have uploaded another list over 60,000 customers on Friday. Adwords account shows 41,000 members in list now. Is there a way to check the missing email ids? Secondly we can get the list size using "*AdwordsUserListService*" but not able to fetch a list of customer email ids. Isn't it

Re: Remarketing audience user lists via API

2017-04-06 Thread Anil
at 8:26:30 PM UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Anil, > > You need to use AdwordsUserListService > <https://developers.google.com/adwords/api/docs/reference/v201702/AdwordsUserListService> > in > AdWords API to create user lists and upload

Remarketing audience user lists via API

2017-04-05 Thread Anil
Hello, Is there a way to upload users (customer emails) to audience user list via API if yes using which service? We have a audience user list with customers email ids and want to update that list periodically via API Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Demographics bid modifiers

2017-01-04 Thread Anil
Hello, Is it possible to target gender to ad groups with bid modifier, if yes using which service? Also adwords account doesn't show an option to target demographic audiences to shopping campaign ad groups. Can we do this via API? Thanks -- --

GEO performance report for user locations

2016-10-04 Thread Anil
Hello, We used GEO performance report [*LocationType = LOCATION_OF_PRESENCE*] to get User Locations data from adwords account. This report has some location criteria ids which are not available in GEO Targeting .csv file. for e.g Criteria id : 2364. Searching on forum we found some note

Re: Performance data by language

2016-06-17 Thread Anil
Hello, is this available now with latest API versions V201605? On Tuesday, July 23, 2013 at 12:45:01 PM UTC+5:30, Takeshi Hagikura (AdWords API Team) wrote: > > Hi, > > Unfortunately it's not supported. > > Best, > - Takeshi, > > On Monday, July 22, 2013 6:06:07 PM UTC+9,

How to get campaigns targeted location group using api

2016-06-17 Thread Anil
Hello, We have campaign where location group is targeted "* top 10% (US) within United States". To get locations targeted via API we have used Campaign Criterion service where we get this under location groups where only id is mentioned. How can we get the actual group name like "top

Upgraded sitelink feeds final url

2016-04-29 Thread Anil
Hello, According to https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks there are only 7 placeholders available in Sitelink Feed. API Documentation says Final URL should be linked with placeholder 5 and it seems correct when we check for our clients. But we have

Re: Targeting Optimization changes using ExplorerAutoOptimizerSetting

2016-02-17 Thread Anil
new customers. *To remove they have asked to mutate SET operation without *ExplorerAutoOptimizerSetting* in settings. Thanks. On Wednesday, February 17, 2016 at 5:43:09 PM UTC+5:30, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hi Anil, > > Based on the SOAP log you s

Re: Ad group type and other questions API

2016-02-17 Thread Anil
erAutoOptimizerSetting *from adgroup. Thanks. On Wednesday, February 17, 2016 at 1:02:18 PM UTC+5:30, Anil wrote: > > Hello, > > I have tried the same but it does not remove *ExplorerAutoOptimizerSetting > *from adwords account*.* > Below are our details we are submitting

Re: Ad group type and other questions API

2016-02-16 Thread Anil
velopers.google.com/adwords/api/docs/reference/v201601/AdGroupService.AdGroup#id> > = >your ad group ID >- settings > > <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupService.AdGroup#settings> > = >an array *with

Targeting Optimization changes using ExplorerAutoOptimizerSetting

2016-02-16 Thread Anil
Hello, When we use *ExplorerAutoOptimizerSetting* with *optIn = false* to change ad groups Targeting Optimization it actually set *Let AdWords automatically find new customers *with *Conservative* instead of unchecking *Let AdWords automatically find new customers* If we manually set *Let

Re: Ad group type and other questions API

2016-02-16 Thread Anil
Hello, Is it possible to uncheck "*Let AdWords automatically find new customers" via API? *Sending optIn = false via API set Targeting Optimization to Conservative*. *As you mentioned How can we remove ExplorerAutoOptimizerSetting

Re: Get ad group's target optimization status through API

2016-02-15 Thread Anil
Hello, Using V201509 I just tried to uncheck "*Let AdWords automatically find new customers*" by using *ExplorerAutoOptimizerSetting* and passing *optIn == false *but it didn't work and it gets set to Conservative. Is this not possible via API to uncheck this setting? Thanks, On Thursday,

Shared library remarketing list using customer emails

2016-02-05 Thread Anil
Hello, Is it possible via API to create & update Customer emails remarketing list in Share Library? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Dynamic Remarketing display image ad layout via API

2016-01-27 Thread Anil
Hello, We have Dynamic Remarketing campaign in adwords account with some display image ads. It shows ad type as 'TemplateAd' & template id 311. In Template Element details it shows 30 field elements and last element has below details. Name -> Layout Type-> ENUM FieldText-> Optimized

Image ads Layout settings via API

2016-01-21 Thread Anil Vadhavane
Hello, Is it possible to get/set Layout settings in Image display ads via API? Below are the options showing in adwords account for layout selection. - Let AdWords pick from available layouts - Select one layout Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Mobile APP details via API

2015-12-09 Thread Anil Vadhavane
Hello, We have campaign in adwords account with type "Search Network only - Mobile app installs" and also "Mobile APP" under Campaign Settings shows value "GPDQ (iOS)". But Mobile Application information does not show in CampaignCriterion API call. We expect App Id & Display name in response.

Re: About the Opportunity to raise my bid to beat competitors

2015-11-15 Thread Anil
Hello, Is this available now with latest API version V201509? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Automated Extensions by API

2015-09-01 Thread Anil Vadhavane
Hello, Is it possible to get "Automated Extensions Report" by adwords API. This can be seen under Ad Extensions in adwords account? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Account level upgraded callout extesion

2015-07-22 Thread Anil
Hello, We can create Callout Feed extension and feed items using adwords API. How can newly added feed items be assigned at account level? To assign at campaign level we can simply use CampaignFeed service, is there any such option to assign at account level? Thanks. -- --

Bidding Strategy changes

2015-01-02 Thread Anil Vadhavane
Hi, Using API to change bidding scheme from Manual CPC to Budget Optimizer it shows following error : BiddingErrors.CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN @ operations[0].operand.biddingStrategyConfiguration.biddingStrategyType; trigger:'BUDGET_OPTIMIZER' On community forum we found

Change Ad Destination URL

2014-09-16 Thread Anil
Hi, Is it possible now to change Ad Destination URL using SET method instead of creating new copy of same ad? When we tried it does not show any error but the URL is not changed actually. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Grouping similar keywords together in an ad group will ?

2014-06-16 Thread Reddy Anil
*Question). Grouping similar keywords together in an ad group will. (please tell me answer for this ) * a). ensure that the ads and keywords in that ad group are approved. b). allow an advertiser to create ads relevant to those keywords. c). allow an advertiser to use only broad match keywords.

Getting ad groups audience bids adjustments and targeting settings via API

2013-12-02 Thread Anil
Hi, Using which API service we can get ad groups audience bids adjustments and targeting settings via API? Audience Performance Report seems does not contain Targeting Setting type. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Quality Score more closely to its three key sub factors

2013-08-30 Thread Anil Vadhavane
Hi, Using Keyword Performance Report we get Quality Score for each keyword through API. Quality Score more closely to its three key sub factors -- expected clickthrough rate https://support.google.com/adwords/answer/1659696, ad relevance https://support.google.com/adwords/answer/1659752, and

Changing bids modifiers for devices through API

2013-06-30 Thread Anil Vadhavane
Hi, We have tried to update bids modifier for devices under campaign settings through API. We used type new Platform() and CampaignCriterionOperation to achieve this. It works well for High End Mobiles (For Id : 30001) but throws an errors for Desktop and Tablets (For Ids : 3,30002).

Re: Related to Get Placements By category name.

2010-05-26 Thread Anil
Thanks for your Earlier Reply. Now the New Version V201003 has been introduced by Google API. I think in this i may get the Placements by Specified category Name. Please confirm about my query. If Possible please let me know how to get placements by categoryname with Example in Google API

Re: Related to Get Placements By category name.

2010-04-26 Thread Anil
Thanks for your Reply.. Then please help how to get placements by category name in V2009 using TargetingIdeaService why because we are using this function. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us

Related to Get Placements By category name.

2010-04-22 Thread Anil
Dear Sir, I am Using TargetingIdeaService in Google API V2009 to get Placements By category name (in V13 it is SiteSuggestionService and Method is getSitesByCategoryName). As we all know that V13 is ending up today i am unable to get the placements by category name. Please provide