Re: Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-10-01 Thread Vadim Dribinsky
So, basically it looks like I should take the custom parameters out of the FinalUrl and use the combination of trackingUrlTemplate and urlCustomParameters? On -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-10-01 Thread Umesh Dengale
Hello, Yes, you are correct. You could use the trackingUrlTemplate and urlCustomParameters. Please check out Migrate to Upgraded URLs section (criteria

Re: Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-09-30 Thread Vadim Dribinsky
Here's an example of the value I'm sending for FinalUrls: 'http://www.auto-price-finder.com/welcome?id={ifnotmobile:186523874426}{ifmobile:186523874447}={creative}=Chrysler={matchtype}={device}={network}={adposition}=2014' -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-09-30 Thread Vadim Dribinsky
I'm trying to update Keyword bids and after migration of the account to use FinalURL instead of Destination URL, I'm unable to get the API to work. I keep getting this Fault: Unmarshalling Error: cvc-complex-type.2.3: Element 'ns0:finalUrls' cannot have character [children], because the type's

Re: Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-09-30 Thread Umesh Dengale
Hello, You could use the finalUrl property for upgrade URL. Please check out upgrade_ad_url python example code and UpgradedURL guide