SomeService.Get(selector) VS Reporting

2015-05-05 Thread Jonathan
Hey

Is there a difference between
1) getting data from the get function of a service 
2) downloading a report

what is the use of each? 
is one better then the other for some scanerios?


Thanks for the help!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b3ba241a-6572-4c1f-83cd-6a8f12aabeb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-05-05 Thread Dzmitry Zahusta
Hi Josh,

Have you been able to repeat and resolve the issue? The problem is still 
continued on my side. Can send a bunch of addresses if necessary.

четверг, 9 апреля 2015 г., 23:30:15 UTC+3 пользователь Josh Radcliff 
(AdWords API Team) написал:

 Hi,

 Thanks for sending over more examples. I've passed these along to the team 
 that's looking into this issue.

 Cheers,
 Josh, AdWords API Team

 On Tuesday, April 7, 2015 at 2:02:57 AM UTC-4, Dzmitry Zahusta wrote:

 Hi,

 This happen again for 

 'Santa Rosa,California,United States'
 'Blue Ridge,Georgia,United States'
 'Villa Rica,Georgia,United States'
 'Alcoa,Tennessee,United States'

 среда, 25 марта 2015 г., 19:01:52 UTC+3 пользователь Josh Radcliff 
 (AdWords API Team) написал:

 Hi,

 Thanks for sending over more examples. This time I was able to find the 
 request IDs for your requests.

 I reported this issue to the engineering team and provided your request 
 IDs. I'll post back here as soon as I have an update.

 Thanks,
 Josh, AdWords API Team

 On Wednesday, March 25, 2015 at 2:44:04 AM UTC-4, Dzmitry Zahusta wrote:

 Hi,

 The same issue again with:


- 98801,Washington,United States
- San Leandro,California,United States
- Post Falls,Idaho,United States
- Knoxville,Tennessee,United States

 As always - if you resubmit these addresses again later, it will work 
 with no errors.
 Let's start investigating it...

 среда, 18 марта 2015 г., 0:40:37 UTC+3 пользователь Josh Radcliff 
 (AdWords API Team) написал:

 Hi,

 Thanks for sending over the new addresses where you saw this issue. 
 I'll see if I can track down more information on the requests that failed 
 and get back to you.

 Cheers,
 Josh, AdWords API Team

 On Tuesday, March 17, 2015 at 3:08:08 AM UTC-4, Dzmitry Zahusta wrote:

 The problem still persist. I reworked the code to get GeoPoint 
 byGeoLocationService 

 GeoLocationSelector selector = new GeoLocationSelector();
 selector.setAddresses(addresses.toArray(new Address[0]));
 GeoLocation[] geoLocationResult = geoLocationService.get(
 selector);

 And I see in logs that for the following addresses:

- Augusta,Georgia,United States
- 30909,Georgia,United States

 The code returns InvalidGeoLocation with geoPoint = null.
 After repeating code a bit later with the same data all is working in 
 a right way

 As I can not provide you request Ids because I'm submitting data by 
 Java API which information can help you to investigate the issue? 

 вторник, 10 марта 2015 г., 18:14:33 UTC+3 пользователь Josh Radcliff 
 (AdWords API Team) написал:

 Hi,

 At the moment, you would have to get them from your SOAP logs. We 
 have an open issue for improving the capture of request IDs in the 
 library https://github.com/googleads/googleads-java-lib/issues/4.

 Thanks,
 Josh, AdWords API Team

 On Tuesday, March 10, 2015 at 9:43:11 AM UTC-4, Dzmitry Zahusta 
 wrote:

 Hi,

 I've already changed my logic to what you mentioned (set geoPoint 
 together with Address object). 
 but can you please clarify how I can get request IDs in Java code?

 вторник, 10 марта 2015 г., 16:10:33 UTC+3 пользователь Josh 
 Radcliff (AdWords API Team) написал:

 Hi,

 I've tried reproducing this behavior multiple times but in all 
 cases the address you provided is accepted.

 One thing you may want to do is use GeoLocationService 
 https://developers.google.com/adwords/api/docs/reference/v201502/GeoLocationService
  
 to first validate your *address*. This will give you back a 
 *GeoLocation* if the address is valid, whose geoPoint 
 https://developers.google.com/adwords/api/docs/reference/v201502/GeoLocationService.InvalidGeoLocation#geoPoint
  
 you can then use in your Proximity object 
 https://developers.google.com/adwords/api/docs/reference/v201502/CampaignCriterionService.Proximity#geoPoint
  instead 
 of the address. If the address is invalid, it will give you back an 
 InvalidGeoLocation 
 https://developers.google.com/adwords/api/docs/reference/v201502/GeoLocationService.InvalidGeoLocation
  
 object.

 If you see this inconsistency again, please capture the request 
 IDs of the failed requests and send them over.

 Cheers,
 Josh, AdWords API Team

 On Monday, March 9, 2015 at 11:38:25 AM UTC-4, Dzmitry Zahusta 
 wrote:

 Yep, you are right but it's just typo in my example. In reality 
 all is set in a right way.

 понедельник, 9 марта 2015 г., 18:28:52 UTC+3 пользователь Josh 
 Radcliff (AdWords API Team) написал:

 Hi,

 I just noticed that in your code snippet, you are setting the 
 *provinceName* to *US* and the *countryCode* to *Tennessee*, 
 which is invalid. You should be setting the *provinceName* to 
 *Tennessee* and the *countryCode* to *US*.

 Thanks,
 Josh, AdWords API Team

 On Friday, March 6, 2015 at 1:33:08 PM UTC-5, Dzmitry Zahusta 
 wrote:

 Unfortunately I can provide only Ids of problematic campaigns:

 '276257069' ('US Georgia Warner Robins')
 '264091949' ('US California 

Where to get the fully updated documentation of ads templates

2015-05-05 Thread jason
Can you tell me where to get the fully updated documentation of google ads 
templates? I have found one by the link 
https://developers.google.com/adwords/api/docs/appendix/templateads, but 
it's far from being fully documentation and in addition contains elements 
which arent supported by the google now, for example ad with a 
templateId=190

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f16f4ee9-1f40-433d-9c08-e8d2b556f036%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Block ip range

2015-05-05 Thread Nadine Sundquist (AdWords API Team)
Hello Rudy,

Check out the forum post 
https://groups.google.com/d/msg/adwords-api/_kMkdsAIcqs/UUZZCB7FlT4J on 
blocking IP addresses in bulk.

Best,
Nadine, AdWords API Team

On Tuesday, May 5, 2015 at 3:32:42 AM UTC-4, r...@e-socele.com wrote:

 Hello
 I wish I could block multiple ip with ADWORDS API.
 Sincerely
 Rudy


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/655efd29-c554-4ebd-a5cd-1fbf520a5fdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SomeService.Get(selector) VS Reporting

2015-05-05 Thread Michael Cloonan (AdWords API Team)
Hello,

The services and reports generally have different data.

The services will show you the actual structure and setup of your account. 
You will be able to easily see which ad groups are in which campaigns, 
which ads are in which ad groups, etc. You will be able to see a complete 
list of all ad groups, ads, etc., whether they're serving or not. If you 
want structural information about how your account is set up, then you 
should use services.

Reports have statistical information about how your campaigns, ad groups, 
etc. are performing. You cannot get information like impressions, clicks, 
etc. from the services. For this information, you must use reports. 
However, the reports don't have detailed information about the structure of 
your account.

I hope this clears up the difference!

Regards,
Mike, AdWords API Team

On Tuesday, May 5, 2015 at 8:53:06 AM UTC-4, Jonathan wrote:

 Hey

 Is there a difference between
 1) getting data from the get function of a service 
 2) downloading a report

 what is the use of each? 
 is one better then the other for some scanerios?


 Thanks for the help!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/91809879-1486-457c-83af-74cdce45c53b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Where to find the fully documentation about google ads templates

2015-05-05 Thread jason
Can you tell me where to find the fully and updated documentation about 
google ads templates, I have found one by the link 
 https://developers.google.com/adwords/api/docs/appendix/templateads, but 
it' far away to being full and updated. For example it contains the 
information about the ad with templateId=190, but it isn't supported now by 
the google ads.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fd9eda4b-f17a-4790-8e6c-4c5a8e709bf4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


BudgetService.get VS Adwords interface budget page

2015-05-05 Thread Jonathan
Hey

When looking at the adwords interface of some account, i see 2 budgets. 

However, i get 6 budgets when getting the budgets thru the 
budgetService.get (or thru the BUDGET_PERFORMANCE_REPORT for that matter).

How come the results differ?


Thanks allot!




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f8677f83-438c-4fbb-9a4d-021e3613c16b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-05-05 Thread Josh Radcliff (AdWords API Team)
Hi Dzmitry,

We've identified the source of this problem, but I don't have an ETA yet 
for when this will be resolved. I'll let you know when I have more 
information, but in the meantime I'd recommend you continue your approach 
of retrying failed requests.

Thanks,
Josh, AdWords API Team

On Tuesday, May 5, 2015 at 7:49:51 AM UTC-4, Dzmitry Zahusta wrote:

 Hi Josh,

 Have you been able to repeat and resolve the issue? The problem is still 
 continued on my side. Can send a bunch of addresses if necessary.

 четверг, 9 апреля 2015 г., 23:30:15 UTC+3 пользователь Josh Radcliff 
 (AdWords API Team) написал:

 Hi,

 Thanks for sending over more examples. I've passed these along to the 
 team that's looking into this issue.

 Cheers,
 Josh, AdWords API Team

 On Tuesday, April 7, 2015 at 2:02:57 AM UTC-4, Dzmitry Zahusta wrote:

 Hi,

 This happen again for 

 'Santa Rosa,California,United States'
 'Blue Ridge,Georgia,United States'
 'Villa Rica,Georgia,United States'
 'Alcoa,Tennessee,United States'

 среда, 25 марта 2015 г., 19:01:52 UTC+3 пользователь Josh Radcliff 
 (AdWords API Team) написал:

 Hi,

 Thanks for sending over more examples. This time I was able to find the 
 request IDs for your requests.

 I reported this issue to the engineering team and provided your request 
 IDs. I'll post back here as soon as I have an update.

 Thanks,
 Josh, AdWords API Team

 On Wednesday, March 25, 2015 at 2:44:04 AM UTC-4, Dzmitry Zahusta wrote:

 Hi,

 The same issue again with:


- 98801,Washington,United States
- San Leandro,California,United States
- Post Falls,Idaho,United States
- Knoxville,Tennessee,United States

 As always - if you resubmit these addresses again later, it will work 
 with no errors.
 Let's start investigating it...

 среда, 18 марта 2015 г., 0:40:37 UTC+3 пользователь Josh Radcliff 
 (AdWords API Team) написал:

 Hi,

 Thanks for sending over the new addresses where you saw this issue. 
 I'll see if I can track down more information on the requests that 
 failed 
 and get back to you.

 Cheers,
 Josh, AdWords API Team

 On Tuesday, March 17, 2015 at 3:08:08 AM UTC-4, Dzmitry Zahusta wrote:

 The problem still persist. I reworked the code to get GeoPoint 
 byGeoLocationService 

 GeoLocationSelector selector = new GeoLocationSelector();
 selector.setAddresses(addresses.toArray(new Address[0]));
 GeoLocation[] geoLocationResult = geoLocationService.get(
 selector);

 And I see in logs that for the following addresses:

- Augusta,Georgia,United States
- 30909,Georgia,United States

 The code returns InvalidGeoLocation with geoPoint = null.
 After repeating code a bit later with the same data all is working 
 in a right way

 As I can not provide you request Ids because I'm submitting data by 
 Java API which information can help you to investigate the issue? 

 вторник, 10 марта 2015 г., 18:14:33 UTC+3 пользователь Josh Radcliff 
 (AdWords API Team) написал:

 Hi,

 At the moment, you would have to get them from your SOAP logs. We 
 have an open issue for improving the capture of request IDs in the 
 library https://github.com/googleads/googleads-java-lib/issues/4.

 Thanks,
 Josh, AdWords API Team

 On Tuesday, March 10, 2015 at 9:43:11 AM UTC-4, Dzmitry Zahusta 
 wrote:

 Hi,

 I've already changed my logic to what you mentioned (set geoPoint 
 together with Address object). 
 but can you please clarify how I can get request IDs in Java code?

 вторник, 10 марта 2015 г., 16:10:33 UTC+3 пользователь Josh 
 Radcliff (AdWords API Team) написал:

 Hi,

 I've tried reproducing this behavior multiple times but in all 
 cases the address you provided is accepted.

 One thing you may want to do is use GeoLocationService 
 https://developers.google.com/adwords/api/docs/reference/v201502/GeoLocationService
  
 to first validate your *address*. This will give you back a 
 *GeoLocation* if the address is valid, whose geoPoint 
 https://developers.google.com/adwords/api/docs/reference/v201502/GeoLocationService.InvalidGeoLocation#geoPoint
  
 you can then use in your Proximity object 
 https://developers.google.com/adwords/api/docs/reference/v201502/CampaignCriterionService.Proximity#geoPoint
  instead 
 of the address. If the address is invalid, it will give you back an 
 InvalidGeoLocation 
 https://developers.google.com/adwords/api/docs/reference/v201502/GeoLocationService.InvalidGeoLocation
  
 object.

 If you see this inconsistency again, please capture the request 
 IDs of the failed requests and send them over.

 Cheers,
 Josh, AdWords API Team

 On Monday, March 9, 2015 at 11:38:25 AM UTC-4, Dzmitry Zahusta 
 wrote:

 Yep, you are right but it's just typo in my example. In reality 
 all is set in a right way.

 понедельник, 9 марта 2015 г., 18:28:52 UTC+3 пользователь Josh 
 Radcliff (AdWords API Team) написал:

 Hi,

 I just noticed that in your code snippet, you are setting the 
 *provinceName* to *US* and the *countryCode* to 

How to add image ad?

2015-05-05 Thread jason
Hi. Can you tell me how to add the image ad. Is there any example into the 
google ads library?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4fb70aad-8c9a-48b6-9545-10737b53dbbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Invalid version even after updating the API version

2015-05-05 Thread Nadine Sundquist (AdWords API Team)
Hello,

Could you send me the clientCustomerId of one of the accounts that is 
failing?
Are you using one of our client libraries 
https://developers.google.com/adwords/api/docs/clientlibraries?  

Thanks,
Nadine, AdWords API Team

On Tuesday, May 5, 2015 at 4:48:59 AM UTC-4, bionic wrote:

 I have a script that runs every day getting a simple report definition. 
 This script has been running fine for a long time without issues. I 
 recently missed the sunset on v201406 so got a few invalid version messages 
 as you would expect. 

 However, I updated the library to v201502 and I am still getting the 
 invalid version message without triggers. Googled it but cannot see a 
 similar instance. I checked to see if there were any update issues but can 
 see nothing. And anyway, the error refers to an invalid version which would 
 suggest that is where the problem is.

 Any help appreciated.

 Exact message is:

 An error has occurred: Report download failed. Underlying errors are 
 Type = 'ReportDownloadError.INVALID_VERSION', Trigger = '', FieldPath = 
 ''. 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/63d53327-1dce-42af-b270-eef99fc771a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MutateJobService - slow response

2015-05-05 Thread GDZ
 

Here's the requestId: 00051557bc394c380aecb348e200683b


Thank you.

On Monday, May 4, 2015 at 4:07:47 PM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:

 Hi GDZ,

 Do you have the *requestId* from the response of one of your 
 *MutateJobService* requests that took 50 seconds? I'd like to take a look 
 at it from our side.

 One thing to keep in mind is that the benefits of *MutateJobService* go 
 beyond just quickly submitting large requests. Although it does allow you 
 to fire and forget large changes, it also attempts to handle transient 
 errors such as concurrent modification errors and rate limit errors.

 Thanks,
 Josh, AdWords API Team

 On Sunday, May 3, 2015 at 3:18:39 PM UTC-4, GDZ wrote:

 When creating a mutate call submitting ~1000 keywords via 
 MutateJobService, response time is always around 50 sec.
 Wasn't the idea of this service to just submit operations in bulk 
 quickly, and only after that periodically check for job status and result?

 50 sec for just submitting (not actual processing) of 1000 operations 
 seems kinda too much. And yes I know that we can do that concurrently but 
 still...

 Thank you,
 GDZ 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1d7a7e86-6e54-4960-827f-95e99163b153%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Upgraded URLs - which items are auto upgraded on July 1st?

2015-05-05 Thread HK
Hi,

1. I don't think I've seen this explicitly stated, so I wanted to get a 
confirmation. On July 1st, I'm assuming keywords, placements, ads and 
sitelinks with destination URLs will be auto upgraded (destination URL 
moved to final URL 1). Is this correct? Wanted to double-check that it's 
not just ads that are upgraded.

2. Also, I've read that the auto upgrade won't happen if the destination 
URL has a different domain than the display URL. Now, using the APIs or the 
AdWords UI, this limitation does not seem to be enforced. I can create, 
update or upgrade an ad where the display URL is different than that of the 
destination URL and final URLs. Will this continue to be allowed after July 
1st? Basically wondering if it's only a limitation of the auto upgrade, but 
not otherwise not enforced.

Thanks in advance for any clarifications.

Hans

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/905aaddd-902b-4d9b-8889-c395fba4ecc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where to get the fully updated documentation of ads templates

2015-05-05 Thread Anthony Madrigal
Hello Jason,

The link you provided is outdated in some languages, so please make sure 
you are under English to see an updated version of that document. 

In addition to that, there is another guide 
https://developers.google.com/adwords/api/docs/guides/template-ads with 
more information on Template Ads.

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/a270d27d-210a-4224-b5b1-cc443d637c2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Where to find the fully documentation about google ads templates

2015-05-05 Thread Anthony Madrigal
Hi Jason,

Please refer to your other post 
https://groups.google.com/forum/?utm_medium=emailutm_source=footer#!topic/adwords-api/4LLUSGTiFWA
 for 
any further questions or concerns.

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/e0f1d276-4413-4d92-a1e7-cc3ca39511cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Block ip range

2015-05-05 Thread rudy
Hello
I wish I could block multiple ip with ADWORDS API.
Sincerely
Rudy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4d6af04f-79a7-4725-8573-41e1dc540518%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Create Shopping Campaign

2015-05-05 Thread AroxoDev team
Hi Danial,

Thanks for your Reply

Few More Queries:

1. Budget ID : (Required Field)

Can we get All the budgets list ( Like getcampaignns ) - so that user can 
select the budget or create the budget  initially before create Shopping 
campaign ?

2.  merchant ID :

'AdWords API doesn't allow to search for IDs. You need to know the value 
from a different source.' - As you said

So we need to hard code it manually?


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/08409235-54c1-4d79-8751-dae2a592ee8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Invalid version even after updating the API version

2015-05-05 Thread bionic
I have a script that runs every day getting a simple report definition. 
This script has been running fine for a long time without issues. I 
recently missed the sunset on v201406 so got a few invalid version messages 
as you would expect. 

However, I updated the library to v201502 and I am still getting the 
invalid version message without triggers. Googled it but cannot see a 
similar instance. I checked to see if there were any update issues but can 
see nothing. And anyway, the error refers to an invalid version which would 
suggest that is where the problem is.

Any help appreciated.

Exact message is:

An error has occurred: Report download failed. Underlying errors are 
Type = 'ReportDownloadError.INVALID_VERSION', Trigger = '', FieldPath = ''. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/538a425f-888d-4808-a1f2-9fdb858e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MutateJobService - slow response

2015-05-05 Thread Josh Radcliff (AdWords API Team)
Hi GDZ,

Thanks for sending over the request ID. According to our records, the 
response was returned in 844 *milli*seconds. I'm wondering if there's 
either a bottleneck in the library you're using or your code that's 
actually causing the delay.

Could you let me know which client library you're using to send your 
requests? Also, have you confirmed that the 50 second delay is actually 
from the time the request is sent to the time the response is received?

Thanks,
Josh, AdWords API Team

On Tuesday, May 5, 2015 at 11:59:47 AM UTC-4, GDZ wrote:

 Here's the requestId: 00051557bc394c380aecb348e200683b


 Thank you.

 On Monday, May 4, 2015 at 4:07:47 PM UTC-4, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi GDZ,

 Do you have the *requestId* from the response of one of your 
 *MutateJobService* requests that took 50 seconds? I'd like to take a 
 look at it from our side.

 One thing to keep in mind is that the benefits of *MutateJobService* go 
 beyond just quickly submitting large requests. Although it does allow you 
 to fire and forget large changes, it also attempts to handle transient 
 errors such as concurrent modification errors and rate limit errors.

 Thanks,
 Josh, AdWords API Team

 On Sunday, May 3, 2015 at 3:18:39 PM UTC-4, GDZ wrote:

 When creating a mutate call submitting ~1000 keywords via 
 MutateJobService, response time is always around 50 sec.
 Wasn't the idea of this service to just submit operations in bulk 
 quickly, and only after that periodically check for job status and result?

 50 sec for just submitting (not actual processing) of 1000 operations 
 seems kinda too much. And yes I know that we can do that concurrently but 
 still...

 Thank you,
 GDZ 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/600dac3b-09fc-4fad-ba59-2606e8c63bc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MutateJobService - slow response

2015-05-05 Thread GDZ
Using this example here:

https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201502/campaign_management/add_keywords_in_bulk.py

And yes, I measure time before and after response = 
mutate_job_service.mutate(operations, policy) 


On Tuesday, May 5, 2015 at 4:22:31 PM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:

 Hi GDZ,

 Thanks for sending over the request ID. According to our records, the 
 response was returned in 844 *milli*seconds. I'm wondering if there's 
 either a bottleneck in the library you're using or your code that's 
 actually causing the delay.

 Could you let me know which client library you're using to send your 
 requests? Also, have you confirmed that the 50 second delay is actually 
 from the time the request is sent to the time the response is received?

 Thanks,
 Josh, AdWords API Team

 On Tuesday, May 5, 2015 at 11:59:47 AM UTC-4, GDZ wrote:

 Here's the requestId: 00051557bc394c380aecb348e200683b


 Thank you.

 On Monday, May 4, 2015 at 4:07:47 PM UTC-4, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi GDZ,

 Do you have the *requestId* from the response of one of your 
 *MutateJobService* requests that took 50 seconds? I'd like to take a 
 look at it from our side.

 One thing to keep in mind is that the benefits of *MutateJobService* go 
 beyond just quickly submitting large requests. Although it does allow you 
 to fire and forget large changes, it also attempts to handle transient 
 errors such as concurrent modification errors and rate limit errors.

 Thanks,
 Josh, AdWords API Team

 On Sunday, May 3, 2015 at 3:18:39 PM UTC-4, GDZ wrote:

 When creating a mutate call submitting ~1000 keywords via 
 MutateJobService, response time is always around 50 sec.
 Wasn't the idea of this service to just submit operations in bulk 
 quickly, and only after that periodically check for job status and result?

 50 sec for just submitting (not actual processing) of 1000 operations 
 seems kinda too much. And yes I know that we can do that concurrently but 
 still...

 Thank you,
 GDZ 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/50ae06c3-1df5-477c-b356-7411f5b71a62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Upgraded URLs - which items are auto upgraded on July 1st?

2015-05-05 Thread Michael Cloonan (AdWords API Team)
Hello Hans,

The automatic migration will not occur on July 1st, but sometime 
thereafter. On July 1st, all destination URLs will become readonly, so you 
will no longer be able to create new ads with destination URLs; you will be 
forced to use final URLs.

When the migration does occur, you are correct; all these items with 
destination URLs will be upgraded to use final URLs.

Do you have an example that you are able to create where the display URL 
doesn't match the final URLs? You can reply to me privately if that is a 
concern.

Regards,
Mike, AdWords API Team

On Tuesday, May 5, 2015 at 12:04:16 PM UTC-4, HK wrote:

 Hi,

 1. I don't think I've seen this explicitly stated, so I wanted to get a 
 confirmation. On July 1st, I'm assuming keywords, placements, ads and 
 sitelinks with destination URLs will be auto upgraded (destination URL 
 moved to final URL 1). Is this correct? Wanted to double-check that it's 
 not just ads that are upgraded.

 2. Also, I've read that the auto upgrade won't happen if the destination 
 URL has a different domain than the display URL. Now, using the APIs or the 
 AdWords UI, this limitation does not seem to be enforced. I can create, 
 update or upgrade an ad where the display URL is different than that of the 
 destination URL and final URLs. Will this continue to be allowed after July 
 1st? Basically wondering if it's only a limitation of the auto upgrade, but 
 not otherwise not enforced.

 Thanks in advance for any clarifications.

 Hans


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a9b2d638-f9d7-4429-8e7e-f744d137d9a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to add image ad?

2015-05-05 Thread Raghavendra Soudala (AdWords API Team)
Hi Jason,

Here is an example of creating an image object and populating its data 
using Java lib:

Image image = new Image();
image.setData(
com.google.api.ads.common.lib.utils.Media.getMediaDataFromUrl(
http://goo.gl/HJM3L;));

You can use this image object as the image attribute of the ImageAd 
https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.ImageAd#image
.

Also, make sure you don't use MediaService because that's only for specific 
use cases involving template ads. I hope it answers your question.

Cheers,
Raghavendra, AdWords API Team.

On Tuesday, May 5, 2015 at 9:56:55 AM UTC-4, ja...@safedatatech.com wrote:

 Hi. Can you tell me how to add the image ad. Is there any example into the 
 google ads library?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/323ce2ae-8676-4966-bb0a-c4040852048f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to add an Audience into the Ad Group

2015-05-05 Thread jason
Ok thank you very much.

On Monday, May 4, 2015 at 12:17:38 PM UTC+4, ja...@safedatatech.com wrote:

 Hi. Can you tell me how to add an Audience into the Ad Group.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ac397a7b-a4f2-4c36-9ff0-da2f23091459%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to add an ad into the ad group???

2015-05-05 Thread jason
Thank you. It was very helpfull

On Friday, May 1, 2015 at 10:38:16 AM UTC+4, ja...@safedatatech.com wrote:

 Hi. Can you tell me how to add an ad int the ad group by using the google 
 ads api?? 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bc7d8b66-8be7-4364-8d79-b33eb4144ccb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to add a template ad into the ad group

2015-05-05 Thread jason
Thank you very much. It really solved my problems.

On Monday, May 4, 2015 at 2:30:48 PM UTC+4, ja...@safedatatech.com wrote:

 Hi can you tell me how to add a template ad with templateId=190 into the 
 ad group


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/edd211ff-b383-4a90-9dde-8a411d8db7df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.