Hello!

I'm trying to get Keywords CPC by TrafficEstimatorService v201101

But values of CPC is differend from values that I got from UI

Example:

Keyword: rozetka.ua

API: 0.32
UI: 0,80 ₴

Targeting: Ukraine

var_dump of request:

object(TrafficEstimatorSelector)#31 (1) {
  ["campaignEstimateRequests"]=>
  array(1) {
    [0]=>
    object(CampaignEstimateRequest)#27 (5) {
      ["campaignId"]=>
      NULL
      ["adGroupEstimateRequests"]=>
      array(1) {
        [0]=>
        object(AdGroupEstimateRequest)#28 (5) {
          ["adGroupId"]=>
          NULL
          ["keywordEstimateRequests"]=>
          array(1) {
            [0]=>
            object(KeywordEstimateRequest)#25 (4) {
              ["keyword"]=>
              object(Keyword)#14 (5) {
                ["text"]=>
                string(10) "rozetka.ua"
                ["matchType"]=>
                string(6) "PHRASE"
                ["id"]=>
                NULL
                ["CriterionType"]=>
                NULL
                ["_parameterMap":"Criterion":private]=>
                array(1) {
                  ["Criterion.Type"]=>
                  string(13) "CriterionType"
                }
              }
              ["maxCpc"]=>
              NULL
              ["EstimateRequestType"]=>
              NULL
              ["_parameterMap":"EstimateRequest":private]=>
              array(1) {
                ["EstimateRequest.Type"]=>
                string(19) "EstimateRequestType"
              }
            }
          }
          ["maxCpc"]=>
          object(Money)#30 (3) {
            ["microAmount"]=>
            int(8000000000000)
            ["ComparableValueType"]=>
            NULL
            ["_parameterMap":"ComparableValue":private]=>
            array(1) {
              ["ComparableValue.Type"]=>
              string(19) "ComparableValueType"
            }
          }
          ["EstimateRequestType"]=>
          NULL
          ["_parameterMap":"EstimateRequest":private]=>
          array(1) {
            ["EstimateRequest.Type"]=>
            string(19) "EstimateRequestType"
          }
        }
      }
      ["targets"]=>
      array(1) {
        [0]=>
        object(CountryTarget)#24 (4) {
          ["countryCode"]=>
          string(2) "UA"
          ["excluded"]=>
          bool(false)
          ["TargetType"]=>
          NULL
          ["_parameterMap":"AdWordsTarget":private]=>
          array(1) {
            ["Target.Type"]=>
            string(10) "TargetType"
          }
        }
      }
      ["EstimateRequestType"]=>
      NULL
      ["_parameterMap":"EstimateRequest":private]=>
      array(1) {
        ["EstimateRequest.Type"]=>
        string(19) "EstimateRequestType"
      }
    }
  }
}

Where is the problem?

And how can I set/get Currency in request for maxCpc and results?

Thanks.

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

Reply via email to