Re: Problem in getting url by EXTRACTED_FROM_WEBPAGE

2019-12-19 Thread Yang Gao
Hi, is this still supported? I am using RelatedToUrlSearchParameter to get 
KEYWORD ideas but still EXTRACTED_FROM_WEBPAGE attribute is coming back as 
just [url, value]. Thanks!

Yang

On Tuesday, September 28, 2010 at 10:17:07 AM UTC+8, AdWords API Advisor 
wrote:
>
> Hi, 
>
> I believe that the EXTRACTED_FROM_WEBPAGE attribute is only applicable 
> if you use the RelatedToUrlSearchParameter to get KEYWORD ideas. 
>
> Best, 
> - Eric Koleda, AdWords API Team 
>
> On Sep 24, 2:06 am, Nirab  wrote: 
> > Hi... 
> > I am trying to use java api and webpageDescriptor information for 
> > keyword and 
> > I've retrieved 100 keyword ideas for a seed keyword list. 
> >  For each 
> > keyword, EXTRACTED_FROM_WEBPAGE is requested. But none of them have 
> > some real value for attribute 
> > 
> > but returns 
> > webpageDescriptor object is null 
> >  what can i do???

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f672d202-addc-4a05-b75a-8ff2d0738a82%40googlegroups.com.


Is there a way to filter out performance from drafts and experiments?

2018-07-12 Thread Yang Gao
Hi, is it possible to filter out rows and data from live experiments? 
Currently they are showing up in report that we would like to exclude. 
Would prefer not to filter on specific campaign names since that's not a 
very robust solution. Please let me know if there's a field or flag I can 
use instead.

Thanks,
Yang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/80caef7a-d9da-45f4-a892-d59bb4dfb1d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can we use AdService to update only specific parts of an ETA?

2018-07-12 Thread Yang Gao
Ok thanks for the confirmation. Mutate worked once I passed in the required 
fields. That said, it seems that these changes are not showing up in change 
history? Is this expected? Do you know if undo is supported for this 
operation?

Yang

On Wednesday, July 11, 2018 at 10:48:04 PM UTC+8, Bharani Cherukuri 
(AdWords API Team) wrote:
>
> Hello Yang, 
>
> With the previous versions of the API, v201802 and earlier, the Ads were 
> immutable. Using v201806, you will be able to mutate your ads without 
> losing their performance data using AdService 
> . 
> For this, you will have to add all the required fields listed here 
> .
>  
> Currently, it is not possible to update only specific elements without the 
> required fields. However, I have shared your concern with the team. Please 
> keep an eye on our blog 
>  for any 
> updates or announcements related to this feature. 
>
> Thanks,
> Bharani, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/bd8bb56c-be3a-4ec9-b23f-d8f71e279cc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can we use AdService to update only specific parts of an ETA?

2018-07-11 Thread Yang Gao
Hi, I'm trying to use AdService to update only the final url of some 
existing ads but I'm getting errors saying that headline and description 
etc are required. Is there on way to update just specific components of the 
ad rather than all parts of it? If so, what's the benefit of editing vs 
just creating an entirely new ad?

Thanks,
Yang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/c861246e-38d6-4c17-be80-c8d7f54fe12d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-06 Thread Yang Gao
In the OP I've shown that I did select both Id and name in the selector, 
which I was able to get back. However, I was surprised to also get Budget 
even though I did NOT specific that in my selector. Are you saying that 
budget is just part of the campaign and it will always get returned 
whenever I call get on CampaignService, regardless of if I include it in 
the selector or not? If so, can you let me know how/where I can find this 
in the documentation? I.e. what are the implicit fields that come with 
every service?

Thx

On Tuesday, March 6, 2018 at 4:53:11 AM UTC+8, Milind Sankeshware (AdWords 
API Team) wrote:
>
> Hi Yang,
>
> To pull the campaign Id 
> 
>  and name 
> ,
>  
> you need to add these fields in selector 
> .
>  
> To achieve this please refer the python sample code here 
> .
>  
> When you select all fields in selector you will get budget stats as well. 
> As Budget 
> 
>  is 
> part of campaign object. If you are facing an issue please share the 
> complete SOAP request and response log.
>
> Thanks,
> Milind, 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/bf7a302d-e378-4a28-b075-a45cab284054%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Why does the budget field get returned in CampaignService.get({'fields': ['Id', 'Name']})?

2018-03-05 Thread Yang Gao
Hi, I'm using the python lib and from some reason the CampaignService's 
get( ) returns all fields in the selector, as expected but also an extra 
field for Budget? Why is this an how can I just pull the campaign ID and 
Name?

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/e411fcb8-d108-4929-abc4-47efb3ad1e16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can a single Batch Job operate across multiple accounts?

2018-02-28 Thread Yang Gao
I think I've gone through all the documentation and my assumption is NO but 
would like to confirm. I.e. Is it possible to push operations for various 
entities across multiple accounts, maybe under a since MCC, with one batch 
job?

Thanks,
Yang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/45768d90-97ab-442c-8a83-4479ef7841ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: one question about BidLandscape.LandscapePoint

2017-12-29 Thread Yang Gao
Is the marginal cpc no longer available? I can't find it in the docs for 
the latest release (v201710).

Thx

On Thursday, April 24, 2014 at 11:10:09 PM UTC+8, Ray Tsang (AdWords API 
Team) wrote:
>
> Hi,
>
> marginalCpc is calculated as additional cost compared to your current bid 
> divided by extra clicks compared to what actually happened in that period. 
> It represents the extra cost for a LandscapePoint on a per-click basis.
>
> Thanks!
>
> Ray,
>
> On Friday, February 28, 2014 12:35:55 AM UTC-5, Moonsea wrote:
>>
>> what is the "marginalCpc" in BidLandscape.LandscapePoint? The decription 
>> "Estimated marginal cost per click." does not seem clear to me. Is it the 
>> max projected cpc ?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2332a84d-a298-4338-8cac-bc5a6e058cc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to set date range in Bid Landscapes - Adwords API

2017-12-29 Thread Yang Gao
Also trying to use the landscapes and note that for the most part, the 
returned date range is for a week from 9 days ago to 2 days ago, from 
today. However, there are some with different ranges, even for high 
trafficking keywords, e.g. from say 10 days ago to 3 days ago. Is there a 
reason for the difference?

There are a few (not many) with a shorter duration between start and end 
dates. In these cases, how should I interpret the metrics? Are those scaled 
out to represent what we should expect for a full week? Or are those just 
what we should expect for the days shown? If so, how can we account for 
differences in weekends vs weekdays?

Thanks!

On Tuesday, February 9, 2016 at 1:14:06 AM UTC+8, Yin Niu wrote:
>
> Hello, 
>
> You cannot set date range for BidLandScape. The system does the 
> calculation based on the latest data, generally last 7 days, depending on 
> data availability. BidLandscape is similiar to the Bid Simulator 
>  in UI. You can take a 
> look at this thread 
> 
>  which 
> discussed about BidLandScape. 
>
> Thanks,
> Yin, AdWords API Team. 
>
>

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

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


Re: Bid Landscapes Campaign desktop

2017-12-22 Thread Yang Gao
Hi, can I double confirm that it is NOT possible to get conversion 
estimates via the API even if the account in question has conversion 
tracking set up (and therefore the bid simulator on the adwords UI does 
show estimated conversions)? It would be really helpful to get this, 
especially at the criteria level. I'm not clear what you're referring to 
when you said "in this context". Thanks!

Yang

On Saturday, December 2, 2017 at 3:14:38 AM UTC+8, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Victor, 
>
> Thanks for clarifying, it is not possible to get the conversions in this 
> context via the API. The BidLandscape 
> 
>  and LandscapePoint 
> 
>  reference 
> documentation lists all valid filterable and selectable fields for this 
> service.
>
> 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/2323b58b-6c8a-4f48-922c-7c824b94ab30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.