Re: AdWords Report with group by

2016-11-15 Thread Darkcookie
As i see there is no way to get placement and keyword together.

пятница, 11 ноября 2016 г., 19:18:00 UTC+3 пользователь Shwetha Vastrad 
(AdWords API Team) написал:
>
> Hi,
>
> I'm afraid you cannot use full SQL vocabulary in AWQL query. Although AWQL 
> is inspired by SQL, JOIN and GROUP BY clauses are omitted. You can use 
> AwReporting 
> framework  using which reports 
> can be stored in your relational database. 
>
> You can use Placement Performance Report 
> 
>  and Automatic Placements Performance Report 
> 
>  to 
> get statistics at the placement level, for managed and automatic placements 
> respectively. To get statistics for how an Ad performed for different 
> keywords, you can use Ad Performance Report 
> 
>  and 
> add CriterionId field in the query. This field contains IDs for keywords 
> and other criterion types. If you include the Date field in the report 
> query, the data will be segmented by date. You can store these reports in 
> your database and use SQL to group results as needed. 
>
> I hope this helps. 
>
> Regards,
> Shwetha, 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/18b00a96-1c4c-4ec7-b573-e312e320dce2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hi experts i am gettting issue in setup google adwords api in php

2016-11-15 Thread testrev6
in the first scenerio i created the outh credentials from the same test 
manager account , when i tried to execute  GetAccountHierarchy 

 example 
i used the customer id which of my test manager account , it gave me 
USER_PERMISSION_DENIED

for the second scenerio i rechecked the the credentials with my test 
manager account , the oauth credentials are associated with the 
testr...@gmail.com (same test manager account)

On Wednesday, November 16, 2016 at 1:07:44 PM UTC+5:30, test...@gmail.com 
wrote:
>
> i followed the following steps:
> 1) i created test manager account (testr...@gmail.com) from i create 
> adwords api credentials 
> 2) Then i used developer console from testr...@gmail.com to generate 
> oauth credentials
> 3) then i followed instruction to generate refreshtoken fromn 
> GetRefreshtoken.php 
> 4) i used the customer id for testr...@gmail.com(test manager account) to 
> test if the api is working but it is giving me the api issue : 
> USER_PERMISSION_DENIED 
> 
> .
> 5) now i am unable to figure out what exactly i need to do get it run 
> successfull
>
> On Wednesday, November 16, 2016 at 11:56:14 AM UTC+5:30, test...@gmail.com 
> wrote:
>>
>>
>> i have followed all the steps to create a refresh token and usign php sdk 
>> (github) provided by google ,
>> when i try to fetch a user campaign i am getting the following errror , i 
>> am using a test account and making a request on test account to fetch but 
>> sill getting the same error
>>
>> An error has occurred: [AuthorizationError.USER_PERMISSION_DENIED @ ; 
>> trigger:''] 
>>
>> what do i need to do ?
>> i am using testr...@gmail.com as my test manager account.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c1cbb3b1-c22c-4f31-a123-e6f6ec86f655%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hi experts i am gettting issue in setup google adwords api in php

2016-11-15 Thread testrev6
i followed the following steps:
1) i created test manager account (testr...@gmail.com) from i create 
adwords api credentials 
2) Then i used developer console from testr...@gmail.com to generate oauth 
credentials
3) then i followed instruction to generate refreshtoken fromn 
GetRefreshtoken.php 
4) i used the customer id for testr...@gmail.com(test manager account) to 
test if the api is working but it is giving me the api issue : 
USER_PERMISSION_DENIED 

.
5) now i am unable to figure out what exactly i need to do get it run 
successfull

On Wednesday, November 16, 2016 at 11:56:14 AM UTC+5:30, test...@gmail.com 
wrote:
>
>
> i have followed all the steps to create a refresh token and usign php sdk 
> (github) provided by google ,
> when i try to fetch a user campaign i am getting the following errror , i 
> am using a test account and making a request on test account to fetch but 
> sill getting the same error
>
> An error has occurred: [AuthorizationError.USER_PERMISSION_DENIED @ ; 
> trigger:''] 
>
> what do i need to do ?
> i am using testr...@gmail.com as my test manager account.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/13659220-0017-4461-9bcd-564a2e3961e3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hi experts i am gettting issue in setup google adwords api in php

2016-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

The USER_PERMISSION_DENIED 

 error 
suggests that there could be no link between the client account and the MCC 
account, or that your OAuth2 credentials do not match the clientCustomerId. 
For the first scenario, you may use the GetAccountHierarchy 

 example 
(while using the MCC account ID as the value for the *clientCustomerId*) to 
check which client accounts are associated to your MCC. 

For the second scenario, could you confirm if you used the same email 
associated to your MCC account to generate your OAuth2 credentials? If no, 
then I would recommend that you recreate your credentials 
 while 
logged in to the email account associated to your MCC. I hope this helps 
and please let me know if the issue persists.

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/4f12bfd5-7aaa-4c4e-8a8a-9a8cc65f5d65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Sorting and translating report

2016-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Luan,

This appears to be AdWords Scripts related. To get in touch with their 
team, you may post your concerns here 

.

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/b9e99cdf-9b50-4a01-8d77-65ddbb5934a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Hi experts i am gettting issue in setup google adwords api in php

2016-11-15 Thread testrev6

i have followed all the steps to create a refresh token and usign php sdk 
(github) provided by google ,
when i try to fetch a user campaign i am getting the following errror , i 
am using a test account and making a request on test account to fetch but 
sill getting the same error

An error has occurred: [AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:''] 

what do i need to do ?
i am using testr...@gmail.com as my test manager account.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7794b3ce-a5d0-4cfd-96e5-430cc2aed7f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Sorting and translating report

2016-11-15 Thread Luan Rodriguez
Hello

I have a script that sends an email report of the campaigns.
I need to sort by ascending or descending order according to a metric. How 
can I do this?
Also I need to translate values like devices type. I have tried by 
searching and replacing with regex but couldn't make it work.

I can send the script privately.

Thanks!
Take care!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c8121140-4f20-42ba-9de9-6f2537583e27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-15 Thread Justin
Hi Mike - thanks for the reply :) really appreciate it (and to the others 
who have also helped out :) 

> You should be able to create thousands of feed items in a single mutate 
request by adding more operations
Ok - kewl :) i'll have to figure out how to do that and off I go :)

>initial setup has to be done on the web interface
Ok :)

> and any ad creation has to be done on the web interface
hmm.. ad creation?

> but you can add and remove feed items to populate ad data with the API

hmm Ok :( I'm confused :(

So a feed is like a database table right? Where 1 feed will hold many feed 
items (aka rows).

so if i wish to do some dynamic remarketing for property listings (as the 
example in the guide is doing), I would (somehow) create a PropertyListing 
feed manually in the Web/UI and then somehow use the API to add/remove 
Property Listings that are for sale on the market?
If yes .. then where do 'ads' come into this? I thought each feed item (aka 
each property listing) is an ad?

-J-

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b080409f-0fe3-4a26-81e6-cb2abd048100%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService.getCustomers() returns only top level Customer object with session setClientCustomerId = null

2016-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jakub,

Would you happen to have the SOAP request and response when you encountered 
this issue? This will help me look into the issue better. Please send your 
reply using *Reply privately to author*.

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/d935a23c-dbfb-40e1-8d0d-ddb277486576%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CustomerService.getCustomers() returns only top level Customer object with session setClientCustomerId = null

2016-11-15 Thread Jakub Senovsky
Hi all,

when i tried to get all customers from Adwords MCC account via 
CustomerService.getCustomers() -- in the session is 
setClientCustomerId(null) -- ,

I get only MCC customer's object and not others customers connected to this 
MCC.

I would expected to return all customers objects ( return type is 
Customer[] ).

I think it is not correct behavior.

Does somebody has the same experience with it?

Thanks,
Jakub

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/be39db27-8141-49d5-80fe-27043bf82bbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Countdown Ad for GDN

2016-11-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Aurel,

Countdown on text ads can be used for display network as well. You would 
need to enable required network for an ad group and target your feed item 
to that ad group. Our Customizing Text Ads 
 guide 
has code snippets and more details on this topic.

Regards,
Vishal, 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/d7064a38-ae58-4f4f-93a0-3a7d7a0f01e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: UNEXPECTED_INTERNAL_API_ERROR when calling CampaignCriterionService

2016-11-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Caihua,

I'm not aware of any such issues on our side. To be able to further debug, 
could you please provide me with the SOAP XML request and response logs for 
the failed API call? Please click on *Reply privately to author* when 
responding.

Regards,
Vishal, 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/9fa90811-14dc-470b-b4c0-3bb343b8cd81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


UNEXPECTED_INTERNAL_API_ERROR when calling CampaignCriterionService

2016-11-15 Thread Caihua Du
Hi all,

We saw several UNEXPECTED_INTERNAL_API_ERROR errors around 11/15/2016 9:30 
- 9:50 UTC time when calling CampaignCriterionService, Is there any update 
or maintenance going on at that time? Thanks!

Caihua.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2a6f3d67-80a6-42bb-9d27-079e8f25fc31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Countdown Ad for GDN

2016-11-15 Thread Aurel Laor
Hi,

I know it's possible to have a countdown text ad for search.

I was wondering if it's possible to use this feature also in GDN text ads?
If so, how can I do it?

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/b45df181-fb7a-4017-a50a-80c379290efa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: label id uniqueness

2016-11-15 Thread markus . heiden
At least in the german documentation this still has not been documented yet.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2e5632ae-d654-4cdc-924c-b958047b8f88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Trying to find some c# sample code for sending a Dynamic Remarketing csv file up to Google's AdWords system.

2016-11-15 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello,

You can modify what data appears in these ads using the Feed Services, but 
you don't have to limit to one request at a time. You should be able to 
create thousands of feed items in a single mutate request by adding more 
operations. The guide probably only shows one because it wants to show a 
basic case that can be expanded.

Maintain means that the initial setup has to be done on the web interface, 
and any ad creation has to be done on the web interface, but you can add 
and remove feed items to populate ad data with the API, and this can be 
done in bulk.

Regards,
Mike, AdWords API Team

On Monday, November 14, 2016 at 11:55:17 PM UTC-5, Justin wrote:
>
> Hi Peter - thanks again for the prompt reply.
>
> So are you saying this:
>
>
> - First, manually create a feed and manually upload some initial data to 
> your adwords account. (Refer to the other AdWords Community Forum about how 
> this can be done).
> - Now, u can use the AdWords API to push up new products, *one at a time* 
> ?
>
> Taken from the guide (which you've linked above) with emphasis, mine.
>
> "Using the AdWords API, you can *maintain *the Feeds, FeedMappings and 
> FeedItems that drive your Dynamic Remarketing ads on the Display Network."
>
> What does _maintain_ mean? 
> - You can only upload 1x product or remove 1x product, per API call?
> - The feed, etc has to be manually created via the UI?
>
> That guide is using Java for their example and using RealEstate listings 
> as the example-product. So - using that guide as an example .. imagine I 
> have a list of 10 thousand or 50 thousand real estate listings I wish to 
> upload to AdWords for dynamic remarketing. Can this be done, based on that 
> guide?
>
> I'm sorry if I sound or confused - I've been spending a fair amount of 
> time on this and i'm so stumped. I'm not trying to be rude, though so 
> please don't take my questions as sounding rude or ungrateful.
>
> -J-
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/61879522-c207-451f-8330-26cbedd0402a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Receiving URLError when trying to upload ads

2016-11-15 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

To better investigate the issue, could you provide any SOAP request and 
response that was generated when the issue occurred while using the AdWords 
API? Please respond using *Reply privately to author*.

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/271c0cd7-a8f7-49a7-954c-31a5dbd01c3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Receiving URLError when trying to upload ads

2016-11-15 Thread yoni
Hi,

We're trying to upload ads to a campaign with the api and receive the 
following error URLError 
We get this message sometimes randomly, but this time it is persistent with 
the specific request. 

I can't find any documentation for this type of error. Is there a way to 
get more information about it?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b756056a-8fa2-4cf8-a2a2-944d0549c897%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.