Keywords Performance Report hourly and how do I capture all the contents

2016-07-07 Thread Arnab Ganguly
Hi All, I am new to this Adwords API forum.So sorry for asking the same question.I tried searching, but didn't got any clear answer. My question 1) How do I get KeyWords Performance Report hourly ? I see there are options like TODAY, YESTERDAY, LAST_7_DAYS etc under dateRange. 2) There are m

filtering keywords from Keywords Performance Report

2016-07-10 Thread Arnab Ganguly
Hi, Is there any param I can pass in python api DownloadReport.So that when I dump the content to a file.I get only particular keyword in the report.Basically filtering the content of the Keywords Performance Report based on keyword. Thanks in advance, -A -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: filtering keywords from Keywords Performance Report

2016-07-10 Thread Arnab Ganguly
ASE, CONTAINS, CONTAINS_IGNORE_CASE, DOES_NOT_CONTAIN, DOES_NOT_CONTAIN_IGNORE_CASE, CONTAINS_ANY, CONTAINS_ALL, CONTAINS_NONE, UNKNOWN] On Sunday, July 10, 2016 at 6:43:53 AM UTC-4, Arnab Ganguly wrote: > > Hi, > Is there any param I can pass in python api DownloadReport.So that whe

Information request for Impression Data,Click Data,DCM Data

2016-08-23 Thread Arnab Ganguly
Hello All, Please advice,which API I should use to get below details. Impression Data wrt per KW. Click Data wrt per KW. DCM Data wrt per KW. Thanks in advance, -A -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.

Re: Information request for Impression Data,Click Data,DCM Data

2016-08-24 Thread Arnab Ganguly
Thanks Peter. Any information as how often can we pull the impressions and clicks reports? Every minutes, every 5 minutes? How often the impression and click values will change? Thanks, Arnab ~ On Tuesday, August 23, 2016 at 11:26:11 PM UTC-4, Peter Oliquino wrote: > > Hi Arnab, >

Changing the max bid through UI, which API will allow me to see the changes.

2016-09-07 Thread Arnab Ganguly
Hi All, How long does it take the change to be reflected if changes are done from UI and later it is retrieved via API. As an example ,I changed the max bid amount from $3.5 to $3, duration 11:14 am to 12:24 pm, Clicked 7 times within that time. I need to pull via the API the impressions and c

Click Performance report, do we have similar with Impressions and Conversions.

2016-09-12 Thread Arnab Ganguly
Hi, I am using Click Performance Report.Here each row looks to be a unique value with keyword id, campaign id,Google Click ID.Do we have any similar report that involves unique row with impressions, conversions, Google Clickid, keyword id ? Which are the reports that contain Google Click ID , h

how to search by kewordid in search query performance report

2016-09-13 Thread Arnab Ganguly
Hi, I am unable to filter search query performance report using keywordId. 'predicates': [ { 'field': 'KeywordId', 'operator': 'EQUALS', 'values': [1X] } ], It is saying invalid predicate "KeywordId" as a workaround I

Campaing Audience details settings using API.

2019-07-29 Thread Arnab Ganguly
Hello All, I am pretty new to using Google Adwords API.So might be basic questions I am asking.I did a lookup on the existing email threads but couldn't get any info. I am looking for setting below fields using google API under campaign creation or updating an existing campaign. 1) Audience deta

Question about lookup_location.py

2019-08-07 Thread Arnab Ganguly
How do I get the location of all countries supported from lookup_location.py present under (googleads-python-lib/examples/adwords/v201809/targeting/lookup_location.py )? Currently I put the country names, run the script and get the details from the output. Thanks, -A -- -- =~=~=~=~=~=~=~=~

Re: Campaing Audience details settings using API.

2019-08-08 Thread Arnab Ganguly
Hey Dannison, Thanks for the intel.I appreciate your time. Regards, -A On Monday, July 29, 2019 at 1:24:33 PM UTC-4, Arnab Ganguly wrote: > > Hello All, > I am pretty new to using Google Adwords API.So might be basic questions I > am asking.I did a lookup on the existing email

Re: Question about lookup_location.py

2019-08-08 Thread Arnab Ganguly
Hey Peter, Thanks for the intel.I appreciate your time. Regards, -A On Thursday, August 8, 2019 at 2:46:22 AM UTC-4, adsapiforumadvisor wrote: > > Hi Arnab, > > The LocationCriterionService > , > > which

Agerange inclusion/exclusion and mutliple criterion setting under same xsi_type

2019-08-28 Thread Arnab Ganguly
I have few question. How do I make the ad group visible to particular age group. With below setting from the API, 'xsi_type': 'BiddableAdGroupCriterion' 'criterion': 'xsi_type': 'AgeRange' 'id': '503001 (18to24) When go to UI, under AdGroup->Demographics I still see other age

How to use AdWordsUserListService on an existing campaign/adgroups

2019-09-05 Thread Arnab Ganguly
*Hello,* *I want to use AdWordsUserListService on an existing campagin,adgroups etc.I don't see it takes any of the respective ids as inputs.How do I do that.Any sample examples would be great help.*

Re: How to use AdWordsUserListService on an existing campaign/adgroups

2019-09-06 Thread Arnab Ganguly
I can zipcode like this 'campaignCriteria': [{'id': '21137', 'xsi_type': ' Location'}, {'id': '2484', 'xsi_type': 'Location'} What's the use of email address.I see sha-256 hashed for email address.But not clear as how it is included in campaign. On Friday, September 6, 2019 at 4:03:13 AM UTC-

Query for AdwordsUserListService and Device

2019-10-09 Thread Arnab Ganguly
Hello All, Can I create a AdwordsUserListService where I want to mention the device details like (Mobile/Desktop+Tablet) and that user_list can be part of CriterionUserList and finally part of BiddableAdGroupCriterion wrt to add_group_id. I am basically looking for to include device type a

Re: Query for AdwordsUserListService and Device

2019-10-10 Thread Arnab Ganguly
Hey Pete, Thanks for your help.So if I make the biomodifier value 0 for that device, then it is going to be excluded ( https://developers.google.com/google-ads/api/fields/v2/ad_group_bid_modifier )? In the UI I see BIdAdj as -100%.So does it mean it is excluded ? On Thursday, October 10, 2019 at

Adschedule can be set under AdGroups ?

2019-10-13 Thread Arnab Ganguly
Hello All, Is it possible to set AdSchedule details like (dayOfWeek, startHour, startMinute, endHour, endMinute) under AdGroups ? I am able to set it under Campaign level.Wondering if we can do it same or any workaround for setting it under AdGroups ? Thanks in advance, -A -- -- =~=~=~=~=~=~=

ZipCodes more than 5000 giving error as the limit.

2019-10-13 Thread Arnab Ganguly
Hi All, Can we set more than 5000 zip codes using CampaignCriterionService ? I am getting error as limit is hit.Any workaround ? Thanks, -A -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: ZipCodes more than 5000 giving error as the limit.

2019-10-13 Thread Arnab Ganguly
Hi Hiroyuki, Thanks for the details. One more info requested, Is there a way I can exclude a set of zip codes ? Like I want country as US , but exclude set of zip codes in US.I am trying to use NegativeCampaignCriteria service, but it is throwing error as code not supported.Any advice. Thanks, Arn

Getting BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-10-16 Thread Arnab Ganguly
Hi, I have some queries related to Budget settings. 1) When I set below budget it gives me error like this BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT budget = { 'name': 'Test budget #%s' % uuid.uuid4(), 'amount': { 'microAmount': '10889671' }, 'deliveryM

Re: Getting BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-10-16 Thread Arnab Ganguly
Hey Xiaoming, Thanks for the clarification.Wanted to know when I set budget = { 'name': 'Test budget #%s' % uuid.uuid4(), 'amount': { 'microAmount': '1000' }, 'deliveryMethod': 'STANDARD' } Is this budget for the campaign per day ? Assume respective budget i

Re: Getting BudgetError.NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-10-16 Thread Arnab Ganguly
How do I set budget per day?Is it possible to do it over the campaign level? On Wed, Oct 16, 2019, 5:12 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Arnab, > > This budget is for the whole life cycle of the campaign which means it > depends on the start date an

Audience details (website visitors, combined list,similar audience,in-market audience, Detailed demographics, youtube users, customer list)

2019-10-18 Thread Arnab Ganguly
Hello All, I want to create a custom audience list with following types [website visitors, combined list,similar audience,in-market audience, Detailed demographics, youtube users, customer list]. How do I do it using google Adwords python API. I also see in my requirements different types of in

Re: Audience details (website visitors, combined list,similar audience,in-market audience, Detailed demographics, youtube users, customer list)

2019-10-18 Thread Arnab Ganguly
Hey Anthony, Thanks for your reply. I am seeing Type as Youtube Users and Audience as B - Viewers videos - 540 days, YouTube_All Videos_540 Days from UI.Do we have such criteria ids defined anywhere, can this be achieved using API? -A On Fri, Oct 18, 2019 at 4:27 PM Google Ads API Forum Adviso

Information request for criteria ids defined for Detailed demographics, similar audience.

2019-10-23 Thread Arnab Ganguly
I am seeing criteriaids defined for in-market audience (https://developers.google.com/adwords/api/docs/appendix/codes-formats). Is there any place for criteria ids defined for Detailed demographics, similar audience, youtube users, customer list? When I pull using CampaignCriterionService for ca

Re: Information request for criteria ids defined for Detailed demographics, similar audience.

2019-10-23 Thread Arnab Ganguly
Thanks Xiaoming.How do i get the criteria ids then ? I need to use (ConstantDataService) https://developers.google.com/adwords/api/docs/reference/v201809/ConstantDataService ? On Wed, Oct 23, 2019 at 5:13 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Arnab, >

How do i add USER_INTEREST in campaign level

2019-10-25 Thread Arnab Ganguly
Hello All Is there any xsi_type for USER_INTEREST ? Any python sample for adding USER_INTEREST in campaign level ? Thanks, Arnab -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Regarding detailed-demographic categories

2019-10-25 Thread Arnab Ganguly
Regarding detailed-demographic categories.Where do I get the target ids for each detailed demographic categories.Attached is the file from https://storage.googleapis.com/support-kms-prod/pMc2SEHYQm6LeeoisyD2VxtNoXUO4shW5EGh Thanks, Arnab -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How do i add USER_INTEREST in campaign level

2019-10-25 Thread Arnab Ganguly
Hey Anthony, Thanks for your reply.Do we plan to support this for positive campaign as well ? Regards, Arnab On Fri, Oct 25, 2019 at 2:37 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Arnab, > > Thank you for reaching out. As seen here >

Re: How do i add USER_INTEREST in campaign level

2019-10-25 Thread Arnab Ganguly
;criterion': { 'xsi_type': 'CriterionUserInterest', 'id': '80142' } } operations.append({ 'operator': 'ADD', 'operand': negative_campaign_criterion_operand }) # Make the mutate request. res

Re: How do i add USER_INTEREST in campaign level

2019-10-29 Thread Arnab Ganguly
Following url: https://groups.google.com/forum/#!searchin/adwords-api/audience$20in-market%7Csort:date/adwords-api/k6NcD2GrTVQ/EJ59JeKdBwAJ UserInterest is added as part of the criteria in adgroup level And this link https://developers.google.com/adwords/api/docs/appendix/targetingtypes#target_ty

Re: How do i add USER_INTEREST in campaign level

2019-10-30 Thread Arnab Ganguly
I was able to add UserInterest under campaign.Below I have given the log for reference and python code snippet.Correct my if I am wrong. campaign_criterion_service = adwords_client.GetService( 'CampaignCriterionService', version='v201809') criteria = [{'id': '1000', 'xsi_type': 'Language

How to lookup for Detailed demographics criteria_id

2019-10-30 Thread Arnab Ganguly
Hello Team, Is there a way a lookup can be done for Detailed demographics criteria_id for existing campaigns through API how do I look for ? I have attached the detailed demographics file for reference. Like for example user interest and list and be used by below predicates. selector = {

Questions about Campaign-location-target-report

2019-11-05 Thread Arnab Ganguly
Hello All, Few questions. 1) Under Campaign location target report , we have https://developers.google.com/adwords/api/docs/appendix/reports/campaign-location-target-report#id Which gives the location ID details based on Id attribute. Is it possible to get the location name details along with ID

Re: Questions about Campaign-location-target-report

2019-11-05 Thread Arnab Ganguly
Thank you for the information. On Tue, Nov 5, 2019 at 4:49 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hello Arnab, > > Using those location ids you can get the canonical names of the locations > that are mentioned in this Geotargets CSV file >

Where can i post Search Ads 360 API questions.

2019-11-08 Thread Arnab Ganguly
Hello All, Is there any googlgroups for forum like this where I can post questions related to Search Ads 360 API ? I am getting this issue Service return happening successfully but unable to generate report. googleapiclient.errors.HttpError: https://www.googleapis.com/doubleclicksearch/v2/repor

Updating zip codes of a particular campaign which is live.

2019-11-18 Thread Arnab Ganguly
Hi All, How do I edit zip code lists of a particular campaign which is live ? Basically it is running with some zip code list.I want to give a new list of zip codes. I see the operator SET.I wonder if I have the campaign ID and use the operator SET with updated zip code as the criteria.Then all