Not getting all Negative Keywords in KeywordPerfomanceReport

2017-01-20 Thread vj
Hi,

I am trying to download keywords using adwords api via KeywordPerfomance 
Report.

I wants both Negativekeywords and Not negative Keywods in Keywords report.

I have used bellow Predicate while download KeywordPerfomance Report and 
Campaign,adgroup status Enabled,Paused.

*$IsNegative = new Predicate('IsNegative', 'IN', array(true,false));*

I am getting negative keywords in report by seeing *isNegative *column true 
or false but still I am not getting all negative keywords in 
KeywordPerfomance report . I am getting other negative keywords but not all.

Than I tried to download *CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT *in 
that report I am getting all negative keywords but I dont want to use this 
report , I want all keywords from single report KeywordsPerfomance Report.


Could you please let me know Why I am not getting all negative keywords in 
KeywordPerfomance Report.?

Thanks,
VJ.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b396542f-f785-4850-bae7-acc151c415a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieving search volume data problem

2017-01-20 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings Daphna,

One thing I've noticed about this service is that the corrections are 
predictable in one way. If you go to google.com and type in 'srecording 
studio', you'll see that it says *Showing result for recording studio*. I 
know some people have leveraged that behavior to determine what the 
correction will be. This is considered expected behavior, but we always 
want to be open to making it better. I'm starting a thread on my team to 
see if it would be possible to return the corrected word. I'll get back to 
you after we've had that discussion.

Cheers,
Nadine, AdWords API Team

On Friday, January 20, 2017 at 2:25:44 PM UTC-5, Daphna Wegner wrote:
>
> Hi Shwetha,
>
> Is there any update for this? our tool is now providing us with wrong data 
> because of this change and not being able to get the actual keyword the 
> volume is returned for.
>
> Thanks,
> Daphna
>
> On Thursday, December 8, 2016 at 12:59:05 PM UTC-8, Shwetha Vastrad 
> (AdWords API Team) wrote:
>>
>> Hi Daphna,
>>
>> I'm afraid it's not possible to get the response as you suggest from 
>> TargetingIdeaService at the moment. I'll provide these suggestions to the 
>> team so they can consider these options. 
>>
>> 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/26bffc79-6331-46a4-9939-3ab9310fb53b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to tag clicks and get detailed click reports based on these tags

2017-01-20 Thread PPC Developer
I see, thanks. Well this method will not work for us because we need this
for search traffic. However, we already have the telecom info in the
traffic we get. All we need to do is to segment the traffic with
information we have and then pull conversion reports.

The problem is a generic one, not about telecom carriers. Consider I have N
flows splitting the traffic coming from adwords. Each go to a 2- step
payment flow with 2 conversions. Step1 conversion and Step2 conversion. And
I'd like to measure which of the N flows we have is performing the best for
Step1 or Step2 conversions.

How can we do this using AdWords APIs?


On Fri, Jan 20, 2017 at 2:00 PM, 'Sreelakshmi Sasidharan (AdWords API
Team)' via AdWords API Forum  wrote:

> Hi,
>
> Yes, the carrier criteria is only applicable for Display ads. To answer
> your second question, criteria needs to be applied at the specific level.
> If you are looking to pull data using the criteria performance report on
> child accounts, you will need to apply the criteria at the same level.
>
> As an alternative, you may try to use the CampaignCriterionService
> 
>  with the criterion.type
> 
>  as
> 'CARRIER' since mobile carrier criteria can be targeted at campaign level.
> You could then use the CampaignPerformanceReport
> 
>  for stats.
>
> To be sure, I would suggest that you post your question on the AdWords
> Community Forum
> 
>  since
> they support product and UI related questions.
>
> 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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/adwords-api/eSRSv8GaHeo/unsubscribe.
> To unsubscribe from this group and all its topics, 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/af15628f-aacf-40e6-876e-68f932467738%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAK%2BNS5UT5UhsLP7DMrsq%2B%2BCjROs%3D%2BXkFMzmwrc-kxkB%3Dv4eafw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Inconsistent DateRange SOAP structure

2017-01-20 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

First of all, kudos to you for looking through the services so carefully! :)

You're absolutely correct that there's an inconsistency here -- I'll follow 
up to see if we can fix this, although for compatibility reasons, any fix 
will be in a future version of the API. We avoid changing WSDLs for 
existing versions, since that can cause issues for users of the AdWords API.

The good news is that the *DateRange* elements on Selectors 

 are 
left over from the days *long long* ago where AdWords API services returned 
reporting stats. Now that reporting stats are retrieved via reports 
 instead, 
the *DateRange* element is ignored by all services except reporting (see 
the *Note:* on Selector.dateRange 
),
 
so you should not set that attribute of your *Selector* when making 
non-reporting calls.

Thanks,
Josh, AdWords API Team

On Friday, January 20, 2017 at 9:11:17 AM UTC-5, Siu Pang Tommy Choi wrote:
>
> Hi everyone,
>
> I am studying the underlying SOAP request and response of AdWords API.
> In AccountLabelService.wsdl, complex type DateRange has properties min and 
> max which are of the type tns:Date
> But in CampaignService.wsdl, min and max of DateRange are of the type 
> xsd:string
> They are all under same target namespace 
> https://adwords.google.com/api/adwords/cm/v201609
>
> By posting this hand crafting SOAP request (I omitted soap header part) to 
> https://adwords.google.com/api/adwords/mcm/v201609/AccountLabelService
>
> 
> http://schemas.xmlsoap.org/soap/envelope/; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance;>
> 
> https://adwords.google.com/api/adwords/mcm/v201609;>
> 
> https://adwords.google.com/api/adwords/cm/v201609
> ">Id
> https://adwords.google.com/api/adwords/cm/v201609
> ">Name
> https://adwords.google.com/api/adwords/cm/v201609;>
> 201611
> 201711
> 
> 
> 
> 
> 
>
> I can get status 200.
>
>
>
> But if I picked another structure and posted it again to 
> https://adwords.google.com/api/adwords/mcm/v201609/AccountLabelService
>
> 
> http://schemas.xmlsoap.org/soap/envelope/; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance;>
> 
> https://adwords.google.com/api/adwords/mcm/v201609;>
> 
> https://adwords.google.com/api/adwords/cm/v201609
> ">Id
> https://adwords.google.com/api/adwords/cm/v201609
> ">Name
> https://adwords.google.com/api/adwords/cm/v201609;>
> 20160101
> 20170101
> 
> 
> 
> 
> 
>
> I got an error status 500 and the reason was EARLIER_THAN_MINIMUM_DATE
>
> Since in the C# client library the DateRange follows the SOAP structure as 
> defined in CampaignService.wsdl
> When I tried to run the above request via C# client library, I got the 
> same 500 error and the same reason.
>
> Is it a bug?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/eae7d731-4af7-41d6-8d55-01403fa0ecad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService --> getCustomers returning just one Customer

2017-01-20 Thread Angel Lubenov
Great!, 
Thanks a lot for your help!!!




On Friday, January 20, 2017 at 1:24:05 PM UTC-3, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Angel,
>
> You need to use ManagedCustomerService 
> 
>  to 
> retrieve the client accounts under your manager account. The 
> GetAccountHierarchy 
> 
>  Java 
> example demonstrates how to use this service to retrieve the account 
> hierarchy under a manager account. Example code in other languages is 
> available here 
> .
>
> 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/f6eb005f-8e68-43c3-925e-60468ff1e9f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieving search volume data problem

2017-01-20 Thread Daphna Wegner
Hi Shwetha,

Is there any update for this? our tool is now providing us with wrong data 
because of this change and not being able to get the actual keyword the 
volume is returned for.

Thanks,
Daphna

On Thursday, December 8, 2016 at 12:59:05 PM UTC-8, Shwetha Vastrad 
(AdWords API Team) wrote:
>
> Hi Daphna,
>
> I'm afraid it's not possible to get the response as you suggest from 
> TargetingIdeaService at the moment. I'll provide these suggestions to the 
> team so they can consider these options. 
>
> 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/889e16a3-0372-43b0-b0ed-77eb98fe380f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to tag clicks and get detailed click reports based on these tags

2017-01-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Yes, the carrier criteria is only applicable for Display ads. To answer 
your second question, criteria needs to be applied at the specific level. 
If you are looking to pull data using the criteria performance report on 
child accounts, you will need to apply the criteria at the same level. 

As an alternative, you may try to use the CampaignCriterionService 

 with 
the criterion.type 

 as 
'CARRIER' since mobile carrier criteria can be targeted at campaign level. 
You could then use the CampaignPerformanceReport 

 for 
stats.  

To be sure, I would suggest that you post your question on the AdWords 
Community Forum 
 
since 
they support product and UI related questions.

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/af15628f-aacf-40e6-876e-68f932467738%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Are feedIds unique across user accounts

2017-01-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Matthew,

FeedId is globally unique across all AdWords accounts. The table provided 
here  
lists 
the uniqueness of each object ID within AdWords. 

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/bd090c6f-990c-4d56-a412-da8b7fb9e3f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Are feedIds unique across user accounts

2017-01-20 Thread Matthew Wawrin
Hi,

We're managing many client accounts with our MCC.  I want to store some 
information on the feeds and feed mappings I'm creating across these users, 
and I'd like to confirm if the feedId is unique across all clients?  That 
way, I can just map a feedMapping to a feed, and not worry about if that 
feed mapping was to a certain client or not.  

in short my tables will be constructed roughly like:
feed table:
client_id, feed name, feed id

feed mapping table:
feedId, feed mapping id

if feedIds are not unique across clients, then I need to store the 
client_id in the feed mapping table also.

Thanks,
Matt.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5e6a6194-630e-4cda-bee0-7a142a72789d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Report linked accounts

2017-01-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

You can get the linked Google Merchant Center account using the 
CustomerService.getServiceLinks 
.
 
But the API does not have a service which lists all the accounts that are 
linked with the AdWords account.

As a workaround, you may have to get this information from the 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/91c188f6-057c-4b47-b4a1-75a5edd1d170%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adding labels to campaign

2017-01-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Adam,

When creating a campaign, you need to provide the list of labelIds that you 
want to apply in the labels 

 field 
as shown below:

'labels': [
  {
  'id': LABEL_ID
  }
  ] 

If you want to apply labels after the campaigns have been created, you need 
to use CampaignService.mutateLabel() 

 method 
to add a label. The add_campaign_labels.py 

 Python 
example demonstrates how to add a label to multiple campaigns.

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/f321519f-b3a5-4da8-a2ce-3ef745a1ba2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService --> getCustomers returning just one Customer

2017-01-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Angel,

You need to use ManagedCustomerService 

 to 
retrieve the client accounts under your manager account. The 
GetAccountHierarchy 

 Java 
example demonstrates how to use this service to retrieve the account 
hierarchy under a manager account. Example code in other languages is 
available here 
.

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/5ed4e0a0-9ac3-4014-ad65-5baa9edf03fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adding labels to campaign

2017-01-20 Thread adam
Hi everyone.

I am currently working on a python script to create campaigns, adgroups and 
ads and I need to create labels and assign those to campaigns.
I have created text labels but I can't find a way to attach a label to a 
campaign. I've tried the following code: 

{'name':tup[0], 'status':'PAUSED', 'advertisingChannelType':'SEARCH', 
'biddingStrategyConfiguration':
{'biddingStrategyType':'MANUAL_CPC',},
'budget':{'budgetId':tup[1]},
'labels':{'labelId':tup[2],},
'networkSetting':{'targetGoogleSearch':'true', 
'targetSearchNetwork':'true', 'targetContentNetwork':'false', 
'targetPartnerSearchNetwork':'false'},}

Of course I got an error: suds.TypeNotFound: Type not found: 'labelId'
I can't find any example where a campaign is created with a label id so is 
it even possible or do I have to create a campaign then assign it a label ?
And if you have the solution, a code example would be nice.

Thank you for your 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/d2981077-2e8f-4f94-a99c-865c078be01c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Inconsistent DateRange SOAP structure

2017-01-20 Thread Siu Pang Tommy Choi
Hi everyone,

I am studying the underlying SOAP request and response of AdWords API.
In AccountLabelService.wsdl, complex type DateRange has properties min and 
max which are of the type tns:Date
But in CampaignService.wsdl, min and max of DateRange are of the type 
xsd:string
They are all under same target 
namespace https://adwords.google.com/api/adwords/cm/v201609

By posting this hand crafting SOAP request (I omitted soap header part) 
to https://adwords.google.com/api/adwords/mcm/v201609/AccountLabelService


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

https://adwords.google.com/api/adwords/mcm/v201609;>

https://adwords.google.com/api/adwords/cm/v201609;>Id
https://adwords.google.com/api/adwords/cm/v201609;>Name
https://adwords.google.com/api/adwords/cm/v201609;>
201611
201711






I can get status 200.



But if I picked another structure and posted it again to 
https://adwords.google.com/api/adwords/mcm/v201609/AccountLabelService


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

https://adwords.google.com/api/adwords/mcm/v201609;>

https://adwords.google.com/api/adwords/cm/v201609;>Id
https://adwords.google.com/api/adwords/cm/v201609;>Name
https://adwords.google.com/api/adwords/cm/v201609;>
20160101
20170101






I got an error status 500 and the reason was EARLIER_THAN_MINIMUM_DATE

Since in the C# client library the DateRange follows the SOAP structure as 
defined in CampaignService.wsdl
When I tried to run the above request via C# client library, I got the same 
500 error and the same reason.

Is it a bug?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a3374b1a-d244-4341-bfd7-8d09ab1d6bc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CustomerService --> getCustomers returning just one Customer

2017-01-20 Thread Angel Lubenov
Oh :-(  I really was looking for getting the client accounts under my 
account.
 
*Is there any API-endpoint to get the information about the client accounts 
under my manager account? *

Thanks in advance (again :-) )

Angel


On Thursday, January 19, 2017 at 8:04:49 PM UTC-3, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Angel,
>
> As mentioned in this blog post 
> ,
>  
> you can now associate up to 5 AdWords accounts to a single email address. 
> As a result, CustomerService.getCustomers() 
> 
>  method 
> can now return you multiple accounts associated with the email address. 
> This is not to be confused with client accounts under a manager account. In 
> your case, since you have just your manager account "TestMgrAccount" 
> associated with your email address, the response will contain only one 
> account. If you associate more accounts with your email address, you'll be 
> able to use the CustomerService.getCustomers() method to retrieve all these 
> accounts.
>
> 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/e973241d-d0c7-482e-9675-848734160d7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Report linked accounts

2017-01-20 Thread Stefano Fontana
Hello,

Is it possible to fetch the list of linked accounts?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c6671da9-d9b1-4b57-b571-461596f87709%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: We chage contact email, but adwords team sends a letter to the old email

2017-01-20 Thread Алексей Волков
AdWords Compliance Team  
return 
403 error

http://take.ms/Uf4lH

пятница, 20 января 2017 г., 19:02:26 UTC+10 пользователь Peter Oliquino 
написал:
>
> Hi,
>
> I deleted your post as it contained sensitive information. Kindly refer to 
> our forum posting guidelines 
> 
>  for 
> future posts. Moving forward, I could see that your concern is access 
> related and it is out of scope for our team. I would recommend that you 
> contact, instead, the AdWords Compliance Team 
>  as they are more 
> suited to address your concern.
>
> 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/69d4849c-afed-4612-b3b1-ce65242849c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: We chage contact email, but adwords team sends a letter to the old email

2017-01-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

I deleted your post as it contained sensitive information. Kindly refer to 
our forum posting guidelines 

 for 
future posts. Moving forward, I could see that your concern is access 
related and it is out of scope for our team. I would recommend that you 
contact, instead, the AdWords Compliance Team 
 as they are more suited 
to address your concern.

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/546bfbde-a94f-4591-bbe8-7dce66b58ac5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


We chage contact email, but adwords team sends a letter to the old email

2017-01-20 Thread Алексей Волков
MCC ID 153-825-8367

We create reques to basic access to api.

Then change we contact email, but adwords team sends a letter to the old 
email. When you try to contact support, we have to answer "... *reply to 
the last email we sent you in the other email thread ...*".

http://take.ms/27ImF 
But the link is from a letter on page 403

We do not have access to the old email

How do we get basic access?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b7c30422-7a3f-49d4-aca8-293e8ad490e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I get extensions for a campaign that are set via CampaignFeedService?

2017-01-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi JC,

For your question regarding adding feed items to feeds created via the 
AdWords UI, you can do so using the FeedItemService. The 
CampaignExtensionSettingService and CampaignFeedService are services that 
associate your feeds/feed items to campaigns.

For campaign extensions created via the AdWords UI, you may use the 
CampaignExtensionSettingService to maintain them. I hope this has been 
helpful.

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/2744f8b4-df4f-43e3-ab8b-311028cef6be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.