Issues with ManagedCustomerService, field CanManageClients

2015-09-03 Thread Gabriel Abadi
We are making a request to the managedcustomerservice like this:

http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

https://adwords.google.com/api/adwords/mcm/v201502; 
soapenv:mustUnderstand="0">
https://adwords.google.com/api/adwords/cm/v201502;>9552954083
https://adwords.google.com/api/adwords/cm/v201502;>bR7XEJtfuy9ilgyFprFFCw
https://adwords.google.com/api/adwords/cm/v201502;>despegar-bidding 
(AwApi-Java, AdWords-Axis/2.1.0, Common-Java/2.1.0, Axis/1.4, 
Java/1.8.0_45, maven)
https://adwords.google.com/api/adwords/cm/v201502;>false
https://adwords.google.com/api/adwords/cm/v201502;>true



https://adwords.google.com/api/adwords/mcm/v201502;>

https://adwords.google.com/api/adwords/cm/v201502;>CustomerId
https://adwords.google.com/api/adwords/cm/v201502;>Name
https://adwords.google.com/api/adwords/cm/v201502;>CanManageClients





But in the response we are only having the CustomerId and Name. The 
CanManageClients is missing.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/64741480-3e81-46e7-bd9f-0a4c264780c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Miminal Python Example

2015-09-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello,

Could you try two more things again?

   1. Your application type in the step 2 is installed application, not web 
   application.
   2. After putting information in googleads.yaml, can you just run 
   get_campaigns 
   

 
   example as is?

Thanks,
Thanet, AdWords API Team

On Thursday, September 3, 2015 at 10:48:41 PM UTC+9, Lukáš Vožda wrote:
>
> Hello,
>
> thank you for your reply. I tried do it again according to the guide you 
> sent. Result is still the same :-(
>
> I even tried even this 
> 
>  but 
> there is not AdWords in the list of APIs to autorize and this 
> 
>  but 
> got the same invalid_grant error.
>
> I really dont know where is the problem, I will try to describe my process 
> step by step:
>
> 1. I got the developer token approved in my MCC account
> 2. Then created project in Google Developers Console and added OAuth 2.0 
> client ID (application type - other), So i got client_id and client_secret
> 3. Then executed this 
> ,
>  
> put the link to the browser, again under my MCC account accepted and got 
> the code into the terminal, which gave me my refresh token
> 4. After these steps i had all the information to fill googleads.yaml 
> file, stored in my home directory, there are no spaces after token strings
> 5. I executed these two lines in python: 
> from googleads.adwords import AdWordsClient
> client = AdWordsClient.LoadFromStorage()
>
> I tried many times and still getting invalid_grant error.
>
> If you find where is the problem, I would be very grateful.
>
> Thank you.
>
> Lukas
>
>
> On Tuesday, September 1, 2015 at 9:05:57 AM UTC+2, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Can you try following this guide 
>>  
>> again?
>> Make sure you select a correct type of application type, log in as your 
>> MCC account user when you do the step to get refresh token, and finally 
>> leave no spaces after a refresh token in googleads.yaml 
>> 
>> .
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Tuesday, September 1, 2015 at 3:48:54 AM UTC+9, Lukáš Vožda wrote:
>>>
>>> Hello,
>>>
>>> ive got similar error. I regenerated refresh token many times, it didnt 
>>> help, is there anything else i can do?
>>>
>>> I spent hours trying to work it out but still the same result
>>>
>>> This is my error:
>>> Traceback (most recent call last):
>>>   File "./adwords.py", line 4, in 
>>> client = AdWordsClient.LoadFromStorage()
>>>   File "/usr/local/lib/python3.4/site-packages/googleads/adwords.py", 
>>> line 188, in LoadFromStorage
>>> cls._OPTIONAL_INIT_VALUES))
>>>   File "/usr/local/lib/python3.4/site-packages/googleads/adwords.py", 
>>> line 223, in __init__
>>> self.oauth2_client.Refresh()
>>>   File "/usr/local/lib/python3.4/site-packages/googleads/oauth2.py", 
>>> line 165, in Refresh
>>> self.disable_ssl_certificate_validation)))
>>>   File "/usr/local/lib/python3.4/site-packages/oauth2client/client.py", 
>>> line 597, in refresh
>>> self._refresh(http.request)
>>>   File "/usr/local/lib/python3.4/site-packages/oauth2client/client.py", 
>>> line 768, in _refresh
>>> self._do_refresh_request(http_request)
>>>   File "/usr/local/lib/python3.4/site-packages/oauth2client/client.py", 
>>> line 833, in _do_refresh_request
>>> raise AccessTokenRefreshError(error_msg)
>>> oauth2client.client.AccessTokenRefreshError: invalid_grant
>>>
>>>
>>> Thank you.
>>> Lukas.
>>> On Tuesday, July 7, 2015 at 11:45:57 PM UTC+2, Umesh Dengale wrote:

 Hello,

 Please regenerate refresh token 
 ,
  update 
 the refresh_token property in the googleads 
 .yaml
  file 
 and execute any example from the library.

 Thanks,
 Umesh, 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

Re: STRING_LIST items adding (v201506)

2015-09-03 Thread Дмитрий Дмитриевич
Thank you so much for this line of code, I just missed it when I read this 
example.

четверг, 3 сентября 2015 г., 12:19:19 UTC+3 пользователь Thanet Knack 
Praneenararat (AdWords API Team) написал:
>
> Hello,
>
> I'm not sure what placeholder 
>  
> you are trying to create, but generally if you need to create string values 
> for the attribute of type STRING_LIST, you can create a normal array 
> composed of strings.
> This is similar to what line 261 
> 
>  
> does in the example file.
>
> Let me know if you face any problems.
>
> Best,
> Thanet, AdWords API Team
>
> On Thursday, September 3, 2015 at 12:26:25 AM UTC+9, Дмитрий Дмитриевич 
> wrote:
>>
>> Hello,
>>
>> I'm using AdWords API v201506, programming language PHP. Following this 
>> example 
>> https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201506/Extensions/AddSitelinksUsingFeeds.php,
>>  
>> I manage my feed in AdWords.
>> One of my feed attributes has type STRING_LIST, and I need to know how to 
>> add data to this type attributes. For example, I have feed item with item 
>> title "iphone" and for this item I need to add keywords like "buy iphone" 
>> and "buy iphone in ukraine".
>> Could you please give my some examples how can I work with this attribute 
>> type?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9a88e19d-7130-4331-8106-3e92c612f06d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Invalid_grant and blank page RefreshToken.php

2015-09-03 Thread Anthony Madrigal
Hello,

Are you using the command line or a browser to run your code? Our PHP 
example codes only work when using the command line. 

If you are using the command line, then please let me know so that I could 
further investigate.

Regards,
Anthony
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4d117601-842b-46c2-a42b-d9ba81f92e82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-03 Thread Daniel Altman
We are experiencing th*e *same issue since yesterday.
It was working fine the day before.



On Thursday, September 3, 2015 at 10:50:52 AM UTC-3, Gabriel Abadi wrote:
>
> We are making a request to the managedcustomerservice like this:
>
> http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance;>
> 
> https://adwords.google.com/api/adwords/mcm/v201502; 
> soapenv:mustUnderstand="0">
> https://adwords.google.com/api/adwords/cm/v201502
> ">9552954083
> https://adwords.google.com/api/adwords/cm/v201502
> ">bR7XEJtfuy9ilgyFprFFCw
> https://adwords.google.com/api/adwords/cm/v201502;>despegar-bidding 
> (AwApi-Java, AdWords-Axis/2.1.0, Common-Java/2.1.0, Axis/1.4, 
> Java/1.8.0_45, maven)
> https://adwords.google.com/api/adwords/cm/v201502
> ">false
> https://adwords.google.com/api/adwords/cm/v201502
> ">true
> 
> 
> 
> https://adwords.google.com/api/adwords/mcm/v201502;>
> 
> https://adwords.google.com/api/adwords/cm/v201502;>CustomerId
> https://adwords.google.com/api/adwords/cm/v201502;>Name
> https://adwords.google.com/api/adwords/cm/v201502
> ">CanManageClients
> 
> 
> 
> 
>
> But in the response we are only having the CustomerId and Name. The 
> CanManageClients is missing.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/731f0c56-45f0-4a7c-8c36-c9a45749e8a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Settings

2015-09-03 Thread Anthony Madrigal
Hi Jonathan,

Here are some pages of the values (criteria IDs) of the following Criteria:

   - Locations 
   
   - Devices 
   
   - Languages 
   
   
Cheers,
Anthony
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/863f3c50-23f4-43dd-8317-0ddbebf91972%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Miminal Python Example

2015-09-03 Thread Lukáš Vožda
Thank you again for you reply, Thanet.

The thing is that there is not an option in step 2 to choose between 
installed or web application as the manual says. There are just application 
types:



I have chosen option "Other".


Yes i run get_campaigns as is and got the same error:




Is there any possibility I can share with you my files to test it as you 
are an API team member?


Thanks again for helping.


Lukas





On Thursday, September 3, 2015 at 4:19:42 PM UTC+2, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hello,
>
> Could you try two more things again?
>
>1. Your application type in the step 2 is installed application, not 
>web application.
>2. After putting information in googleads.yaml, can you just run 
>get_campaigns 
>
> 
>  
>example as is?
>
> Thanks,
> Thanet, AdWords API Team
>
> On Thursday, September 3, 2015 at 10:48:41 PM UTC+9, Lukáš Vožda wrote:
>>
>> Hello,
>>
>> thank you for your reply. I tried do it again according to the guide you 
>> sent. Result is still the same :-(
>>
>> I even tried even this 
>> 
>>  but 
>> there is not AdWords in the list of APIs to autorize and this 
>> 
>>  but 
>> got the same invalid_grant error.
>>
>> I really dont know where is the problem, I will try to describe my 
>> process step by step:
>>
>> 1. I got the developer token approved in my MCC account
>> 2. Then created project in Google Developers Console and added OAuth 2.0 
>> client ID (application type - other), So i got client_id and client_secret
>> 3. Then executed this 
>> ,
>>  
>> put the link to the browser, again under my MCC account accepted and got 
>> the code into the terminal, which gave me my refresh token
>> 4. After these steps i had all the information to fill googleads.yaml 
>> file, stored in my home directory, there are no spaces after token strings
>> 5. I executed these two lines in python: 
>> from googleads.adwords import AdWordsClient
>> client = AdWordsClient.LoadFromStorage()
>>
>> I tried many times and still getting invalid_grant error.
>>
>> If you find where is the problem, I would be very grateful.
>>
>> Thank you.
>>
>> Lukas
>>
>>
>> On Tuesday, September 1, 2015 at 9:05:57 AM UTC+2, Thanet Knack 
>> Praneenararat (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> Can you try following this guide 
>>>  
>>> again?
>>> Make sure you select a correct type of application type, log in as your 
>>> MCC account user when you do the step to get refresh token, and finally 
>>> leave no spaces after a refresh token in googleads.yaml 
>>> 
>>> .
>>>
>>> Best,
>>> Thanet, AdWords API Team
>>>
>>> On Tuesday, September 1, 2015 at 3:48:54 AM UTC+9, Lukáš Vožda wrote:

 Hello,

 ive got similar error. I regenerated refresh token many times, it didnt 
 help, is there anything else i can do?

 I spent hours trying to work it out but still the same result

 This is my error:
 Traceback (most recent call last):
   File "./adwords.py", line 4, in 
 client = AdWordsClient.LoadFromStorage()
   File "/usr/local/lib/python3.4/site-packages/googleads/adwords.py", 
 line 188, in LoadFromStorage
 cls._OPTIONAL_INIT_VALUES))
   File "/usr/local/lib/python3.4/site-packages/googleads/adwords.py", 
 line 223, in __init__
 self.oauth2_client.Refresh()
   File "/usr/local/lib/python3.4/site-packages/googleads/oauth2.py", 
 line 165, in Refresh
 self.disable_ssl_certificate_validation)))
   File "/usr/local/lib/python3.4/site-packages/oauth2client/client.py", 
 line 597, in refresh
 self._refresh(http.request)
   File "/usr/local/lib/python3.4/site-packages/oauth2client/client.py", 
 line 768, in _refresh
 self._do_refresh_request(http_request)
   File "/usr/local/lib/python3.4/site-packages/oauth2client/client.py", 
 line 833, in _do_refresh_request
 raise AccessTokenRefreshError(error_msg)
 oauth2client.client.AccessTokenRefreshError: invalid_grant


 Thank you.
 Lukas.
 On Tuesday, July 7, 2015 at 11:45:57 PM 

Re: Campaign Settings

2015-09-03 Thread jonathan
A lot of thanks, I'm going to implement this in order to modify my campaign 
:)

Thanks. 


El jueves, 3 de septiembre de 2015, 10:42:22 (UTC-5), Anthony Madrigal 
escribió:
>
> Hi Jonathan,
>
> Here are some pages of the values (criteria IDs) of the following Criteria:
>
>- Locations 
>
>- Devices 
>
>- Languages 
>
>
> Cheers,
> Anthony
> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/794adeea-6df4-4383-a350-e059427879c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Miminal Python Example

2015-09-03 Thread Lukáš Vožda
Hello,

thank you for your reply. I tried do it again according to the guide you 
sent. Result is still the same :-(

I even tried even this 

 but 
there is not AdWords in the list of APIs to autorize and this 

 but 
got the same invalid_grant error.

I really dont know where is the problem, I will try to describe my process 
step by step:

1. I got the developer token approved in my MCC account
2. Then created project in Google Developers Console and added OAuth 2.0 
client ID (application type - other), So i got client_id and client_secret
3. Then executed this 
,
 
put the link to the browser, again under my MCC account accepted and got 
the code into the terminal, which gave me my refresh token
4. After these steps i had all the information to fill googleads.yaml file, 
stored in my home directory, there are no spaces after token strings
5. I executed these two lines in python: 
from googleads.adwords import AdWordsClient
client = AdWordsClient.LoadFromStorage()

I tried many times and still getting invalid_grant error.

If you find where is the problem, I would be very grateful.

Thank you.

Lukas


On Tuesday, September 1, 2015 at 9:05:57 AM UTC+2, Thanet Knack 
Praneenararat (AdWords API Team) wrote:
>
> Hello,
>
> Can you try following this guide 
>  
> again?
> Make sure you select a correct type of application type, log in as your 
> MCC account user when you do the step to get refresh token, and finally 
> leave no spaces after a refresh token in googleads.yaml 
> 
> .
>
> Best,
> Thanet, AdWords API Team
>
> On Tuesday, September 1, 2015 at 3:48:54 AM UTC+9, Lukáš Vožda wrote:
>>
>> Hello,
>>
>> ive got similar error. I regenerated refresh token many times, it didnt 
>> help, is there anything else i can do?
>>
>> I spent hours trying to work it out but still the same result
>>
>> This is my error:
>> Traceback (most recent call last):
>>   File "./adwords.py", line 4, in 
>> client = AdWordsClient.LoadFromStorage()
>>   File "/usr/local/lib/python3.4/site-packages/googleads/adwords.py", 
>> line 188, in LoadFromStorage
>> cls._OPTIONAL_INIT_VALUES))
>>   File "/usr/local/lib/python3.4/site-packages/googleads/adwords.py", 
>> line 223, in __init__
>> self.oauth2_client.Refresh()
>>   File "/usr/local/lib/python3.4/site-packages/googleads/oauth2.py", line 
>> 165, in Refresh
>> self.disable_ssl_certificate_validation)))
>>   File "/usr/local/lib/python3.4/site-packages/oauth2client/client.py", 
>> line 597, in refresh
>> self._refresh(http.request)
>>   File "/usr/local/lib/python3.4/site-packages/oauth2client/client.py", 
>> line 768, in _refresh
>> self._do_refresh_request(http_request)
>>   File "/usr/local/lib/python3.4/site-packages/oauth2client/client.py", 
>> line 833, in _do_refresh_request
>> raise AccessTokenRefreshError(error_msg)
>> oauth2client.client.AccessTokenRefreshError: invalid_grant
>>
>>
>> Thank you.
>> Lukas.
>> On Tuesday, July 7, 2015 at 11:45:57 PM UTC+2, Umesh Dengale wrote:
>>>
>>> Hello,
>>>
>>> Please regenerate refresh token 
>>> ,
>>>  update 
>>> the refresh_token property in the googleads 
>>> .yaml
>>>  file 
>>> and execute any example from the library.
>>>
>>> Thanks,
>>> Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e252c747-0be7-43e2-83e4-db27933e6875%40googlegroups.com.
For 

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-03 Thread David Kigel
Same problem here!

Need this to be solved as soon as possible!

On Thursday, September 3, 2015 at 10:50:52 AM UTC-3, Gabriel Abadi wrote:
>
> We are making a request to the managedcustomerservice like this:
>
> http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance;>
> 
> https://adwords.google.com/api/adwords/mcm/v201502; 
> soapenv:mustUnderstand="0">
> https://adwords.google.com/api/adwords/cm/v201502
> ">9552954083
> https://adwords.google.com/api/adwords/cm/v201502
> ">bR7XEJtfuy9ilgyFprFFCw
> https://adwords.google.com/api/adwords/cm/v201502;>despegar-bidding 
> (AwApi-Java, AdWords-Axis/2.1.0, Common-Java/2.1.0, Axis/1.4, 
> Java/1.8.0_45, maven)
> https://adwords.google.com/api/adwords/cm/v201502
> ">false
> https://adwords.google.com/api/adwords/cm/v201502
> ">true
> 
> 
> 
> https://adwords.google.com/api/adwords/mcm/v201502;>
> 
> https://adwords.google.com/api/adwords/cm/v201502;>CustomerId
> https://adwords.google.com/api/adwords/cm/v201502;>Name
> https://adwords.google.com/api/adwords/cm/v201502
> ">CanManageClients
> 
> 
> 
> 
>
> But in the response we are only having the CustomerId and Name. The 
> CanManageClients is missing.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a9e2bd1c-b552-4867-acbd-a9c89eb154bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Settings

2015-09-03 Thread jonathan
Lot of thanks and How can I get the locations and Devices for my Campaign ? 
Is there a list for this values like the list of languages ?

Thanks.

El jueves, 3 de septiembre de 2015, 8:13:50 (UTC-5), Anthony Madrigal 
escribió:
>
> Hi Jonathan,
>
> Since Location, Devices and Languages are all criterions, you can use the 
> CampaignCriterionService 
> 
>  to 
> update these fields. First, you will need to create a Criterion 
> 
>  with 
> the type of your choosing then pass that as the criterion in the 
> CampaignCriterion 
> 
> .
>
> You can refer to the *Criteria Codes *for the IDs of each Criterion in 
> our Reference Data 
>  page.
>
> Cheers,
> Anthony
> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/34ba1c23-6993-477c-9e5c-33c17031e290%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ConvertedClicks in FINAL_URL_REPORT missing?

2015-09-03 Thread Anthony Madrigal
Hi MG,

The field ConvertedClicks should be supported with the Final URL Report. 
Our team has contacted the Reporting team to take a look into supporting 
this column.

I will let you know as soon as this change occurs.

Cheers,
Anthony
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57aac118-d714-4d2a-a5d0-097ac87a18fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating TrueView Template Ad

2015-09-03 Thread Josh Radcliff (AdWords API Team)
Hi,

Sorry, but I don't have an update at this time. For now, I'd recommend 
using the workaround I mentioned in my previous post 
.

Thanks,
Josh, AdWords API Team

On Thursday, September 3, 2015 at 12:32:02 PM UTC-4, Ankit Jain wrote:
>
> Any updates on creating "TrueView In stream youtube ad" through API? 
>
> On Wednesday, July 22, 2015 at 11:10:54 AM UTC-4, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi Richard,
>>
>> Unfortunately, I don't have an ETA for when or if this will be available, 
>> but I've passed your feedback along.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, July 21, 2015 at 5:03:54 PM UTC-4, Richard Biffin wrote:
>>>
>>> Hi Josh
>>>
>>> Thanks for this. Are you able to tell me if this will become available 
>>> in the future? Would be really handy to be able to do this without having 
>>> to do one first via the web interface.
>>>
>>> Richard
>>>
>>> On Wednesday, 22 July 2015 05:46:07 UTC+12, Josh Radcliff (AdWords API 
>>> Team) wrote:

 Hi Richard,

 I was able to create one of these ads through the user interface on a 
 *Search 
 Network with Display Select* campaign, but not on a *Display Network 
 only* campaign. Were you trying to do this on a *Display Network only* 
 campaign, 
 perhaps?

 Regarding creating template ad ID 231 through the API, I've got good 
 news and bad news. The bad news is that, as you suggested, you need a 
 *mediaId* in order to create the ad, and the only way to do that (even 
 for a YouTube video) is to create a template ad through the user interface 
 that points to your YouTube video. After that, you can fetch the 
 *mediaId* via MediaService 
 
 .

 The good news is that once you've created at least one template ad that 
 uses your YouTube video, you can use the generated *mediaId* to create 
 additional template ads through the API that use that video. You'll need 
 to 
 include the following fields:

- displayUrl
- finalUrls
- templateId
- templateElements
   - headline
   - description1
   - description2
   - videoId
  - type = VIDEO
  - fieldMedia
 - mediaId = the *mediaId* you retrieved via *MediaService*
  - imageUrl
   - channelName
- name

 Hope that helps!

 Cheers,
 Josh, AdWords API Team

 On Monday, July 20, 2015 at 6:05:58 PM UTC-4, Richard Biffin wrote:
>
> Hi Josh
>
> I tried creating an ad based on the TrueView template within the 
> Adwords web interface. I can select the YouTube video fill out the form 
> but 
> every time I try and save the ad the error pops up saying  "Please 
> correct errors above"
>
> These are the steps I use to produce this problem.
>
> Login to Adwords using my test MCC account
> Select one of my client account which I created
> Create a Campaign of type "Search Network with Display Select" with 
> "All Features" checked
> Enter a daily budget (all other settings are default)
> Create Campaign
> Create an Ad Group with a default bid (all other settings are default)
> On the Ad tab, click the  + Ad dropdown, select Ad Gallery
> Select Video Ads
> Select TrueView in-display video ad
> Fill out the Ad form
> Add Headline, Description
> Select a YouTube video (Looks like you can select any YouTube video) 
> At no point has it asked me to link my YouTube account.
> I select a YouTube video that I know about
> Select a thumbnail (it selects the first by default)
> Give it a name
> Hit Save
> Get error message "Please fix above errors"
>
> There are no errors to fix
>
> Screens
>
>
> 
>
>
>
> 
>
>
> I have tried this with a proper Adwords account also, same issue. So I 
> can't query for a created ad via the API because it seems I can't even 
> create one. This is all done via the standard Adwords interface (Online 
> Campaigns not Video Campaigns)
>
> Please advise, thanks
> Richard
>
>
> On Tuesday, 21 July 2015 04:57:01 UTC+12, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Richard,
>>
>> Might I suggest creating the ad through the AdWords user interface, 
>> then retrieving it via the API? The advantage to this approach is that 
>> we'll see precisely which fields of the 

Re: getting targeting settings via API

2015-09-03 Thread Anthony Madrigal
Hi,

You could use the field targetAll 

 located 
in the field *TargetingSettingDetail *using the *AdGroupService.* You 
should set targetAll to true for "Target and bid" and false for "Bid only".

Cheers,
Anthony
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/16c05801-b7cf-47f5-8ec2-c1f00e762e31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Miminal Python Example

2015-09-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi,

Please reply to me privately by clicking *Reply privately to author* icon 
on the top right of my reply:

   - Your googleads.yaml (be sure to strip some part of your credential 
   info, e.g., removing some 4-5 characters in the middle of refresh tokens, 
   client id, etc)
   - SOAP logs and error logs in text
   - Your account ID (both MCC and child account) and MCC email address

I need to escalate this to a person more familiar with the python client 
lib.

While you are waiting, could you please try creating a new refresh token 
again? This time, use OAuth2 Playground 
. 
Again, make sure you are logged in as your MCC account for all steps.

Thanks,
Thanet, AdWords API Team

On Friday, September 4, 2015 at 12:22:12 AM UTC+9, Lukáš Vožda wrote:
>
> Thank you again for you reply, Thanet.
>
> The thing is that there is not an option in step 2 to choose between 
> installed or web application as the manual says. There are just application 
> types:
>
>
> 
>
> I have chosen option "Other".
>
>
> Yes i run get_campaigns as is and got the same error:
>
>
>
> 
>
> Is there any possibility I can share with you my files to test it as you 
> are an API team member?
>
>
> Thanks again for helping.
>
>
> Lukas
>
>
>
>
>
> On Thursday, September 3, 2015 at 4:19:42 PM UTC+2, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Could you try two more things again?
>>
>>1. Your application type in the step 2 is installed application, not 
>>web application.
>>2. After putting information in googleads.yaml, can you just run 
>>get_campaigns 
>>
>> 
>>  
>>example as is?
>>
>> Thanks,
>> Thanet, AdWords API Team
>>
>> On Thursday, September 3, 2015 at 10:48:41 PM UTC+9, Lukáš Vožda wrote:
>>>
>>> Hello,
>>>
>>> thank you for your reply. I tried do it again according to the guide you 
>>> sent. Result is still the same :-(
>>>
>>> I even tried even this 
>>> 
>>>  but 
>>> there is not AdWords in the list of APIs to autorize and this 
>>> 
>>>  but 
>>> got the same invalid_grant error.
>>>
>>> I really dont know where is the problem, I will try to describe my 
>>> process step by step:
>>>
>>> 1. I got the developer token approved in my MCC account
>>> 2. Then created project in Google Developers Console and added OAuth 2.0 
>>> client ID (application type - other), So i got client_id and client_secret
>>> 3. Then executed this 
>>> ,
>>>  
>>> put the link to the browser, again under my MCC account accepted and got 
>>> the code into the terminal, which gave me my refresh token
>>> 4. After these steps i had all the information to fill googleads.yaml 
>>> file, stored in my home directory, there are no spaces after token strings
>>> 5. I executed these two lines in python: 
>>> from googleads.adwords import AdWordsClient
>>> client = AdWordsClient.LoadFromStorage()
>>>
>>> I tried many times and still getting invalid_grant error.
>>>
>>> If you find where is the problem, I would be very grateful.
>>>
>>> Thank you.
>>>
>>> Lukas
>>>
>>>
>>> On Tuesday, September 1, 2015 at 9:05:57 AM UTC+2, Thanet Knack 
>>> Praneenararat (AdWords API Team) wrote:

 Hello,

 Can you try following this guide 
  
 again?
 Make sure you select a correct type of application type, log in as your 
 MCC account user when you do the step to get refresh token, and finally 
 leave no spaces after a refresh token in googleads.yaml 
 
 .

 Best,
 Thanet, AdWords API Team

 On Tuesday, September 1, 2015 at 3:48:54 AM UTC+9, Lukáš Vožda wrote:
>
> Hello,
>
> ive got similar error. I regenerated refresh token many times, it 
> didnt help, is there anything else i can do?
>
> I spent hours trying to work it out but still the same result
>
> This is my error:
> Traceback (most recent call last):
>   File "./adwords.py", line 4, in 
> client = AdWordsClient.LoadFromStorage()
>   File "/usr/local/lib/python3.4/site-packages/googleads/adwords.py", 

Display type of campaigns don't seem to all show-up in Keyword Performance report

2015-09-03 Thread elie
Howdy!
I am seeing differences between what is displayed in this API report 
(Keyword Performance) vs. what I see in the AdWords (for same time period):

Broken down by adnetwork 2 I see from the API:
adnetwork2sumSearch partners84006Display Network487Google search447400
In the AdWords report I see:
Network (with search partners) Impressions
Google search "447,400"
Search partners "84,006"
Display Network "1,517,107"

The report definition pulled via the API is as follow:
report = {
  'reportName': 'Yesterday Keyword Peformance',
  'dateRangeType': 'CUSTOM_DATE',
  'reportType': 'KEYWORDS_PERFORMANCE_REPORT',
  'downloadFormat': 'CSV',
  'selector': {
  'fields': ['Date', 'CampaignId', 'CampaignName', 'AdGroupId', 
'AdGroupName', 
  'AdGroupStatus', 'AdNetworkType1', 'AdNetworkType2', 'Id', 
'Criteria', 
  'KeywordMatchType', 'CriteriaDestinationUrl', 'FinalUrls', 
  'CpcBid', 'AveragePosition', 'Impressions', 'Clicks', 'Cost', 
'AverageCpc'],
  'dateRange': {
'min': '20150817',
'max': '20150823'
}
  }



Both Google Search and Search Partners match but not Display Network. What 
is happening?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/84e98ae8-7946-4564-84ea-1dc0af7160a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello,

I'm investigating this issue and will update this thread once I get updates.

Best,
Thanet, AdWords API Team

On Thursday, September 3, 2015 at 10:50:52 PM UTC+9, Gabriel Abadi wrote:
>
> We are making a request to the managedcustomerservice like this:
>
> http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance;>
> 
> https://adwords.google.com/api/adwords/mcm/v201502; 
> soapenv:mustUnderstand="0">
> https://adwords.google.com/api/adwords/cm/v201502
> ">9552954083
> https://adwords.google.com/api/adwords/cm/v201502
> ">bR7XEJtfuy9ilgyFprFFCw
> https://adwords.google.com/api/adwords/cm/v201502;>despegar-bidding 
> (AwApi-Java, AdWords-Axis/2.1.0, Common-Java/2.1.0, Axis/1.4, 
> Java/1.8.0_45, maven)
> https://adwords.google.com/api/adwords/cm/v201502
> ">false
> https://adwords.google.com/api/adwords/cm/v201502
> ">true
> 
> 
> 
> https://adwords.google.com/api/adwords/mcm/v201502;>
> 
> https://adwords.google.com/api/adwords/cm/v201502;>CustomerId
> https://adwords.google.com/api/adwords/cm/v201502;>Name
> https://adwords.google.com/api/adwords/cm/v201502
> ">CanManageClients
> 
> 
> 
> 
>
> But in the response we are only having the CustomerId and Name. The 
> CanManageClients is missing.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5b869895-08be-4169-b5ec-b35fb19ca80b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-03 Thread Stefano Fontana
Same here both with 201502 and 201506!!

On Thursday, September 3, 2015 at 3:50:52 PM UTC+2, Gabriel Abadi wrote:
>
> We are making a request to the managedcustomerservice like this:
>
> http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance;>
> 
> https://adwords.google.com/api/adwords/mcm/v201502; 
> soapenv:mustUnderstand="0">
> https://adwords.google.com/api/adwords/cm/v201502
> ">9552954083
> https://adwords.google.com/api/adwords/cm/v201502
> ">bR7XEJtfuy9ilgyFprFFCw
> https://adwords.google.com/api/adwords/cm/v201502;>despegar-bidding 
> (AwApi-Java, AdWords-Axis/2.1.0, Common-Java/2.1.0, Axis/1.4, 
> Java/1.8.0_45, maven)
> https://adwords.google.com/api/adwords/cm/v201502
> ">false
> https://adwords.google.com/api/adwords/cm/v201502
> ">true
> 
> 
> 
> https://adwords.google.com/api/adwords/mcm/v201502;>
> 
> https://adwords.google.com/api/adwords/cm/v201502;>CustomerId
> https://adwords.google.com/api/adwords/cm/v201502;>Name
> https://adwords.google.com/api/adwords/cm/v201502
> ">CanManageClients
> 
> 
> 
> 
>
> But in the response we are only having the CustomerId and Name. The 
> CanManageClients is missing.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/687a1ea4-57d6-4097-9134-fcdb43fdfbd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating TrueView Template Ad

2015-09-03 Thread Ankit Jain
Any updates on creating "TrueView In stream youtube ad" through API? 

On Wednesday, July 22, 2015 at 11:10:54 AM UTC-4, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Richard,
>
> Unfortunately, I don't have an ETA for when or if this will be available, 
> but I've passed your feedback along.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, July 21, 2015 at 5:03:54 PM UTC-4, Richard Biffin wrote:
>>
>> Hi Josh
>>
>> Thanks for this. Are you able to tell me if this will become available in 
>> the future? Would be really handy to be able to do this without having to 
>> do one first via the web interface.
>>
>> Richard
>>
>> On Wednesday, 22 July 2015 05:46:07 UTC+12, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi Richard,
>>>
>>> I was able to create one of these ads through the user interface on a 
>>> *Search 
>>> Network with Display Select* campaign, but not on a *Display Network 
>>> only* campaign. Were you trying to do this on a *Display Network only* 
>>> campaign, 
>>> perhaps?
>>>
>>> Regarding creating template ad ID 231 through the API, I've got good 
>>> news and bad news. The bad news is that, as you suggested, you need a 
>>> *mediaId* in order to create the ad, and the only way to do that (even 
>>> for a YouTube video) is to create a template ad through the user interface 
>>> that points to your YouTube video. After that, you can fetch the 
>>> *mediaId* via MediaService 
>>> 
>>> .
>>>
>>> The good news is that once you've created at least one template ad that 
>>> uses your YouTube video, you can use the generated *mediaId* to create 
>>> additional template ads through the API that use that video. You'll need to 
>>> include the following fields:
>>>
>>>- displayUrl
>>>- finalUrls
>>>- templateId
>>>- templateElements
>>>   - headline
>>>   - description1
>>>   - description2
>>>   - videoId
>>>  - type = VIDEO
>>>  - fieldMedia
>>> - mediaId = the *mediaId* you retrieved via *MediaService*
>>>  - imageUrl
>>>   - channelName
>>>- name
>>>
>>> Hope that helps!
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Monday, July 20, 2015 at 6:05:58 PM UTC-4, Richard Biffin wrote:

 Hi Josh

 I tried creating an ad based on the TrueView template within the 
 Adwords web interface. I can select the YouTube video fill out the form 
 but 
 every time I try and save the ad the error pops up saying  "Please 
 correct errors above"

 These are the steps I use to produce this problem.

 Login to Adwords using my test MCC account
 Select one of my client account which I created
 Create a Campaign of type "Search Network with Display Select" with 
 "All Features" checked
 Enter a daily budget (all other settings are default)
 Create Campaign
 Create an Ad Group with a default bid (all other settings are default)
 On the Ad tab, click the  + Ad dropdown, select Ad Gallery
 Select Video Ads
 Select TrueView in-display video ad
 Fill out the Ad form
 Add Headline, Description
 Select a YouTube video (Looks like you can select any YouTube video) At 
 no point has it asked me to link my YouTube account.
 I select a YouTube video that I know about
 Select a thumbnail (it selects the first by default)
 Give it a name
 Hit Save
 Get error message "Please fix above errors"

 There are no errors to fix

 Screens


 



 


 I have tried this with a proper Adwords account also, same issue. So I 
 can't query for a created ad via the API because it seems I can't even 
 create one. This is all done via the standard Adwords interface (Online 
 Campaigns not Video Campaigns)

 Please advise, thanks
 Richard


 On Tuesday, 21 July 2015 04:57:01 UTC+12, Josh Radcliff (AdWords API 
 Team) wrote:
>
> Hi Richard,
>
> Might I suggest creating the ad through the AdWords user interface, 
> then retrieving it via the API? The advantage to this approach is that 
> we'll see precisely which fields of the template need to be populated, as 
> well as how they are populated.
>
> Thanks,
> Josh, AdWords API Team
>
> On Sunday, July 19, 2015 at 4:59:15 PM UTC-4, Richard Biffin wrote:
>>
>> Hi Josh
>>
>> Thanks for the update. I have tried creating an ad based on the 
>> TrueView template using this code, so only using the video_id
>>
>> template_ad = {
>>   name: 'Ad Name',
>>   display_url: 

Re: Can't access adwords api contact corm (403 fordbidden)

2015-09-03 Thread Denis Pavlyuchenko
Hi!

The same problem occurs to me. Also with link 
https://services.google.com/fb/forms/newtoken/.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a8870f9-f24d-4087-958b-78b33ef54b18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Display type of campaigns don't seem to all show-up in Keyword Performance report

2015-09-03 Thread Anthony Madrigal
Hi,

Could you please provide me a screenshot of what you are seeing in the UI 
as well as your CID? Please do so with the *reply privately to author *
feature.

Thanks,
Anthony
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7005eb69-4370-43d2-b2f7-7eca92d142c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: TruView reports via AdWords API

2015-09-03 Thread Umesh Dengale
Hello,

Currently, the AdWords API does not support the trueview campaigns. Please 
watch our blog  for 
any announcements.

Thanks,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2a56b25c-365e-46db-bd89-60ee3f60e462%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get from one report lowest grain for keyword search and display ad to be able to do a granular attribution?

2015-09-03 Thread Umesh Dengale
Hello,

Could you provide the SOAP XML request and response logs for the 
KEYWORDS_PERFORMANCE_REPORT? 
Please explain more about the different version of the adgroup display ad. Just 
click *Reply privately to author* in the forum when responding. Don't 
forget to remove the developer token in the output.

Thanks,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c452b792-3972-4214-b91e-456600a7989c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How do you Create Mobile App Installs Campaign that shows ads in Google Play Store?

2015-09-03 Thread David Walkotten
I want to show ads to download an app in the Google Play Store, not just 
Google Search. How can you create that type of ad in AdWords? 
Are they available yet for the general public advertiser? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8343f750-8061-44f8-95d3-348619226193%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Campaigns

2015-09-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi,

Unfortunately, we don't have PHP sample codes for that page yet.

But the error CLIENT_CUSTOMER_ID_IS_REQUIRED 

 
signals that you haven't set up the *clientCustomerId* properly.
How did you set your auth.ini file?
With that setting, can you run very simple example like GetCampaigns.php 

 
of any of your child accounts?

Cheers,
Thanet, AdWords API Team

On Thursday, September 3, 2015 at 4:00:56 AM UTC+9, psc...@gmail.com wrote:
>
> (posting from my Production Acct) 
>
> I am getting this error: An error has occurred: 
> [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'']
>
> I believe this is because I am calling this function on a top level MCC 
> account. I have many client accounts under this and they each have their 
> own campaigns. How would I go about this. I have read this 
> but 
> I'm getting a little lost. Also, the snippet code that is provided to link 
> Clients to MCC accounts is in Java and I need it in PHP.
>
> On Wednesday, September 2, 2015 at 12:02:22 PM UTC-4, Thanet Knack 
> Praneenararat (AdWords API Team) wrote:
>>
>> Hi,
>>
>> First, I highly recommend to read the guide from our official website 
>>  instead of third-party 
>> website.
>> First-request guide 
>> , get 
>> started guide 
>> , and getting 
>> started section 
>>  of php 
>> client lib README might be very useful to you for getting started.
>>
>> Basically, after you put all information in the auth.ini 
>> ,
>>  
>> you should be able to run GetCampaigns.php 
>> 
>>  
>> example without adding any more codes.
>> So, the below line is not necessary.
>>
>>> After the "require" line, I added this code from the auth.ini regarding 
>>> the client account:
>>> $user = new AdWordsUser();
>>> $user->SetClientCustomerId("xx");
>>
>>
>> Please try the client lib as is before you copy files around to your 
>> project directories.
>>
>> Cheers,
>> Thanet, AdWords API Team
>>
>> On Wednesday, September 2, 2015 at 10:01:31 PM UTC+9, devp...@gmail.com 
>> wrote:
>>>
>>> Alright, so I got approved and I followed the example. Literally copy 
>>> and pasted it. After the "require" line, I added this code from the 
>>> auth.ini regarding the client account:
>>>
>>> $user = new AdWordsUser();
>>> $user->SetClientCustomerId("xx");
>>>
>>> With credentials filled in.
>>>
>>> Now, is this the right way to go about this? I'm running it in command 
>>> prompt and it's not finding the "init.php" file immediately. Do I have to 
>>> point to it specifically? Or is there a general php method that can 
>>> recursively check children folders for this file? Also, from what I'm 
>>> seeing there are only init.php files in the Examples folders.
>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7037b6cc-9065-4ea1-8be2-451a0e873618%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: STRING_LIST items adding (v201506)

2015-09-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello,

I'm not sure what placeholder 
 you 
are trying to create, but generally if you need to create string values for 
the attribute of type STRING_LIST, you can create a normal array composed 
of strings.
This is similar to what line 261 

 
does in the example file.

Let me know if you face any problems.

Best,
Thanet, AdWords API Team

On Thursday, September 3, 2015 at 12:26:25 AM UTC+9, Дмитрий Дмитриевич 
wrote:
>
> Hello,
>
> I'm using AdWords API v201506, programming language PHP. Following this 
> example 
> https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201506/Extensions/AddSitelinksUsingFeeds.php,
>  
> I manage my feed in AdWords.
> One of my feed attributes has type STRING_LIST, and I need to know how to 
> add data to this type attributes. For example, I have feed item with item 
> title "iphone" and for this item I need to add keywords like "buy iphone" 
> and "buy iphone in ukraine".
> Could you please give my some examples how can I work with this attribute 
> type?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2ac17a6f-32d4-4cc9-b22f-26660928c847%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get budgets from a campaign v201506

2015-09-03 Thread Richard Moran
Thanks, I hadn't spotted that somehow. Seems odd to me though that I can 
select the budget name and id but not the amount. I'm now having to make an 
extra call to the budget service just for that extra value. Oh well, at 
least it's working now! Thanks again.

On Wednesday, 2 September 2015 19:11:59 UTC+1, Anthony Madrigal wrote:
>
> Hi Richard,
>
> You should be able to get the Budget 
> 
>  of 
> a campaign by using a selector. You can grab fields such as Budget Amount, 
> Budget Id and Budget Name.
>
> As a reference, here are all the available selectors 
> 
>  
> for a campaign.
>
> Cheers,
> Anthony
> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c647dcca-5ff6-4d54-b2c8-e650bf0e7d40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Repeated UNEXPECTED_INTERNAL_API_ERROR on AdGroupCriterionService when fetching DSA critera

2015-09-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Christian,

We're looking into this issue and will get back to you once we get any 
updates.

Best,
Thanet, AdWords API Team

On Thursday, September 3, 2015 at 4:02:07 AM UTC+9, Christian wrote:
>
> Hi,
>
> yes we still experiencing this error. I would really appreciate it if you 
> could investigate this.
>
> Best regards,
> Christian
>
> On Wednesday, September 2, 2015 at 3:23:02 PM UTC+2, Anthony Madrigal 
> wrote:
>>
>> Hi Christian,
>>
>> Yes, I did receive your SOAP request. Are you still experiencing this 
>> error? If so, please let me know so that I can troubleshoot.
>>
>> Thanks,
>> Anthony
>> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b9b6239a-b99d-41e2-9646-f0f4604da842%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Settings

2015-09-03 Thread jonathan
Hi, Now I can change de start date, end date, and the platform, but when I 
try to update the Language I get a error, i don´t know if I missing 
something.
Also I'm able to change the device with the campaignCriterionService but 
I'm a little confuse because when I get the campaignReport it includes a 
params that is call "device" but it's nt the same that platform I use, I 
used the list of platform you gave me.

Thank you for your help.








El jueves, 3 de septiembre de 2015, 10:49:24 (UTC-5), 
jona...@garagecoders.net escribió:
>
> A lot of thanks, I'm going to implement this in order to modify my 
> campaign :)
>
> Thanks. 
>
>
> El jueves, 3 de septiembre de 2015, 10:42:22 (UTC-5), Anthony Madrigal 
> escribió:
>>
>> Hi Jonathan,
>>
>> Here are some pages of the values (criteria IDs) of the following 
>> Criteria:
>>
>>- Locations 
>>
>>- Devices 
>>
>>- Languages 
>>
>>
>> Cheers,
>> Anthony
>> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/46db4beb-944a-4f52-9b13-61aa7877cafa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Clicks + Cost performance forecasts in adwords API

2015-09-03 Thread Umesh Dengale
Hi Sahil,

You could use the TrafficEstimatorService 

 to 
get the data related to clicks and cost performance forecasts 
.
 
Please check out our Traffic Estimator Service guide 

.

Cheers,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8a890e9c-9404-4514-8d1a-95383acf904a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DESTINATION_URL_REPORT erroneously returning empty reports

2015-09-03 Thread Josh Radcliff (AdWords API Team)
Hi Greg,

Thanks for sending over the logs to Umesh. I confirmed that I can't get 
back data from the FINAL_URL_REPORT for Shopping campaigns either. I've 
reported this issue and will get back to you as soon as I have more 
information.

Thanks,
Josh, AdWords API Team

On Wednesday, September 2, 2015 at 11:00:46 AM UTC-4, GregT wrote:
>
> I've replied privately with the logs of a call from this morning.
>
> Thanks!
> Greg
>
> On Wednesday, September 2, 2015 at 9:51:34 AM UTC-5, Umesh Dengale wrote:
>>
>> Hi Greg,
>>
>> Could you provide the SOAP XML request and response logs and the customer 
>> id for FINAL_URL_REPORT? Just click *Reply privately to author* in the 
>> forum when responding. Don't forget to remove the developer token in the 
>> output.
>>
>> Regards,
>> Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/78150843-68ad-4ab1-859f-ff698b1b9fe6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-03 Thread zincum
Same issue here!

On Thursday, September 3, 2015 at 9:31:09 AM UTC-7, Stefano Fontana wrote:
>
> Same here both with 201502 and 201506!!
>
> On Thursday, September 3, 2015 at 3:50:52 PM UTC+2, Gabriel Abadi wrote:
>>
>> We are making a request to the managedcustomerservice like this:
>>
>> http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="
>> http://www.w3.org/2001/XMLSchema; xmlns:xsi="
>> http://www.w3.org/2001/XMLSchema-instance;>
>> 
>> https://adwords.google.com/api/adwords/mcm/v201502; 
>> soapenv:mustUnderstand="0">
>> https://adwords.google.com/api/adwords/cm/v201502
>> ">9552954083
>> https://adwords.google.com/api/adwords/cm/v201502
>> ">bR7XEJtfuy9ilgyFprFFCw
>> https://adwords.google.com/api/adwords/cm/v201502;>despegar-bidding 
>> (AwApi-Java, AdWords-Axis/2.1.0, Common-Java/2.1.0, Axis/1.4, 
>> Java/1.8.0_45, maven)
>> https://adwords.google.com/api/adwords/cm/v201502
>> ">false
>> https://adwords.google.com/api/adwords/cm/v201502
>> ">true
>> 
>> 
>> 
>> https://adwords.google.com/api/adwords/mcm/v201502;>
>> 
>> https://adwords.google.com/api/adwords/cm/v201502
>> ">CustomerId
>> https://adwords.google.com/api/adwords/cm/v201502;>Name
>> https://adwords.google.com/api/adwords/cm/v201502
>> ">CanManageClients
>> 
>> 
>> 
>> 
>>
>> But in the response we are only having the CustomerId and Name. The 
>> CanManageClients is missing.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/864c6777-5826-4b91-9001-d8c22b076468%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Settings

2015-09-03 Thread Anthony Madrigal
Hi Jonathan,

Since Location, Devices and Languages are all criterions, you can use the 
CampaignCriterionService 

 to 
update these fields. First, you will need to create a Criterion 

 with 
the type of your choosing then pass that as the criterion in the 
CampaignCriterion 

.

You can refer to the *Criteria Codes *for the IDs of each Criterion in our 
Reference 
Data  page.

Cheers,
Anthony
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ac3a43e3-d584-4185-b1a3-dcb30da97cfe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Check if Campaign Has Changes.

2015-09-03 Thread Anthony Madrigal
Hi John,

Unfortunately, the only workaround would be to look at the *Tools -> Change 
History *in the AdWords UI.

Regards,
Anthony
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62f8387e-9e51-49cd-a28a-3901f8740695%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


TruView reports via AdWords API

2015-09-03 Thread Go Sugihara
Hi. With today's announcement on TruView campaigns integrated into AdWords 
UI, can we expect to be able to pull  reports thru AdWords API soon? Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/107254c1-af96-4727-a3d1-0119fd0b833b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How can I remove one extra link in a group?

2015-09-03 Thread maxim prokopenko
How can I remove one extra link in a group? I do so:

campaign_extension_setting_service = client.GetService(
'AdGroupExtensionSettingService', version='v201506')


operation = {
'operator': 'REMOVE',
'operand': {
'adGroupId': GROUP_ID,
'extensionType': 'SITELINK',
'extensionSetting': {
'extensions': [
 {'feedItemId': FEED_ITEM_ID}
 ]
}
}
}


campaign_extension_setting_service.mutate([operation])


But removed all the extra links.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2242646a-2968-4b92-ba61-b80f25eaaf7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can't access adwords api contact corm (403 fordbidden)

2015-09-03 Thread Zaur M
Hello everyone!

When I try to open this page:
https://services.google.com/fb/forms/apicontact/

I get a 403 forbidden error. I tried different browsers, computers, ip - 
same everywhere.
The web-chat technical support of Google told me that they can access the 
page and do not see the reason why I cannot. 
Could you please let me know what may be the reason?

Thanks!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4dec76df-cefb-4d61-9e4a-3220060e4176%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Invalid_grant and blank page RefreshToken.php

2015-09-03 Thread nisimediaapi
Hello,
I'm newbie in google api, i've been on this for 2 weeks, eventually i got 
to a dead end, i've filled all the required information in auth.ini except 
refresh_token, i've read on the internet that i have to run 
GetRefreshToken.php to get it, i ran it and i get a blank page, nothing on 
it not even an error.
Can anyone help 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/115aae35-4a3a-48bd-a64f-32d094aa5e38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


getting targeting settings via API

2015-09-03 Thread roi
Hi,
I'm trying to programatically get the targeting setting ("target and bid" 
or "bid only") for criterias (age,placement...) via the API.
I get it from the AdGroup.settings field.
I manage to get the settings only if I edit the targeting settings in the 
UI.
Any ides what to look for?

Thanks,


-- 
This e-mail, as well as any attached document, may contain material which 
is confidential and privileged and may include trademark, copyright and 
other intellectual property rights that are proprietary to Kenshoo Ltd, 
 its subsidiaries or affiliates ("Kenshoo"). This e-mail and its 
attachments may be read, copied and used only by the addressee for the 
purpose(s) for which it was disclosed herein. If you have received it in 
error, please destroy the message and any attachment, and contact us 
immediately. If you are not the intended recipient, be aware that any 
review, reliance, disclosure, copying, distribution or use of the contents 
of this message without Kenshoo's express permission is strictly prohibited.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e25527d-0308-4218-ac84-a198a02becdd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


TruView reports via AdWords API

2015-09-03 Thread Go Sugihara
Hi. With today's announcement on TruView campaigns integrated into AdWords 
UI, can we expect to be able to pull  reports thru AdWords API soon? Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/375cfda8-1f58-44a4-bde0-d1776b0fb157%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How can I remove one extra link in a group?

2015-09-03 Thread maxim prokopenko
How can I remove one extra link in a group? I do so:

campaign_extension_setting_service = client.GetService(
'AdGroupExtensionSettingService', version='v201506')


operation = {
'operator': 'REMOVE',
'operand': {
'adGroupId': GROUP_ID,
'extensionType': 'SITELINK',
'extensionSetting': {
'extensions': [
 {'feedItemId': FEED_ITEM_ID}
 ]
}
}
}


campaign_extension_setting_service.mutate([operation])


But removed all the extra links.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/12cc2c60-fd19-4394-af4a-9a31961377e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Clicks + Cost performance forecasts in adwords API

2015-09-03 Thread sahil tyagi

hey,
Is there a way to access the data in click and cost performance forecasts 
in Keyword Planner from the google adwords API (or any other API for that 
matter) ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/69304142-51fb-4751-9087-5fef2593d149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Click + Cost performance forecasts adwords api

2015-09-03 Thread sahil tyagi
Hey,
Is there a way to get the data from the click and cost performance 
forecasts like in the *Keyword planner* by using the adwords api (or any 
other api for that matter) ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b719b621-32d0-465c-ab5f-9e57ae28a700%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get from one report lowest grain for keyword search and display ad to be able to do a granular attribution?

2015-09-03 Thread elie
Hi,
We are trying to pull via the API the cost associated with AdWords 
campaigns. We are pulling this data from the "Keyword Performance" report 
from which we are getting the following fields:

report = {
  'reportName': 'Yesterday Keyword Peformance',
  'dateRangeType': 'CUSTOM_DATE',
  'reportType': 'KEYWORDS_PERFORMANCE_REPORT',
  'downloadFormat': 'CSV',
  'selector': {
  'fields': ['Date', 'CampaignId', 'CampaignName', 'AdGroupId', 
'AdGroupName', 
  'AdGroupStatus', 'AdNetworkType1', 'AdNetworkType2', 'Id', 
'Criteria', 
  'KeywordMatchType', 'CriteriaDestinationUrl', 'FinalUrls', 
'Device', 
  'CpcBid', 'AveragePosition', 'Impressions', 'Clicks', 'Cost', 
'AverageCpc'],
  'dateRange': {
'min': '20150601',
'max': '20150813'
}
  }
  }

We are good for keyword search based ads ("Google Search" in 
AdNetworkType2) we can do a granular attribution with the fields listed 
above. But for display ads ("Display Network" in AdNetworkType2) it seems 
that the lowest grain we can get from the Keyword Performance Report is 
campaign, adgroup and device.
How can I differentiate the different version of the adgroup display ad? I 
looked in other reports ("Search Query" and "Ad Performance") which don't 
provide the data we need for keywords search base ads.

Thanks,
Elie

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/22ef7ab3-db2c-4236-b2c3-b25509096b93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How can I remove one extra link in a group?

2015-09-03 Thread maxim prokopenko
How can I remove one extra link in a group? I do so:

campaign_extension_setting_service = client.GetService(
'AdGroupExtensionSettingService', version='v201506')


operation = {
'operator': 'REMOVE',
'operand': {
'adGroupId': GROUP_ID,
'extensionType': 'SITELINK',
'extensionSetting': {
'extensions': [
 {'feedItemId': FEED_ITEM_ID}
 ]
}
}
}


campaign_extension_setting_service.mutate([operation])
Введите код...




But removed all the extra links.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e85f386f-e29f-46a1-a4f8-261d5bd1eb80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.