Re: Ad automated daily sample xml report with final URL

2015-05-06 Thread Josh Radcliff (AdWords API Team)
Hi, There *will* be a space after the semicolon delimiter. The example I pasted below was from actual report output for an Ad with multiple final URLs. Thanks, Josh, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleads

Re: Ad automated daily sample xml report with final URL

2015-05-06 Thread adwordstestmcc1
Just want to confirm, but there should be no space between them right? On Friday, May 1, 2015 at 5:03:21 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Whenever a field such as *finalUrls* contains a list of items, the API > report output for that field will be delimited with a se

Re: Ad automated daily sample xml report with final URL

2015-05-01 Thread Josh Radcliff (AdWords API Team)
Hi, Whenever a field such as *finalUrls* contains a list of items, the API report output for that field will be delimited with a semicolon (;), so you'll get something like this if you have multiple *finalUrls* for a given report row: http://www.example.com/finalUrl1; http://www.example.com/fi

Ad automated daily sample xml report with final URL

2015-05-01 Thread Han Vo
Final URL is a new replacement for destination URL, but it is a String array instead of a String. I am not sure how the finalURL field is going to look like (what would be the delimiter?). I don't have any ads with finalURL yet, therefore I would really appreciate it if I can obtain a sample re