Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread Michael Cloonan (AdWords API Team)
Hello, This seems to be the same question as we're working on here: https://groups.google.com/forum/#!topic/adwords-api/ Let's use that linked thread for this issue instead of this one. Thanks, Mike, AdWords API Team On Monday, January 4, 2016 at 2:06:23 PM UTC-5, MCC Test wrote: > > Hello Ume

Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread MCC Test
Hello Umesh, Thank you for your response. I do know very well that Ad customizer has no replacement for final url, so in this case do I need to create 10,000 ads instead of creating just one ad.Definitely I cannot send users to static final url, I need to land them to specific product page.Can

Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread Umesh Dengale
Hi Ronak, The Ad customizer could be used to inject dynamic information into your ads(e.g. strings, prices, numbers, and even a countdown to a specific date/time), but you cannot perform replacements using this feature on the final URLs . Pleas

Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread MCC Test
Hello Maurício*,* How come this solution can work for feeding dynamic Landing Page URL?? Let me explain you my situation here again I have a list of 10K Products listed in an excel sheet with product name, price, product landing page URL and target keyword.So I tried creating the Ad customizer

Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread Maurício Bento
Hi Team, The issue I had was that the logic I was running was fetching non-active ad groups, so I didn't have the expected behavior. After changing the logic instead of foreachs inside each one and another and using something like that: var agSelector = AdWordsApp.adGroups() .withCondition('C

Re: Adwords API - Create Ad with feed dynamic URL

2015-12-30 Thread MCC Test
Hello , I am having a same exact situation, I have 10k products and don't want to create ads for each 10k products, So I used ad customizer but then one big issue I can't feed dynamic Lanfing Page URL, so that's a big issue over here. Is there any solution or work around for this?? Thanks, Ro

Re: Adwords API - Create Ad with feed dynamic URL

2015-10-05 Thread Umesh Dengale
Hello, You could refer to this page which describes how to manages ads, adgroups and campaigns in your account. In the AdWords, the limit of the number of active or paused ads per account is 4 million. Regards, Umesh, AdWords API Team.

Re: Adwords API - Create Ad with feed dynamic URL

2015-10-01 Thread Maurício Bento
Hi Umesh, Thanks for the inputs. In this regards, I believe there is no way that this can be done dinamically, right? I know I'm going a bit too far in this, but in this sense the only approach I can see is to: -> Instead of having one dynamic ad for all products I need to go with the approa

Re: Adwords API - Create Ad with feed dynamic URL

2015-09-30 Thread Umesh Dengale
Hello, In above case, the Ad customizer can't be used and using tracking URL template would be more appropriate. Please check out our upgraded URL document for more details. Cheers, Umesh, AdWords API Team. -- -- =~=~=~=~

Adwords API - Create Ad with feed dynamic URL

2015-09-29 Thread Maurício Bento
Hi Team, I'm developing an app for my company to improve the exhibition of ads based on my Google Shopping XML Feed. We are already creating campaign, adgroup, keywords, bid strategies, importing data from XML feed and creating Ads. The limitation we are having is that we cannot hav