Re: Customer service and managed accouint service query.

2014-03-04 Thread tomflat561
You're a lifesaver Anash. Much appreciated.



On Monday, March 3, 2014 10:22:42 PM UTC, Anash P. Oommen (AdWords API 
Team) wrote:

 Hi,

 The best approach would be to use OAuth2 as authentication mechanism, and 
 then allow your clients to login to your site using their MCC credentials. 
 Then use ManagedCustomerService to get all the child accounts under that 
 MCC hierarchy, and manage those accounts using AdWords API.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Monday, March 3, 2014 1:21:15 PM UTC-5, tomfl...@gmail.com wrote:

 Hi,

 My app needs to manage external MCC client campaigns, I am a little 
 confused as to what the best service is to use, customer service or managed 
 customer service?. Would I need to create a link for my MCC to link with 
 the client account or would I just use the customer service, get the client 
 ID and go from there?


 Many Thanks,

 T



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/groups/opt_out.


Customer service and managed accouint service query.

2014-03-03 Thread tomflat561
Hi,

My app needs to manage external MCC client campaigns, I am a little 
confused as to what the best service is to use, customer service or managed 
customer service?. Would I need to create a link for my MCC to link with 
the client account or would I just use the customer service, get the client 
ID and go from there?


Many Thanks,

T

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: conversion tracker - remove conversion

2014-02-06 Thread tomflat561
Hi Ray,

Just removing a 'conversion tracker' that was uploaded via the adwords api 
to our campaign?

Many Thanks,

Tom.




On Friday, January 17, 2014 8:05:08 PM UTC, Ray Tsang (AdWords API Team) 
wrote:

 Hi,

 Could I trouble you to elaborate more on the issue?  Are you trying to 
 remove a conversion tracker?  or an offline conversion that was recorded 
 previously?

 Thanks,

 --
 Ray Tsang (AdWords API Advisor)

 On Thursday, January 16, 2014 7:55:23 AM UTC-5, tomfl...@gmail.com wrote:

 Anyone help on this please pretty urgent?.

 Thanks

 On Wednesday, January 15, 2014 11:29:34 PM UTC, tomfl...@gmail.com wrote:

 Hi guys,

 Can you please advise on the correct fields to remove a conversion? I am 
 using the below which produces an 'operator not supported' error.

   conversion_tracker_service = 
 client.GetConversionTrackerService(version='v201309') 


   operations_remove = [{
  
   'operator': 'REMOVE',
  
   'operand': {
  
   'xsi_type': 'AdWordsConversionTracker',
  
   'id': ''   
  
   }
  
   }] 

   contrackers = conversion_tracker_service.Mutate(operations_remove)[0]


 Many thanks,

 T



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 'devicePreference' not working/query..

2014-02-06 Thread tomflat561
Great, thanks for clarifying.

And to amend the devices in a live campaign-Are these immutable?. I would 
need to remove the original ad devices and then set a new one in the 
campaign?.

Thanks,

Tom



On Tuesday, December 17, 2013 2:06:05 PM UTC, Anash P. Oommen (AdWords API 
Team) wrote:

 Hi Tom,

 DevicePreference works only for high end mobile devices, so the ID you 
 should send to server is 30001. If you don't want your ads to have any 
 mobile preference, you needn't provide any devicePreference field.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Monday, December 16, 2013 5:50:54 AM UTC-5, tomfl...@gmail.com wrote:

 Hi,


 We are trying to add a device preference to our campaigns without 
 success-We are adding the field 'devicePreference' when we 'add' our 
 textad-please advise on the correct way to upload a device preference for a 
 specific ad?


   _operations = [
  
   {
  
   'operator': 'ADD',
  
   'operand': {
  
   'xsi_type': 'AdGroupAd',
  
   'adGroupId': adgroupid[-1],
  
   'ad': {
   #'devicePreference' 
 :'??', 
   
   'xsi_type': 'TextAd',

   'devicePreference': '3',
  
   'url': 'http://www.example.com',   
  
 #conversion_link
  
   'displayUrl': url,
  
   'description1': description1,   
 ###'Visit the Red Planet in style.',  
  
   'description2': description2,
 ###'Low-gravity fun for everyone!',  
  
   'headline': headline
  
   },
  
   # Optional fields.
  
   'status': 'PAUSED'  
  
   }
  
   # If needed, you could specify an exemption request here.
  
   # 'exemptionRequests': [{
  
   # # This comes back in a PolicyViolationError.
  
   # 'key' {
  
   # 'policyName': '...',
  
   # 'violatingText': '...'
  
   # }
  
   # }]
  
   }]
  
 Many Thanks,

 Tom.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: conversion tracker - remove conversion

2014-01-16 Thread tomflat561
Anyone help on this please pretty urgent?.

Thanks

On Wednesday, January 15, 2014 11:29:34 PM UTC, tomfl...@gmail.com wrote:

 Hi guys,

 Can you please advise on the correct fields to remove a conversion? I am 
 using the below which produces an 'operator not supported' error.

   conversion_tracker_service = 
 client.GetConversionTrackerService(version='v201309') 


   operations_remove = [{
  
   'operator': 'REMOVE',
  
   'operand': {
  
   'xsi_type': 'AdWordsConversionTracker',
  
   'id': ''   
  
   }
  
   }] 

   contrackers = conversion_tracker_service.Mutate(operations_remove)[0]


 Many thanks,

 T


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


conversion tracker - remove conversion

2014-01-15 Thread tomflat561
Hi guys,

Can you please advise on the correct fields to remove a conversion? I am 
using the below which produces an 'operator not supported' error.

  conversion_tracker_service = 
client.GetConversionTrackerService(version='v201309') 


  operations_remove = [{
 
  'operator': 'REMOVE',
 
  'operand': {
 
  'xsi_type': 'AdWordsConversionTracker',
 
  'id': ''   
 
  }
 
  }] 

  contrackers = conversion_tracker_service.Mutate(operations_remove)[0]


Many thanks,

T

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


'devicePreference' not working/query..

2013-12-16 Thread tomflat561
Hi,


We are trying to add a device preference to our campaigns without 
success-We are adding the field 'devicePreference' when we 'add' our 
textad-please advise on the correct way to upload a device preference for a 
specific ad?


  _operations = [
 
  {
 
  'operator': 'ADD',
 
  'operand': {
 
  'xsi_type': 'AdGroupAd',
 
  'adGroupId': adgroupid[-1],
 
  'ad': {
  #'devicePreference' 
:'??', 
  
  'xsi_type': 'TextAd',

  'devicePreference': '3',
 
  'url': 
'http://www.example.com',#conversion_link
 
  'displayUrl': url,
 
  'description1': description1,   
###'Visit the Red Planet in style.',  
 
  'description2': description2,
###'Low-gravity fun for everyone!',  
 
  'headline': headline
 
  },
 
  # Optional fields.
 
  'status': 'PAUSED'  
 
  }
 
  # If needed, you could specify an exemption request here.
 
  # 'exemptionRequests': [{
 
  # # This comes back in a PolicyViolationError.
 
  # 'key' {
 
  # 'policyName': '...',
 
  # 'violatingText': '...'
 
  # }
 
  # }]
 
  }]
 
Many Thanks,

Tom.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Edit ad device preference (management functionality) M.18

2013-12-09 Thread tomflat561
Hi,
 
I am working on the management functionality, though M.18, though 'edit ad 
device preference', how is this possible if the ad itself is immutable?. I 
have tried to 'SET ' the change through the 'adgroupadservice' though this 
hasn't worked and have read it can only change if another ad is created 
from scratch or is there another way I can just 'SET' the change?.
 
Also, for our records, we have the codes for each device preference, 3 
for desktop etc. Though is there a code for all devices?.It doesn't seem to 
be defined in the api docs.
 
Many Thanks in advance,
 
Tom.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Get ClientCustomerID with OAUTH login, using Python library

2013-07-26 Thread tomflat561
Hi,
 
Is it possible to get the clientCustomerID, after approval of the OAUTH 
flow-the Python library requires the customer ID, though I want to get 
this obviously to populate my client fields.. - I am using OAUTH, the 
Python library and the client fields are:
 
 client = AdWordsClient(headers={
 
  'developerToken': token,   #%s++USD
 
  'clientCustomerId': client_customer_id,
 
  'userAgent': 'Mozilla/4.0',
 
  'oauth2credentials': credential
 
  })
 
 
 
 
Many Thanks,
 
Tom.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Get ClientCustomerID with OAUTH login, using Python library

2013-07-26 Thread tomflat561

On Friday, July 26, 2013 11:51:09 AM UTC+1, tomfl...@gmail.com wrote:

 Hi,
  
 Is it possible to get the clientCustomerID, after approval of the OAUTH 
 flow- I know its possible if we have the email address already, though is 
 there any other way, e.g GetAccountInfo...the Python library requires the 
 customer ID, though I want to get this obviously to populate my client 
 fields.. - I am using OAUTH, the Python library and the client fields are:
  
  client = AdWordsClient(headers={
  
   'developerToken': token,   #%s++USD
  
   'clientCustomerId': client_customer_id,
  
   'userAgent': 'Mozilla/4.0',
  
   'oauth2credentials': credential
  
   })
  
  
  
  
 Many Thanks,
  
 Tom.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Test account api-not working-Quotacheckerror[incomplete_signup]

2013-07-18 Thread tomflat561
Hi,
 
I have followed the instructions and registered for a test account from my 
existing MCC account, I have filled out the billing T  C's correctly, I am 
seeing the following error:
 
Quotacheckerror[Incomplete_signup]
 
Now, I have ticked all the T  C's etc, so think it relate to the test 
account access, I have yet to receive an approval email still-please advise 
on any guidance.
 
Many Thanks,
 
Tom.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Icomplete signup error despite accepting terms and conditions

2013-07-18 Thread tomflat561
Hi Danial-I am having the exact same issue.
 
My MCC number is 466-737-0663. I have yet to receive an email about the 
test account api too.
 
Please advise.
 
Many Thanks,
 
Tom
 

On Wednesday, July 17, 2013 2:19:46 PM UTC+1, Danial Klimkin wrote:

 Hello,


 There are two reasons for this message:

 - TC is not accepted on the MCC level;
 - your token is not yet approved and you are trying to access non-test 
 account or an MCC-level service.

 If still in doubt, please send me your MCC account ID.


 -Danial, AdWords API Team.


 On Friday, July 12, 2013 3:52:34 PM UTC+4, jaison@gmail.com wrote:

 Hi,

 I am running PHP client library example to add a campaign to my test 
 account but I am gettting the following error:

 An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

 I have entered my billing detail and accepted the terms and conditions as 
 suggested in other posts addressing the similar issue on this forum.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Icomplete signup error despite accepting terms and conditions

2013-07-18 Thread tomflat561

Other recipients:  
Hi Danial-I am having the exact same issue.
 
My MCC number is 466-737-0663. I have yet to receive an email about the 
test account api too.
 
Please advise.
 
Many Thanks,
 
Tom

On Wednesday, July 17, 2013 2:46:11 PM UTC+1, jaison@gmail.com wrote:

 Hi Danial,


 My MCC Id is 737-535-8502 .

 Earlier today I received a mail stating that the Customer Id 
  629-552-4567 has been enabled for testing with the API. However, I am 
 getting the same error and my developer token is still in the pending 
 approval state.

 Thanks,
 Jaison


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Youtube ads api query

2013-05-17 Thread tomflat561
Danial-yes, adwords for youtube content.

So, we can only serve video content through the ads api?

Thanks,

Tom.



On Thursday, May 16, 2013 6:25:17 PM UTC+1, Danial Klimkin wrote:

 Hello Tom,


 Are you looking for AdWords for Video API? In this case, we do not have a 
 public API yet.


 -Danial, AdWords API Team.


 On Tuesday, May 14, 2013 7:47:25 PM UTC+4, tomfl...@gmail.com wrote:

 Hi,

 I cant seem to spot anything about a youtube ads api, can you please 
 advise if there is one available?

 Many Thanks,

 Tom.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.




Youtube ads api query

2013-05-14 Thread tomflat561
Hi,

I cant seem to spot anything about a youtube ads api, can you please advise 
if there is one available?

Many Thanks,

Tom.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.