Here's the request ID for v200909:

<ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
v200909">
            <requestId>8fe16556daf6af6fee226eb7835cb615</requestId>
            <operations>1</operations>
            <responseTime>13620</responseTime>
            <units>1</units>
        </ResponseHeader>

Request ID for v13:

<requestId
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">643566b0d961ccb2a25ac824c9060200</requestId>

On Apr 13, 11:28 am, AdWords API Advisor
<[email protected]> wrote:
> Hi,
>
> Can you post the requestIds for those v200909 and v13 requests?
>
> Thanks,
> - Eric
>
> On Apr 13, 1:23 pm, sidd <[email protected]> wrote:
>
> > Just tested it against an active campaign with an enabled ad group ..
>
> > the firstPageCpc attribute is missing completely and qualityInfo is an
> > empty node.
>
> > v200909:
>
> >   <adGroupId>1252978338</adGroupId>
> >                     <criterion xsi:type="Keyword">
> >                         <id>61990868</id>
> >                         <Criterion.Type>Keyword</Criterion.Type>
> >                     </criterion>
> >                     <AdGroupCriterion.Type>BiddableAdGroupCriterion</
> > AdGroupCriterion.Type>
> >                     <userStatus>ACTIVE</userStatus>
> >                     <systemServingStatus>ELIGIBLE</
> > systemServingStatus>
> >                     <approvalStatus>APPROVED</approvalStatus>
> >                     <bids xsi:type="ManualCPCAdGroupCriterionBids">
>
> > <AdGroupCriterionBids.Type>ManualCPCAdGroupCriterionBids</
> > AdGroupCriterionBids.Type>
> >                         <maxCpc>
> >                             <amount>
> >                                 <ComparableValue.Type>Money</
> > ComparableValue.Type>
> >                                 <microAmount>10000</microAmount>
> >                             </amount>
> >                         </maxCpc>
> >                         <bidSource>CRITERION</bidSource>
> >                     </bids>
> >                     <qualityInfo/>
>
> > For the same ID in v13:
>
> > <ns1851:getAllCriteriaReturn xsi:type="ns1851:Keyword"
> > xmlns:ns1851="https://adwords.google.com/api/adwords/v13";>
> >     <ns1851:adGroupId>1252978338</ns1851:adGroupId>
> >     <ns1851:criterionType>Keyword</ns1851:criterionType>
> >     <ns1851:id>61990868</ns1851:id>
> >     <ns1851:language></ns1851:language>
> >     <ns1851:negative>false</ns1851:negative>
> >     <ns1851:paused>false</ns1851:paused>
> >     <ns1851:status>Active</ns1851:status>
> >     <ns1851:firstPageCpc>200000</ns1851:firstPageCpc>
> > <====== value
> >     <ns1851:maxCpc>10000</ns1851:maxCpc>
> >     <ns1851:qualityScore>10</ns1851:qualityScore>
> > <====== value
> >     <ns1851:type>Broad</ns1851:type>
> >    </ns1851:getAllCriteriaReturn>
>
> > On Apr 13, 9:30 am, AdWords API Advisor <[email protected]>
> > wrote:
>
> > > Hi,
>
> > > Both of these values are read only, and I think they may not be
> > > provided in campaigns that never ran, are deleted, etc.  Are you
> > > seeing this behavior across your account?
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > On Apr 9, 12:43 pm, sidd <[email protected]> wrote:
>
> > > > Hello:
>
> > > > I am migrating our library to v200909 and I've found a discrepancy
> > > > that is occurring throughout our criterion.
>
> > > > When I download an ad group's criterion through v13, I see the bid
> > > > amount for firstPageCpc and a qualityScore.  When I download the same
> > > > data through v200909, firstPageCpc is NULL and quality score is zero.
>
> > > > Is there a reason for this?  Or a workaround?  Thanks in advance...
>
> > > > Example:  v13
> > > > <ns2:getAllCriteriaReturn xsi:type="ns2:Keyword" xmlns:ns2="https://
> > > > adwords.google.com/api/adwords/v13">
> > > >                 <ns2:adGroupId>289323082</ns2:adGroupId>
> > > >                 <ns2:criterionType>Keyword</ns2:criterionType>
> > > >                 <ns2:id>11027880</ns2:id>
> > > >                 <ns2:language></ns2:language>
> > > >                 <ns2:negative>false</ns2:negative>
> > > >                 <ns2:paused>false</ns2:paused>
> > > >                 <ns2:status>Active</ns2:status>
> > > >                 <ns2:firstPageCpc>400000</ns2:firstPageCpc>
> > > >                 <ns2:maxCpc>0</ns2:maxCpc>
> > > >                 <ns2:qualityScore>5</ns2:qualityScore>
> > > >                 <ns2:type>Broad</ns2:type>
> > > >             </ns2:getAllCriteriaReturn>
>
> > > > v200909
>
> > > > <adGroupId>289323082</adGroupId>
> > > >                         <criterion xsi:type="Keyword">
> > > >                                 <id>11027880</id>
> > > >                                 <Criterion.Type>Keyword</Criterion.Type>
> > > >                                 <matchType>BROAD</matchType>
> > > >                         </criterion>
> > > >                         
> > > > <AdGroupCriterion.Type>BiddableAdGroupCriterion</
> > > > AdGroupCriterion.Type>
> > > >                         <userStatus>ACTIVE</userStatus>
> > > >                         
> > > > <systemServingStatus>ELIGIBLE</systemServingStatus>
> > > >                         <approvalStatus>APPROVED</approvalStatus>
> > > >                         <bids xsi:type="ManualCPCAdGroupCriterionBids">
> > > >                                 
> > > > <AdGroupCriterionBids.Type>ManualCPCAdGroupCriterionBids</
> > > > AdGroupCriterionBids.Type>
> > > >                                 <maxCpc>
> > > >                                         <amount>
> > > >                                                 
> > > > <ComparableValue.Type>Money</ComparableValue.Type>
> > > >                                                 
> > > > <microAmount>150000</microAmount>
> > > >                                         </amount>
> > > >                                 </maxCpc>
> > > >                                 <bidSource>ADGROUP</bidSource>
> > > >                         </bids>
> > > >                         <qualityInfo/>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to