Re: AdHoc Fields

2012-02-28 Thread David Torres
Hi,

Destination URLs don't have ids associated therefore there is no Id field 
in the report. 

Keyword ID, match type can be obtained by referencing the keywords report. 
You should use the Destination URL AdGroupId and CriteriaParameters to 
match with the Keywords Performance Report AdGroupId and KeywordText 
respectively.

Best,

-David Torres - AdWords API Team

On Friday, February 24, 2012 8:25:16 PM UTC-5, John Bliss wrote:
>
> But it's not over yet...
>
> Destination URL report appears to be missing:
>
> Id Keyword ID
> KeywordMatchType Match type
>
> ...or are those named something else? Anyone know?
>
>
> On Friday, February 24, 2012 5:39:10 PM UTC-6, John Bliss wrote:
>>
>> UPDATE:
>>
>> Google:
>>
>> "At a quick glance it looks like all the fields you requested are 
>> present.  From the docs: 
>> http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords
>>
>> The "Name" column in the docs is the value you requested in your 
>> selector, the "Display Name" and "XML Attribute" are the values you see in 
>> the response.  Is there a field being ignored that I'm missing?"
>>
>> Me:
>>
>> "I was expecting this:
>>
>> For KW's with KW-level destination URL's:
>>
>> DestinationUrl = KW-level destination URL
>> CriteriaDestinationUrl = KW-level destination URL
>>
>> For KW's without KW-level destination URL's:
>>
>> DestinationUrl = Ad-level destination URL
>> CriteriaDestinationUrl = NULL or "default URL"
>>
>> Is that incorrect?"
>>
>> Google:
>>
>> "I believe both fields names exist for legacy purposes - they should both 
>> work like the CriteriaDestinationUrl case for your examples below.  If you 
>> need the Effective DestinationUrl, you can use the Destination URL report.
>>
>> Otherwise, you can run an Ad Performance Report and a Keyword Performance 
>> and use the value of Keyword Performance report (if not null) otherwise the 
>> Ad Performance Report value."
>>
>> Me:
>>
>> "I think the Destination URL report might work for me. When I first 
>> looked at it, I could not figure out why it appeared to be missing:
>>
>> KeywordMatchType
>> KeywordText
>>
>> ...but it seems as though, for some reason, those have been named:
>>
>> CriteriaParameters
>> CriteriaStatus
>>
>> Also, I don't see why Effective DestinationUrl wouldn't be available in 
>> the Keyword Report.
>>
>> Confusing."
>>
>> On Friday, February 24, 2012 3:48:30 PM UTC-6, John Bliss wrote:
>>>
>>> I'm successfully retrieving adhoc reports with:
>>>
>>> https://adwords.google.com/api/adwords/cm/v201109";>
>>> 
>>> ExternalCustomerId
>>> CustomerDescriptiveName
>>> CampaignId
>>> CampaignName
>>> AdGroupId
>>> AdGroupName
>>> KeywordText
>>> Id
>>> KeywordMatchType
>>> Status
>>> DestinationUrl
>>> MaxCpc
>>> CriteriaDestinationUrl
>>> CampaignStatus
>>> Impressions
>>> Clicks
>>> Ctr
>>> AverageCpc
>>> AverageCpm
>>> Cost
>>> AveragePosition
>>> 
>>> myreport
>>> KEYWORDS_PERFORMANCE_REPORT
>>> YESTERDAY
>>> XML
>>> 
>>>
>>> The issue is that the fields above appear to be ignored because here are 
>>> the resulting columns in the XML:
>>>
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>> Please advise.
>>>
>>
On Friday, February 24, 2012 8:25:16 PM UTC-5, John Bliss wrote:
>
> But it's not over yet...
>
> Destination URL report appears to be missing:
>
> Id Keyword ID
> KeywordMatchType Match type
>
> ...or are those named something else? Anyone know?
>
>
> On Friday, February 24, 2012 5:39:10 PM UTC-6, John Bliss wrote:
>>
>> UPDATE:
>>
>> Google:
>>
>> "At a quick glance it looks like all the fields you requested are 
>> present.  From the docs: 
>> http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords
>>
>> The "Name" column in the docs is the value you requested in your 
>> selector, the "Display Name" and "XML Attribute" are the values you see in 
>> the response.  Is there a field being ignored that I'm missing?"
>>
>> Me:
>>
>> "I was expecting this:
>>
>> For KW's with KW-level destination URL's:
>>
>> DestinationUrl = KW-level destination URL
>> CriteriaDestinationUrl = KW-level destination URL
>>
>> For KW's without KW-level destination URL's:
>>
>> DestinationUrl = Ad-level destination URL
>> CriteriaDestinationUrl = NULL or "default URL"
>>
>> Is that incorrect?"
>>
>> Google:
>>
>> "I believe both fields names exist for legacy purposes - they should both 
>> work like the CriteriaDestinationUrl case for your examples below.  If you 
>> need the Effective DestinationUrl, you can use the Destination URL report.
>>
>> Otherwise, you can run an Ad Performance Report and a Keyword Performance 
>> and use the value of Keyword Performance report (if not null) otherwise the 
>> Ad Performance Report value."
>>
>> Me:
>>
>> "I think the Destination URL report might work for me. When I first 
>> looked at it, I could not figure out why it appeared to be missing:
>>
>> KeywordMatchType
>> KeywordTex

Re: AdHoc Fields

2012-02-24 Thread John Bliss
But it's not over yet...

Destination URL report appears to be missing:

Id Keyword ID
KeywordMatchType Match type

...or are those named something else? Anyone know?


On Friday, February 24, 2012 5:39:10 PM UTC-6, John Bliss wrote:
>
> UPDATE:
>
> Google:
>
> "At a quick glance it looks like all the fields you requested are present. 
>  From the docs: 
> http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords
>
> The "Name" column in the docs is the value you requested in your selector, 
> the "Display Name" and "XML Attribute" are the values you see in the 
> response.  Is there a field being ignored that I'm missing?"
>
> Me:
>
> "I was expecting this:
>
> For KW's with KW-level destination URL's:
>
> DestinationUrl = KW-level destination URL
> CriteriaDestinationUrl = KW-level destination URL
>
> For KW's without KW-level destination URL's:
>
> DestinationUrl = Ad-level destination URL
> CriteriaDestinationUrl = NULL or "default URL"
>
> Is that incorrect?"
>
> Google:
>
> "I believe both fields names exist for legacy purposes - they should both 
> work like the CriteriaDestinationUrl case for your examples below.  If you 
> need the Effective DestinationUrl, you can use the Destination URL report.
>
> Otherwise, you can run an Ad Performance Report and a Keyword Performance 
> and use the value of Keyword Performance report (if not null) otherwise the 
> Ad Performance Report value."
>
> Me:
>
> "I think the Destination URL report might work for me. When I first looked 
> at it, I could not figure out why it appeared to be missing:
>
> KeywordMatchType
> KeywordText
>
> ...but it seems as though, for some reason, those have been named:
>
> CriteriaParameters
> CriteriaStatus
>
> Also, I don't see why Effective DestinationUrl wouldn't be available in 
> the Keyword Report.
>
> Confusing."
>
> On Friday, February 24, 2012 3:48:30 PM UTC-6, John Bliss wrote:
>>
>> I'm successfully retrieving adhoc reports with:
>>
>> https://adwords.google.com/api/adwords/cm/v201109";>
>> 
>> ExternalCustomerId
>> CustomerDescriptiveName
>> CampaignId
>> CampaignName
>> AdGroupId
>> AdGroupName
>> KeywordText
>> Id
>> KeywordMatchType
>> Status
>> DestinationUrl
>> MaxCpc
>> CriteriaDestinationUrl
>> CampaignStatus
>> Impressions
>> Clicks
>> Ctr
>> AverageCpc
>> AverageCpm
>> Cost
>> AveragePosition
>> 
>> myreport
>> KEYWORDS_PERFORMANCE_REPORT
>> YESTERDAY
>> XML
>> 
>>
>> The issue is that the fields above appear to be ignored because here are 
>> the resulting columns in the XML:
>>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>> Please advise.
>>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: AdHoc Fields

2012-02-24 Thread John Bliss
UPDATE:

Google:

"At a quick glance it looks like all the fields you requested are present. 
 From the docs: 
http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords

The "Name" column in the docs is the value you requested in your selector, 
the "Display Name" and "XML Attribute" are the values you see in the 
response.  Is there a field being ignored that I'm missing?"

Me:

"I was expecting this:

For KW's with KW-level destination URL's:

DestinationUrl = KW-level destination URL
CriteriaDestinationUrl = KW-level destination URL

For KW's without KW-level destination URL's:

DestinationUrl = Ad-level destination URL
CriteriaDestinationUrl = NULL or "default URL"

Is that incorrect?"

Google:

"I believe both fields names exist for legacy purposes - they should both 
work like the CriteriaDestinationUrl case for your examples below.  If you 
need the Effective DestinationUrl, you can use the Destination URL report.

Otherwise, you can run an Ad Performance Report and a Keyword Performance 
and use the value of Keyword Performance report (if not null) otherwise the 
Ad Performance Report value."

Me:

"I think the Destination URL report might work for me. When I first looked 
at it, I could not figure out why it appeared to be missing:

KeywordMatchType
KeywordText

...but it seems as though, for some reason, those have been named:

CriteriaParameters
CriteriaStatus

Also, I don't see why Effective DestinationUrl wouldn't be available in the 
Keyword Report.

Confusing."

On Friday, February 24, 2012 3:48:30 PM UTC-6, John Bliss wrote:
>
> I'm successfully retrieving adhoc reports with:
>
> https://adwords.google.com/api/adwords/cm/v201109
> ">
> 
> ExternalCustomerId
> CustomerDescriptiveName
> CampaignId
> CampaignName
> AdGroupId
> AdGroupName
> KeywordText
> Id
> KeywordMatchType
> Status
> DestinationUrl
> MaxCpc
> CriteriaDestinationUrl
> CampaignStatus
> Impressions
> Clicks
> Ctr
> AverageCpc
> AverageCpm
> Cost
> AveragePosition
> 
> myreport
> KEYWORDS_PERFORMANCE_REPORT
> YESTERDAY
> XML
> 
>
> The issue is that the fields above appear to be ignored because here are 
> the resulting columns in the XML:
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> Please advise.
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


AdHoc Fields

2012-02-24 Thread John Bliss
I'm successfully retrieving adhoc reports with:

https://adwords.google.com/api/adwords/cm/v201109";>

ExternalCustomerId
CustomerDescriptiveName
CampaignId
CampaignName
AdGroupId
AdGroupName
KeywordText
Id
KeywordMatchType
Status
DestinationUrl
MaxCpc
CriteriaDestinationUrl
CampaignStatus
Impressions
Clicks
Ctr
AverageCpc
AverageCpm
Cost
AveragePosition

myreport
KEYWORDS_PERFORMANCE_REPORT
YESTERDAY
XML


The issue is that the fields above appear to be ignored because here are 
the resulting columns in the XML:
























Please advise.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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