Re: How do I get the MaxCpc Amount for a Content AdGroup that only uses Placement targeting (not Keyword targeting) ??

2011-12-11 Thread Michael Caldwell
Hi David. Thanks for your reply.
I'm not using the Reporting API for the application we're having this
issue with, but rather the AdGroupServiceInterface, calling get(),
which returns an AdGroupPage, which returns an AdGroup array when you
call getEntries().  Then I cast the getBids() object (after checking
instanceof) to an instance of ManualCPCAdGroupBids.  This is the
object for which I'm unable to get the AdGroup's max cpc value, as
I've described.  I don't have a specific ad group id I can give you at
the moment.  Are you saying that I should query keywordMaxCpc, if
keywordContentMaxCpc doesn't work, for an AdGroup that has no
keywords, just placements?  Our assumption was that keywordMaxCpc was
only correct to use for keyword-based Search.  These display/placement
ad groups in question use an AdGroup-level default bid, and also have
specific placement-level bids defined (which I can get at the
placement level), but the problem is getting the AdGroup's bid.

Thanks,
Michael Caldwell

On Dec 9, 12:14 pm, David Torres  wrote:
> Hi Michael,
>
> In this case either keywordMaxCpc or keywordContentMaxCpc should return you
> the value (I just tried it on my side), it depends if the ad group is using
> the default bidding or has a display network specific bidding.
>
> What is the adgroup id you are querying? Are you sure you are including "
> KeywordMaxCpc" and "KeywordContentMaxCpc" in your report definition?
>
> Best,
>
> -David Torres - AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


destination URL from Audience (User Lists).

2011-12-11 Thread Dr G.
Hey,

Although it's not mentioned in the API or anywhere else, I've notice I
can set a Destination URL for the criterion holding the User List.
After some tries (Deleting all cookies, only open the page with my
User List Tag, and endless refreshes on a page with Google ad) I've
found my Ad.
And checking it URL I figured it got the URL I've set for the User
List.

The question here is, Can I expect this behavior to continue ?
Is this something Google made intentionally or just a bug that is
actually working for my favor?

Thanks is advance,
R.g.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Making SOAP request in C#. Offline, not on a web application.

2011-12-11 Thread Dr G.
Hey,

I'm trying to move my application to work with the new oAuth way
without any luck.
what I want to do is to have a two phase program.

part 1:
Let the user using a web application to authorized with Google.
which, for as much as I understand, will give me the oauth_verifier
token.
save the token in DB.

part 2:
Load the token from the DB.
Log in to the account (without the user interaction) each day to track
changes.

I'm stack on part-2
It seems it should be straight forward. Just adding the oauth_verifier
to the SOAP header and make the call. But I can't seem to figure it
out.
All the example I'm seeing are using a web application with a
web.config, global asax etc. which I don't.
I've also don't have an open session at that moment?

what can I do?
Is it even possible?

Thanks.
R.g.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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