Re: Call to undefined function curl_init()

2016-01-19 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Sabri,

Are you sure you've set up the curl module correctly?
>From the error message, it seems you haven't done properly 

.
Do you have *curl* appearing in the result from *php --info*?

Can you use *curl* merely in a simple PHP file?

Best,
Thanet, AdWords API Team

On Monday, January 18, 2016 at 8:04:23 AM UTC+9, Sabri Karagönen wrote:
>
> Hi,
>
> I upgraded my PHP version to 7.
> Even Curl is installed and working properly, I get Curl error when I try 
> to get data from AdWords API:
>
> FatalThrowableError in CurlUtils.php line 108:Fatal error: Call to 
> undefined function curl_init()
>
>1. in CurlUtils.php line 108
>2. at CurlUtils->Init('https://accounts.google.com/o/oauth2/token') 
>in CurlUtils.php line 52
>3. at CurlUtils->CreateSession('
>https://accounts.google.com/o/oauth2/token') 
>in SimpleOAuth2Handler.php line 108
>
> You can see last 3 steps of my error log. 
>
> How can I fix it? What am I doing wrong?
> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ed2fbb19-1675-48a4-a4f7-3158c0fafa64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


BatchJob result contains less operations that it was in request

2016-01-19 Thread Ilya Isakov
Hello,

There is discrepancy in operations between request and response in BatchJob 
1142912.

BatchJob should contain 25000 operations but there are only 24000 in 
downloaded response.

Also meta information returned by get method contains information only 
about 24000 processed operations and empty processingErrors:


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201509";>
  

  ...
   ...

  
  

  
Id
Status
DownloadUrl
ProcessingErrors
ProgressStats

  Id
  EQUALS
  1142912

  

  


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Tue, 19 Jan 2016 10:32:43 GMT
Expires: Tue, 19 Jan 2016 10:32:43 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 910
Server: GSE


http://schemas.xmlsoap.org/soap/envelope/";>
  
https://adwords.google.com/api/adwords/cm/v201509";>
  000529ad63c5b6810a0deb0133093fd7
  BatchJobService
  get
  1
  74

  
  
https://adwords.google.com/api/adwords/cm/v201509";>
  
1
BatchJobPage

  1142912
  DONE
  
24000
24000
100
24000
  
  
...
20160217 111202 America/New_York
  

  

  


The problem here is that it's impossible to link correctly Adword's objects 
to object local database because indexes of operations are wrong in 
response.

Let's say that batch job was submitted with 25000 operations, but response 
contains only 24000 results. Problem is that response will contain indexes 
from 0 to 23999 even if chunk from the middle wasn't processed (for example 
operations 5000-5999 from 25000 were skipped by batch job processing on 
adwords side). So it's impossible to understand by response what operations 
were processed correctly and which are not. According to documentation 
response should contain same number of results as number of submitted 
operations in batch job. But in my case it's not the same.

1. How correctly process such situations?

2. Is there any other instruments (may be Lables could help) which can help 
to synchronise local database of campaigns with Adwords more accurately?

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1cb45b15-23ac-4d7e-a8cf-44fad2a0a6b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Making first request problem - can not get refresh token

2016-01-19 Thread Anthony Madrigal
Hello Yurly,

I recommend following this guide 
 on 
setting up OAuth with PHP. If you are still running to issues, please *reply 
privately to author *your client customer Id.

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/533cc775-ff27-4bbc-aa8e-1fb851ec5fe4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


BatchJob result contains less operations that it was in request

2016-01-19 Thread Ilya Isakov
Hello,

There is discrepancy in operations between request and response in BatchJob 
1142912.

BatchJob should contain 25000 operations but there are only 24000 in 
downloaded response.

Also meta information return by get method contains information only about 
24000 processed operations and empty processingErrors:


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201509";>
  

  9103447240
   ...

  
  

  
Id
Status
DownloadUrl
ProcessingErrors
ProgressStats

  Id
  EQUALS
  1142912

  

  


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Tue, 19 Jan 2016 10:32:43 GMT
Expires: Tue, 19 Jan 2016 10:32:43 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 910
Server: GSE


http://schemas.xmlsoap.org/soap/envelope/";>
  
https://adwords.google.com/api/adwords/cm/v201509";>
  000529ad63c5b6810a0deb0133093fd7
  BatchJobService
  get
  1
  74

  
  
https://adwords.google.com/api/adwords/cm/v201509";>
  
1
BatchJobPage

  1142912
  DONE
  
24000
24000
100
24000
  
  
...
20160217 111202 America/New_York
  

  

  


The problem here is that it's impossible to save correctly Adword's objects 
ids in local database.

1. How correctly process such situations?

2. Is there any other instruments (may be Lables could help) which can help 
to synchronise local database of campaigns with Adwords more accurately?

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d721a878-7313-4657-81c7-81e6486f84b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ruby AdWords client, add_shopping_campaign.rb -derived code not adding a product group

2016-01-19 Thread Yin Niu
Hi Doug, 

If you create a shopping campaign from UI, a default product group will be 
created for you. In API, you need to create one yourself. Otherwise it is 
an empty AdGroup and won't serve. This link 
 
explains 
how to create ProductPartition and associate it with AdGroup. If you create 
only the root node with ProductPartitionType=UNIT, then a "All Products" 
product group will be created. 

Thanks,
Yin, AdWords API Team. 

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

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


Re: CONTAINS_ANY and KeywordText

2016-01-19 Thread GDZ
Thank you



On Tuesday, January 19, 2016 at 3:51:47 PM UTC-5, Anthony Madrigal wrote:
>
> Hello,
>
> Yes, that is correct. CONTAINS_ANY currently only works with labels. The 
> closest predicate you can use would be IN. This will not give you keywords 
> that contain the values but the keywords that are equal to one of the 
> values.
>
> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cf479201-86cb-43b0-94b6-9c9f1ca35649%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CONTAINS_ANY and KeywordText

2016-01-19 Thread Anthony Madrigal
Hello,

Yes, that is correct. CONTAINS_ANY currently only works with labels. The 
closest predicate you can use would be IN. This will not give you keywords 
that contain the values but the keywords that are equal to one of the 
values.

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/86bf4f37-c15f-4aa4-bb54-403c1810f0ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CONTAINS_ANY and KeywordText

2016-01-19 Thread GDZ
Hello!

Here's a part of my predicates:

{
  'field': 'KeywordText',
  'operator': 'CONTAINS_ANY',
  'values': [string1, string2, string3]
}

I'm getting "SelectorError.INVALID_PREDICATE_OPERATOR @ serviceSelector; 
trigger:'KeywordText'".

In the past I remember CONTAINS_ANY worked only with Labels. Is this still 
the case?

Thank you! 

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

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


Re: Unable to connect.

2016-01-19 Thread Anthony Madrigal
Hello Pankaj,

Could you please *reply privately to author *your CID and the report query 
you used that resulted in this error?

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/63c86cda-c682-48cc-bf2b-b81a15776129%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Batch job was processed partially but got CANCELED status without downloadUrl and processingErrors

2016-01-19 Thread Ilya Isakov
Any news here?

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

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


Re: How to fetch all the Products & Services Categories

2016-01-19 Thread Anthony Madrigal
Hello,

There is currently no way to fetch a list of product and services 
categories via AdWords API. You can download a CSV file of the categories 
by clicking *Download this table in CSV format *on this 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/47668b0c-e40f-4c4f-9155-3130d344ed56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API Center not available under MCC account

2016-01-19 Thread apicismgforusewithvisa
Did you receive the private message?

On Tuesday, January 19, 2016 at 10:42:05 AM UTC-5, Anthony Madrigal wrote:
>
> Hello,
>
> The application for creating a manager account can be found here 
> . If that is the form 
> you filled out and cannot see the AdWords API Center, please *reply 
> privately to author *you manager customer Id so that I can take a further 
> look.
>
> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a02114d-32f7-4a87-b0e8-082edceb24e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Making first request problem - can not get refresh token

2016-01-19 Thread Yuriy P.
Dear all,

I'm trying to run some examples from adwords api (v201509) client lib on my 
web server, but I'm not able to get refresh_token.
I've checked that my server does support SOAP, cURL and openSSL  on php 5.6+

Here are the steps I took:

   - I have created adwords manager account to get developers token and 
   added my existing adwords account to it.
   - Then I realised I need a test account, so I've created another adwords 
   manager account (test) and created child adwords account (test) . However I 
   don't have an option to see developers token in this test account. As it 
   says on the "get started" page, I can use developers token from the account 
   I've created in the first step (non-test account) . But I don't really 
   understand how these two accounts are connected? My live and test adwords 
   account managers has different login details.
   - Then I have logged into google developers console with the same 
   details I use to log in to adwords manager, created a new project and 
   generated new client_id and client_secret for web access

When I try to run this file on my 
server: googleads-php-lib-master/examples/AdWords/Auth/GetRefreshToken.php

I get the following response:

Log in to your AdWords account and open the following URL: 
https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=239133760842-k074cjmhr15hfn347ugald8j9ekp4bip.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fadwords&access_type=offline
 
After approving the token enter the authorization code here: Your OAuth2 
Credentials are incorrect. Please see the GetRefreshToken.php example. { 
"error" : "invalid_request", "error_description" : "Missing required 
parameter: code" }

If I go to that URL, I see an error: 

400. That’s an error.

Error: redirect_uri_mismatch

Application: [my-app]

You can email the developer of this application at: [my-email]

The redirect URI in the request: urn:ietf:wg:oauth:2.0:oob can only be used 
by a Client ID for native application. It is not allowed for the 
'WEB' client type. You can create a Client ID for native 
application in the Credentials section of the Google Developers Console.


However my credentials were generated for the web access

Any help would be appreciated 

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

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


How to fetch all the Products & Services Categories

2016-01-19 Thread Kalyan Dey
I want to fetch and display all the products & services categories using 
adwords api. can any one please help me out?

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

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


Re: Create ad using HTML5 Bundle Template with dynamic feed data

2016-01-19 Thread Yin Niu
Hello, 

Unfortunately, you won't be able to use AdCustomizer with HTML5 bundles. 

Thanks,
Yin, AdWords API Team. 

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

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


Unable to connect.

2016-01-19 Thread Pankaj Tiwari
Hello,
I am using php lib for adword reports it was working fine 2 days
ago but now its giving error
An error has occurred: Failed to connect to accounts.google.com port
443: Connection timed out...

Can anyone please help me with solution.

Thank you.

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

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


Re: Daily breakdowns with AWQL

2016-01-19 Thread Yin Niu
Hello, 

You won't be able to get daily breakdown using Budget Performance Report. 
You might want to take a look at Campaign performance report which has 
BudgetId field. 

Thanks,
Yin, AdWords API Team. 

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

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


Re: API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-19 Thread Yin Niu
Hi Biagio, 

Could you please send the SOAP log for the requests that you got 0 results? 
Please also include your ClientCustomerID. Please click *Reply privately to 
author* in the forum when responding.

Thanks,
Yin, AdWords API Team. 

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

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


Re: Setting Age Targeting On Ads Group Creation

2016-01-19 Thread Yin Niu
Hello, 

You can use AdGroupAdCriterionService 

 for 
targeting age range 

. 

Thanks,
Yin, AdWords API Team. 

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

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


Re: call get method of CustomerService (v201506) returns error "Cannot parse response"

2016-01-19 Thread Yin Niu
Hello, 

AdWords API is a SOAP-based WebService. SOAP requests use HTTP POST method. 
 

Thanks,
Yin, AdWords API Team. 

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

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


Re: Getting Intermittent "CustomerSyncError.TOO_MANY_CHANGES" response for the same requested time frame

2016-01-19 Thread Yin Niu
Hi Giles, 

Could you send SOAP log for the requests that have different output? Please 
also include your clientCustomerID. Click *Reply privately to author *in 
the forum when responding. 

Thanks,
Yin, AdWords API Team. 

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

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


Re: How to Set Up an Item of "Include Past Users Who Match These Rules"

2016-01-19 Thread Yin Niu
Hi Felix, 

This hasn't been implemented yet. There's no guarantee it will ever be done 
unfortunately. Please refer to the AdWords API blog 
 for any updates or 
announcements.

Thanks,
Yin, AdWords API Team. 

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

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


Re: Adwords API Center not available under MCC account

2016-01-19 Thread Anthony Madrigal
Hello,

The application for creating a manager account can be found here 
. If that is the form you 
filled out and cannot see the AdWords API Center, please *reply privately 
to author *you manager customer Id so that I can take a further look.

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c2d31847-676b-4579-833b-c15bf87b25a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Enhanced CPC vs flexible enhanced CPC - any differences?

2016-01-19 Thread Josh Radcliff (AdWords API Team)
Hi Robert,

If you want to make absolutely sure that there are no other differences, 
I'd suggest posting a question to the AdWords Community 
. 
The product experts there can give you a definitive answer (beyond what 
I've found in the Help Center).

Thanks,
Josh, AdWords API Team

On Tuesday, January 19, 2016 at 9:27:01 AM UTC-5, Robert Rodakowski wrote:
>
> Thank you for reply Josh!
>
> Basing on API documentation, I came to similar conclusions. Unfortunately 
> (or rather fortunately - for me) such behaviour is not reflected either in 
> AdWords UI nor in API.
> It means, when you select *Manual CPC + Enhanced CPC* enabled, you are 
> not able to attach any bidding strategy on keyword level. The same, if you 
> set *flexible enhanced CPC* on campaign.
> So, this is common in both cases.
>
> *Manual CPC + Enhanced CPC* is not fully supported by API, altough it is 
> still fully supported in AdWords UI. It is not possible to enable Enhanced 
> CPC using API. It leads to an error (similar topic 
> ).
>
> So, I want to migrate to *flexible Ehnanced CPC* instead of *Manual CPC + 
> Enhanced CPC*. That's why I was asking, if there are any, even slight 
> differences in how both strategies work inside AdWords. As far, I cannot 
> see any - instead of a bit misleading API documentation ;)
>
> Anyway - thanks for targeting me in the right direction!
> Robert.
>
>
>
> W dniu piątek, 15 stycznia 2016 21:37:08 UTC+1 użytkownik Josh Radcliff 
> (AdWords API Team) napisał:
>>
>> Hi,
>>
>> My understanding is that the main difference between the two is that *Manual 
>> CPC + Enable Enhanced CPC* will allow keyword level max CPC bid 
>> overrides, but the shared *Enhanced CPC *bidding strategy will not.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Friday, January 15, 2016 at 9:40:11 AM UTC-5, Robert Rodakowski wrote:
>>>
>>> Hello,
>>>
>>> Currently, it is possible to apply *Ehnaced CPC* bidding strategy for 
>>> selected campaign in AdWords UI in two ways:
>>>
>>>- by setting Bid strategy to: Manual CPC with  "Enable Enhanced CPC" 
>>>checkbox marked (reflected in API as: 
>>>ManualCpcBiddingScheme->enhancedCpcEnabled 
>>>
>>> 
>>>)
>>>
>>>
>>>- OR by attaching Shared/flexible Enahnced CPC strategy (reflected 
>>>in API as EnhancedCpcBiddingScheme 
>>>
>>> )
>>>  
>>>
>>>
>>>
>>> *The question is:* are there any differences between them? I mean: 
>>> differences in how AdWords engine will work with each of them while 
>>> auto-adjusting bids?
>>>
>>> Best regards,
>>> Robert.
>>>
>>

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

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


Re: Changing email shown in change history

2016-01-19 Thread Anthony Madrigal
Hi,

Unfortunately, there is no API equivalent to the Change History from the 
AdWords UI. There is also no way to get the email of the user that made 
changes or who granted permission via AdWords API.

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9a407489-bb8f-4266-9e71-5ff8c1737e18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get ConvertedClicks report?

2016-01-19 Thread Anthony Madrigal
Hi Yasir,

There is currently no report that is aggregated based on ConvertedClicks. 
Here is a list of all reports that contain ConvertedClicks 

.

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d7990a43-35c8-4a1b-a22f-ae2967159123%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can not save Audience Rule with ExpressionUserList

2016-01-19 Thread Nadine Sundquist (AdWords API Team)
Hi Felix,

Could you please give me a few more specifics on what is happening for you?

   - Is this happening in the AdWords user interface or in the AdWords API?
   - If it's the API, what exactly are you trying to save? What kind of 
   UserList with what kind of rule?
   - What is the exact error that you're getting back?

Thanks,
Nadine, AdWords API Team

On Tuesday, January 19, 2016 at 8:59:11 AM UTC-5, Felix Weizman wrote:
>
> Hi Nadine,
>
> I have the same issue in my project.
> Do you have any suggestion to fix this problem?
>
> Thanks,
> Felix.
>
> On Wednesday, November 18, 2015 at 4:22:33 PM UTC+2, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hi Binh,
>>
>> I'm not sure why that would be the case. I would have to do some 
>> experimentation to figure that out. If you have any further questions about 
>> the API, please don't hesitate to contact us.
>>
>> Regards,
>> Nadine, AdWords API Team
>>
>> On Wednesday, November 18, 2015 at 2:33:44 AM UTC-5, Binh Quach wrote:
>>>
>>> Hi, Anthony
>>> Thanks all. But requests do not throw [CollectionSizeError.TOO_FEW @ 
>>> operations[0].operand.rule.groups]. 
>>>
>>> Hi, Adwords API Team
>>> When i create with same rule one by back-end and one by manual, data 
>>> that i get not the same. One is UserList type with no rule and another is 
>>> ExpressionUserList type. Can you explain it? Thanks. I will change it to 
>>> AdWords Community Forum
>>> .
>>>
>>>
>>> On Tuesday, November 17, 2015 at 7:09:27 PM UTC+7, Florian Lherbette 
>>> wrote:

 Anthony, while I do agree that this question is not related to AdWords 
 API, I often wonder how technical problems on the AdWords UI should be 
 reported. Is AdWords Community the right place to get feedback on 
 technical 
 issues and escalate bugs to the AdWords engineering team?

 Also, to add some information on the matter: I stumbled on the same 
 error a year ago. At that time I inspected the requests made to the 
 backend 
 and I saw that the userlist creation failed because of the following API 
 error:

 [CollectionSizeError.TOO_FEW @ operations[0].operand.rule.groups]


 I hope this can help.

 -- 
 Florian

 On Monday, November 16, 2015 at 10:08:37 PM UTC+1, Anthony Madrigal 
 wrote:
>
> Hello,
>
> This question is best suited for the AdWords Community Forum 
> .
>  
> They should be able to help you there.
>
> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3301dfc3-ce92-40b0-abb6-922822b4bc8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Enhanced CPC vs flexible enhanced CPC - any differences?

2016-01-19 Thread Robert Rodakowski
Thank you for reply Josh!

Basing on API documentation, I came to similar conclusions. Unfortunately 
(or rather fortunately - for me) such behaviour is not reflected either in 
AdWords UI nor in API.
It means, when you select *Manual CPC + Enhanced CPC* enabled, you are not 
able to attach any bidding strategy on keyword level. The same, if you set 
*flexible 
enhanced CPC* on campaign.
So, this is common in both cases.

*Manual CPC + Enhanced CPC* is not fully supported by API, altough it is 
still fully supported in AdWords UI. It is not possible to enable Enhanced 
CPC using API. It leads to an error (similar topic 
).

So, I want to migrate to *flexible Ehnanced CPC* instead of *Manual CPC + 
Enhanced CPC*. That's why I was asking, if there are any, even slight 
differences in how both strategies work inside AdWords. As far, I cannot 
see any - instead of a bit misleading API documentation ;)

Anyway - thanks for targeting me in the right direction!
Robert.



W dniu piątek, 15 stycznia 2016 21:37:08 UTC+1 użytkownik Josh Radcliff 
(AdWords API Team) napisał:
>
> Hi,
>
> My understanding is that the main difference between the two is that *Manual 
> CPC + Enable Enhanced CPC* will allow keyword level max CPC bid 
> overrides, but the shared *Enhanced CPC *bidding strategy will not.
>
> Thanks,
> Josh, AdWords API Team
>
> On Friday, January 15, 2016 at 9:40:11 AM UTC-5, Robert Rodakowski wrote:
>>
>> Hello,
>>
>> Currently, it is possible to apply *Ehnaced CPC* bidding strategy for 
>> selected campaign in AdWords UI in two ways:
>>
>>- by setting Bid strategy to: Manual CPC with  "Enable Enhanced CPC" 
>>checkbox marked (reflected in API as: 
>>ManualCpcBiddingScheme->enhancedCpcEnabled 
>>
>> 
>>)
>>
>>
>>- OR by attaching Shared/flexible Enahnced CPC strategy (reflected in 
>>API as EnhancedCpcBiddingScheme 
>>
>> )
>>  
>>
>>
>>
>> *The question is:* are there any differences between them? I mean: 
>> differences in how AdWords engine will work with each of them while 
>> auto-adjusting bids?
>>
>> Best regards,
>> Robert.
>>
>

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

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


Re: Auction Insights Report

2016-01-19 Thread Anthony Madrigal
Hi Van,

Unfortunately, the Auction Insights Report is still unavailable through 
AdWords API. 

Please see our blog 
 regarding 
any announcements about this feature.

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0e3df4b1-dfaf-4b23-90a5-effee3086582%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Set Up an Item of "Include Past Users Who Match These Rules"

2016-01-19 Thread Felix Weizman
Hello Josh,

Any updates on this issue?

Thanks,
Felix.

On Wednesday, January 7, 2015 at 6:03:56 PM UTC+2, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Yuki,
>
> I don't think this option is available in the API, but I'll pass on this 
> feature request to the remarketing team.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, January 7, 2015 3:59:21 AM UTC-5, yuki kubota wrote:
>>
>> Dear whom it may concern,
>>
>> I am Yuki Kubota, a programmer at Fringe81 Co.,Ltd. I am writing in 
>> regards to how to set up an item of "include past users who match these 
>> rules", when vreate RuleBasedUserList in using AdWords API.
>>
>> Now I am creating a Java application which creates RuleBasedUserList by 
>> using Adwords API(v201409), but it seems that I can't set up an item of 
>> "include past users who match these rules" although it CAN be set up on 
>> GUI. It would be appreciated if you could propose a solution to this 
>> problem.
>>
>> Yours sincerely,
>> Yuki
>>
>

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

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


Re: Can not save Audience Rule with ExpressionUserList

2016-01-19 Thread Felix Weizman
Hi Nadine,

I have the same issue in my project.
Do you have any suggestion to fix this problem?

Thanks,
Felix.

On Wednesday, November 18, 2015 at 4:22:33 PM UTC+2, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Hi Binh,
>
> I'm not sure why that would be the case. I would have to do some 
> experimentation to figure that out. If you have any further questions about 
> the API, please don't hesitate to contact us.
>
> Regards,
> Nadine, AdWords API Team
>
> On Wednesday, November 18, 2015 at 2:33:44 AM UTC-5, Binh Quach wrote:
>>
>> Hi, Anthony
>> Thanks all. But requests do not throw [CollectionSizeError.TOO_FEW @ 
>> operations[0].operand.rule.groups]. 
>>
>> Hi, Adwords API Team
>> When i create with same rule one by back-end and one by manual, data that 
>> i get not the same. One is UserList type with no rule and another is 
>> ExpressionUserList type. Can you explain it? Thanks. I will change it to 
>> AdWords Community Forum
>> .
>>
>>
>> On Tuesday, November 17, 2015 at 7:09:27 PM UTC+7, Florian Lherbette 
>> wrote:
>>>
>>> Anthony, while I do agree that this question is not related to AdWords 
>>> API, I often wonder how technical problems on the AdWords UI should be 
>>> reported. Is AdWords Community the right place to get feedback on technical 
>>> issues and escalate bugs to the AdWords engineering team?
>>>
>>> Also, to add some information on the matter: I stumbled on the same 
>>> error a year ago. At that time I inspected the requests made to the backend 
>>> and I saw that the userlist creation failed because of the following API 
>>> error:
>>>
>>> [CollectionSizeError.TOO_FEW @ operations[0].operand.rule.groups]
>>>
>>>
>>> I hope this can help.
>>>
>>> -- 
>>> Florian
>>>
>>> On Monday, November 16, 2015 at 10:08:37 PM UTC+1, Anthony Madrigal 
>>> wrote:

 Hello,

 This question is best suited for the AdWords Community Forum 
 .
  
 They should be able to help you there.

 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/86a32a4c-b82b-47fc-b693-70f2d8cd5458%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Batch job was processed partially but got CANCELED status without downloadUrl and processingErrors

2016-01-19 Thread Ilya Isakov
Batch job with id 1139681 is in status CANCELED now.

There were operations for adding new adgroups into campaign with adwords id 
429813129.

BatchJobService->get method returns empty downloadUrl and 
empty processingErrors:


http://schemas.xmlsoap.org/soap/envelope/";>
  
https://adwords.google.com/api/adwords/cm/v201509";>
  000529a0848cdea00ac48e21d80c9376
  BatchJobService
  get
  1
  259

  
  
https://adwords.google.com/api/adwords/cm/v201509";>
  
1
BatchJobPage

  1139681
  CANCELED
  
0
0
0
0
  

  

  


But next batch job with id 1141865 with same add operations completed with 
duplicate adgroup names errors.

It means that adgroups were added by batch job 1139681.

Could you please take a look why batch job 1139681is in CANCELED status?

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

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


call get method of CustomerService (v201506) returns error "Cannot parse response"

2016-01-19 Thread jhong
Hello,

we are calling "get" method of CustomerService (v201506) and get "[Error: 
Cannot parse response]". Refer to API document 
https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService
 
I thought we should get errors like 
"AuthorizationError.USER_PERMISSION_DENIED" or something else.

Could anyone help me with this problem?

thanks,
Jiqin Hong
Appannie.com


Part of our code:

var soap = require('soap');


var GetAdWordsClient = function GetAdWordsClient(url) {
soap.createClient(url, function(err, client) {
client.setSecurity(new soap.BearerSecurity(G.accessToken));
var indexLastSlash = url.lastIndexOf('/');
var ns1 = url.substring(0, indexLastSlash);
var requestHeader = {
'developerToken': ...,
'userAgent': ...,
'validateOnly': 'false',
'partialFailure': 'false'
};
client.addSoapHeader({RequestHeader: requestHeader}, "", "ns1", ns1);
G.client = client;
common.StopWaiting();
});
common.Wait();
return G.client;
};


var GetCustomerClientId = function GetCustomerClientId() {
var url = 
'https://adwords.google.com/api/adwords/mcm/v201506/CustomerService?wsdl';

var client = GetAdWordsClient(url);
client.get({}, function(err, result, raw, soapHeader) { ... });
};





And the detail of "err" is


{ [Error: Cannot parse response]
response:
 { _readableState:
{ highWaterMark: 16384,
  buffer: [],
  length: 0,
  pipes: null,
  pipesCount: 0,

   ..

   read: [Function],
   body: '\n\nUnauthorized\n\n\nUnauthorized\nError 
401\n\n\n' },
body: '\n\nUnauthorized\n\n\nUnauthorized\nError 
401\n\n\n' }


-- 
*This email may contain or reference confidential information and is 
intended only for the individual to whom it is addressed.  Please refrain 
from distributing, disclosing or copying this email and the information 
contained within unless you are the intended recipient.  If you received 
this email in error, please notify us at le...@appannie.com 
** immediately and remove it from your system.*

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

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


Create dynamic ad with HTML5 bundle (ad_template)

2016-01-19 Thread Cristian Andrei
I tried to upload a HTML5 bundle and set up a dynamic ad (that uses a feed) 
with the AdWords API, however I got stuck at linking the dynamic feed (I 
tried to use FeedCustomiser) to the uploaded HTML5 bundle.

Have any of you tried this or have experience with? I would like to know if 
this is possible.

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

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


call get method of adwords CustomerService(v201506) get "[Error: Cannot parse response]"

2016-01-19 Thread jhong
hello,

I am calling "get" method of CustomerService(v201506) and get error like 
"[Error: Cannot parse response]". I have read the API document 
https://developers.google.com/adwords/api/docs/reference/v201506/CustomerService
 and 
thought we should get errors like AuthenticationError 

.AUTHENTICATION_FAILED. 

Could someone help me with that?

thanks,


parts of our code:

var soap = require('soap');


var GetAdWordsClient = function GetAdWordsClient(url) {
soap.createClient(url, function(err, client) {
client.setSecurity(new soap.BearerSecurity(G.accessToken));
var indexLastSlash = url.lastIndexOf('/');
var ns1 = url.substring(0, indexLastSlash);
var requestHeader = {
'developerToken': ...,
'userAgent': ...,
'validateOnly': 'false',
'partialFailure': 'false'
};
client.addSoapHeader({RequestHeader: requestHeader}, "", "ns1", ns1);
G.client = client;
common.StopWaiting();
});
common.Wait();
return G.client;
};


var GetCustomerClientId = function GetCustomerClientId() {
var url = 
'https://adwords.google.com/api/adwords/mcm/v201506/CustomerService?wsdl';

var client = GetAdWordsClient(url);
client.get({}, function(err, result, raw, soapHeader) {...});
};




Parts of the "err" message:

{ [Error: Cannot parse response]
response:
 { _readableState:
{ highWaterMark: 16384,
  buffer: [],
  length: 0,
  pipes: null,

   ...

body: '\n\nUnauthorized\n\n\nUnauthorized\nError 
401\n\n\n' }




-- 
*This email may contain or reference confidential information and is 
intended only for the individual to whom it is addressed.  Please refrain 
from distributing, disclosing or copying this email and the information 
contained within unless you are the intended recipient.  If you received 
this email in error, please notify us at le...@appannie.com 
** immediately and remove it from your system.*

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

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


Adwords API Center not available under MCC account

2016-01-19 Thread apicismgforusewithvisa
Hello,

I am setting up my first Adwords API application and I am stuck at step 2a 
in the setup instructions found 
at https://developers.google.com/adwords/api/docs/signingup because the 
'Adwords API Center' link is not visible.  The searches through various 
forums, including this one, and the Google documentation among other sites 
repeatedly refer either to the same setup page I started at or other 
articles which then link back to that same page.  I'm at an impasse now, 
especially since calling Google Adwords support and getting sent to the API 
support has not resulted in receiving any communication from that team.

Unless I am mistaken, the term 'MCC account' refers to a manager account 
which I have setup and am using.  I also found statements about 'MCC 
Production' version 'MCC test' accounts, but since this account was setup 
in response to a client granting access I am fairly certain my account is 
setup as 'MCC Production'.

What might I be missing here?

Thank you in advance for any guidance you may provide

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

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


Setting Age Targeting On Ads Group Creation

2016-01-19 Thread 'Mark Goldstein' via AdWords API Forum
Hi,


I saw an example where demographic target criteria added to the existing ad 
group.
I'm wondering whether it's a way to create new Ad Group with specific ages 
target.


Thank you

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

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


Ruby AdWords client, add_shopping_campaign.rb -derived code not adding a product group

2016-01-19 Thread doug livesey
Hi -- I've been adapting the code in the Ruby 
examples: 
https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201506/shopping_campaigns/add_shopping_campaign.rb
However, the campaign, once created, gets no impressions -- it's been 
running all weekend.
We think that it might be because no product group is created for the 
campaign by the calls to the API.
When I go to look at a created campaign in the browser UI, there is a link 
in the product group section telling me to click it to create a default 
product group.
I do that, and an "All products" group is created.
Firstly, does my thinking seem right, here?
And secondly, could any one offer any advice as to how I could create the 
"All products" product group in the API when I create the campaign?
Thanks very much for any & all assistance,
   Doug.

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

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


Daily breakdowns with AWQL

2016-01-19 Thread Olof Nilsson
Hi!

I'm using the AdWords API to pull performance data from the Budget 
Performance Report in python:

# Create report query.
report_query = ('SELECT AssociatedCampaignName, ConvertedClicks, Cost '
'FROM BUDGET_PERFORMANCE_REPORT '
'WHERE Cost > 0 '
'DURING {START}, {END}')

I've tried to find information as to wether there is any way to get this 
with a daily breakdown (one row per date) instead of aggregated over the 
whole period {START} -> {END}?
If not, is this possible using any other of the performance reports?

/Olof

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

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


Product group not being created when I create a shopping campaign (AdWords, Ruby client)

2016-01-19 Thread doug livesey
Hi -- I've been adapting the Ruby code from the examples for creating a 
campaign: 
https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201506/shopping_campaigns/add_shopping_campaign.rb
I have everything creating happily, but the ads don't seem to be running, 
as I'm getting no impressions at all, after the whole weekend.
I'm guessing that this is because a product group is not getting created 
when the campaign is.
When I go to look in the AdWords browser UI, it tells me a default product 
group hasn't been created, and gives me a link to create one -- clicking 
that adds an "All products" product group to my campaign.
I've clicked that link this morning, so I'll see if that starts generating 
some impressions, now.
Can anyone advise me on how to create the product group when I create the 
shopping campaign?
Or what I'm doing/thinking wrong?
Thanks for any & all advice,
   Doug.

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

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


API returns me 0 results for keyword 'sport' (with Italian parameters)

2016-01-19 Thread Biagio Grimaldi
Hi all,
I'm trying to use the AdWordsAPI for getting keyword idea search volume 
(using TargetingIdeaService).
I can successfully get results for most keaywords but if I submit query for 
keyword '*sport*' (or 'domino' or 'hello kitty') I have *0 results*.

Code example (in Ruby language):
*API_VERSION = :v201509*
*PAGE_SIZE = 500*

*keyword_text = 'sport'*
*adwords = AdwordsApi::Api.new*
*targeting_idea_srv = adwords.service(:TargetingIdeaService, API_VERSION)*
*selector = {*
*:idea_type => 'KEYWORD',*
*:request_type => 'STATS',*
*:requested_attribute_types =>*
*['KEYWORD_TEXT', 'SEARCH_VOLUME', 'TARGETED_MONTHLY_SEARCHES'],*
*:locale_code => 'it_IT',*
*:currency_code => 'EUR',*
*:search_parameters => [*
*  {*
*:xsi_type => 'RelatedToQuerySearchParameter',*
*:queries => [keyword_text]*
*  },*
*  {*
*:xsi_type => 'LanguageSearchParameter',*
*:languages => [{:id => 1004}] # Italian*
*  },*
*  {*
*:xsi_type => 'NetworkSearchParameter',*
*:network_setting => {:target_google_search => true, 
:target_search_network => **false**, :target_content_network => false, 
:target_partner_search_network => **false**}*
*  },*
*  {*
*:xsi_type => 'LocationSearchParameter',*
*:locations => [{:id => 2380}] # Italy*
*  }*
 
*],*
*:paging => {*
*  :start_index => 0,*
*  :number_results => 1000*
*}*
*}*
  
*# Define initial values.*
*offset = 0*
*results = []*
  
*begin*
*  # Perform request.*
*  page = targeting_idea_srv.get(selector)*
*  results += page[:entries] if page and page[:entries]*
*  # Prepare next page request.*
*  offset += PAGE_SIZE*
*  selector[:paging][:start_index] = offset*
*end while offset < page[:total_num_entries]*

*if results.any?*
*  data = results[0][:data]*
*  res = data['SEARCH_VOLUME'][:value]*
*else*
*  res = -1 # No results*
*end*

However if I try to perform the same search using the web interface from 
mine Adword account panel I have as result 201.000 searches (avg. montly 
searches).
What could cause this difference in results?

Many thanks,
Biagio

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

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


Re: Accessing Google Adwords via SSIS

2016-01-19 Thread Sql Daddy
Hello ,

I am well with using SSIS Google analytics 

. This will help to read data from Google Analytics Service without 
learning complex APIs. Easy to use interface allows you extract large 
amount of data adjusting parameters such as dimensions, metrics, filters, 
sortby, date range etc. You can also use inbuilt reports or specify direct 
query URL to get desired data. I am sharing a link that will be help to do 
your work . Please Have a look .
http://zappysys.com/products/ssis-powerpack/ssis-google-analytics-source-connector/

Hope It will be Helpful.
:-)

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

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


How to get ConvertedClicks report?

2016-01-19 Thread Yasir Mehmood
Hi Guys,

Anyone help me to get the ConvertedClicks report by using Adwords API?

Thanks
Yasir

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

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


Create ad using HTML5 Bundle Template with dynamic feed data

2016-01-19 Thread Cristian Andrei
Is it possible to create a dynamic display ad that is using a HTML5 Bundle 
Template (ID: 419) that has dynamic properties based on a product feed?

I have researched Ad Customizers and how they are used to create a dynamic 
TextAd, but I don't seem to find the link between the Ad Customizers and 
the HTML5 bundle (e.g. created with Google Web Designer - based on a 
Dynamic Template).

I'm working in Ruby, but any explanation using SOAP will do. 

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

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


Re: How to Set Up an Item of "Include Past Users Who Match These Rules"

2016-01-19 Thread Felix Weizman
Hi Josh,

I have the same issue in my project.
Do you have any suggestion?

Thanks,
Felix.

On Wednesday, January 7, 2015 at 6:03:56 PM UTC+2, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Yuki,
>
> I don't think this option is available in the API, but I'll pass on this 
> feature request to the remarketing team.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, January 7, 2015 3:59:21 AM UTC-5, yuki kubota wrote:
>>
>> Dear whom it may concern,
>>
>> I am Yuki Kubota, a programmer at Fringe81 Co.,Ltd. I am writing in 
>> regards to how to set up an item of "include past users who match these 
>> rules", when vreate RuleBasedUserList in using AdWords API.
>>
>> Now I am creating a Java application which creates RuleBasedUserList by 
>> using Adwords API(v201409), but it seems that I can't set up an item of 
>> "include past users who match these rules" although it CAN be set up on 
>> GUI. It would be appreciated if you could propose a solution to this 
>> problem.
>>
>> Yours sincerely,
>> Yuki
>>
>

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

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


Re: need using AdWordsConstants::RECOMMENDED_PAGE_SIZE?

2016-01-19 Thread center . clients . flor
Thanks,Yin!!!

On Friday, January 15, 2016 at 6:15:46 PM UTC+3, center.cl...@gmail.com 
wrote:
>
> Hello! How much important  is  $selector->paging = new \Paging(0, 
> \AdWordsConstants::RECOMMENDED_PAGE_SIZE)
> when we get data about campaigns? Could it be omitted?
>

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

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