Scott,

I feel this example PHP 
file<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/EstimateKeywordTraffic.php>could
 be a good starting point.  You can add 
a Vertical 
criteria<https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService.CampaignEstimateRequest>,
 
e.g.,

$vertical = ... // vertical retrieved from the ConstantDataService
$campaignEstimateRequest->criteria[] = $vertical; // append the array w/ 
the vertical criterion.

Cheers,

Ray



On Tuesday, May 13, 2014 11:04:04 PM UTC+2, Scott Luther wrote:
>
> Hi Ray,
>
> I don't need a list of available Verticals. I have those already. I need 
> to know how to estimate the traffic for a given Vertical (or several 
> Verticals).
>
> On Tuesday, May 13, 2014 10:42:56 AM UTC-7, Ray Tsang (AdWords API Team) 
> wrote:
>>
>> Scott,
>>
>> My apologies!  I was thinking of something else completely different.
>>
>> You can use the 
>> ConstantDataService<https://developers.google.com/adwords/api/docs/reference/v201402/ConstantDataService#getVerticalCriterion>
>>  to 
>> get get a list Verticals.
>>
>> Cheers,
>>
>> Ray
>>
>> On Monday, May 12, 2014 4:23:19 PM UTC-4, Scott Luther wrote:
>>>
>>> Hi Ray,
>>>
>>> I'm not sure what "vert.x" refers to. I'm trying to figure out how to 
>>> select 
>>> Verticals<https://developers.google.com/adwords/api/docs/reference/v201402/TrafficEstimatorService.Vertical>when
>>>  querying the TrafficEstimatorService to obtain an estimate for 
>>> Vertical traffic, similar to your 
>>> EstimateKeywordTraffic.php<https://raw.githubusercontent.com/googleads/googleads-php-lib/master/examples/AdWords/v201402/Optimization/EstimateKeywordTraffic.php>
>>>  example, 
>>> but with Verticals instead of Keywords. I can't seem to find any 
>>> documentation/examples for working with Verticals.
>>>
>>> On Monday, May 12, 2014 10:46:09 AM UTC-7, Ray Tsang (AdWords API Team) 
>>> wrote:
>>>>
>>>> Scott,
>>>>
>>>> Are you refering to vert.x?
>>>>
>>>> Thanks,
>>>>
>>>> Ray
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to