Re: Adding FinalURLs for Keywords Using Incremental Batch Job

2018-02-20 Thread Edward Bernays
Hi Vincent, That does not seem to be the issue. I printed out the list that the for loop is using and it contains no duplicates. Here is the list: [['Icon Pursuit Motorcycle Gloves', 'https://fortnine.ca/en/icon-pursuit-motorcycle-gloves', 53659821962], ['Icon Womens Pursuit Motorcycle

Re: Adding FinalURLs for Keywords Using Incremental Batch Job

2018-02-14 Thread Edward Bernays
Hello, Just making sure you got my private message. On Monday, February 12, 2018 at 11:17:43 PM UTC-5, Vincent Racaza (AdWords API Team) wrote: > > Hi Edward, > > The CANNOT_MODIFY_URL_FIELDS_WITH_DUPLICATE_ELEMENTS >

Re: Skip Removed Adgoups, KeyWords, and Text Ads?

2018-02-14 Thread Edward Bernays
Hi Dhanya, I was wondering if it was possible for the API to ignore removed keywords & adgroups. I have over 100,000 removed keywords and it's slowing down my script. On Tuesday, February 13, 2018 at 3:56:02 PM UTC-5, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Edward, > > To get the

Skip Removed Adgoups, KeyWords, and Text Ads?

2018-02-13 Thread Edward Bernays
Can tell the API to ignore removed adgroups/keywords/text when I do a get call? My script was fast, but it's starting to take a really long time as it appears to be going through all removed items in my campaign. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Adding FinalURLs for Keywords Using Incremental Batch Job

2018-02-12 Thread Edward Bernays
Hello, I'm working in python and following this documentation: https://developers.google.com/adwords/api/docs/samples/python/campaign-management#add-keywords-using-an-incremental-batch-job I'm trying to modify that code to upload a final URL for each keyword. This is what my call looks like: