Re: Get Website URL where my ad is displayed

2015-07-06 Thread Josh Radcliff (AdWords API Team)
Hi, The Url field https://developers.google.com/adwords/api/docs/appendix/reports/url-performance-report#url on the *URL_PERFORMANCE_REPORT* gives you the URL where your ad was displayed to the user. If that's not giving you what you need, could you provide some more details of your use

Re: Get Website URL where my ad is displayed

2015-07-02 Thread Pankaj Pandey
I have generated a URL_PERFORMANCE_REPORT https://developers.google.com/adwords/api/docs/appendix/reports#url using adwords query for particular campaignids so it will give me the url from where user came to my website means partner website url from where user came? Thanks in advance On

Re: Get Website URL where my ad is displayed

2015-07-02 Thread Pankaj Pandey
I got so many urls for a campaign id but i want that one from where user came to my site. on which parameter based in Url performance report i can find that particular url from user landing on my page. Thanks in advance On Tuesday, March 10, 2015 at 1:57:09 AM UTC+5:30, Josh Radcliff (AdWords

Re: Get Website URL where my ad is displayed

2015-03-11 Thread Rocky Jaiswal
Hi Ronak, I think what Josh already suggested you need to do some reading on the documentation for ValueTrack params and try some experiments. Also you can post on the Adwords Community forum yourself, Josh cannot do your work for you. Thanks. On Wednesday, 11 March 2015 06:23:16 UTC+1, MCC

Re: Get Website URL where my ad is displayed

2015-03-10 Thread MCC Test
Hi Josh, Let me tell you clearly what I need tell them as I said above. So basically we need to know the specific url behind each lead in the automatic display partners, manual display partners (where we select the partners manually in adwords) and for remarketing. Is it possible to get the

Re: Get Website URL where my ad is displayed

2015-03-09 Thread MCC Test
Hello Josh, So you mean to say that if my ad was displayed on www.example.com/innerpage.html and user clicks on that ad come and goes to actual landing page then {placement} parameter would not give me the full URL(www.example.com/innerpage.html) of website where my ad was actually

Re: Get Website URL where my ad is displayed

2015-03-09 Thread Josh Radcliff (AdWords API Team)
Hi Ronak, The {placement} parameter will be populated with the URL of the Placement criteria https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.Placement#url that you added to your campaign. If this is just a domain, then you will only get the domain

Re: Get Website URL where my ad is displayed

2015-03-06 Thread MCC Test
Hello Josh, Thanks for your response, so as per previous response I guess I need to set destination URL like this www.example.com?placement={placement} for tracking website URL, and So will it be available in click performance report as well? Let me know for the same. Thanks, Ronak Shah On

Re: Get Website URL where my ad is displayed

2015-03-06 Thread Josh Radcliff (AdWords API Team)
Hi Ronak, Your URL looks correct to me. As to the Click Performance Report, that report does not provide placement information at the click level - see the list of available fields here https://developers.google.com/adwords/api/docs/appendix/reports#click. Note that the {placement} parameter

Re: Get Website URL where my ad is displayed

2015-03-05 Thread Josh Radcliff (AdWords API Team)
Hi Ronak, Please take a look at the ValueTrack examples section in the Help Center article from my previous post https://support.google.com/adwords/answer/2375447?hl=en#examples. It shows several examples of inserting ValueTrack parameters in your destination URLs. Thanks, Josh, AdWords API

Re: Get Website URL where my ad is displayed

2015-03-05 Thread MCC Test
Hello Josh, Any updates? Thanks, Ronak Shah On Thursday, March 5, 2015 at 10:02:30 AM UTC+5:30, MCC Test wrote: Hello Josh, Thanks for getting back to me I would really want to add value track parameters. But I have one confusion regarding how to set, let's say my ad is displayed on

Get Website URL where my ad is displayed

2015-03-04 Thread MCC Test
Hello, I need to get the website URL where the ad was displayed and user clicked it.User clicks the ad and comes to destination landing page of the website and I want to know the name of website from where user clicked it.Is this possible to track via adwords api? Thanks, Ronak Shah -- --

Re: Get Website URL where my ad is displayed

2015-03-04 Thread Josh Radcliff (AdWords API Team)
Hi Ronak, Yes, you can use the URL_PERFORMANCE_REPORT https://developers.google.com/adwords/api/docs/appendix/reports#url to get the URL where your ad was displayed. Thanks, Josh, AdWords API Team On Wednesday, March 4, 2015 at 12:30:22 PM UTC-5, MCC Test wrote: Hello, I need to get the

Re: Get Website URL where my ad is displayed

2015-03-04 Thread MCC Test
Hello Josh, Thats is correct that I can get the website name from URL_PERFORMANCE_REPORT, but I want to know that information via google click id and attach that information with lead generated.Lets say for example user clicked the ad from any third party website and came to actual landing

Re: Get Website URL where my ad is displayed

2015-03-04 Thread Josh Radcliff (AdWords API Team)
Hi Ronak, For that use case, I'd recommend looking into ValueTrack parameters https://support.google.com/adwords/answer/2375447?hl=en. Specifically, the *{placement}* parameter seems like a good fit for your use case. Thanks, Josh, AdWords API Team On Wednesday, March 4, 2015 at 12:50:57 PM

Re: Get Website URL where my ad is displayed

2015-03-04 Thread MCC Test
Hello Josh, Thanks for getting back to me I would really want to add value track parameters. But I have one confusion regarding how to set, let's say my ad is displayed on www.example.com and the landing page is www.mydomain.com user clicks an ad from example.com and comes to mydomain.com then