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 conversions I am talking about!

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3bf9ab39-7480-44bd-bd68-250109572db2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4ecd30ea-ad12-4239-a7b6-ab8441bac786%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
loop until I don't get any more results (or I max the loop, just to be 
safe).
   eg indexes => 0, 10,000, 20,000, 30,000, 40,000 ... etc. 

-me-

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bd2c678f-21d4-4827-a823-7e768dc8e007%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 FeedIds 

 you 
require. Considering the large number of rows that you mentioned, you may 
need to implement Paging 

 to 
approximately 10,000 rows per call to avoid any range limit errors. Let me 
know if this works for you.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/84074164-a43e-4d13-8d86-b8b61b591481%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
LookupLocation.java 

 (Java 
client library example code) that will lookup the codes of specified 
location. 

Thanks,
Joyce, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aef93fee-b8d5-4e08-b79b-da5703add93e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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/XMLSchema; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>
> 
>  xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201609; 
> soapenv:mustUnderstand="0">
> 
> YOUR_CLIENT_CUSTOMERID
> YOUR_DEVELOPER_TOKEN
> YOUR_USER_AGENT
> false
> false
> 
> 
> 
> https://adwords.google.com/api/adwords/cm/v201609;>
> 
> ADD
> 
> YOUR_CAMPAIGN_ID
> CALL
> 
>  xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201609; 
> xsi:type="ns2:CallFeedItem">
> ENABLED
> CALL
> 
> YOUR_PHONE_NUMBER
> 
> YOUR_COUNTRY_CODE
> true
> 
> false
> 
> 
> 
> 
> 
> 
> 

 

[main] INFO 
> com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - 
> SOAP Response:
> 
> http://schemas.xmlsoap.org/soap/envelope/;>
> 
>  xmlns="https://adwords.google.com/api/adwords/cm/v201609;>
> 
> CampaignExtensionSettingService
> mutate
> 2
> 332
> 
> 
> 
>  xmlns="https://adwords.google.com/api/adwords/cm/v201609;>
> 
> 
> CampaignExtensionSettingReturnValue
> 
> YOUR_CAMPAIGN_ID
> CALL
> 
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
> xsi:type="CallFeedItem">
> FEED_ID_RETURNED
> FEED_ITEM_ID_RETURNED
> ENABLED
> CALL
> 
> CallFeedItem
> 
> YOUR_PHONE_NUMBER
> 
> YOUR_COUNTRY_CODE
> true
> 
> false
> 
> NONE
> 
> 
> 
> 
> 
> 

 
If the issue persists, please send me (*reply privately to author*) the 
complete SOAP request and response including the clientCustomerId to better 
check the issue.

Regards,
Joyce, AdWords API Team 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d3120a6a-877b-4a52-a0f9-7ee8929a8ac2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 have 100,000 rows in the feed, then we get a list of 100,000 ID's 
... and I can now determine what's new and what's to be removed and 
create/delete that small 'difference' set.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ffacd06c-df29-4ade-a44e-dda0b9cce7c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8bdf4888-24bc-4e3a-a3d6-1156488cb817%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.