Re: Get MCC Client List

2017-07-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi Roberto,

Could you confirm if what you meant by getting the client list is to get 
all the client accounts under your MCC? If yes, then you may do so using 
the ManagedCustomerService.get 

 and 
you may also refer to the GetAccountHierarchy 

 sample 
code (other languages are also available in the link).

As for the "AdWordsUser not existing anymore" issue, could you provide more 
details (any error messages or SOAP request and response generated) so I 
may also identify the exact issue and the appropriate solution? You may 
reply using *Reply privately to author*.

Thanks and regards,
Peter
AdWords API Team

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

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


Re: Why is this a constant?

2017-07-31 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello IIdar,

The constant in the code example serves some purposes:

   - It's used to highlight that this is where you change to your desired 
   value. The code example can't be run as is if you don't change that.
   - Though it's true that the value can be changed (unlike API keys that 
   are mostly fixed), but it's a constant in one program run--it's never 
   changed once the program is executed.

Note that in our more generic examples, we do use normal variables for 
objects we got from the API server directly.

Hope this help clarify your curiosity. :)
Please let me know if you have further questions.

Regards,
Thanet, AdWords API Team

On Tuesday, August 1, 2017 at 1:25:43 AM UTC+9, Ildar Khakimov wrote:
>
> Sure and that's why I wrote "i'm just curios" :)
>
> Is this some kind of a security thing? I discussed this on a few forums 
> and normally we hard code values like API keys using a constant, why use a 
> constant for values that change like CAMPAIGN_ID? 
>
> On Monday, July 31, 2017 at 1:19:12 AM UTC-4, Ivan Bautista wrote:
>>
>> Hi Ildar,
>>
>> Please note that all code samples 
>>  from 
>> the client libraries are mainly used as reference for development. Thus, 
>> you may modify them according to what best suit your application 
>> requirements. If you want to set the CAMPAIGN_ID as a non-constant 
>> variable, then you may do so.
>>
>> Let me know if you have any other AdWords API related questions.
>>
>> Regards,
>> Ivan 
>> 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/f6883297-57c6-4c1c-a86b-7aa4d4065e9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to insert adwords data into mysql database using php

2017-07-31 Thread bruce

Good day, 

I am not certain on how to do it. I am just want to know on how or on what 
way can I insert adwords data, like the report, into mysql database using 
php?
Is there an easier way to insert the data?

Thank you,
Ben

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9b3f6032-7f6a-46f6-b7a3-bba907b34e2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Asign Customer ID Dynamically v201705

2017-07-31 Thread roberto . smith
Hello.

I have installed the v201705 AdWords API version (PHP).

The API have the *adsapi_php.ini* configuration file with a 
*clientCustomerId* field.

Is there a way to change dynamically the *clientCustomerId* with the API?.

Thanks for your help!

Roberto Smith

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c4c21b4a-5d37-4fba-8d40-eba0dd1e8f07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get MCC Client List

2017-07-31 Thread roberto . smith
Hello.

I have a web app using a deprecated version API. I'm trying to migrate to 
v201705.

The first thing I need is to get the MCC Client List, but the AdWordsUser 
doesn't exist anymore.
I will aprecciate if you can help me with this.

Thanks and Best Regards

Roberto Smith

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/88502927-2d80-4f3f-a85d-72bf163b215a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report from API different than {placement}

2017-07-31 Thread Mike5577
Hi Josh,

Thank you for the follow up, and my apologies for the late reply.

Getting data for individual URLs for each click would allow matching such 
as https://www.youtube.com/watch?v=. This would allow very good 
targeting of key pages if that info can be passed through the click. In 
your suggestion, the report will show the URLs, however internally I would 
just have youtube.com since that's all being passed on valuetrack.

Thanks, and looking forward to your reply.

Mike

On Tuesday, January 3, 2017 at 10:51:33 PM UTC-5, Mike-Indiana wrote:
>
> Hello, this discrepancy seems to have existed for several years, I thought 
> that I would post.
>
> Pulling AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT will yield non-www. 
> domains in the report for 'Domain'. For example, google.com
>
> However when using valuetrack {placement} in ads, a click may yield either 
> google.com or www.google.com. However in the reports, it will not return 
> the www. version and assign the click data to the other.
>
> *In short*, it would be kind if the API placements report would reflect 
> the same variable as valuetrack. Has anyone else noticed this, or is it an 
> issue on my setup?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/756a0c5e-cb52-4634-b838-0d6fa0c41ba6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to update or remove existing AD Scheduling using c#

2017-07-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

What error are you facing while trying to update or remove the ad schedule? 
Please check the code snippets in this 

 guide 
to get an idea on how to make changes to an ad schedule. If you are still 
facing issues, could you enable logging 
 and 
share the complete SOAP logs? 

Thanks,
Sreelakshmi, 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/6272a766-9181-415c-9e5c-92e2e7f38848%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error

2017-07-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Would you be able to share the SOAP logs for this operation along with the 
clientCustomerId in the request header? If you haven't enabled logging yet, 
please check my previous post for the guide to enable logging. 

Thanks,
Sreelakshmi, 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/38aefecd-6703-4770-9221-d1163ed44279%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Lowercase GCLID Requests Problem

2017-07-31 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Nadav,

Thanks for sending that over. I ran a *CLICK_PERFORMANCE_REPORT* for that 
customer and noticed that it contained a row that matched the GCLID if I: 
a) ignore case, and b) add an additional hyphen (-).

GCLID you sent over:
cjwkeajwhrzlbrc35-f9ssh0fasjad5obj1kylnrwqus0vztbm1qkc7lapsc6cxnsvraz7__9a5wrocaqdw_wcb
 

GCLID in the report for July 19 2017:
CjwKEAjwhrzLBRC35-*-*
F9sSH0FASJAD5obJ1KYLnRWQuS0VzTBM1QKc7LaPsc6CxNsVRaZ7__9A5wRoCaqDw_wcB 

Are the requests going through a proxy or load balancer on your side that 
is changing the case of parameters and removing double hyphens?

Thanks,
Josh, AdWords API Team

On Monday, July 31, 2017 at 10:06:47 AM UTC-4, Nadav De Bruin wrote:
>
> *Click date:* 19-07-2017
> *Client Customer ID:* 272-772-9533
>
> On Monday, July 31, 2017 at 3:48:20 PM UTC+3, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Nadav,
>>
>> Could you send me the click date and client customer ID for the GCLID 
>> below?
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Monday, July 31, 2017 at 3:14:03 AM UTC-4, Nadav De Bruin wrote:
>>>
>>> Some of the AdWords redirections we get on our site comes with 
>>> lower-case gclid value.
>>>
>>> When we report offline to AdWords by AdWords API with this lower-case 
>>> gclid we get an error back saying: 
>>> “OfflineConversionError.UNPARSEABLE_GCLID”.
>>>
>>> From the start of the implementation 2 month ago, we get about 1-5 
>>> lower-cased gclids requests each day. All the other requests are OK.
>>>
>>>
>>> All adds are defined to link directly to our site – www.daka90.co.il so 
>>> there is not a possibility that the lower-case behavior is caused by some 
>>> other redirection than Google.
>>>
>>> And there are any changes in URL rewriting engine in their website.
>>>
>>>
>>> View this one of the lower-cased  gclid request info we get in our 
>>> ASP.NET global.asax file using 
>>> System.Web.HttpApplication.Request.ToRaw(),
>>>
>>> The Referer property marked with yellow points that the request came 
>>> directly from Google.
>>>
>>>  
>>>
>>> GET http://www.daka90.co.il/packages?
>>> gclid=cjwkeajwhrzlbrc35-f9ssh0fasjad5obj1kylnrwqus0vztbm1qkc7lapsc6cxnsvraz7__9a5wrocaqdw_wcb
>>>  
>>> HTTP/1.1
>>>
>>> Connection: keep-alive
>>>
>>> Accept: 
>>> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
>>>
>>> Accept-Language: he-IL,he;q=0.8,en-US;q=0.6,en;q=0.4
>>>
>>> Host: www.daka90.co.il
>>>
>>> Referer: https://www.google.co.il/
>>>
>>> User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 
>>> (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
>>>
>>> X-Forwarded-For: 89.237.74.37
>>>
>>> Upgrade-Insecure-Requests: 1
>>>
>>> X-Chrome-UMA-Enabled: 1
>>>
>>> X-Client-Data: CJW2yQEIpLbJAQjDtskBCPucygEIqZ3KAQi1nsoB
>>>
>>>
>>> When we look for those lower-cased gclids in the CLICK_PERFORMANCE_REPORT 
>>> we can not find then there.
>>>
>>> We can find all the other not lower-cased gclids there.
>>>
>>>
>>> Please help,
>>>
>>> Nadav
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ced6b8c8-64ea-4d7f-afdd-6f733c09bcbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why is this a constant?

2017-07-31 Thread Ildar Khakimov
Sure and that's why I wrote "i'm just curios" :)

Is this some kind of a security thing? I discussed this on a few forums and 
normally we hard code values like API keys using a constant, why use a 
constant for values that change like CAMPAIGN_ID? 

On Monday, July 31, 2017 at 1:19:12 AM UTC-4, Ivan Bautista wrote:
>
> Hi Ildar,
>
> Please note that all code samples 
>  from the 
> client libraries are mainly used as reference for development. Thus, you 
> may modify them according to what best suit your application requirements. 
> If you want to set the CAMPAIGN_ID as a non-constant variable, then you may 
> do so.
>
> Let me know if you have any other AdWords API related questions.
>
> Regards,
> Ivan 
> 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/6013907f-889e-4f25-829b-585c1fdf7149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to update or remove existing AD Scheduling using c#

2017-07-31 Thread adwords . test . zinfi
Hi,

I have added ad schedule from my c# app but unable to update or remove the 
same. Please 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d8cd8ba3-afed-412f-81e1-a125b372c22a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Lowercase GCLID Requests Problem

2017-07-31 Thread Nadav De Bruin
*Click date:* 19-07-2017
*Client Customer ID:* 272-772-9533

On Monday, July 31, 2017 at 3:48:20 PM UTC+3, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Nadav,
>
> Could you send me the click date and client customer ID for the GCLID 
> below?
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, July 31, 2017 at 3:14:03 AM UTC-4, Nadav De Bruin wrote:
>>
>> Some of the AdWords redirections we get on our site comes with lower-case 
>> gclid value.
>>
>> When we report offline to AdWords by AdWords API with this lower-case 
>> gclid we get an error back saying: 
>> “OfflineConversionError.UNPARSEABLE_GCLID”.
>>
>> From the start of the implementation 2 month ago, we get about 1-5 
>> lower-cased gclids requests each day. All the other requests are OK.
>>
>>
>> All adds are defined to link directly to our site – www.daka90.co.il so 
>> there is not a possibility that the lower-case behavior is caused by some 
>> other redirection than Google.
>>
>> And there are any changes in URL rewriting engine in their website.
>>
>>
>> View this one of the lower-cased  gclid request info we get in our 
>> ASP.NET global.asax file using 
>> System.Web.HttpApplication.Request.ToRaw(),
>>
>> The Referer property marked with yellow points that the request came 
>> directly from Google.
>>
>>  
>>
>> GET http://www.daka90.co.il/packages?
>> gclid=cjwkeajwhrzlbrc35-f9ssh0fasjad5obj1kylnrwqus0vztbm1qkc7lapsc6cxnsvraz7__9a5wrocaqdw_wcb
>>  
>> HTTP/1.1
>>
>> Connection: keep-alive
>>
>> Accept: 
>> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
>>
>> Accept-Language: he-IL,he;q=0.8,en-US;q=0.6,en;q=0.4
>>
>> Host: www.daka90.co.il
>>
>> Referer: https://www.google.co.il/
>>
>> User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 
>> (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
>>
>> X-Forwarded-For: 89.237.74.37
>>
>> Upgrade-Insecure-Requests: 1
>>
>> X-Chrome-UMA-Enabled: 1
>>
>> X-Client-Data: CJW2yQEIpLbJAQjDtskBCPucygEIqZ3KAQi1nsoB
>>
>>
>> When we look for those lower-cased gclids in the CLICK_PERFORMANCE_REPORT 
>> we can not find then there.
>>
>> We can find all the other not lower-cased gclids there.
>>
>>
>> Please help,
>>
>> Nadav
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/49c39563-3e2b-41fe-98bc-3dcab5606092%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is there any CNS directory to download latest Geotargets csv file?

2017-07-31 Thread wanxinyuan via AdWords API Forum
Ok, I see. Thank you very much for your help. 

On Monday, July 31, 2017 at 4:51:27 AM UTC-4, Peter Oliquino wrote:
>
> Hi Wanxin,
>
> I'm afraid the link for the geo targeting spreadsheet is the only current 
> resource for the said sheet and you will still need to monitor and download 
> them manually should there be any updates made.
>
> Thanks and regards,
> Peter
> AdWords API Team
>

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

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


Re: Lowercase GCLID Requests Problem

2017-07-31 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Nadav,

Could you send me the click date and client customer ID for the GCLID below?

Thanks,
Josh, AdWords API Team

On Monday, July 31, 2017 at 3:14:03 AM UTC-4, Nadav De Bruin wrote:
>
> Some of the AdWords redirections we get on our site comes with lower-case 
> gclid value.
>
> When we report offline to AdWords by AdWords API with this lower-case 
> gclid we get an error back saying: 
> “OfflineConversionError.UNPARSEABLE_GCLID”.
>
> From the start of the implementation 2 month ago, we get about 1-5 
> lower-cased gclids requests each day. All the other requests are OK.
>
>
> All adds are defined to link directly to our site – www.daka90.co.il so 
> there is not a possibility that the lower-case behavior is caused by some 
> other redirection than Google.
>
> And there are any changes in URL rewriting engine in their website.
>
>
> View this one of the lower-cased  gclid request info we get in our ASP.NET 
> global.asax file using System.Web.HttpApplication.Request.ToRaw(),
>
> The Referer property marked with yellow points that the request came 
> directly from Google.
>
>  
>
> GET http://www.daka90.co.il/packages?
> gclid=cjwkeajwhrzlbrc35-f9ssh0fasjad5obj1kylnrwqus0vztbm1qkc7lapsc6cxnsvraz7__9a5wrocaqdw_wcb
>  
> HTTP/1.1
>
> Connection: keep-alive
>
> Accept: 
> text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
>
> Accept-Language: he-IL,he;q=0.8,en-US;q=0.6,en;q=0.4
>
> Host: www.daka90.co.il
>
> Referer: https://www.google.co.il/
>
> User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 
> (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
>
> X-Forwarded-For: 89.237.74.37
>
> Upgrade-Insecure-Requests: 1
>
> X-Chrome-UMA-Enabled: 1
>
> X-Client-Data: CJW2yQEIpLbJAQjDtskBCPucygEIqZ3KAQi1nsoB
>
>
> When we look for those lower-cased gclids in the CLICK_PERFORMANCE_REPORT 
> we can not find then there.
>
> We can find all the other not lower-cased gclids there.
>
>
> Please help,
>
> Nadav
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f8a627bb-565b-47ef-b62f-15a3c4f9c25a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error

2017-07-31 Thread alekseypp
Happened. But Now another problem.
GetBillingAccounts returns null

*my code:*
$oAuth2Credential = (new OAuth2TokenBuilder())
->fromFile()
->build();
global $clientCustomerId;

$session = (new AdWordsSessionBuilder())
->fromFile()

->withOAuth2Credential($oAuth2Credential)->withClientCustomerId($clientCustomerId)
->build();
$AdWordsHeaderHandler = new AdWordsHeaderHandler();
$AdWordsHeaderHandler->generateHttpHeaders($session);
$SoapLogMessageFormatter = new SoapLogMessageFormatter();
$AdWordsServiceDescriptor = new 
AdWordsServiceDescriptor(BudgetOrderService::class);

$AdsSoapClientFactory = new AdsSoapClientFactory($SoapLogMessageFormatter);
$soapClient = $AdsSoapClientFactory->generateSoapClient($session, 
$AdWordsHeaderHandler, $AdWordsServiceDescriptor);

var_dump($soapClient->getBillingAccounts());


пятница, 28 июля 2017 г., 21:49:12 UTC+3 пользователь Sreelakshmi 
Sasidharan (AdWords API Team) написал:
>
> Hi, 
>
> Are you looking for a code sample for BudgetOrderService 
> ?
>  
> If so, we don't have a documented sample for this service. You can refer to 
> the code snippets in this 
>  guide 
> to understand how to perform various operations. You can also find the 
> complete set of code samples in PHP here 
> 
> . 
>
> Thanks,
> Sreelakshmi, 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/3c5668f6-1ef1-4db9-aee3-dd25c7218f93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdsAPI v201705 Entries NULL when totalNumEntries has value

2017-07-31 Thread 'Ivan Bautista' via AdWords API Forum
Hi,

For us to be able to help you investigate further, would you be able to 
share with us privately (using *reply privately to author* option) the SOAP 
request and response logs captured when issue was encountered as well as 
the 2 production account Ids in question? These information will give us a 
better look on the details of the request sent.

Regards,
Ivan
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/dc89e155-ddfa-4f2b-a995-8e4d22d7212d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: IIS Server: System.Net.WebException: The request failed with HTTP status 403: Forbidden.

2017-07-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

To better look into your issue, could you provide more information such as 
the AdWords API version you are using, your clientCustomerId and any SOAP 
request and response generated when you encountered the error? You may 
reply using *Reply privately to author*.

Additionally, this might also be a network issue on your end since the the 
behavior is inconsistent for both environments that you used. This said, 
you may also want to get in touch with the C#/.NET client library owners 
via this link  for 
additional assistance.

Best regards,
Peter
AdWords API Team

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

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


Re: qualityscore in adgroupcriterionservice doesn't return

2017-07-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi Marvin,

Could you send to me privately via the *Reply privately to author* option 
the generated SOAP request and response when you ran the sample code? This 
will allow me to better look into the issue.

Best regards,
Peter
AdWords API Team

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

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


Re: Google Adwords API, about the hour of day with the allconversions

2017-07-31 Thread William Lai 生洋網路程式設計部-
Thank you. I got it.


Sreelakshmi Sasidharan (AdWords API Team)於 2017年7月21日星期五 UTC+8下午11時47分21秒寫道:
>
> Hi William, 
>
> If you are looking for the view in AdWords UI that corresponds to the 
> Campaign 
> Performance Report 
> 
>  in 
> the API, you will have to check the stats under the Campaign tab as 
> describe here 
> . 
> The "Hour of the day" segment is not compatible with "All Conversions" 
> column in the AdWords UI as well. However, you can use that segment along 
> with the "Conversions" column. Same applies in the API, you can use the 
> segment HourOfDay 
> 
>  with Conversions 
> 
>  but 
> not with AllConversions 
> 
>  in 
> the Campaign Performance Report.
>
> The stats on Dimensions tab are used to get the data corresponding to Geo 
> Performance Report 
> , Search 
> Query Performance Report 
> 
> , Final URL Report 
>  
> etc., 
> Please check this 
>  guide 
> to understand the mapping of API reports to AdWords UI. 
>
> Thanks,
> Sreelakshmi, 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/6fcb9f03-46dd-4ccb-8300-4e3d0e0c6d46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdsAPI v201705 Entries NULL when totalNumEntries has value

2017-07-31 Thread haasta
I have recently migrated to AdsApi v201705; I am having an issue with a 
production accounts when interfacing 
with Google\AdsApi\AdWords\v201705\cm\[CampaignPage,AdGroupPage]. The 
request comes back with no entries, but has totalNumEntries indicating that 
there should be data objects there. This call work as intended with my 
TESTING AdWords account, just not production.
The following are logs of the page objects for the 2 production accounts...

Account 1:
[28-Jul-2017 19:29:09 Europe/London] 
object(Google\AdsApi\AdWords\v201705\cm\CampaignPage)#146 (4) {
  ["entries":protected]=>
  NULL
  ["totalNumEntries":protected]=>
  int(2)
  ["PageType":protected]=>
  string(12) "CampaignPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
  array(1) {
["Page.Type"]=>
string(8) "PageType"
  }
}
[28-Jul-2017 21:30:17 Europe/London] 
object(Google\AdsApi\AdWords\v201705\cm\AdGroupPage)#146 (4) {
  ["entries":protected]=>
  NULL
  ["totalNumEntries":protected]=>
  int(5)
  ["PageType":protected]=>
  string(11) "AdGroupPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
  array(1) {
["Page.Type"]=>
string(8) "PageType"
  }
}


Account 2:
[28-Jul-2017 19:29:44 Europe/London] 
object(Google\AdsApi\AdWords\v201705\cm\CampaignPage)#146 (4) {
  ["entries":protected]=>
  NULL
  ["totalNumEntries":protected]=>
  int(4)
  ["PageType":protected]=>
  string(12) "CampaignPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
  array(1) {
["Page.Type"]=>
string(8) "PageType"
  }
}

[28-Jul-2017 21:30:29 Europe/London] 
object(Google\AdsApi\AdWords\v201705\cm\AdGroupPage)#146 (4) {
  ["entries":protected]=>
  NULL
  ["totalNumEntries":protected]=>
  int(4)
  ["PageType":protected]=>
  string(11) "AdGroupPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
  array(1) {
["Page.Type"]=>
string(8) "PageType"
  }
}



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7dc066bd-b9bb-4dc0-b112-f30d5117f209%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


unable to retrieve entries from page AdsApi v 201705

2017-07-31 Thread haasta
I am having trouble pulling campaign, adgroup, keyword data for production 
accounts using AdsApi v201705. The page object shows values totalNumRows 
but the entries are NULL. below are log examples from the 2 accounts. 

[28-Jul-2017 21:58:32 Europe/London] object(Google\AdsApi\AdWords\v201705\cm
\CampaignPage)#146 (4) {
 ["entries":protected]=>
   NULL
 ["totalNumEntries":protected]=>
   int(2)
 ["PageType":protected]=>
   string(12) "CampaignPage"
 ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
   array(1) {
["Page.Type"]=>
  string(8) "PageType"
   }
}

[28-Jul-2017 21:30:17 Europe/London] object(Google\AdsApi\AdWords\v201705\cm
\AdGroupPage)#146 (4) {
  ["entries":protected]=>
 NULL
  ["totalNumEntries":protected]=>
 int(5)
  ["PageType":protected]=>
string(11) "AdGroupPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
array(1) {
  ["Page.Type"]=>
 string(8) "PageType"
}
}


[28-Jul-2017 21:58:10 Europe/London] object(Google\AdsApi\AdWords\v201705\cm
\CampaignPage)#146 (4) {
  ["entries":protected]=>
NULL
  ["totalNumEntries":protected]=>
int(4)
  ["PageType":protected]=>
string(12) "CampaignPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
array(1) {
   ["Page.Type"]=>
 string(8) "PageType"
}
}


[28-Jul-2017 21:30:29 Europe/London] object(Google\AdsApi\AdWords\v201705\cm
\AdGroupPage)#146 (4) {
  ["entries":protected]=>
NULL
  ["totalNumEntries":protected]=>
int(4)
  ["PageType":protected]=>
string(11) "AdGroupPage"
  ["parameterMap":"Google\AdsApi\AdWords\v201705\cm\Page":private]=>
array(1) {
  ["Page.Type"]=>
string(8) "PageType"
}
}





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/349a0836-252d-4d8b-ac50-72469bd394d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Is there any CNS directory to download latest Geotargets csv file?

2017-07-31 Thread 'Peter Oliquino' via AdWords API Forum
Hi Wanxin,

I'm afraid the link for the geo targeting spreadsheet is the only current 
resource for the said sheet and you will still need to monitor and download 
them manually should there be any updates made.

Thanks and regards,
Peter
AdWords API Team

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

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


qualityscore in adgroupcriterionservice doesn't return

2017-07-31 Thread Marvin Byrd
Hello,
I am using the default code example to call get_keywords.py, which works 
fine except the documentation for adgroupcriterionservice says that quality 
score is selectable:
https://developers.google.com/adwords/api/docs/reference/v201705/AdGroupCriterionService.QualityInfo,
 
So I simply added it to the list of fields:
selector = {
  'fields': ['Id', 'CriteriaType', 'KeywordMatchType', 
'KeywordText','QualityScore'],
  'predicates': [
  {
  'field': 'AdGroupId',
  'operator': 'EQUALS',
  'values': [adgroup_id]
  },
  {
  'field': 'CriteriaType',
  'operator': 'EQUALS',
  'values': ['KEYWORD']
  }
  ],
  'paging': {
  'startIndex': str(offset),
  'numberResults': str(PAGE_SIZE)
  },
  'ordering': [{'field': 'KeywordText', 'sortOrder': 'ASCENDING'}]


And the call executes without errors and the return simply does not include 
the quality score for that keyword. The result is:

(AdGroupCriterionPage){
   totalNumEntries = 7
   Page.Type = "AdGroupCriterionPage"
   entries[] =
  (BiddableAdGroupCriterion){
 adGroupId = 1234567890
 criterionUse = "BIDDABLE"
 criterion =
(Keyword){
   id = 1234567890
   type = "KEYWORD"
   Criterion.Type = "Keyword"
   text = "mykeyword"
   matchType = "PHRASE"
}
 AdGroupCriterion.Type = "BiddableAdGroupCriterion"
  },
.
other six entries.

And the documentation clearly states that it should return "--". I am using 
version v201705.

Thank you in advance

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

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


Lowercase GCLID Requests Problem

2017-07-31 Thread Nadav De Bruin


Some of the AdWords redirections we get on our site comes with lower-case 
gclid value.

When we report offline to AdWords by AdWords API with this lower-case gclid 
we get an error back saying: “OfflineConversionError.UNPARSEABLE_GCLID”.

>From the start of the implementation 2 month ago, we get about 1-5 
lower-cased gclids requests each day. All the other requests are OK.


All adds are defined to link directly to our site – www.daka90.co.il so 
there is not a possibility that the lower-case behavior is caused by some 
other redirection than Google.

And there are any changes in URL rewriting engine in their website.


View this one of the lower-cased  gclid request info we get in our ASP.NET 
global.asax file using System.Web.HttpApplication.Request.ToRaw(),

The Referer property marked with yellow points that the request came 
directly from Google.

 

GET http://www.daka90.co.il/packages?
gclid=cjwkeajwhrzlbrc35-f9ssh0fasjad5obj1kylnrwqus0vztbm1qkc7lapsc6cxnsvraz7__9a5wrocaqdw_wcb
 
HTTP/1.1

Connection: keep-alive

Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8

Accept-Language: he-IL,he;q=0.8,en-US;q=0.6,en;q=0.4

Host: www.daka90.co.il

Referer: https://www.google.co.il/

User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36

X-Forwarded-For: 89.237.74.37

Upgrade-Insecure-Requests: 1

X-Chrome-UMA-Enabled: 1

X-Client-Data: CJW2yQEIpLbJAQjDtskBCPucygEIqZ3KAQi1nsoB


When we look for those lower-cased gclids in the CLICK_PERFORMANCE_REPORT 
we can not find then there.

We can find all the other not lower-cased gclids there.


Please help,

Nadav

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7a3b1630-6719-47ca-83da-26750729eb61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is there any CNS directory to download latest Geotargets csv file?

2017-07-31 Thread wanxinyuan via AdWords API Forum
Hi,

I'm wondering that is there any internal link or cns directory to download 
the latest Geotargets csv file? 

Currently we download csv file from links provided on 
https://developers.google.com/adwords/api/docs/appendix/geotargeting, and 
hardcoded file's name. However, with update of geotargeting csv file, the 
name of the file is also updated. So hardcoded may not be a good choice. 
Hence, I am wondering is there some internal link can be used to download 
this file?

Thanks,

Wanxin

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/092c9f26-e44e-48b9-af14-3459a75a7c6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


IIS Server: System.Net.WebException: The request failed with HTTP status 403: Forbidden.

2017-07-31 Thread mbt . adwords . test
Executing get on TargetingIdeaService works in test on my laptop but 
crashes on IIS server for 2 days (it worked previously)

Error is System.Net.WebException: The request failed with HTTP status 403: 
Forbidden.

Any idea?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fe331705-f4f3-477b-a783-1f42e7a88d86%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get a list of Adwords accounts a Google account has access to?

2017-07-31 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Nima,

Unfortunately, no updates yet. 
I'm following up this issue and will get back to you when I hear more.

Best,
Thanet, AdWords API Team

On Sunday, July 30, 2017 at 9:08:07 PM UTC+9, Nima Gardideh wrote:
>
> Hey Ivan,
>
> Haven't heard back. This has become a blocker on our end before we submit 
> for Basic Access.
>
> Any word?
>
> On Friday, July 21, 2017 at 6:13:44 PM UTC+7, Ivan Bautista wrote:
>>
>> Hi Nima,
>>
>> Apologies if I misunderstood your question in my first response. 
>>
>> If you are indeed trying to return the AdWords accounts associated with 
>> the Google account that you used to generate your OAuth2 credentials, then 
>> could you share to us privately (using* reply privately to author* option) 
>> the SOAP request and response logs captured when executing the 
>> CustomerService.getCustomers() as well as the AdWords account Ids in 
>> question?
>>
>> Regards,
>> Ivan
>> 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/c550e521-6790-4c29-adb9-622011475174%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.