Re: Can i Get Estimated Average CPC for all related keywords

2010-08-17 Thread AdWords API Advisor
Hi,

CPC values are not available in the TargetingIdeaService.  You'll have
to use the v13 TrafficEstimatorService to get that information.

Best,
- Eric

On Aug 17, 8:38 am, siva  wrote:
> In  dot net program i have made some changes in GetRelatedKeywords.cs
>
>       string keywordText = Keyword;
>       Keyword keyword = new Keyword();
>       keyword.text = keywordText;
>       keyword.matchTypeSpecified = true;
>       keyword.matchType = KeywordMatchType.BROAD ;
>       RelatedToKeywordSearchParameter searchParameter = new
> RelatedToKeywordSearchParameter();
>       searchParameter.keywords = new Keyword[] {keyword};
>
>       TargetingIdeaSelector selector = new TargetingIdeaSelector();
>       selector.searchParameters = new SearchParameter[]
> { searchParameter };
>       selector.ideaTypeSpecified = true;
>       selector.ideaType = IdeaType.KEYWORD;
>       selector.requestTypeSpecified = true;
>       selector.requestType = RequestType.IDEAS;
>       selector.localeCode = "en_US";
>         selector.requestedAttributeTypes= new AttributeType[]
> {AttributeType.KEYWORD,
>         AttributeType.COMPETITION,AttributeType.IDEA_TYPE,
>         AttributeType.NGRAM_GROUP,
> AttributeType.GLOBAL_MONTHLY_SEARCHES };
>        Paging paging = new Paging();
>       paging.startIndex = 0;
>       paging.startIndexSpecified = true;
>       paging.numberResults = 50;
>       paging.numberResultsSpecified = true;
>
>       selector.paging = paging;
>       TargetingIdeaPage page = targetingIdeaService.get(selector);
>
> in the AttributeType[] there is no provision to specify the estimated
> average cpc.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Can i Get Estimated Average CPC for all related keywords

2010-08-17 Thread siva
In  dot net program i have made some changes in GetRelatedKeywords.cs

  string keywordText = Keyword;
  Keyword keyword = new Keyword();
  keyword.text = keywordText;
  keyword.matchTypeSpecified = true;
  keyword.matchType = KeywordMatchType.BROAD ;
  RelatedToKeywordSearchParameter searchParameter = new
RelatedToKeywordSearchParameter();
  searchParameter.keywords = new Keyword[] {keyword};

  TargetingIdeaSelector selector = new TargetingIdeaSelector();
  selector.searchParameters = new SearchParameter[]
{ searchParameter };
  selector.ideaTypeSpecified = true;
  selector.ideaType = IdeaType.KEYWORD;
  selector.requestTypeSpecified = true;
  selector.requestType = RequestType.IDEAS;
  selector.localeCode = "en_US";
selector.requestedAttributeTypes= new AttributeType[]
{AttributeType.KEYWORD,
AttributeType.COMPETITION,AttributeType.IDEA_TYPE,
AttributeType.NGRAM_GROUP,
AttributeType.GLOBAL_MONTHLY_SEARCHES };
   Paging paging = new Paging();
  paging.startIndex = 0;
  paging.startIndexSpecified = true;
  paging.numberResults = 50;
  paging.numberResultsSpecified = true;

  selector.paging = paging;
  TargetingIdeaPage page = targetingIdeaService.get(selector);


in the AttributeType[] there is no provision to specify the estimated
average cpc.





-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Can i Get Estimated Average CPC for all related keywords

2010-08-16 Thread AdWords API Advisor
Hi,

Can you post the sanitized SOAP XML requests and responses that
demonstrate this issue?

Best,
- Eric Koleda, AdWords API Team

On Aug 14, 5:28 am, siva  wrote:
> Hi,
>
> I am not able to get the Estimated average CPC for all the related
> keywords.
>
> Also When i Search for the keyword 'bseindia' I am not getting
> 'sensex' as related keyword
> when i use the API, where as when I see it in the
> website(adwords.google.com).
>
> why is it?

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