How to get Firebase Conversion via API

2016-11-27 Thread victor
Hello! Has anyone managed to get Firebase imported conversion from an API endpoint? I use the .net SDK v201609 The service "ConversionTrackerService" does not give me them, and I can't seem to find any other services to get me the Firebase conversion. Check the attached file to see which conve

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Justin, Yes this is correct. Let me know if you encounter any issues. Cheers, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-27 Thread Justin
Cheers Peter! i'll see if that works for me tomorrow. I'm guessing : 1. Index == the index in the page. If i want records 1->100, that's index 0 with page size 100. for records 101->200, that's index 100, page size 100. 2. I can loop through this paging, increasing the index number with each lo

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Justin, You could use the FeedItemService.get to return all the FeedItemIds and corresponding FeedI

Re: Geographical Targeting Language

2016-11-27 Thread 'Joyce Lava' via AdWords API Forum
Hello, I'm afraid the geo targets names are always returned in English. If you wish to get all available geo targets, you may download the file which is periodically being updated. Through the AdWords API, you can use the L

Re: Unable to create a call extension with the Python client

2016-11-27 Thread 'Joyce Lava' via AdWords API Forum
Hi Phil, I've tried this against my test account using the Java client library and here's the sample SOAP request and response that succeeds. You may want to match this with your logs and see if this helps: http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:xsd="http://www.w3.org/2001/XMLSche

Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-27 Thread Justin
Perfect! That did it :) it's working now :) So .. I'm nearly there. Now, Every night we will be running some code that will upload any new items and of course we need to remove any items that have now expired/need-to-be-removed. Is there a simple way to say: GetAllId's from the feed? So if we

Geographical Targeting Language

2016-11-27 Thread dima
I would like to get list of all available geographical targets using API in specific language, for example I would like to get list of geographical targets names or Canonical Name in Russian. Can I do it ? and how -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog