Adding Sitelinks in bulk using python API

2014-07-03 Thread Anup Pathak
feed_item_function, 'placeholderTypes': [PLACEHOLDER_SITELINKS] } }) policy = { 'prerequisiteJobIds': [] } bulkMutate(operations,policy,client) can you tell me which xsi_type i have to use, i used from AdGroupFeedService?ws

AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService'

2014-08-31 Thread Anup Pathak
Hi there, I got AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService' Error While runnig Adwords Example upload_offline_conversions can any one help me to solve this error. Thank You!, Anup -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService'

2014-09-02 Thread Anup Pathak
Hi there, I got AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService' Error While runnig Adwords Example upload_offline_conversions can any one help me to solve this error. Thank You!, Anup -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService'

2014-09-07 Thread Anup Pathak
Hello Ray, Sorry for dely, I am using Python Library => conversion_tracker_service = client.GetConversionTrackerService(version='v201406') Thank You. Anup Pathak On Sunday, 31 August 2014 14:56:41 UTC+5:30, Anup Pathak wrote: > > Hi there, > > > I got AttributeE

Re: AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService'

2014-09-09 Thread Anup Pathak
Hi Anash, I have opened issue on github. Thank You. Anup Pathak On Monday, 8 September 2014 23:27:06 UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: > > Hi Anup, > > Could you please open an issue at > https://github.com/googleads/googleads-python-lib/issues? The cl

Re: Script - Google Shopping Campaign - Auto CPC Bid

2014-10-16 Thread Anup Pathak
Hi Josh, i want to change product group cpc, i have created product groups by "item id" I followed your steps here is code (Python) adgroup_criterion_service = adwords_client.GetService('AdGroupCriterionService', version='v201406') bid_modifier = '1.5' operations = [

Re: Script - Google Shopping Campaign - Auto CPC Bid

2014-10-17 Thread Anup Pathak
Hello Josh, Issue resolved Thank You! On Wednesday, September 24, 2014 8:11:29 PM UTC+5:30, Steve Berg wrote: > > Hello, > > I would like in my 30 Shopping Campaigns > the offer and the management of the CPC from the Product Groups automate. > For example, the CPC should be low in a low CT

PRODUCT_PARTITION_REPORT Error

2014-12-03 Thread Anup Pathak
27;values': ['ENABLED'] } ], }, 'includeZeroImpressions': 'true' } with open(PATH, 'w') as output_file: file_path = report_downloader.DownloadReport(report, output_file) *Error:

Re: PRODUCT_PARTITION_REPORT Error

2014-12-03 Thread Anup Pathak
#x27;field': 'CampaignId', 'operator': 'EQUALS', 'values': [campaign_id] } ], }, 'includeZeroImpressions': &#x

Re: PRODUCT_PARTITION_REPORT Error

2014-12-03 Thread Anup Pathak
Hi Josh, Thank you for your quick response, Thank you for you solution on this issue On Wednesday, December 3, 2014 5:37:41 PM UTC+5:30, Anup Pathak wrote: > > Hi, > > I am using Adwords API Python Library, i am trying to fetch > PRODUCT_PARTITION_REPORT i got

Add sitelink in Bulk (Python API)

2015-07-10 Thread Anup Pathak
Hi i am using add_site_links.py for add sitelink in campaign, i would like to add these sitelink in bulk here is my example CAMPAIGN_ID = 'INSERT_CAMPAIGN_ID_HERE' def main(client, campaign_id): # Initialize appropriate services. campaign_extension_setting_service = client.GetService('Camp

Re: Add sitelink in Bulk (Python API)

2015-07-13 Thread Anup Pathak
d fine, Regards, Anup On Friday, July 10, 2015 at 5:18:38 PM UTC+5:30, Anup Pathak wrote: > > Hi > > i am using add_site_links.py for add sitelink in campaign, i would like to > add these sitelink in bulk > > here is my example > > CAMPAIGN_ID = 'INSERT_CAMPAIGN_I

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-04-29 Thread Anup Pathak
} } } Let me know if you need more help in this! NOTE : your shopping product partition structure should be proper Thank You! Anup Pathak On Saturday, 30 April 2016 05:58:05 UTC+

Re: Script - Google Shopping Campaign - Auto CPC Bid

2016-05-02 Thread Anup Pathak
Hi Kevin, You have to take Criteria id from PRODUCT_PARTITION_REPORT and use that Criteria id, you are using wrong criteria id let me know if you need more help in this! Thank you! Anup Pathak On Monday, 2 May 2016 19:26:32 UTC+5:30, Kevin Weitzner wrote: > > Hi Anup, > >

AUDIENCE_PERFORMANCE_REPORT zero impression issue v201603

2016-06-29 Thread Anup Pathak
Hi, I would like to fetch audiance lists (RLSA) from adgroups including zero impressions, but unfortunately "AUDIENCE_PERFORMANCE_REPORT" is giving results only impressions >= 1, i.e report is fetching only those audiance (RLSA) have impressions, but i want result with including zero impressio

Re: Delete campaign extensions (site links)

2016-06-29 Thread Anup Pathak
Hi Imran, first you have to fetch all campaign sitelinks, and skip those you would like to remove from list and re-add remaining sitelinks to campaign, you cannot remove single sitelink from campaign, On Wednesday, 29 June 2016 15:28:42 UTC+5:30, Imran Tufail wrote: > > Thank you for replyi

Re: Delete campaign extensions (site links)

2016-06-29 Thread Anup Pathak
first you have to fetch all campaign sitelinks, and skip those you would like to remove from list and re-add remaining sitelinks to campaign, you cannot remove single sitelink from campaign, please check url and update ad extensions https://developers.google.com/adwords/api/docs/guides/extens

Re: AUDIENCE_PERFORMANCE_REPORT zero impression issue v201603

2016-06-29 Thread Anup Pathak
Hi Umesh, issue is resolved. Thank you for your help, and appreciate your quick response. On Wednesday, 29 June 2016 20:14:07 UTC+5:30, Umesh Dengale wrote: > > Hello, > > You could set *include_zero_impressions >

Display Network Enable Bid adj. through API

2017-10-09 Thread Anup Pathak
Hi, I have to enable Display network bid adj manually from UI every time, How to automate it through API? Go to adgroup then -> interest and remarketing and bidding is use default bid which need to be changed to enable bid adjustment. Please check Images